From e48dbbbe9d3f3fa4188fcf285475b96afac6a3e2 Mon Sep 17 00:00:00 2001 From: labkey-jeckels Date: Sat, 22 Aug 2026 22:42:29 -0700 Subject: [PATCH 1/2] Remove SQL Server upgrade scripts and code --- LDK/module.properties | 1 - .../sqlserver/Naturalize_install_1.0.1.sql | 118 - .../sqlserver/Naturalize_uninstall.sql | 12 - .../dbscripts/sqlserver/ignored_scripts.txt | 2 - .../dbscripts/sqlserver/ldk-0.00-0.01.sql | 44 - .../dbscripts/sqlserver/ldk-0.01-0.02.sql | 122 - .../dbscripts/sqlserver/ldk-0.02-12.30.sql | 26 - .../dbscripts/sqlserver/ldk-12.30-12.31.sql | 14 - .../dbscripts/sqlserver/ldk-12.31-12.32.sql | 6 - .../dbscripts/sqlserver/ldk-12.32-12.33.sql | 905 --- .../dbscripts/sqlserver/ldk-12.34-12.35.sql | 7 - .../dbscripts/sqlserver/ldk-12.35-12.36.sql | 19 - .../dbscripts/sqlserver/ldk-12.36-12.37.sql | 27 - .../dbscripts/sqlserver/ldk-12.37-12.38.sql | 41 - .../dbscripts/sqlserver/ldk-12.38-12.39.sql | 22 - LDK/src/org/labkey/ldk/LDKController.java | 19 - LDK/src/org/labkey/ldk/LDKModule.java | 28 - .../notification/SiteSummaryNotification.java | 122 +- .../ldk/query/DefaultTableCustomizer.java | 4 +- .../org/labkey/ldk/query/IndexStatsTable.java | 81 - .../ldk/query/MssqlUtilsUserSchema.java | 94 - .../sql/LDKNaturalizeInstallationManager.java | 104 - laboratory/module.properties | 1 - .../sqlserver/laboratory-0.00-11.20.sql | 849 --- .../sqlserver/laboratory-11.20-11.30.sql | 68 - .../sqlserver/laboratory-12.10-12.20.sql | 163 - .../sqlserver/laboratory-12.11-12.12.sql | 147 - .../sqlserver/laboratory-12.12-12.13.sql | 16 - .../sqlserver/laboratory-12.20-12.21.sql | 63 - .../sqlserver/laboratory-12.21-12.22.sql | 40 - .../sqlserver/laboratory-12.22-12.23.sql | 5019 ----------------- .../sqlserver/laboratory-12.23-12.24.sql | 33 - .../sqlserver/laboratory-12.24-12.25.sql | 56 - .../sqlserver/laboratory-12.25-12.26.sql | 20 - .../sqlserver/laboratory-12.26-12.27.sql | 21 - .../sqlserver/laboratory-12.27-12.271.sql | 6 - .../sqlserver/laboratory-12.271-12.272.sql | 7 - .../sqlserver/laboratory-12.272-12.273.sql | 15 - .../sqlserver/laboratory-12.273-12.274.sql | 26 - .../sqlserver/laboratory-12.274-12.275.sql | 23 - .../sqlserver/laboratory-12.275-12.276.sql | 6 - .../sqlserver/laboratory-12.276-12.277.sql | 24 - .../sqlserver/laboratory-12.277-12.278.sql | 17 - .../sqlserver/laboratory-12.278-12.279.sql | 6 - .../sqlserver/laboratory-12.279-12.280.sql | 49 - .../sqlserver/laboratory-12.280-12.281.sql | 28 - .../sqlserver/laboratory-12.281-12.282.sql | 7 - .../sqlserver/laboratory-12.282-12.283.sql | 8 - .../sqlserver/laboratory-12.283-12.284.sql | 7 - .../sqlserver/laboratory-12.284-12.285.sql | 16 - .../sqlserver/laboratory-12.285-12.286.sql | 6 - .../sqlserver/laboratory-12.286-12.287.sql | 17 - .../sqlserver/laboratory-12.287-12.288.sql | 19 - .../sqlserver/laboratory-12.288-12.289.sql | 12 - .../sqlserver/laboratory-12.289-12.290.sql | 11 - .../sqlserver/laboratory-12.290-12.291.sql | 10 - .../sqlserver/laboratory-12.291-12.292.sql | 9 - .../sqlserver/laboratory-12.292-12.293.sql | 6 - .../sqlserver/laboratory-12.293-12.294.sql | 6 - .../sqlserver/laboratory-12.294-12.295.sql | 6 - .../sqlserver/laboratory-12.295-12.296.sql | 26 - .../sqlserver/laboratory-12.296-12.297.sql | 6 - .../sqlserver/laboratory-12.297-12.298.sql | 7 - .../sqlserver/laboratory-12.298-12.299.sql | 15 - .../sqlserver/laboratory-12.299-12.300.sql | 7 - .../sqlserver/laboratory-12.300-12.301.sql | 6 - .../sqlserver/laboratory-12.301-12.302.sql | 6 - .../sqlserver/laboratory-12.302-12.303.sql | 9 - .../sqlserver/laboratory-12.303-12.304.sql | 19 - .../sqlserver/laboratory-12.304-12.305.sql | 7 - .../sqlserver/laboratory-12.305-12.306.sql | 16 - .../labkey/laboratory/LaboratoryManager.java | 51 +- .../query/LaboratoryWorkbooksTable.java | 3 +- 73 files changed, 45 insertions(+), 8794 deletions(-) delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/Naturalize_install_1.0.1.sql delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/Naturalize_uninstall.sql delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/ignored_scripts.txt delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/ldk-0.00-0.01.sql delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/ldk-0.01-0.02.sql delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/ldk-0.02-12.30.sql delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/ldk-12.30-12.31.sql delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/ldk-12.31-12.32.sql delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/ldk-12.32-12.33.sql delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/ldk-12.34-12.35.sql delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/ldk-12.35-12.36.sql delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/ldk-12.36-12.37.sql delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/ldk-12.37-12.38.sql delete mode 100644 LDK/resources/schemas/dbscripts/sqlserver/ldk-12.38-12.39.sql delete mode 100644 LDK/src/org/labkey/ldk/query/IndexStatsTable.java delete mode 100644 LDK/src/org/labkey/ldk/query/MssqlUtilsUserSchema.java delete mode 100644 LDK/src/org/labkey/ldk/sql/LDKNaturalizeInstallationManager.java delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-0.00-11.20.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-11.20-11.30.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.10-12.20.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.11-12.12.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.12-12.13.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.20-12.21.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.21-12.22.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.22-12.23.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.23-12.24.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.24-12.25.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.25-12.26.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.26-12.27.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.27-12.271.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.271-12.272.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.272-12.273.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.273-12.274.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.274-12.275.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.275-12.276.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.276-12.277.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.277-12.278.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.278-12.279.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.279-12.280.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.280-12.281.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.281-12.282.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.282-12.283.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.283-12.284.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.284-12.285.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.285-12.286.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.286-12.287.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.287-12.288.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.288-12.289.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.289-12.290.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.290-12.291.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.291-12.292.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.292-12.293.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.293-12.294.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.294-12.295.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.295-12.296.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.296-12.297.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.297-12.298.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.298-12.299.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.299-12.300.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.300-12.301.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.301-12.302.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.302-12.303.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.303-12.304.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.304-12.305.sql delete mode 100644 laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.305-12.306.sql diff --git a/LDK/module.properties b/LDK/module.properties index a0550d4d..3a60159b 100644 --- a/LDK/module.properties +++ b/LDK/module.properties @@ -1,3 +1,2 @@ ModuleClass: org.labkey.ldk.LDKModule ManageVersion: false -SupportedDatabases: mssql, pgsql diff --git a/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_install_1.0.1.sql b/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_install_1.0.1.sql deleted file mode 100644 index 13e56ab7..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_install_1.0.1.sql +++ /dev/null @@ -1,118 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -/* - Naturalize() is designed to provide a value to use for 'natural sorting' of data, which provides a - more human-friendly sorting of mixed numeric/text values. Adapted from code here: - - http://stackoverflow.com/questions/34509/natural-human-alpha-numeric-sort-in-microsoft-sql-2005 - - The C# file used to create the assembly is checked in to this module under /tools. Tested in SQLServer 2008R2. -*/ -SET NOCOUNT ON ; -GO - -@@ENABLE_CLR_STATEMENTS@@ --- Add trusted assembly if we are running on SQLServer 2017 -IF OBJECT_ID(N'sys.trusted_assemblies', N'V') IS NOT NULL -BEGIN - DECLARE @hash VARBINARY(64) = 0xAB53701DA71A00CFA24EA54B395E8CE943E23331A285B12651BB9B5374FBC454F65673C3DCF8223ACD8184812F41179B2A66F463C7A60C2F8F3BDD8B28F65D25; - DECLARE @description NVARCHAR(4000) = N'Naturalize, version=0.0.0.0, culture=neutral, publickeytoken=null, processorarchitecture=msil'; - - IF NOT EXISTS (SELECT * FROM sys.trusted_assemblies WHERE hash = @hash) - EXEC sys.sp_add_trusted_assembly @hash, @description - -END -GO - -------------------------------------------------------------------------------------------------------------------------------- -SET ANSI_NULLS, ANSI_PADDING, ANSI_WARNINGS, ARITHABORT, QUOTED_IDENTIFIER ON; -SET CONCAT_NULL_YIELDS_NULL, NUMERIC_ROUNDABORT OFF; -GO -IF EXISTS (SELECT * FROM tempdb..sysobjects WHERE id=OBJECT_ID('tempdb..#tmpErrors')) DROP TABLE #tmpErrors -GO -CREATE TABLE #tmpErrors (Error int) -GO -SET XACT_ABORT ON -GO -SET TRANSACTION ISOLATION LEVEL READ COMMITTED -GO -BEGIN TRANSACTION -GO -------------------------------------------------------------------------------------------------------------------- -PRINT N'Creating [Naturalize]...'; -GO -IF object_id(N'ldk.Naturalize', N'FS') IS NOT NULL - DROP FUNCTION ldk.Naturalize -GO - -IF EXISTS (SELECT * FROM sys.assemblies asms WHERE asms.name = N'Naturalize' and is_user_defined = 1) - DROP ASSEMBLY [Naturalize] -GO -CREATE ASSEMBLY [Naturalize] -AUTHORIZATION [dbo] -FROM 0x4D5A90000300000004000000FFFF0000B800000000000000400000000000000000000000000000000000000000000000000000000000000000000000800000000E1FBA0E00B409CD21B8014CCD21546869732070726F6772616D2063616E6E6F742062652072756E20696E20444F53206D6F64652E0D0D0A2400000000000000504500004C010300834DF5510000000000000000E00002210B010B00000A00000006000000000000DE280000002000000040000000000010002000000002000004000000000000000400000000000000008000000002000000000000030040850000100000100000000010000010000000000000100000000000000000000000902800004B00000000400000B002000000000000000000000000000000000000006000000C000000582700001C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000080000000000000000000000082000004800000000000000000000002E74657874000000E408000000200000000A000000020000000000000000000000000000200000602E72737263000000B00200000040000000040000000C0000000000000000000000000000400000402E72656C6F6300000C0000000060000000020000001000000000000000000000000000004000004200000000000000000000000000000000C0280000000000004800000002000500F82100006005000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001330040065010000010000110002280500000A16FE01130A110A2D0D02280600000A130938450100002B1202720100007072070000706F0700000A10000272010000706F0800000A130A110A2DDD160A160B160C160D026F0900000A20E8030000320720E80300002B06026F0900000A001304730A00000A13051613062B7D000211066F0B00000A130711071F30320811071F39FE022B011700130A110A2D180006130A110A2D0A0011060C170D170A2B440917580D2B3E0616FE01130A110A2D1C0011050208096F0C00000A071F1928020000066F0D00000A26160A0011071F2EFE010B11050211066F0B00000A6F0E00000A260011061758130611061104FE04130A110A3A74FFFFFF0616FE01130A110A2D1811050208096F0C00000A071F1928020000066F0D00000A2611056F0F00000A130811086F0900000A20E8030000FE0216FE01130A110A2D1611081620E80300006F0C00000A280600000A13092B0B1108280600000A13092B0011092A000000133003001E0000000300001100032D0B02041F306F1000000A2B0902041F306F1100000A000A2B00062A1E02281200000A2A000042534A4201000100000000000C00000076322E302E35303732370000000005006C000000A8010000237E000014020000E801000023537472696E677300000000FC0300000C0000002355530008040000100000002347554944000000180400004801000023426C6F620000000000000002000001471502000900000000FA2533001600000100000009000000020000000300000004000000120000000400000003000000010000000200000000000A0001000000000006002D0026000A00550040000600A90096000F00BD0000000600EC00CC0006000C01CC000A0045012A0106005A0126000600A30197010000000001000000000001000100010010001900000005000100010050200000000096005F000A000100C4210000000091006A0010000200EE21000000008618740017000500000001007A00000001007E00000002008200000003008C00190074001B0029007400210031007400170039007400170041006101CA0011006F010A0041007B01CF0041008301D50041008C01DA004900740017004100B101DE004100BB01E3004900C501E9004900C501EF000900CC01F5004100D5010C014100DD010C010900740017002000230026002E000B0016012E0013001F012E001B002801F900090112010480000000000000000000000000000000005F00000002000000000000000000000001001D000000000002000000000000000000000001003400000000000000003C4D6F64756C653E004E61747572616C697A652E646C6C00554446006D73636F726C69620053797374656D004F626A6563740053797374656D2E446174610053797374656D2E446174612E53716C54797065730053716C537472696E67004E61747572616C697A65005061644E756D626572002E63746F720076616C006E756D006973446563696D616C007061644C656E6774680053797374656D2E446961676E6F73746963730044656275676761626C6541747472696275746500446562756767696E674D6F6465730053797374656D2E52756E74696D652E436F6D70696C6572536572766963657300436F6D70696C6174696F6E52656C61786174696F6E734174747269627574650052756E74696D65436F6D7061746962696C697479417474726962757465004D6963726F736F66742E53716C5365727665722E5365727665720053716C46756E6374696F6E41747472696275746500537472696E670049734E756C6C4F72456D707479006F705F496D706C69636974005265706C61636500436F6E7461696E73006765745F4C656E6774680053797374656D2E5465787400537472696E674275696C646572006765745F436861727300537562737472696E6700417070656E6400546F537472696E67005061644C6566740050616452696768740000000005200020000003200000005F30E57B7C0CDE4E83E4C93E8221E7050008B77A5C561934E08905000111090E0600030E0E020803200001052001011111042001010880A2010002005455794D6963726F736F66742E53716C5365727665722E5365727665722E446174614163636573734B696E642C2053797374656D2E446174612C2056657273696F6E3D322E302E302E302C2043756C747572653D6E65757472616C2C205075626C69634B6579546F6B656E3D623737613563353631393334653038390A446174614163636573730000000054020F497344657465726D696E697374696301040001020E0520020E0E0E042001020E0320000804200103080520020E080805200112250E0520011225030320000E0F070B0202080808122508080E1109020206080520020E08030307010E0801000701000000000801000800000000001E01000100540216577261704E6F6E457863657074696F6E5468726F7773010000000000834DF55100000000020000001C010000742700007409000052534453313B2E1C7A750D449347686BBFA2593A01000000633A5C55736572735C62696D6265725C446F63756D656E74735C56697375616C2053747564696F20323031335C50726F6A656374735C4461746162617365315C4461746162617365315C6F626A5C44656275675C4E61747572616C697A652E706462000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B82800000000000000000000CE280000002000000000000000000000000000000000000000000000C02800000000000000005F436F72446C6C4D61696E006D73636F7265652E646C6C0000000000FF2500200010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100100000001800008000000000000000000000000000000100010000003000008000000000000000000000000000000100000000004800000058400000540200000000000000000000540234000000560053005F00560045005200530049004F004E005F0049004E0046004F0000000000BD04EFFE00000100000000000000000000000000000000003F000000000000000400000002000000000000000000000000000000440000000100560061007200460069006C00650049006E0066006F00000000002400040000005400720061006E0073006C006100740069006F006E00000000000000B004B4010000010053007400720069006E006700460069006C00650049006E0066006F0000009001000001003000300030003000300034006200300000002C0002000100460069006C0065004400650073006300720069007000740069006F006E000000000020000000300008000100460069006C006500560065007200730069006F006E000000000030002E0030002E0030002E003000000040000F00010049006E007400650072006E0061006C004E0061006D00650000004E00610074007500720061006C0069007A0065002E0064006C006C00000000002800020001004C006500670061006C0043006F00700079007200690067006800740000002000000048000F0001004F0072006900670069006E0061006C00460069006C0065006E0061006D00650000004E00610074007500720061006C0069007A0065002E0064006C006C0000000000340008000100500072006F006400750063007400560065007200730069006F006E00000030002E0030002E0030002E003000000038000800010041007300730065006D0062006C0079002000560065007200730069006F006E00000030002E0030002E0030002E003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000C000000E03800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 -WITH PERMISSION_SET = SAFE; - -GO -IF @@ERROR <> 0 - AND @@TRANCOUNT > 0 - BEGIN - ROLLBACK; - END -IF @@TRANCOUNT = 0 - BEGIN - INSERT INTO #tmpErrors (Error) - VALUES (1); - BEGIN TRANSACTION; - END -GO -------------------------------------------------------------------------------------------------------------------- -PRINT N'Creating ldk.[NATURALIZE]...'; -GO -CREATE FUNCTION ldk.Naturalize(@val as nvarchar(max)) - RETURNS nvarchar(1000) - EXTERNAL NAME Naturalize.UDF.Naturalize -GO -IF @@ERROR <> 0 - AND @@TRANCOUNT > 0 - BEGIN - ROLLBACK; - END -IF @@TRANCOUNT = 0 - BEGIN - INSERT INTO #tmpErrors (Error) - VALUES (1); - BEGIN TRANSACTION; - END -GO - -------------------------------------------------------------------------------------------------------------------- --- Create (or replace) a simple function that returns the version number of the newly installed assembly -IF EXISTS (SELECT * - FROM sys.objects - WHERE object_id = OBJECT_ID(N'ldk.NaturalizeVersion') - AND type = N'FN') - DROP FUNCTION ldk.NaturalizeVersion; -GO - -CREATE FUNCTION ldk.NaturalizeVersion() - RETURNS VARCHAR(100) - BEGIN - RETURN '1.0.1'; - END; -GO - -IF EXISTS (SELECT * FROM #tmpErrors) ROLLBACK TRANSACTION -GO -IF @@TRANCOUNT>0 BEGIN - PRINT N'The transacted portion of the database update succeeded.' - COMMIT TRANSACTION -END -ELSE PRINT N'The transacted portion of the database update failed.' -GO -DROP TABLE #tmpErrors -------------------------------------------------------------------------------------------------------------------- -GO diff --git a/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_uninstall.sql b/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_uninstall.sql deleted file mode 100644 index 9c45ac5d..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_uninstall.sql +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright (c) 2018-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -IF object_id(N'ldk.Naturalize', N'FS') IS NOT NULL -DROP FUNCTION ldk.Naturalize -GO - -IF EXISTS (SELECT * FROM sys.assemblies asms WHERE asms.name = N'Naturalize' and is_user_defined = 1) -DROP ASSEMBLY [Naturalize] -GO \ No newline at end of file diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ignored_scripts.txt b/LDK/resources/schemas/dbscripts/sqlserver/ignored_scripts.txt deleted file mode 100644 index a397dbaa..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/ignored_scripts.txt +++ /dev/null @@ -1,2 +0,0 @@ -Naturalize_install_1.0.1.sql -Naturalize_uninstall.sql \ No newline at end of file diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.00-0.01.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.00-0.01.sql deleted file mode 100644 index bb078369..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.00-0.01.sql +++ /dev/null @@ -1,44 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - --- Create schema, tables, indexes, and constraints used for LDK module here --- All SQL VIEW definitions should be created in ldk-create.sql and dropped in ldk-drop.sql -CREATE SCHEMA ldk; -GO - -CREATE TABLE ldk.metrics ( - rowid INT IDENTITY(1, 1) NOT NULL, - category varchar(100) DEFAULT NULL, - metric_name varchar(100) DEFAULT NULL, - floatvalue1 float, - floatvalue2 float, - floatvalue3 float, - stringvalue1 varchar(200) DEFAULT NULL, - stringvalue2 varchar(200) DEFAULT NULL, - stringvalue3 varchar(200) DEFAULT NULL, - - referrerurl varchar(4000) DEFAULT NULL, - browser varchar(500) DEFAULT NULL, - platform varchar(500) DEFAULT NULL, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created DATETIME, - ModifiedBy USERID, - Modified DATETIME, - - CONSTRAINT PK_perf_metrics PRIMARY KEY (rowid) -); diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.01-0.02.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.01-0.02.sql deleted file mode 100644 index eda4c6c1..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.01-0.02.sql +++ /dev/null @@ -1,122 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -CREATE TABLE ldk.integers ( - value int not null, - CONSTRAINT PK_integers PRIMARY KEY (value) -); - -INSERT INTO ldk.integers (value) VALUES (0); -INSERT INTO ldk.integers (value) VALUES (1); -INSERT INTO ldk.integers (value) VALUES (2); -INSERT INTO ldk.integers (value) VALUES (3); -INSERT INTO ldk.integers (value) VALUES (4); -INSERT INTO ldk.integers (value) VALUES (5); -INSERT INTO ldk.integers (value) VALUES (6); -INSERT INTO ldk.integers (value) VALUES (7); -INSERT INTO ldk.integers (value) VALUES (8); -INSERT INTO ldk.integers (value) VALUES (9); -INSERT INTO ldk.integers (value) VALUES (10); -INSERT INTO ldk.integers (value) VALUES (11); -INSERT INTO ldk.integers (value) VALUES (12); -INSERT INTO ldk.integers (value) VALUES (13); -INSERT INTO ldk.integers (value) VALUES (14); -INSERT INTO ldk.integers (value) VALUES (15); -INSERT INTO ldk.integers (value) VALUES (16); -INSERT INTO ldk.integers (value) VALUES (17); -INSERT INTO ldk.integers (value) VALUES (18); -INSERT INTO ldk.integers (value) VALUES (19); -INSERT INTO ldk.integers (value) VALUES (20); -INSERT INTO ldk.integers (value) VALUES (21); -INSERT INTO ldk.integers (value) VALUES (22); -INSERT INTO ldk.integers (value) VALUES (23); -INSERT INTO ldk.integers (value) VALUES (24); -INSERT INTO ldk.integers (value) VALUES (25); -INSERT INTO ldk.integers (value) VALUES (26); -INSERT INTO ldk.integers (value) VALUES (27); -INSERT INTO ldk.integers (value) VALUES (28); -INSERT INTO ldk.integers (value) VALUES (29); -INSERT INTO ldk.integers (value) VALUES (30); -INSERT INTO ldk.integers (value) VALUES (31); -INSERT INTO ldk.integers (value) VALUES (32); -INSERT INTO ldk.integers (value) VALUES (33); -INSERT INTO ldk.integers (value) VALUES (34); -INSERT INTO ldk.integers (value) VALUES (35); -INSERT INTO ldk.integers (value) VALUES (36); -INSERT INTO ldk.integers (value) VALUES (37); -INSERT INTO ldk.integers (value) VALUES (38); -INSERT INTO ldk.integers (value) VALUES (39); -INSERT INTO ldk.integers (value) VALUES (40); -INSERT INTO ldk.integers (value) VALUES (41); -INSERT INTO ldk.integers (value) VALUES (42); -INSERT INTO ldk.integers (value) VALUES (43); -INSERT INTO ldk.integers (value) VALUES (44); -INSERT INTO ldk.integers (value) VALUES (45); -INSERT INTO ldk.integers (value) VALUES (46); -INSERT INTO ldk.integers (value) VALUES (47); -INSERT INTO ldk.integers (value) VALUES (48); -INSERT INTO ldk.integers (value) VALUES (49); -INSERT INTO ldk.integers (value) VALUES (50); -INSERT INTO ldk.integers (value) VALUES (51); -INSERT INTO ldk.integers (value) VALUES (52); -INSERT INTO ldk.integers (value) VALUES (53); -INSERT INTO ldk.integers (value) VALUES (54); -INSERT INTO ldk.integers (value) VALUES (55); -INSERT INTO ldk.integers (value) VALUES (56); -INSERT INTO ldk.integers (value) VALUES (57); -INSERT INTO ldk.integers (value) VALUES (58); -INSERT INTO ldk.integers (value) VALUES (59); -INSERT INTO ldk.integers (value) VALUES (60); -INSERT INTO ldk.integers (value) VALUES (61); -INSERT INTO ldk.integers (value) VALUES (62); -INSERT INTO ldk.integers (value) VALUES (63); -INSERT INTO ldk.integers (value) VALUES (64); -INSERT INTO ldk.integers (value) VALUES (65); -INSERT INTO ldk.integers (value) VALUES (66); -INSERT INTO ldk.integers (value) VALUES (67); -INSERT INTO ldk.integers (value) VALUES (68); -INSERT INTO ldk.integers (value) VALUES (69); -INSERT INTO ldk.integers (value) VALUES (70); -INSERT INTO ldk.integers (value) VALUES (71); -INSERT INTO ldk.integers (value) VALUES (72); -INSERT INTO ldk.integers (value) VALUES (73); -INSERT INTO ldk.integers (value) VALUES (74); -INSERT INTO ldk.integers (value) VALUES (75); -INSERT INTO ldk.integers (value) VALUES (76); -INSERT INTO ldk.integers (value) VALUES (77); -INSERT INTO ldk.integers (value) VALUES (78); -INSERT INTO ldk.integers (value) VALUES (79); -INSERT INTO ldk.integers (value) VALUES (80); -INSERT INTO ldk.integers (value) VALUES (81); -INSERT INTO ldk.integers (value) VALUES (82); -INSERT INTO ldk.integers (value) VALUES (83); -INSERT INTO ldk.integers (value) VALUES (84); -INSERT INTO ldk.integers (value) VALUES (85); -INSERT INTO ldk.integers (value) VALUES (86); -INSERT INTO ldk.integers (value) VALUES (87); -INSERT INTO ldk.integers (value) VALUES (88); -INSERT INTO ldk.integers (value) VALUES (89); -INSERT INTO ldk.integers (value) VALUES (90); -INSERT INTO ldk.integers (value) VALUES (91); -INSERT INTO ldk.integers (value) VALUES (92); -INSERT INTO ldk.integers (value) VALUES (93); -INSERT INTO ldk.integers (value) VALUES (94); -INSERT INTO ldk.integers (value) VALUES (95); -INSERT INTO ldk.integers (value) VALUES (96); -INSERT INTO ldk.integers (value) VALUES (97); -INSERT INTO ldk.integers (value) VALUES (98); -INSERT INTO ldk.integers (value) VALUES (99); -INSERT INTO ldk.integers (value) VALUES (100); - diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.02-12.30.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.02-12.30.sql deleted file mode 100644 index 725d1f17..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.02-12.30.sql +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -CREATE TABLE ldk.notificationrecipients ( - rowid INT IDENTITY(1,1) NOT NULL, - notificationtype varchar(200), - recipient integer, - - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - - CONSTRAINT pk_notificationrecipients PRIMARY KEY (rowid) -); - ---note: field lengths altered -CREATE TABLE ldk.notificationtypes ( - notificationtype varchar(200) NOT NULL, - description text, - CONSTRAINT pk_notificationtypes PRIMARY KEY (notificationtype) -); - diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.30-12.31.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.30-12.31.sql deleted file mode 100644 index 6ee165a3..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.30-12.31.sql +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -CREATE TABLE ldk.ldapSyncMap ( - rowid int identity(1,1), - provider varchar(1000), - sourceId varchar(1000), - labkeyId int, - type char(1), - - created datetime -); \ No newline at end of file diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.31-12.32.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.31-12.32.sql deleted file mode 100644 index 0c4bf9b1..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.31-12.32.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -DROP TABLE ldk.notificationtypes; \ No newline at end of file diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.32-12.33.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.32-12.33.sql deleted file mode 100644 index 68aefc5e..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.32-12.33.sql +++ /dev/null @@ -1,905 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -INSERT INTO ldk.integers (value) VALUES (101); -INSERT INTO ldk.integers (value) VALUES (102); -INSERT INTO ldk.integers (value) VALUES (103); -INSERT INTO ldk.integers (value) VALUES (104); -INSERT INTO ldk.integers (value) VALUES (105); -INSERT INTO ldk.integers (value) VALUES (106); -INSERT INTO ldk.integers (value) VALUES (107); -INSERT INTO ldk.integers (value) VALUES (108); -INSERT INTO ldk.integers (value) VALUES (109); -INSERT INTO ldk.integers (value) VALUES (110); -INSERT INTO ldk.integers (value) VALUES (111); -INSERT INTO ldk.integers (value) VALUES (112); -INSERT INTO ldk.integers (value) VALUES (113); -INSERT INTO ldk.integers (value) VALUES (114); -INSERT INTO ldk.integers (value) VALUES (115); -INSERT INTO ldk.integers (value) VALUES (116); -INSERT INTO ldk.integers (value) VALUES (117); -INSERT INTO ldk.integers (value) VALUES (118); -INSERT INTO ldk.integers (value) VALUES (119); -INSERT INTO ldk.integers (value) VALUES (120); -INSERT INTO ldk.integers (value) VALUES (121); -INSERT INTO ldk.integers (value) VALUES (122); -INSERT INTO ldk.integers (value) VALUES (123); -INSERT INTO ldk.integers (value) VALUES (124); -INSERT INTO ldk.integers (value) VALUES (125); -INSERT INTO ldk.integers (value) VALUES (126); -INSERT INTO ldk.integers (value) VALUES (127); -INSERT INTO ldk.integers (value) VALUES (128); -INSERT INTO ldk.integers (value) VALUES (129); -INSERT INTO ldk.integers (value) VALUES (130); -INSERT INTO ldk.integers (value) VALUES (131); -INSERT INTO ldk.integers (value) VALUES (132); -INSERT INTO ldk.integers (value) VALUES (133); -INSERT INTO ldk.integers (value) VALUES (134); -INSERT INTO ldk.integers (value) VALUES (135); -INSERT INTO ldk.integers (value) VALUES (136); -INSERT INTO ldk.integers (value) VALUES (137); -INSERT INTO ldk.integers (value) VALUES (138); -INSERT INTO ldk.integers (value) VALUES (139); -INSERT INTO ldk.integers (value) VALUES (140); -INSERT INTO ldk.integers (value) VALUES (141); -INSERT INTO ldk.integers (value) VALUES (142); -INSERT INTO ldk.integers (value) VALUES (143); -INSERT INTO ldk.integers (value) VALUES (144); -INSERT INTO ldk.integers (value) VALUES (145); -INSERT INTO ldk.integers (value) VALUES (146); -INSERT INTO ldk.integers (value) VALUES (147); -INSERT INTO ldk.integers (value) VALUES (148); -INSERT INTO ldk.integers (value) VALUES (149); -INSERT INTO ldk.integers (value) VALUES (150); -INSERT INTO ldk.integers (value) VALUES (151); -INSERT INTO ldk.integers (value) VALUES (152); -INSERT INTO ldk.integers (value) VALUES (153); -INSERT INTO ldk.integers (value) VALUES (154); -INSERT INTO ldk.integers (value) VALUES (155); -INSERT INTO ldk.integers (value) VALUES (156); -INSERT INTO ldk.integers (value) VALUES (157); -INSERT INTO ldk.integers (value) VALUES (158); -INSERT INTO ldk.integers (value) VALUES (159); -INSERT INTO ldk.integers (value) VALUES (160); -INSERT INTO ldk.integers (value) VALUES (161); -INSERT INTO ldk.integers (value) VALUES (162); -INSERT INTO ldk.integers (value) VALUES (163); -INSERT INTO ldk.integers (value) VALUES (164); -INSERT INTO ldk.integers (value) VALUES (165); -INSERT INTO ldk.integers (value) VALUES (166); -INSERT INTO ldk.integers (value) VALUES (167); -INSERT INTO ldk.integers (value) VALUES (168); -INSERT INTO ldk.integers (value) VALUES (169); -INSERT INTO ldk.integers (value) VALUES (170); -INSERT INTO ldk.integers (value) VALUES (171); -INSERT INTO ldk.integers (value) VALUES (172); -INSERT INTO ldk.integers (value) VALUES (173); -INSERT INTO ldk.integers (value) VALUES (174); -INSERT INTO ldk.integers (value) VALUES (175); -INSERT INTO ldk.integers (value) VALUES (176); -INSERT INTO ldk.integers (value) VALUES (177); -INSERT INTO ldk.integers (value) VALUES (178); -INSERT INTO ldk.integers (value) VALUES (179); -INSERT INTO ldk.integers (value) VALUES (180); -INSERT INTO ldk.integers (value) VALUES (181); -INSERT INTO ldk.integers (value) VALUES (182); -INSERT INTO ldk.integers (value) VALUES (183); -INSERT INTO ldk.integers (value) VALUES (184); -INSERT INTO ldk.integers (value) VALUES (185); -INSERT INTO ldk.integers (value) VALUES (186); -INSERT INTO ldk.integers (value) VALUES (187); -INSERT INTO ldk.integers (value) VALUES (188); -INSERT INTO ldk.integers (value) VALUES (189); -INSERT INTO ldk.integers (value) VALUES (190); -INSERT INTO ldk.integers (value) VALUES (191); -INSERT INTO ldk.integers (value) VALUES (192); -INSERT INTO ldk.integers (value) VALUES (193); -INSERT INTO ldk.integers (value) VALUES (194); -INSERT INTO ldk.integers (value) VALUES (195); -INSERT INTO ldk.integers (value) VALUES (196); -INSERT INTO ldk.integers (value) VALUES (197); -INSERT INTO ldk.integers (value) VALUES (198); -INSERT INTO ldk.integers (value) VALUES (199); -INSERT INTO ldk.integers (value) VALUES (200); -INSERT INTO ldk.integers (value) VALUES (201); -INSERT INTO ldk.integers (value) VALUES (202); -INSERT INTO ldk.integers (value) VALUES (203); -INSERT INTO ldk.integers (value) VALUES (204); -INSERT INTO ldk.integers (value) VALUES (205); -INSERT INTO ldk.integers (value) VALUES (206); -INSERT INTO ldk.integers (value) VALUES (207); -INSERT INTO ldk.integers (value) VALUES (208); -INSERT INTO ldk.integers (value) VALUES (209); -INSERT INTO ldk.integers (value) VALUES (210); -INSERT INTO ldk.integers (value) VALUES (211); -INSERT INTO ldk.integers (value) VALUES (212); -INSERT INTO ldk.integers (value) VALUES (213); -INSERT INTO ldk.integers (value) VALUES (214); -INSERT INTO ldk.integers (value) VALUES (215); -INSERT INTO ldk.integers (value) VALUES (216); -INSERT INTO ldk.integers (value) VALUES (217); -INSERT INTO ldk.integers (value) VALUES (218); -INSERT INTO ldk.integers (value) VALUES (219); -INSERT INTO ldk.integers (value) VALUES (220); -INSERT INTO ldk.integers (value) VALUES (221); -INSERT INTO ldk.integers (value) VALUES (222); -INSERT INTO ldk.integers (value) VALUES (223); -INSERT INTO ldk.integers (value) VALUES (224); -INSERT INTO ldk.integers (value) VALUES (225); -INSERT INTO ldk.integers (value) VALUES (226); -INSERT INTO ldk.integers (value) VALUES (227); -INSERT INTO ldk.integers (value) VALUES (228); -INSERT INTO ldk.integers (value) VALUES (229); -INSERT INTO ldk.integers (value) VALUES (230); -INSERT INTO ldk.integers (value) VALUES (231); -INSERT INTO ldk.integers (value) VALUES (232); -INSERT INTO ldk.integers (value) VALUES (233); -INSERT INTO ldk.integers (value) VALUES (234); -INSERT INTO ldk.integers (value) VALUES (235); -INSERT INTO ldk.integers (value) VALUES (236); -INSERT INTO ldk.integers (value) VALUES (237); -INSERT INTO ldk.integers (value) VALUES (238); -INSERT INTO ldk.integers (value) VALUES (239); -INSERT INTO ldk.integers (value) VALUES (240); -INSERT INTO ldk.integers (value) VALUES (241); -INSERT INTO ldk.integers (value) VALUES (242); -INSERT INTO ldk.integers (value) VALUES (243); -INSERT INTO ldk.integers (value) VALUES (244); -INSERT INTO ldk.integers (value) VALUES (245); -INSERT INTO ldk.integers (value) VALUES (246); -INSERT INTO ldk.integers (value) VALUES (247); -INSERT INTO ldk.integers (value) VALUES (248); -INSERT INTO ldk.integers (value) VALUES (249); -INSERT INTO ldk.integers (value) VALUES (250); -INSERT INTO ldk.integers (value) VALUES (251); -INSERT INTO ldk.integers (value) VALUES (252); -INSERT INTO ldk.integers (value) VALUES (253); -INSERT INTO ldk.integers (value) VALUES (254); -INSERT INTO ldk.integers (value) VALUES (255); -INSERT INTO ldk.integers (value) VALUES (256); -INSERT INTO ldk.integers (value) VALUES (257); -INSERT INTO ldk.integers (value) VALUES (258); -INSERT INTO ldk.integers (value) VALUES (259); -INSERT INTO ldk.integers (value) VALUES (260); -INSERT INTO ldk.integers (value) VALUES (261); -INSERT INTO ldk.integers (value) VALUES (262); -INSERT INTO ldk.integers (value) VALUES (263); -INSERT INTO ldk.integers (value) VALUES (264); -INSERT INTO ldk.integers (value) VALUES (265); -INSERT INTO ldk.integers (value) VALUES (266); -INSERT INTO ldk.integers (value) VALUES (267); -INSERT INTO ldk.integers (value) VALUES (268); -INSERT INTO ldk.integers (value) VALUES (269); -INSERT INTO ldk.integers (value) VALUES (270); -INSERT INTO ldk.integers (value) VALUES (271); -INSERT INTO ldk.integers (value) VALUES (272); -INSERT INTO ldk.integers (value) VALUES (273); -INSERT INTO ldk.integers (value) VALUES (274); -INSERT INTO ldk.integers (value) VALUES (275); -INSERT INTO ldk.integers (value) VALUES (276); -INSERT INTO ldk.integers (value) VALUES (277); -INSERT INTO ldk.integers (value) VALUES (278); -INSERT INTO ldk.integers (value) VALUES (279); -INSERT INTO ldk.integers (value) VALUES (280); -INSERT INTO ldk.integers (value) VALUES (281); -INSERT INTO ldk.integers (value) VALUES (282); -INSERT INTO ldk.integers (value) VALUES (283); -INSERT INTO ldk.integers (value) VALUES (284); -INSERT INTO ldk.integers (value) VALUES (285); -INSERT INTO ldk.integers (value) VALUES (286); -INSERT INTO ldk.integers (value) VALUES (287); -INSERT INTO ldk.integers (value) VALUES (288); -INSERT INTO ldk.integers (value) VALUES (289); -INSERT INTO ldk.integers (value) VALUES (290); -INSERT INTO ldk.integers (value) VALUES (291); -INSERT INTO ldk.integers (value) VALUES (292); -INSERT INTO ldk.integers (value) VALUES (293); -INSERT INTO ldk.integers (value) VALUES (294); -INSERT INTO ldk.integers (value) VALUES (295); -INSERT INTO ldk.integers (value) VALUES (296); -INSERT INTO ldk.integers (value) VALUES (297); -INSERT INTO ldk.integers (value) VALUES (298); -INSERT INTO ldk.integers (value) VALUES (299); -INSERT INTO ldk.integers (value) VALUES (300); -INSERT INTO ldk.integers (value) VALUES (301); -INSERT INTO ldk.integers (value) VALUES (302); -INSERT INTO ldk.integers (value) VALUES (303); -INSERT INTO ldk.integers (value) VALUES (304); -INSERT INTO ldk.integers (value) VALUES (305); -INSERT INTO ldk.integers (value) VALUES (306); -INSERT INTO ldk.integers (value) VALUES (307); -INSERT INTO ldk.integers (value) VALUES (308); -INSERT INTO ldk.integers (value) VALUES (309); -INSERT INTO ldk.integers (value) VALUES (310); -INSERT INTO ldk.integers (value) VALUES (311); -INSERT INTO ldk.integers (value) VALUES (312); -INSERT INTO ldk.integers (value) VALUES (313); -INSERT INTO ldk.integers (value) VALUES (314); -INSERT INTO ldk.integers (value) VALUES (315); -INSERT INTO ldk.integers (value) VALUES (316); -INSERT INTO ldk.integers (value) VALUES (317); -INSERT INTO ldk.integers (value) VALUES (318); -INSERT INTO ldk.integers (value) VALUES (319); -INSERT INTO ldk.integers (value) VALUES (320); -INSERT INTO ldk.integers (value) VALUES (321); -INSERT INTO ldk.integers (value) VALUES (322); -INSERT INTO ldk.integers (value) VALUES (323); -INSERT INTO ldk.integers (value) VALUES (324); -INSERT INTO ldk.integers (value) VALUES (325); -INSERT INTO ldk.integers (value) VALUES (326); -INSERT INTO ldk.integers (value) VALUES (327); -INSERT INTO ldk.integers (value) VALUES (328); -INSERT INTO ldk.integers (value) VALUES (329); -INSERT INTO ldk.integers (value) VALUES (330); -INSERT INTO ldk.integers (value) VALUES (331); -INSERT INTO ldk.integers (value) VALUES (332); -INSERT INTO ldk.integers (value) VALUES (333); -INSERT INTO ldk.integers (value) VALUES (334); -INSERT INTO ldk.integers (value) VALUES (335); -INSERT INTO ldk.integers (value) VALUES (336); -INSERT INTO ldk.integers (value) VALUES (337); -INSERT INTO ldk.integers (value) VALUES (338); -INSERT INTO ldk.integers (value) VALUES (339); -INSERT INTO ldk.integers (value) VALUES (340); -INSERT INTO ldk.integers (value) VALUES (341); -INSERT INTO ldk.integers (value) VALUES (342); -INSERT INTO ldk.integers (value) VALUES (343); -INSERT INTO ldk.integers (value) VALUES (344); -INSERT INTO ldk.integers (value) VALUES (345); -INSERT INTO ldk.integers (value) VALUES (346); -INSERT INTO ldk.integers (value) VALUES (347); -INSERT INTO ldk.integers (value) VALUES (348); -INSERT INTO ldk.integers (value) VALUES (349); -INSERT INTO ldk.integers (value) VALUES (350); -INSERT INTO ldk.integers (value) VALUES (351); -INSERT INTO ldk.integers (value) VALUES (352); -INSERT INTO ldk.integers (value) VALUES (353); -INSERT INTO ldk.integers (value) VALUES (354); -INSERT INTO ldk.integers (value) VALUES (355); -INSERT INTO ldk.integers (value) VALUES (356); -INSERT INTO ldk.integers (value) VALUES (357); -INSERT INTO ldk.integers (value) VALUES (358); -INSERT INTO ldk.integers (value) VALUES (359); -INSERT INTO ldk.integers (value) VALUES (360); -INSERT INTO ldk.integers (value) VALUES (361); -INSERT INTO ldk.integers (value) VALUES (362); -INSERT INTO ldk.integers (value) VALUES (363); -INSERT INTO ldk.integers (value) VALUES (364); -INSERT INTO ldk.integers (value) VALUES (365); -INSERT INTO ldk.integers (value) VALUES (366); -INSERT INTO ldk.integers (value) VALUES (367); -INSERT INTO ldk.integers (value) VALUES (368); -INSERT INTO ldk.integers (value) VALUES (369); -INSERT INTO ldk.integers (value) VALUES (370); -INSERT INTO ldk.integers (value) VALUES (371); -INSERT INTO ldk.integers (value) VALUES (372); -INSERT INTO ldk.integers (value) VALUES (373); -INSERT INTO ldk.integers (value) VALUES (374); -INSERT INTO ldk.integers (value) VALUES (375); -INSERT INTO ldk.integers (value) VALUES (376); -INSERT INTO ldk.integers (value) VALUES (377); -INSERT INTO ldk.integers (value) VALUES (378); -INSERT INTO ldk.integers (value) VALUES (379); -INSERT INTO ldk.integers (value) VALUES (380); -INSERT INTO ldk.integers (value) VALUES (381); -INSERT INTO ldk.integers (value) VALUES (382); -INSERT INTO ldk.integers (value) VALUES (383); -INSERT INTO ldk.integers (value) VALUES (384); -INSERT INTO ldk.integers (value) VALUES (385); -INSERT INTO ldk.integers (value) VALUES (386); -INSERT INTO ldk.integers (value) VALUES (387); -INSERT INTO ldk.integers (value) VALUES (388); -INSERT INTO ldk.integers (value) VALUES (389); -INSERT INTO ldk.integers (value) VALUES (390); -INSERT INTO ldk.integers (value) VALUES (391); -INSERT INTO ldk.integers (value) VALUES (392); -INSERT INTO ldk.integers (value) VALUES (393); -INSERT INTO ldk.integers (value) VALUES (394); -INSERT INTO ldk.integers (value) VALUES (395); -INSERT INTO ldk.integers (value) VALUES (396); -INSERT INTO ldk.integers (value) VALUES (397); -INSERT INTO ldk.integers (value) VALUES (398); -INSERT INTO ldk.integers (value) VALUES (399); -INSERT INTO ldk.integers (value) VALUES (400); -INSERT INTO ldk.integers (value) VALUES (401); -INSERT INTO ldk.integers (value) VALUES (402); -INSERT INTO ldk.integers (value) VALUES (403); -INSERT INTO ldk.integers (value) VALUES (404); -INSERT INTO ldk.integers (value) VALUES (405); -INSERT INTO ldk.integers (value) VALUES (406); -INSERT INTO ldk.integers (value) VALUES (407); -INSERT INTO ldk.integers (value) VALUES (408); -INSERT INTO ldk.integers (value) VALUES (409); -INSERT INTO ldk.integers (value) VALUES (410); -INSERT INTO ldk.integers (value) VALUES (411); -INSERT INTO ldk.integers (value) VALUES (412); -INSERT INTO ldk.integers (value) VALUES (413); -INSERT INTO ldk.integers (value) VALUES (414); -INSERT INTO ldk.integers (value) VALUES (415); -INSERT INTO ldk.integers (value) VALUES (416); -INSERT INTO ldk.integers (value) VALUES (417); -INSERT INTO ldk.integers (value) VALUES (418); -INSERT INTO ldk.integers (value) VALUES (419); -INSERT INTO ldk.integers (value) VALUES (420); -INSERT INTO ldk.integers (value) VALUES (421); -INSERT INTO ldk.integers (value) VALUES (422); -INSERT INTO ldk.integers (value) VALUES (423); -INSERT INTO ldk.integers (value) VALUES (424); -INSERT INTO ldk.integers (value) VALUES (425); -INSERT INTO ldk.integers (value) VALUES (426); -INSERT INTO ldk.integers (value) VALUES (427); -INSERT INTO ldk.integers (value) VALUES (428); -INSERT INTO ldk.integers (value) VALUES (429); -INSERT INTO ldk.integers (value) VALUES (430); -INSERT INTO ldk.integers (value) VALUES (431); -INSERT INTO ldk.integers (value) VALUES (432); -INSERT INTO ldk.integers (value) VALUES (433); -INSERT INTO ldk.integers (value) VALUES (434); -INSERT INTO ldk.integers (value) VALUES (435); -INSERT INTO ldk.integers (value) VALUES (436); -INSERT INTO ldk.integers (value) VALUES (437); -INSERT INTO ldk.integers (value) VALUES (438); -INSERT INTO ldk.integers (value) VALUES (439); -INSERT INTO ldk.integers (value) VALUES (440); -INSERT INTO ldk.integers (value) VALUES (441); -INSERT INTO ldk.integers (value) VALUES (442); -INSERT INTO ldk.integers (value) VALUES (443); -INSERT INTO ldk.integers (value) VALUES (444); -INSERT INTO ldk.integers (value) VALUES (445); -INSERT INTO ldk.integers (value) VALUES (446); -INSERT INTO ldk.integers (value) VALUES (447); -INSERT INTO ldk.integers (value) VALUES (448); -INSERT INTO ldk.integers (value) VALUES (449); -INSERT INTO ldk.integers (value) VALUES (450); -INSERT INTO ldk.integers (value) VALUES (451); -INSERT INTO ldk.integers (value) VALUES (452); -INSERT INTO ldk.integers (value) VALUES (453); -INSERT INTO ldk.integers (value) VALUES (454); -INSERT INTO ldk.integers (value) VALUES (455); -INSERT INTO ldk.integers (value) VALUES (456); -INSERT INTO ldk.integers (value) VALUES (457); -INSERT INTO ldk.integers (value) VALUES (458); -INSERT INTO ldk.integers (value) VALUES (459); -INSERT INTO ldk.integers (value) VALUES (460); -INSERT INTO ldk.integers (value) VALUES (461); -INSERT INTO ldk.integers (value) VALUES (462); -INSERT INTO ldk.integers (value) VALUES (463); -INSERT INTO ldk.integers (value) VALUES (464); -INSERT INTO ldk.integers (value) VALUES (465); -INSERT INTO ldk.integers (value) VALUES (466); -INSERT INTO ldk.integers (value) VALUES (467); -INSERT INTO ldk.integers (value) VALUES (468); -INSERT INTO ldk.integers (value) VALUES (469); -INSERT INTO ldk.integers (value) VALUES (470); -INSERT INTO ldk.integers (value) VALUES (471); -INSERT INTO ldk.integers (value) VALUES (472); -INSERT INTO ldk.integers (value) VALUES (473); -INSERT INTO ldk.integers (value) VALUES (474); -INSERT INTO ldk.integers (value) VALUES (475); -INSERT INTO ldk.integers (value) VALUES (476); -INSERT INTO ldk.integers (value) VALUES (477); -INSERT INTO ldk.integers (value) VALUES (478); -INSERT INTO ldk.integers (value) VALUES (479); -INSERT INTO ldk.integers (value) VALUES (480); -INSERT INTO ldk.integers (value) VALUES (481); -INSERT INTO ldk.integers (value) VALUES (482); -INSERT INTO ldk.integers (value) VALUES (483); -INSERT INTO ldk.integers (value) VALUES (484); -INSERT INTO ldk.integers (value) VALUES (485); -INSERT INTO ldk.integers (value) VALUES (486); -INSERT INTO ldk.integers (value) VALUES (487); -INSERT INTO ldk.integers (value) VALUES (488); -INSERT INTO ldk.integers (value) VALUES (489); -INSERT INTO ldk.integers (value) VALUES (490); -INSERT INTO ldk.integers (value) VALUES (491); -INSERT INTO ldk.integers (value) VALUES (492); -INSERT INTO ldk.integers (value) VALUES (493); -INSERT INTO ldk.integers (value) VALUES (494); -INSERT INTO ldk.integers (value) VALUES (495); -INSERT INTO ldk.integers (value) VALUES (496); -INSERT INTO ldk.integers (value) VALUES (497); -INSERT INTO ldk.integers (value) VALUES (498); -INSERT INTO ldk.integers (value) VALUES (499); -INSERT INTO ldk.integers (value) VALUES (500); -INSERT INTO ldk.integers (value) VALUES (501); -INSERT INTO ldk.integers (value) VALUES (502); -INSERT INTO ldk.integers (value) VALUES (503); -INSERT INTO ldk.integers (value) VALUES (504); -INSERT INTO ldk.integers (value) VALUES (505); -INSERT INTO ldk.integers (value) VALUES (506); -INSERT INTO ldk.integers (value) VALUES (507); -INSERT INTO ldk.integers (value) VALUES (508); -INSERT INTO ldk.integers (value) VALUES (509); -INSERT INTO ldk.integers (value) VALUES (510); -INSERT INTO ldk.integers (value) VALUES (511); -INSERT INTO ldk.integers (value) VALUES (512); -INSERT INTO ldk.integers (value) VALUES (513); -INSERT INTO ldk.integers (value) VALUES (514); -INSERT INTO ldk.integers (value) VALUES (515); -INSERT INTO ldk.integers (value) VALUES (516); -INSERT INTO ldk.integers (value) VALUES (517); -INSERT INTO ldk.integers (value) VALUES (518); -INSERT INTO ldk.integers (value) VALUES (519); -INSERT INTO ldk.integers (value) VALUES (520); -INSERT INTO ldk.integers (value) VALUES (521); -INSERT INTO ldk.integers (value) VALUES (522); -INSERT INTO ldk.integers (value) VALUES (523); -INSERT INTO ldk.integers (value) VALUES (524); -INSERT INTO ldk.integers (value) VALUES (525); -INSERT INTO ldk.integers (value) VALUES (526); -INSERT INTO ldk.integers (value) VALUES (527); -INSERT INTO ldk.integers (value) VALUES (528); -INSERT INTO ldk.integers (value) VALUES (529); -INSERT INTO ldk.integers (value) VALUES (530); -INSERT INTO ldk.integers (value) VALUES (531); -INSERT INTO ldk.integers (value) VALUES (532); -INSERT INTO ldk.integers (value) VALUES (533); -INSERT INTO ldk.integers (value) VALUES (534); -INSERT INTO ldk.integers (value) VALUES (535); -INSERT INTO ldk.integers (value) VALUES (536); -INSERT INTO ldk.integers (value) VALUES (537); -INSERT INTO ldk.integers (value) VALUES (538); -INSERT INTO ldk.integers (value) VALUES (539); -INSERT INTO ldk.integers (value) VALUES (540); -INSERT INTO ldk.integers (value) VALUES (541); -INSERT INTO ldk.integers (value) VALUES (542); -INSERT INTO ldk.integers (value) VALUES (543); -INSERT INTO ldk.integers (value) VALUES (544); -INSERT INTO ldk.integers (value) VALUES (545); -INSERT INTO ldk.integers (value) VALUES (546); -INSERT INTO ldk.integers (value) VALUES (547); -INSERT INTO ldk.integers (value) VALUES (548); -INSERT INTO ldk.integers (value) VALUES (549); -INSERT INTO ldk.integers (value) VALUES (550); -INSERT INTO ldk.integers (value) VALUES (551); -INSERT INTO ldk.integers (value) VALUES (552); -INSERT INTO ldk.integers (value) VALUES (553); -INSERT INTO ldk.integers (value) VALUES (554); -INSERT INTO ldk.integers (value) VALUES (555); -INSERT INTO ldk.integers (value) VALUES (556); -INSERT INTO ldk.integers (value) VALUES (557); -INSERT INTO ldk.integers (value) VALUES (558); -INSERT INTO ldk.integers (value) VALUES (559); -INSERT INTO ldk.integers (value) VALUES (560); -INSERT INTO ldk.integers (value) VALUES (561); -INSERT INTO ldk.integers (value) VALUES (562); -INSERT INTO ldk.integers (value) VALUES (563); -INSERT INTO ldk.integers (value) VALUES (564); -INSERT INTO ldk.integers (value) VALUES (565); -INSERT INTO ldk.integers (value) VALUES (566); -INSERT INTO ldk.integers (value) VALUES (567); -INSERT INTO ldk.integers (value) VALUES (568); -INSERT INTO ldk.integers (value) VALUES (569); -INSERT INTO ldk.integers (value) VALUES (570); -INSERT INTO ldk.integers (value) VALUES (571); -INSERT INTO ldk.integers (value) VALUES (572); -INSERT INTO ldk.integers (value) VALUES (573); -INSERT INTO ldk.integers (value) VALUES (574); -INSERT INTO ldk.integers (value) VALUES (575); -INSERT INTO ldk.integers (value) VALUES (576); -INSERT INTO ldk.integers (value) VALUES (577); -INSERT INTO ldk.integers (value) VALUES (578); -INSERT INTO ldk.integers (value) VALUES (579); -INSERT INTO ldk.integers (value) VALUES (580); -INSERT INTO ldk.integers (value) VALUES (581); -INSERT INTO ldk.integers (value) VALUES (582); -INSERT INTO ldk.integers (value) VALUES (583); -INSERT INTO ldk.integers (value) VALUES (584); -INSERT INTO ldk.integers (value) VALUES (585); -INSERT INTO ldk.integers (value) VALUES (586); -INSERT INTO ldk.integers (value) VALUES (587); -INSERT INTO ldk.integers (value) VALUES (588); -INSERT INTO ldk.integers (value) VALUES (589); -INSERT INTO ldk.integers (value) VALUES (590); -INSERT INTO ldk.integers (value) VALUES (591); -INSERT INTO ldk.integers (value) VALUES (592); -INSERT INTO ldk.integers (value) VALUES (593); -INSERT INTO ldk.integers (value) VALUES (594); -INSERT INTO ldk.integers (value) VALUES (595); -INSERT INTO ldk.integers (value) VALUES (596); -INSERT INTO ldk.integers (value) VALUES (597); -INSERT INTO ldk.integers (value) VALUES (598); -INSERT INTO ldk.integers (value) VALUES (599); -INSERT INTO ldk.integers (value) VALUES (600); -INSERT INTO ldk.integers (value) VALUES (601); -INSERT INTO ldk.integers (value) VALUES (602); -INSERT INTO ldk.integers (value) VALUES (603); -INSERT INTO ldk.integers (value) VALUES (604); -INSERT INTO ldk.integers (value) VALUES (605); -INSERT INTO ldk.integers (value) VALUES (606); -INSERT INTO ldk.integers (value) VALUES (607); -INSERT INTO ldk.integers (value) VALUES (608); -INSERT INTO ldk.integers (value) VALUES (609); -INSERT INTO ldk.integers (value) VALUES (610); -INSERT INTO ldk.integers (value) VALUES (611); -INSERT INTO ldk.integers (value) VALUES (612); -INSERT INTO ldk.integers (value) VALUES (613); -INSERT INTO ldk.integers (value) VALUES (614); -INSERT INTO ldk.integers (value) VALUES (615); -INSERT INTO ldk.integers (value) VALUES (616); -INSERT INTO ldk.integers (value) VALUES (617); -INSERT INTO ldk.integers (value) VALUES (618); -INSERT INTO ldk.integers (value) VALUES (619); -INSERT INTO ldk.integers (value) VALUES (620); -INSERT INTO ldk.integers (value) VALUES (621); -INSERT INTO ldk.integers (value) VALUES (622); -INSERT INTO ldk.integers (value) VALUES (623); -INSERT INTO ldk.integers (value) VALUES (624); -INSERT INTO ldk.integers (value) VALUES (625); -INSERT INTO ldk.integers (value) VALUES (626); -INSERT INTO ldk.integers (value) VALUES (627); -INSERT INTO ldk.integers (value) VALUES (628); -INSERT INTO ldk.integers (value) VALUES (629); -INSERT INTO ldk.integers (value) VALUES (630); -INSERT INTO ldk.integers (value) VALUES (631); -INSERT INTO ldk.integers (value) VALUES (632); -INSERT INTO ldk.integers (value) VALUES (633); -INSERT INTO ldk.integers (value) VALUES (634); -INSERT INTO ldk.integers (value) VALUES (635); -INSERT INTO ldk.integers (value) VALUES (636); -INSERT INTO ldk.integers (value) VALUES (637); -INSERT INTO ldk.integers (value) VALUES (638); -INSERT INTO ldk.integers (value) VALUES (639); -INSERT INTO ldk.integers (value) VALUES (640); -INSERT INTO ldk.integers (value) VALUES (641); -INSERT INTO ldk.integers (value) VALUES (642); -INSERT INTO ldk.integers (value) VALUES (643); -INSERT INTO ldk.integers (value) VALUES (644); -INSERT INTO ldk.integers (value) VALUES (645); -INSERT INTO ldk.integers (value) VALUES (646); -INSERT INTO ldk.integers (value) VALUES (647); -INSERT INTO ldk.integers (value) VALUES (648); -INSERT INTO ldk.integers (value) VALUES (649); -INSERT INTO ldk.integers (value) VALUES (650); -INSERT INTO ldk.integers (value) VALUES (651); -INSERT INTO ldk.integers (value) VALUES (652); -INSERT INTO ldk.integers (value) VALUES (653); -INSERT INTO ldk.integers (value) VALUES (654); -INSERT INTO ldk.integers (value) VALUES (655); -INSERT INTO ldk.integers (value) VALUES (656); -INSERT INTO ldk.integers (value) VALUES (657); -INSERT INTO ldk.integers (value) VALUES (658); -INSERT INTO ldk.integers (value) VALUES (659); -INSERT INTO ldk.integers (value) VALUES (660); -INSERT INTO ldk.integers (value) VALUES (661); -INSERT INTO ldk.integers (value) VALUES (662); -INSERT INTO ldk.integers (value) VALUES (663); -INSERT INTO ldk.integers (value) VALUES (664); -INSERT INTO ldk.integers (value) VALUES (665); -INSERT INTO ldk.integers (value) VALUES (666); -INSERT INTO ldk.integers (value) VALUES (667); -INSERT INTO ldk.integers (value) VALUES (668); -INSERT INTO ldk.integers (value) VALUES (669); -INSERT INTO ldk.integers (value) VALUES (670); -INSERT INTO ldk.integers (value) VALUES (671); -INSERT INTO ldk.integers (value) VALUES (672); -INSERT INTO ldk.integers (value) VALUES (673); -INSERT INTO ldk.integers (value) VALUES (674); -INSERT INTO ldk.integers (value) VALUES (675); -INSERT INTO ldk.integers (value) VALUES (676); -INSERT INTO ldk.integers (value) VALUES (677); -INSERT INTO ldk.integers (value) VALUES (678); -INSERT INTO ldk.integers (value) VALUES (679); -INSERT INTO ldk.integers (value) VALUES (680); -INSERT INTO ldk.integers (value) VALUES (681); -INSERT INTO ldk.integers (value) VALUES (682); -INSERT INTO ldk.integers (value) VALUES (683); -INSERT INTO ldk.integers (value) VALUES (684); -INSERT INTO ldk.integers (value) VALUES (685); -INSERT INTO ldk.integers (value) VALUES (686); -INSERT INTO ldk.integers (value) VALUES (687); -INSERT INTO ldk.integers (value) VALUES (688); -INSERT INTO ldk.integers (value) VALUES (689); -INSERT INTO ldk.integers (value) VALUES (690); -INSERT INTO ldk.integers (value) VALUES (691); -INSERT INTO ldk.integers (value) VALUES (692); -INSERT INTO ldk.integers (value) VALUES (693); -INSERT INTO ldk.integers (value) VALUES (694); -INSERT INTO ldk.integers (value) VALUES (695); -INSERT INTO ldk.integers (value) VALUES (696); -INSERT INTO ldk.integers (value) VALUES (697); -INSERT INTO ldk.integers (value) VALUES (698); -INSERT INTO ldk.integers (value) VALUES (699); -INSERT INTO ldk.integers (value) VALUES (700); -INSERT INTO ldk.integers (value) VALUES (701); -INSERT INTO ldk.integers (value) VALUES (702); -INSERT INTO ldk.integers (value) VALUES (703); -INSERT INTO ldk.integers (value) VALUES (704); -INSERT INTO ldk.integers (value) VALUES (705); -INSERT INTO ldk.integers (value) VALUES (706); -INSERT INTO ldk.integers (value) VALUES (707); -INSERT INTO ldk.integers (value) VALUES (708); -INSERT INTO ldk.integers (value) VALUES (709); -INSERT INTO ldk.integers (value) VALUES (710); -INSERT INTO ldk.integers (value) VALUES (711); -INSERT INTO ldk.integers (value) VALUES (712); -INSERT INTO ldk.integers (value) VALUES (713); -INSERT INTO ldk.integers (value) VALUES (714); -INSERT INTO ldk.integers (value) VALUES (715); -INSERT INTO ldk.integers (value) VALUES (716); -INSERT INTO ldk.integers (value) VALUES (717); -INSERT INTO ldk.integers (value) VALUES (718); -INSERT INTO ldk.integers (value) VALUES (719); -INSERT INTO ldk.integers (value) VALUES (720); -INSERT INTO ldk.integers (value) VALUES (721); -INSERT INTO ldk.integers (value) VALUES (722); -INSERT INTO ldk.integers (value) VALUES (723); -INSERT INTO ldk.integers (value) VALUES (724); -INSERT INTO ldk.integers (value) VALUES (725); -INSERT INTO ldk.integers (value) VALUES (726); -INSERT INTO ldk.integers (value) VALUES (727); -INSERT INTO ldk.integers (value) VALUES (728); -INSERT INTO ldk.integers (value) VALUES (729); -INSERT INTO ldk.integers (value) VALUES (730); -INSERT INTO ldk.integers (value) VALUES (731); -INSERT INTO ldk.integers (value) VALUES (732); -INSERT INTO ldk.integers (value) VALUES (733); -INSERT INTO ldk.integers (value) VALUES (734); -INSERT INTO ldk.integers (value) VALUES (735); -INSERT INTO ldk.integers (value) VALUES (736); -INSERT INTO ldk.integers (value) VALUES (737); -INSERT INTO ldk.integers (value) VALUES (738); -INSERT INTO ldk.integers (value) VALUES (739); -INSERT INTO ldk.integers (value) VALUES (740); -INSERT INTO ldk.integers (value) VALUES (741); -INSERT INTO ldk.integers (value) VALUES (742); -INSERT INTO ldk.integers (value) VALUES (743); -INSERT INTO ldk.integers (value) VALUES (744); -INSERT INTO ldk.integers (value) VALUES (745); -INSERT INTO ldk.integers (value) VALUES (746); -INSERT INTO ldk.integers (value) VALUES (747); -INSERT INTO ldk.integers (value) VALUES (748); -INSERT INTO ldk.integers (value) VALUES (749); -INSERT INTO ldk.integers (value) VALUES (750); -INSERT INTO ldk.integers (value) VALUES (751); -INSERT INTO ldk.integers (value) VALUES (752); -INSERT INTO ldk.integers (value) VALUES (753); -INSERT INTO ldk.integers (value) VALUES (754); -INSERT INTO ldk.integers (value) VALUES (755); -INSERT INTO ldk.integers (value) VALUES (756); -INSERT INTO ldk.integers (value) VALUES (757); -INSERT INTO ldk.integers (value) VALUES (758); -INSERT INTO ldk.integers (value) VALUES (759); -INSERT INTO ldk.integers (value) VALUES (760); -INSERT INTO ldk.integers (value) VALUES (761); -INSERT INTO ldk.integers (value) VALUES (762); -INSERT INTO ldk.integers (value) VALUES (763); -INSERT INTO ldk.integers (value) VALUES (764); -INSERT INTO ldk.integers (value) VALUES (765); -INSERT INTO ldk.integers (value) VALUES (766); -INSERT INTO ldk.integers (value) VALUES (767); -INSERT INTO ldk.integers (value) VALUES (768); -INSERT INTO ldk.integers (value) VALUES (769); -INSERT INTO ldk.integers (value) VALUES (770); -INSERT INTO ldk.integers (value) VALUES (771); -INSERT INTO ldk.integers (value) VALUES (772); -INSERT INTO ldk.integers (value) VALUES (773); -INSERT INTO ldk.integers (value) VALUES (774); -INSERT INTO ldk.integers (value) VALUES (775); -INSERT INTO ldk.integers (value) VALUES (776); -INSERT INTO ldk.integers (value) VALUES (777); -INSERT INTO ldk.integers (value) VALUES (778); -INSERT INTO ldk.integers (value) VALUES (779); -INSERT INTO ldk.integers (value) VALUES (780); -INSERT INTO ldk.integers (value) VALUES (781); -INSERT INTO ldk.integers (value) VALUES (782); -INSERT INTO ldk.integers (value) VALUES (783); -INSERT INTO ldk.integers (value) VALUES (784); -INSERT INTO ldk.integers (value) VALUES (785); -INSERT INTO ldk.integers (value) VALUES (786); -INSERT INTO ldk.integers (value) VALUES (787); -INSERT INTO ldk.integers (value) VALUES (788); -INSERT INTO ldk.integers (value) VALUES (789); -INSERT INTO ldk.integers (value) VALUES (790); -INSERT INTO ldk.integers (value) VALUES (791); -INSERT INTO ldk.integers (value) VALUES (792); -INSERT INTO ldk.integers (value) VALUES (793); -INSERT INTO ldk.integers (value) VALUES (794); -INSERT INTO ldk.integers (value) VALUES (795); -INSERT INTO ldk.integers (value) VALUES (796); -INSERT INTO ldk.integers (value) VALUES (797); -INSERT INTO ldk.integers (value) VALUES (798); -INSERT INTO ldk.integers (value) VALUES (799); -INSERT INTO ldk.integers (value) VALUES (800); -INSERT INTO ldk.integers (value) VALUES (801); -INSERT INTO ldk.integers (value) VALUES (802); -INSERT INTO ldk.integers (value) VALUES (803); -INSERT INTO ldk.integers (value) VALUES (804); -INSERT INTO ldk.integers (value) VALUES (805); -INSERT INTO ldk.integers (value) VALUES (806); -INSERT INTO ldk.integers (value) VALUES (807); -INSERT INTO ldk.integers (value) VALUES (808); -INSERT INTO ldk.integers (value) VALUES (809); -INSERT INTO ldk.integers (value) VALUES (810); -INSERT INTO ldk.integers (value) VALUES (811); -INSERT INTO ldk.integers (value) VALUES (812); -INSERT INTO ldk.integers (value) VALUES (813); -INSERT INTO ldk.integers (value) VALUES (814); -INSERT INTO ldk.integers (value) VALUES (815); -INSERT INTO ldk.integers (value) VALUES (816); -INSERT INTO ldk.integers (value) VALUES (817); -INSERT INTO ldk.integers (value) VALUES (818); -INSERT INTO ldk.integers (value) VALUES (819); -INSERT INTO ldk.integers (value) VALUES (820); -INSERT INTO ldk.integers (value) VALUES (821); -INSERT INTO ldk.integers (value) VALUES (822); -INSERT INTO ldk.integers (value) VALUES (823); -INSERT INTO ldk.integers (value) VALUES (824); -INSERT INTO ldk.integers (value) VALUES (825); -INSERT INTO ldk.integers (value) VALUES (826); -INSERT INTO ldk.integers (value) VALUES (827); -INSERT INTO ldk.integers (value) VALUES (828); -INSERT INTO ldk.integers (value) VALUES (829); -INSERT INTO ldk.integers (value) VALUES (830); -INSERT INTO ldk.integers (value) VALUES (831); -INSERT INTO ldk.integers (value) VALUES (832); -INSERT INTO ldk.integers (value) VALUES (833); -INSERT INTO ldk.integers (value) VALUES (834); -INSERT INTO ldk.integers (value) VALUES (835); -INSERT INTO ldk.integers (value) VALUES (836); -INSERT INTO ldk.integers (value) VALUES (837); -INSERT INTO ldk.integers (value) VALUES (838); -INSERT INTO ldk.integers (value) VALUES (839); -INSERT INTO ldk.integers (value) VALUES (840); -INSERT INTO ldk.integers (value) VALUES (841); -INSERT INTO ldk.integers (value) VALUES (842); -INSERT INTO ldk.integers (value) VALUES (843); -INSERT INTO ldk.integers (value) VALUES (844); -INSERT INTO ldk.integers (value) VALUES (845); -INSERT INTO ldk.integers (value) VALUES (846); -INSERT INTO ldk.integers (value) VALUES (847); -INSERT INTO ldk.integers (value) VALUES (848); -INSERT INTO ldk.integers (value) VALUES (849); -INSERT INTO ldk.integers (value) VALUES (850); -INSERT INTO ldk.integers (value) VALUES (851); -INSERT INTO ldk.integers (value) VALUES (852); -INSERT INTO ldk.integers (value) VALUES (853); -INSERT INTO ldk.integers (value) VALUES (854); -INSERT INTO ldk.integers (value) VALUES (855); -INSERT INTO ldk.integers (value) VALUES (856); -INSERT INTO ldk.integers (value) VALUES (857); -INSERT INTO ldk.integers (value) VALUES (858); -INSERT INTO ldk.integers (value) VALUES (859); -INSERT INTO ldk.integers (value) VALUES (860); -INSERT INTO ldk.integers (value) VALUES (861); -INSERT INTO ldk.integers (value) VALUES (862); -INSERT INTO ldk.integers (value) VALUES (863); -INSERT INTO ldk.integers (value) VALUES (864); -INSERT INTO ldk.integers (value) VALUES (865); -INSERT INTO ldk.integers (value) VALUES (866); -INSERT INTO ldk.integers (value) VALUES (867); -INSERT INTO ldk.integers (value) VALUES (868); -INSERT INTO ldk.integers (value) VALUES (869); -INSERT INTO ldk.integers (value) VALUES (870); -INSERT INTO ldk.integers (value) VALUES (871); -INSERT INTO ldk.integers (value) VALUES (872); -INSERT INTO ldk.integers (value) VALUES (873); -INSERT INTO ldk.integers (value) VALUES (874); -INSERT INTO ldk.integers (value) VALUES (875); -INSERT INTO ldk.integers (value) VALUES (876); -INSERT INTO ldk.integers (value) VALUES (877); -INSERT INTO ldk.integers (value) VALUES (878); -INSERT INTO ldk.integers (value) VALUES (879); -INSERT INTO ldk.integers (value) VALUES (880); -INSERT INTO ldk.integers (value) VALUES (881); -INSERT INTO ldk.integers (value) VALUES (882); -INSERT INTO ldk.integers (value) VALUES (883); -INSERT INTO ldk.integers (value) VALUES (884); -INSERT INTO ldk.integers (value) VALUES (885); -INSERT INTO ldk.integers (value) VALUES (886); -INSERT INTO ldk.integers (value) VALUES (887); -INSERT INTO ldk.integers (value) VALUES (888); -INSERT INTO ldk.integers (value) VALUES (889); -INSERT INTO ldk.integers (value) VALUES (890); -INSERT INTO ldk.integers (value) VALUES (891); -INSERT INTO ldk.integers (value) VALUES (892); -INSERT INTO ldk.integers (value) VALUES (893); -INSERT INTO ldk.integers (value) VALUES (894); -INSERT INTO ldk.integers (value) VALUES (895); -INSERT INTO ldk.integers (value) VALUES (896); -INSERT INTO ldk.integers (value) VALUES (897); -INSERT INTO ldk.integers (value) VALUES (898); -INSERT INTO ldk.integers (value) VALUES (899); -INSERT INTO ldk.integers (value) VALUES (900); -INSERT INTO ldk.integers (value) VALUES (901); -INSERT INTO ldk.integers (value) VALUES (902); -INSERT INTO ldk.integers (value) VALUES (903); -INSERT INTO ldk.integers (value) VALUES (904); -INSERT INTO ldk.integers (value) VALUES (905); -INSERT INTO ldk.integers (value) VALUES (906); -INSERT INTO ldk.integers (value) VALUES (907); -INSERT INTO ldk.integers (value) VALUES (908); -INSERT INTO ldk.integers (value) VALUES (909); -INSERT INTO ldk.integers (value) VALUES (910); -INSERT INTO ldk.integers (value) VALUES (911); -INSERT INTO ldk.integers (value) VALUES (912); -INSERT INTO ldk.integers (value) VALUES (913); -INSERT INTO ldk.integers (value) VALUES (914); -INSERT INTO ldk.integers (value) VALUES (915); -INSERT INTO ldk.integers (value) VALUES (916); -INSERT INTO ldk.integers (value) VALUES (917); -INSERT INTO ldk.integers (value) VALUES (918); -INSERT INTO ldk.integers (value) VALUES (919); -INSERT INTO ldk.integers (value) VALUES (920); -INSERT INTO ldk.integers (value) VALUES (921); -INSERT INTO ldk.integers (value) VALUES (922); -INSERT INTO ldk.integers (value) VALUES (923); -INSERT INTO ldk.integers (value) VALUES (924); -INSERT INTO ldk.integers (value) VALUES (925); -INSERT INTO ldk.integers (value) VALUES (926); -INSERT INTO ldk.integers (value) VALUES (927); -INSERT INTO ldk.integers (value) VALUES (928); -INSERT INTO ldk.integers (value) VALUES (929); -INSERT INTO ldk.integers (value) VALUES (930); -INSERT INTO ldk.integers (value) VALUES (931); -INSERT INTO ldk.integers (value) VALUES (932); -INSERT INTO ldk.integers (value) VALUES (933); -INSERT INTO ldk.integers (value) VALUES (934); -INSERT INTO ldk.integers (value) VALUES (935); -INSERT INTO ldk.integers (value) VALUES (936); -INSERT INTO ldk.integers (value) VALUES (937); -INSERT INTO ldk.integers (value) VALUES (938); -INSERT INTO ldk.integers (value) VALUES (939); -INSERT INTO ldk.integers (value) VALUES (940); -INSERT INTO ldk.integers (value) VALUES (941); -INSERT INTO ldk.integers (value) VALUES (942); -INSERT INTO ldk.integers (value) VALUES (943); -INSERT INTO ldk.integers (value) VALUES (944); -INSERT INTO ldk.integers (value) VALUES (945); -INSERT INTO ldk.integers (value) VALUES (946); -INSERT INTO ldk.integers (value) VALUES (947); -INSERT INTO ldk.integers (value) VALUES (948); -INSERT INTO ldk.integers (value) VALUES (949); -INSERT INTO ldk.integers (value) VALUES (950); -INSERT INTO ldk.integers (value) VALUES (951); -INSERT INTO ldk.integers (value) VALUES (952); -INSERT INTO ldk.integers (value) VALUES (953); -INSERT INTO ldk.integers (value) VALUES (954); -INSERT INTO ldk.integers (value) VALUES (955); -INSERT INTO ldk.integers (value) VALUES (956); -INSERT INTO ldk.integers (value) VALUES (957); -INSERT INTO ldk.integers (value) VALUES (958); -INSERT INTO ldk.integers (value) VALUES (959); -INSERT INTO ldk.integers (value) VALUES (960); -INSERT INTO ldk.integers (value) VALUES (961); -INSERT INTO ldk.integers (value) VALUES (962); -INSERT INTO ldk.integers (value) VALUES (963); -INSERT INTO ldk.integers (value) VALUES (964); -INSERT INTO ldk.integers (value) VALUES (965); -INSERT INTO ldk.integers (value) VALUES (966); -INSERT INTO ldk.integers (value) VALUES (967); -INSERT INTO ldk.integers (value) VALUES (968); -INSERT INTO ldk.integers (value) VALUES (969); -INSERT INTO ldk.integers (value) VALUES (970); -INSERT INTO ldk.integers (value) VALUES (971); -INSERT INTO ldk.integers (value) VALUES (972); -INSERT INTO ldk.integers (value) VALUES (973); -INSERT INTO ldk.integers (value) VALUES (974); -INSERT INTO ldk.integers (value) VALUES (975); -INSERT INTO ldk.integers (value) VALUES (976); -INSERT INTO ldk.integers (value) VALUES (977); -INSERT INTO ldk.integers (value) VALUES (978); -INSERT INTO ldk.integers (value) VALUES (979); -INSERT INTO ldk.integers (value) VALUES (980); -INSERT INTO ldk.integers (value) VALUES (981); -INSERT INTO ldk.integers (value) VALUES (982); -INSERT INTO ldk.integers (value) VALUES (983); -INSERT INTO ldk.integers (value) VALUES (984); -INSERT INTO ldk.integers (value) VALUES (985); -INSERT INTO ldk.integers (value) VALUES (986); -INSERT INTO ldk.integers (value) VALUES (987); -INSERT INTO ldk.integers (value) VALUES (988); -INSERT INTO ldk.integers (value) VALUES (989); -INSERT INTO ldk.integers (value) VALUES (990); -INSERT INTO ldk.integers (value) VALUES (991); -INSERT INTO ldk.integers (value) VALUES (992); -INSERT INTO ldk.integers (value) VALUES (993); -INSERT INTO ldk.integers (value) VALUES (994); -INSERT INTO ldk.integers (value) VALUES (995); -INSERT INTO ldk.integers (value) VALUES (996); -INSERT INTO ldk.integers (value) VALUES (997); -INSERT INTO ldk.integers (value) VALUES (998); -INSERT INTO ldk.integers (value) VALUES (999); -INSERT INTO ldk.integers (value) VALUES (1000); diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.34-12.35.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.34-12.35.sql deleted file mode 100644 index 319ad50d..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.34-12.35.sql +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ ---placeholder. only postgres has changes -; \ No newline at end of file diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.35-12.36.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.35-12.36.sql deleted file mode 100644 index aeebfb16..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.35-12.36.sql +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -CREATE TABLE ldk.daysOfWeek ( - idx int, - name varchar(100), - - CONSTRAINT PK_daysOfWeek PRIMARY KEY (idx) -); - -INSERT INTO ldk.daysOfWeek (idx, name) VALUES (1, 'Sunday'); -INSERT INTO ldk.daysOfWeek (idx, name) VALUES (2, 'Monday'); -INSERT INTO ldk.daysOfWeek (idx, name) VALUES (3, 'Tuesday'); -INSERT INTO ldk.daysOfWeek (idx, name) VALUES (4, 'Wednesday'); -INSERT INTO ldk.daysOfWeek (idx, name) VALUES (5, 'Thursday'); -INSERT INTO ldk.daysOfWeek (idx, name) VALUES (6, 'Friday'); -INSERT INTO ldk.daysOfWeek (idx, name) VALUES (7, 'Saturday'); \ No newline at end of file diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.36-12.37.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.36-12.37.sql deleted file mode 100644 index 55f4e16a..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.36-12.37.sql +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (c) 2014-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -CREATE TABLE ldk.months ( - rowid int identity(1,1), - monthName varchar(100), - monthNum int, - - CONSTRAINT PK_months PRIMARY KEY (rowid) -); - -GO - -INSERT into ldk.months (monthName, monthNum) VALUES ('January', 1); -INSERT into ldk.months (monthName, monthNum) VALUES ('February', 2); -INSERT into ldk.months (monthName, monthNum) VALUES ('March', 3); -INSERT into ldk.months (monthName, monthNum) VALUES ('April', 4); -INSERT into ldk.months (monthName, monthNum) VALUES ('May', 5); -INSERT into ldk.months (monthName, monthNum) VALUES ('June', 6); -INSERT into ldk.months (monthName, monthNum) VALUES ('July', 7); -INSERT into ldk.months (monthName, monthNum) VALUES ('August', 8); -INSERT into ldk.months (monthName, monthNum) VALUES ('September', 9); -INSERT into ldk.months (monthName, monthNum) VALUES ('October', 10); -INSERT into ldk.months (monthName, monthNum) VALUES ('November', 11); -INSERT into ldk.months (monthName, monthNum) VALUES ('December', 12); diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.37-12.38.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.37-12.38.sql deleted file mode 100644 index abf0f87b..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.37-12.38.sql +++ /dev/null @@ -1,41 +0,0 @@ -/* - * Copyright (c) 2016-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -CREATE TABLE ldk.lookup_sets ( - rowid int identity(1,1), - setname varchar(100), - label varchar(500), - keyField varchar(100), - titleColumn varchar(100), - description varchar(4000), - - container entityid, - created datetime, - createdby int, - modified datetime, - modifiedby int, - - constraint PK_lookup_sets PRIMARY KEY (rowid) -); - -CREATE TABLE ldk.lookup_data ( - rowid int identity(1,1), - set_name varchar(100), - value varchar(200), - displayValue varchar(200), - category varchar(200), - description varchar(4000), - sort_order integer, - date_disabled datetime, - - objectid char(36), - container entityid, - createdby userid, - created datetime, - modifiedby userid, - modified datetime, - - CONSTRAINT pk_lookup_data PRIMARY KEY (rowid) -); \ No newline at end of file diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.38-12.39.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.38-12.39.sql deleted file mode 100644 index 99dc2545..00000000 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.38-12.39.sql +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (c) 2018-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ ---this ensures we preserve data prior to dropping this table -CREATE PROCEDURE ldk.handleUpgrade AS -BEGIN -IF EXISTS( SELECT name from sys.tables WHERE name = 'ldapSyncMap' AND schema_id = (SELECT schema_id FROM sys.schemas WHERE name = 'openldapsync' ) ) -BEGIN -INSERT INTO openldapsync.ldapSyncMap (provider, sourceId, labkeyId, type, created, container) - SELECT provider, sourceId, labkeyId, type, created, (select entityid from core.containers WHERE name IS NULL) as container - FROM ldk.ldapSyncMap; -END -END; -GO - -EXEC ldk.handleUpgrade -GO - -DROP PROCEDURE ldk.handleUpgrade -DROP TABLE ldk.ldapSyncMap; \ No newline at end of file diff --git a/LDK/src/org/labkey/ldk/LDKController.java b/LDK/src/org/labkey/ldk/LDKController.java index 0713762e..589e8f3a 100644 --- a/LDK/src/org/labkey/ldk/LDKController.java +++ b/LDK/src/org/labkey/ldk/LDKController.java @@ -17,7 +17,6 @@ package org.labkey.ldk; import jakarta.mail.Address; -import jakarta.servlet.http.HttpServletResponse; import org.apache.commons.lang3.StringUtils; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; @@ -25,7 +24,6 @@ import org.json.JSONObject; import org.labkey.api.action.ApiResponse; import org.labkey.api.action.ApiSimpleResponse; -import org.labkey.api.action.ExportAction; import org.labkey.api.action.HasAllowBindParameter; import org.labkey.api.action.MutatingApiAction; import org.labkey.api.action.ReadOnlyApiAction; @@ -35,12 +33,10 @@ import org.labkey.api.data.ContainerManager; import org.labkey.api.data.PropertyManager; import org.labkey.api.data.PropertyManager.WritablePropertyMap; -import org.labkey.api.data.SqlScriptRunner; import org.labkey.api.data.TableInfo; import org.labkey.api.ldk.LDKService; import org.labkey.api.ldk.notification.Notification; import org.labkey.api.ldk.notification.NotificationService; -import org.labkey.api.module.AllowedDuringUpgrade; import org.labkey.api.module.ModuleHtmlView; import org.labkey.api.module.ModuleLoader; import org.labkey.api.query.DetailsURL; @@ -67,7 +63,6 @@ import org.labkey.api.util.HtmlString; import org.labkey.api.util.PageFlowUtil; import org.labkey.api.util.Path; -import org.labkey.api.util.StringUtilsLabKey; import org.labkey.api.util.URLHelper; import org.labkey.api.view.ActionURL; import org.labkey.api.view.HtmlView; @@ -78,7 +73,6 @@ import org.labkey.api.view.WebPartFactory; import org.labkey.api.view.WebPartView; import org.labkey.ldk.notification.NotificationServiceImpl; -import org.labkey.ldk.sql.LDKNaturalizeInstallationManager; import org.springframework.validation.BindException; import org.springframework.web.servlet.ModelAndView; @@ -973,17 +967,4 @@ public ApiResponse execute(Object form, BindException errors) throws Exception return new ApiSimpleResponse("url", PropertyManager.getProperties(getContainer(), REDIRECT_URL_DOMAIN).get(REDIRECT_URL_PROP)); } } - - @RequiresPermission(AdminOperationsPermission.class) - @AllowedDuringUpgrade - public static class DownloadNaturalizeInstallScriptAction extends ExportAction - { - @Override - public void export(Object o, HttpServletResponse response, BindException errors) throws Exception - { - SqlScriptRunner.SqlScript installScript = LDKNaturalizeInstallationManager.get().getInstallScript(); - response.setCharacterEncoding(StringUtilsLabKey.DEFAULT_CHARSET.name()); - PageFlowUtil.streamFileBytes(response, "naturalizeInstall.sql", installScript.getContents().getBytes(StringUtilsLabKey.DEFAULT_CHARSET), true); - } - } } diff --git a/LDK/src/org/labkey/ldk/LDKModule.java b/LDK/src/org/labkey/ldk/LDKModule.java index bdb7d99c..5c0f823e 100644 --- a/LDK/src/org/labkey/ldk/LDKModule.java +++ b/LDK/src/org/labkey/ldk/LDKModule.java @@ -19,8 +19,6 @@ import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import org.labkey.api.data.Container; -import org.labkey.api.data.DbScope; -import org.labkey.api.data.bigiron.ClrAssemblyManager; import org.labkey.api.ldk.ExtendedSimpleModule; import org.labkey.api.ldk.LDKService; import org.labkey.api.ldk.notification.NotificationService; @@ -39,8 +37,6 @@ import org.labkey.ldk.notification.SiteSummaryNotification; import org.labkey.ldk.query.LookupSetTable; import org.labkey.ldk.query.LookupsUserSchema; -import org.labkey.ldk.query.MssqlUtilsUserSchema; -import org.labkey.ldk.sql.LDKNaturalizeInstallationManager; import java.util.Collection; import java.util.Collections; @@ -100,23 +96,9 @@ else if (!c.isRoot() & c.hasPermission(user, AdminPermission.class)) AdminConsole.addLink(AdminConsole.SettingsLinkType.Management, "file root usage summary", DetailsURL.fromString("/ldk/folderSizeSummary.view").getActionURL(), ReadPermission.class); - if (isSqlServer()) - { - AdminConsole.addLink(AdminConsole.SettingsLinkType.Management, "sql server DB index usage", DetailsURL.fromString("/query/executeQuery.view?schemaName=mssqlutils&query.queryName=index_stats").getActionURL(), AdminPermission.class); - - ClrAssemblyManager.registerInstallationManager(LDKNaturalizeInstallationManager.get()); - } - NotificationService.get().registerNotification(new SiteSummaryNotification()); } - @Override - public void afterUpdate(ModuleContext moduleContext) - { - if (isSqlServer()) - LDKNaturalizeInstallationManager.get().ensureInstalled(moduleContext); - } - @NotNull @Override public Collection getSummary(Container c) @@ -136,19 +118,9 @@ protected void registerSchemas() { super.registerSchemas(); - if (isSqlServer()) - { - MssqlUtilsUserSchema.register(this); - } - LookupsUserSchema.register(this); } - public static boolean isSqlServer() - { - return DbScope.getLabKeyScope().getSqlDialect().isSqlServer(); - } - @Override public @NotNull Set> getIntegrationTests() { diff --git a/LDK/src/org/labkey/ldk/notification/SiteSummaryNotification.java b/LDK/src/org/labkey/ldk/notification/SiteSummaryNotification.java index 4fe2534d..84b5ab5b 100644 --- a/LDK/src/org/labkey/ldk/notification/SiteSummaryNotification.java +++ b/LDK/src/org/labkey/ldk/notification/SiteSummaryNotification.java @@ -235,7 +235,6 @@ private void siteUsage(Container c, User u, final StringBuilder msg, final Strin DbSchema auditSchema = DbSchema.get("audit"); String sql = "SELECT\n" + - (auditSchema.getSqlDialect().isSqlServer() ? "TOP 7\n" : "") + "cast(a.created as date) as date,\n" + "count(*) AS Logins,\n" + "count(distinct a.createdby) AS DistinctUsers\n" + @@ -475,56 +474,45 @@ private void getSiteUsageStats(Container c, User u, final StringBuilder msg, fin private void getTableSizeStats(Container c, User u, final StringBuilder msg, final StringBuilder alerts, final Map saved, Map toSave) { - SQLFragment sql = null; - if (DbScope.getLabKeyScope().getSqlDialect().isPostgreSQL()) - { - sql = new SQLFragment("SELECT nspname as schemaName, relname as tableName, reltuples as rowcnt FROM pg_class C LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace) WHERE nspname NOT IN ('pg_catalog', 'information_schema') AND relkind='r' ORDER BY reltuples DESC limit 20"); - } - else if (DbScope.getLabKeyScope().getSqlDialect().isSqlServer()) - { - sql = new SQLFragment("SELECT top 20 OBJECT_SCHEMA_NAME(o.id) as schemaName, o.name as tableName, i.rowcnt FROM sysindexes AS i INNER JOIN sysobjects AS o ON i.id = o.id WHERE i.indid < 2 AND OBJECTPROPERTY(o.id, 'IsMSShipped') = 0 ORDER BY i.rowcnt desc"); - } + SQLFragment sql = new SQLFragment("SELECT nspname as schemaName, relname as tableName, reltuples as rowcnt FROM pg_class C LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace) WHERE nspname NOT IN ('pg_catalog', 'information_schema') AND relkind='r' ORDER BY reltuples DESC limit 20"); - if (sql != null) - { - msg.append("
The following items are designed to give an overview of the amount of data stored in this site:

"); - String tableSizes = "tableSizes"; + msg.append("
The following items are designed to give an overview of the amount of data stored in this site:

"); + String tableSizes = "tableSizes"; - msg.append("
The top 20 largest tables, by row count:

"); - msg.append(""); + msg.append("
The top 20 largest tables, by row count:

"); + msg.append("
SchemaTable# of RowsPrevious Value% Change
"); - SqlSelector ss = new SqlSelector(DbScope.getLabKeyScope(), sql); + SqlSelector ss = new SqlSelector(DbScope.getLabKeyScope(), sql); - final Map newValueMap = new HashMap<>(); - final JSONObject oldValueMap = saved.containsKey(tableSizes) ? new JSONObject(saved.get(tableSizes)) : null; + final Map newValueMap = new HashMap<>(); + final JSONObject oldValueMap = saved.containsKey(tableSizes) ? new JSONObject(saved.get(tableSizes)) : null; - ss.forEach(new Selector.ForEachBlock<>() + ss.forEach(new Selector.ForEachBlock<>() + { + @Override + public void exec(ResultSet object) throws SQLException { - @Override - public void exec(ResultSet object) throws SQLException - { - Long total = object.getLong("rowcnt"); - String schema = object.getString("schemaName"); - String table = object.getString("tableName"); - String key = schema + "." + table; + Long total = object.getLong("rowcnt"); + String schema = object.getString("schemaName"); + String table = object.getString("tableName"); + String key = schema + "." + table; - newValueMap.put(key, total.toString()); - Long previousValue = null; - if (oldValueMap != null && oldValueMap.has(key)) - { - previousValue = oldValueMap.getLong(key); - } - - String pctChange = getPctChange(previousValue, total, 0.05, "The number of rows in the table " + key + " has changed signficiantly since the last run on " + getLastSaveString(c, saved), alerts); - msg.append("" + pctChange + ""); + newValueMap.put(key, total.toString()); + Long previousValue = null; + if (oldValueMap != null && oldValueMap.has(key)) + { + previousValue = oldValueMap.getLong(key); } - }); - msg.append("
SchemaTable# of RowsPrevious Value% Change
" + (schema == null ? "" : schema) + "" + (table == null ? "" : table) + "" + (total == null ? "" : NumberFormat.getInstance().format(total)) + "" + (previousValue == null ? "" : NumberFormat.getInstance().format(previousValue)) + "

"); + String pctChange = getPctChange(previousValue, total, 0.05, "The number of rows in the table " + key + " has changed signficiantly since the last run on " + getLastSaveString(c, saved), alerts); + msg.append("" + (schema == null ? "" : schema) + "" + (table == null ? "" : table) + "" + (total == null ? "" : NumberFormat.getInstance().format(total)) + "" + (previousValue == null ? "" : NumberFormat.getInstance().format(previousValue)) + "" + pctChange + ""); + } + }); - if (!newValueMap.isEmpty()) - toSave.put(tableSizes, new JSONObject(newValueMap).toString()); - } + msg.append("
"); + + if (!newValueMap.isEmpty()) + toSave.put(tableSizes, new JSONObject(newValueMap).toString()); getDBSize(c, u, msg, alerts, saved, toSave); getStudySizeSummary(c, u, msg, alerts, saved, toSave); @@ -536,54 +524,12 @@ public void exec(ResultSet object) throws SQLException private void getDBSize(Container c, User u, final StringBuilder msg, final StringBuilder alerts, Map saved, Map toSave) { - SqlSelector ss; - - String dbSizes = "dbSizes"; - final Map newValueMap = new HashMap<>(); - final JSONObject oldValueMap = saved.containsKey(dbSizes) ? new JSONObject(saved.get(dbSizes)) : null; - - if (DbScope.getLabKeyScope().getSqlDialect().isSqlServer()) + SqlSelector ss = new SqlSelector(DbScope.getLabKeyScope(), new SQLFragment("SELECT pg_database_size(?) As size", DbScope.getLabKeyScope().getDatabaseName())); + Map[] maps = ss.getMapArray(); + if (maps.length > 0) { - ss = new SqlSelector(DbScope.getLabKeyScope(), new SQLFragment("SELECT " + - "DB_NAME(database_id) AS DatabaseName, Name AS LogicalName, (size*8) as size\n" + //this column holds size as 8KB pages - "FROM sys.master_files\n" + - "ORDER BY size desc")); - - Map[] maps = ss.getMapArray(); - if (maps.length > 0) - { - msg.append("Database sizes:

"); - msg.append(""); - for (Map row : maps) - { - long size = Long.parseLong(row.get("size").toString()); - String key = row.get("LogicalName").toString(); - - newValueMap.put(key, Long.toString(size)); - Long previousValue = null; - if (oldValueMap != null && oldValueMap.has(key)) - { - previousValue = oldValueMap.getLong(key); - } - - String pctChange = getPctChange(previousValue, size, 0.05, "The size of the database " + key + " has changed signficiantly since the last run on " + getLastSaveString(c, saved), alerts); - msg.append("" + pctChange + ""); - } - msg.append("
DatabaseLogical NameSize (MB)Previous Size% Change
" + row.get("DatabaseName").toString() + "" + row.get("LogicalName").toString() + "" + FileUtils.byteCountToDisplaySize(size * 1000) + "" + (previousValue == null ? "" : FileUtils.byteCountToDisplaySize(previousValue * 1000))+ "
"); - - if (!newValueMap.isEmpty()) - toSave.put(dbSizes, new JSONObject(newValueMap).toString()); - } - } - else - { - ss = new SqlSelector(DbScope.getLabKeyScope(), new SQLFragment("SELECT pg_database_size(?) As size", DbScope.getLabKeyScope().getDatabaseName())); - Map[] maps = ss.getMapArray(); - if (maps.length > 0) - { - Long size = Long.parseLong(maps[0].get("size").toString()); - msg.append("Size of LabKey DB: " + FileUtils.byteCountToDisplaySize(size) + "
"); - } + Long size = Long.parseLong(maps[0].get("size").toString()); + msg.append("Size of LabKey DB: " + FileUtils.byteCountToDisplaySize(size) + "
"); } } diff --git a/LDK/src/org/labkey/ldk/query/DefaultTableCustomizer.java b/LDK/src/org/labkey/ldk/query/DefaultTableCustomizer.java index f513ec0e..71ef8456 100644 --- a/LDK/src/org/labkey/ldk/query/DefaultTableCustomizer.java +++ b/LDK/src/org/labkey/ldk/query/DefaultTableCustomizer.java @@ -253,9 +253,9 @@ public static void applyNaturalSort(AbstractTableInfo ti, String colName) ti.removeColumn(sortCol); } - if (!ti.getSqlDialect().isPostgreSQL() && !ti.getSqlDialect().isSqlServer()) + if (!ti.getSqlDialect().isPostgreSQL()) { - throw new UnsupportedOperationException("naturalize() is only supported on Postgres and SqlServer"); + throw new UnsupportedOperationException("naturalize() is only supported on Postgres"); } SQLFragment sql = new SQLFragment("ldk.naturalize(").append(col.getValueSql(ExprColumn.STR_TABLE_ALIAS)).append(")"); diff --git a/LDK/src/org/labkey/ldk/query/IndexStatsTable.java b/LDK/src/org/labkey/ldk/query/IndexStatsTable.java deleted file mode 100644 index be34d908..00000000 --- a/LDK/src/org/labkey/ldk/query/IndexStatsTable.java +++ /dev/null @@ -1,81 +0,0 @@ -/* - * Copyright (c) 2014-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.labkey.ldk.query; - -import org.jetbrains.annotations.NotNull; -import org.labkey.api.data.ContainerFilter; -import org.labkey.api.data.DbSchema; -import org.labkey.api.data.JdbcType; -import org.labkey.api.data.SQLFragment; -import org.labkey.api.data.VirtualTable; -import org.labkey.api.query.ExprColumn; -import org.labkey.api.query.UserSchema; - -/** - - */ -public class IndexStatsTable extends VirtualTable -{ - public static final String NAME = "index_stats"; - - public IndexStatsTable(DbSchema schema, UserSchema userSchema, ContainerFilter cf) - { - super(schema, NAME, userSchema, cf); - setTitle("SQL Server Index Usage"); - setupColumns(); - } - - @Override - @NotNull - public SQLFragment getFromSQL() - { - SQLFragment ret = new SQLFragment("SELECT " + - "OBJECT_NAME(S.OBJECT_ID) AS OBJECT_NAME, " + - "I.NAME AS INDEX_NAME, " + - "USER_SEEKS, " + - "USER_SCANS, " + - "USER_LOOKUPS, " + - "USER_UPDATES, " + - "CASE " + - "WHEN USER_SEEKS >= USER_SCANS AND USER_SEEKS >= USER_LOOKUPS THEN USER_SEEKS " + - "WHEN USER_SCANS >= USER_SEEKS AND USER_SCANS >= USER_LOOKUPS THEN USER_SCANS " + - "WHEN USER_LOOKUPS >= USER_SEEKS AND USER_LOOKUPS >= USER_SCANS THEN USER_LOOKUPS " + - "ELSE USER_SEEKS " + - "END AS MAX_VALUE " + - "FROM SYS.DM_DB_INDEX_USAGE_STATS S " + - "INNER JOIN SYS.INDEXES I ON (I.OBJECT_ID = S.OBJECT_ID AND I.INDEX_ID = S.INDEX_ID) " + - "WHERE OBJECTPROPERTY(S.OBJECT_ID, 'IsUserTable') = 1"); - - return ret; - } - - @Override - public boolean isPublic() - { - return true; - } - - protected void setupColumns() - { - addColumn(new ExprColumn(this, "objectName", new SQLFragment(ExprColumn.STR_TABLE_ALIAS + ".OBJECT_NAME"), JdbcType.VARCHAR)); - addColumn(new ExprColumn(this, "indexName", new SQLFragment(ExprColumn.STR_TABLE_ALIAS + ".INDEX_NAME"), JdbcType.VARCHAR)); - addColumn(new ExprColumn(this, "userSeeks", new SQLFragment(ExprColumn.STR_TABLE_ALIAS + ".USER_SEEKS"), JdbcType.INTEGER)); - addColumn(new ExprColumn(this, "userScans", new SQLFragment(ExprColumn.STR_TABLE_ALIAS + ".USER_SCANS"), JdbcType.INTEGER)); - addColumn(new ExprColumn(this, "userLookups", new SQLFragment(ExprColumn.STR_TABLE_ALIAS + ".USER_LOOKUPS"), JdbcType.INTEGER)); - addColumn(new ExprColumn(this, "maxValue", new SQLFragment(ExprColumn.STR_TABLE_ALIAS + ".MAX_VALUE"), JdbcType.INTEGER)); - addColumn(new ExprColumn(this, "userUpdates", new SQLFragment(ExprColumn.STR_TABLE_ALIAS + ".USER_UPDATES"), JdbcType.INTEGER)); - } -} diff --git a/LDK/src/org/labkey/ldk/query/MssqlUtilsUserSchema.java b/LDK/src/org/labkey/ldk/query/MssqlUtilsUserSchema.java deleted file mode 100644 index 8846a05d..00000000 --- a/LDK/src/org/labkey/ldk/query/MssqlUtilsUserSchema.java +++ /dev/null @@ -1,94 +0,0 @@ -/* - * Copyright (c) 2014-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.labkey.ldk.query; - -import org.labkey.api.data.Container; -import org.labkey.api.data.ContainerFilter; -import org.labkey.api.data.DbSchema; -import org.labkey.api.data.DbSchemaType; -import org.labkey.api.data.TableInfo; -import org.labkey.api.module.Module; -import org.labkey.api.query.DefaultSchema; -import org.labkey.api.query.QuerySchema; -import org.labkey.api.query.SimpleUserSchema; -import org.labkey.api.security.User; -import org.labkey.ldk.LDKSchema; - -import java.util.Collections; -import java.util.Set; - -/** - - */ -public class MssqlUtilsUserSchema extends SimpleUserSchema -{ - public static final String NAME = "mssqlutils"; - - public MssqlUtilsUserSchema(User user, Container container) - { - super(NAME, "This schema exposes tables of information from SQL Server", user, container, DbSchema.get("SYS", DbSchemaType.Bare)); - } - - public static void register(Module m) - { - DefaultSchema.registerProvider(MssqlUtilsUserSchema.NAME, new DefaultSchema.SchemaProvider(m) - { - @Override - public boolean isAvailable(DefaultSchema schema, Module module) - { - return schema.getContainer().isRoot(); - } - - @Override - public QuerySchema createSchema(final DefaultSchema schema, Module module) - { - return new MssqlUtilsUserSchema(schema.getUser(), schema.getContainer()); - } - }); - } - - @Override - public boolean isHidden() - { - return false; - } - - @Override - public TableInfo createTable(String name, ContainerFilter cf) - { - if (!getTableNames().contains(name)) - return null; - - if (IndexStatsTable.NAME.equalsIgnoreCase(name)) - { - return new IndexStatsTable(LDKSchema.getInstance().getSchema(), this, cf); - } - - throw new UnsupportedOperationException("No table configured for: " + name); - } - - @Override - public Set getTableNames() - { - return Collections.singleton(IndexStatsTable.NAME); - } - - @Override - public Set getVisibleTableNames() - { - return getTableNames(); - } -} \ No newline at end of file diff --git a/LDK/src/org/labkey/ldk/sql/LDKNaturalizeInstallationManager.java b/LDK/src/org/labkey/ldk/sql/LDKNaturalizeInstallationManager.java deleted file mode 100644 index 5c7cedc5..00000000 --- a/LDK/src/org/labkey/ldk/sql/LDKNaturalizeInstallationManager.java +++ /dev/null @@ -1,104 +0,0 @@ -/* - * Copyright (c) 2018-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.labkey.ldk.sql; - -import org.labkey.api.data.DbSchema; -import org.labkey.api.data.DbSchemaType; -import org.labkey.api.data.SQLFragment; -import org.labkey.api.data.bigiron.AbstractClrInstallationManager; -import org.labkey.api.view.template.Warnings; -import org.labkey.ldk.LDKController; -import org.labkey.ldk.LDKModule; - -import static org.labkey.ldk.LDKSchema.SCHEMA_NAME; - -public class LDKNaturalizeInstallationManager extends AbstractClrInstallationManager -{ - private static final String INITIAL_VERSION = "1.0.0"; - private static final String CURRENT_VERSION = "1.0.1"; - private static final String DESCRIPTION = "This function helps with applying more human-friendly sorting of mixed numeric/text values."; - - private static final LDKNaturalizeInstallationManager _instance = new LDKNaturalizeInstallationManager(); - - private LDKNaturalizeInstallationManager() - { - } - - public static LDKNaturalizeInstallationManager get() - { - return _instance; - } - - @Override - protected DbSchema getSchema() - { - return DbSchema.get(SCHEMA_NAME, DbSchemaType.Module); - } - - @Override - protected String getModuleName() - { - return LDKModule.NAME; - } - - @Override - protected String getBaseScriptName() - { - return "Naturalize"; - } - - @Override - protected String getInitialVersion() - { - return INITIAL_VERSION; - } - - @Override - protected String getCurrentVersion() - { - return CURRENT_VERSION; - } - - @Override - protected String getInstallationExceptionMsg() - { - return "Failure installing LDK naturalize function. " + DESCRIPTION + "Contact LabKey if you need assistance installing these functions."; - } - - @Override - protected String getUninstallationExceptionMsg() - { - return "Failure uninstalling the existing LDK naturalize function, which means they can't be upgraded to the latest version. Contact LabKey if you need assistance installing the newest version of this function."; - } - - @Override - protected SQLFragment getInstallationCheckSql() - { - return new SQLFragment("SELECT x.G, ldk.Naturalize('Foo') FROM (SELECT 1 AS G) x GROUP BY G"); - } - - @Override - protected String getVersionCheckSql() - { - return "SELECT ldk.NaturalizeVersion()"; - } - - @Override - protected void addAdminWarningMessages(Warnings warnings) - { - addAdminWarningMessage(warnings, "The LDK naturalize function is not installed. " + DESCRIPTION, LDKController.DownloadNaturalizeInstallScriptAction.class, null); - } -} diff --git a/laboratory/module.properties b/laboratory/module.properties index 233313b6..d39df46f 100644 --- a/laboratory/module.properties +++ b/laboratory/module.properties @@ -1,3 +1,2 @@ ModuleClass: org.labkey.laboratory.LaboratoryModule ManageVersion: false -SupportedDatabases: mssql, pgsql diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-0.00-11.20.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-0.00-11.20.sql deleted file mode 100644 index 02dd710b..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-0.00-11.20.sql +++ /dev/null @@ -1,849 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - - -CREATE SCHEMA laboratory; -GO - -CREATE TABLE laboratory.Samples -( - RowID INT IDENTITY(1,1) NOT NULL, - sampleName VARCHAR(255), - subjectId VARCHAR(255), - - sampleDate DATETIME, - collectDate DATETIME, - - sampleType VARCHAR(255), - sampleSource VARCHAR(255), - sampleSpecies VARCHAR(255), - - dateRemoved DATETIME, - removedBy INTEGER, - - additive VARCHAR(255), - concentration FLOAT, - concentration_units VARCHAR(255), - ratio FLOAT, - - --related to location - location VARCHAR(255), - freezer VARCHAR(100), - cane VARCHAR(100), - box VARCHAR(100), - box_row VARCHAR(100), - box_column VARCHAR(100), - - --DNA-specific - molecule_type VARCHAR(255), - dna_vector VARCHAR(255), - dna_insert VARCHAR(255), - sequence TEXT, - - preparationmethod VARCHAR(200), - samplesubtype VARCHAR(200), - quantity VARCHAR(200), - quantity_units VARCHAR(50), - parentSample INTEGER, - labwareIdentifier VARCHAR(200), - - comment TEXT DEFAULT NULL, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created DATETIME, - ModifiedBy USERID, - Modified DATETIME, - - CONSTRAINT PK_inventory PRIMARY KEY (rowId) -); - - --- ---------------------------- --- Table structure for laboratory.sample_source --- ---------------------------- -CREATE TABLE laboratory.sample_source -( - Source VARCHAR(105) NOT NULL, - - CONSTRAINT PK_sample_source PRIMARY KEY (source) -); - - --- ---------------------------- --- Records of sample_source --- ---------------------------- -INSERT INTO laboratory.sample_source VALUES ('CD4'); -INSERT INTO laboratory.sample_source VALUES ('CD4-resting'); -INSERT INTO laboratory.sample_source VALUES ('CD4-resting Memory'); -INSERT INTO laboratory.sample_source VALUES ('Nasal swab'); -INSERT INTO laboratory.sample_source VALUES ('PBMC'); -INSERT INTO laboratory.sample_source VALUES ('Plasma'); -INSERT INTO laboratory.sample_source VALUES ('Supernatant'); -INSERT INTO laboratory.sample_source VALUES ('Whole Blood'); -INSERT INTO laboratory.sample_source VALUES ('Total RNA'); -INSERT INTO laboratory.sample_source VALUES ('mRNA'); -INSERT INTO laboratory.sample_source VALUES ('vRNA'); -INSERT INTO laboratory.sample_source VALUES ('RNA'); - -INSERT INTO laboratory.sample_source (source) values ('gDNA'); -INSERT INTO laboratory.sample_source (source) values ('DNA'); - --- ---------------------------- --- Table structure for laboratory.module_properties --- ---------------------------- -CREATE TABLE laboratory.module_properties -( - RowID INT IDENTITY(1,1) NOT NULL, - - prop_name VARCHAR(255) DEFAULT NULL, - stringvalue VARCHAR(255) DEFAULT NULL, - floatvalue FLOAT DEFAULT NULL, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created DATETIME, - ModifiedBy USERID, - Modified DATETIME, - - CONSTRAINT PK_module_properties PRIMARY KEY (rowId) -); - - --- ---------------------------- --- Table structure for laboratory.site_module_properties --- ---------------------------- -CREATE TABLE laboratory.site_module_properties -( - prop_name VARCHAR(255) DEFAULT NULL, - stringvalue VARCHAR(255) DEFAULT NULL, - floatvalue FLOAT DEFAULT NULL, - - CreatedBy USERID, - Created DATETIME, - ModifiedBy USERID, - Modified DATETIME, - - CONSTRAINT PK_site_module_properties PRIMARY KEY (prop_name) -); - - ---primers -CREATE TABLE laboratory.dna_oligos -( - RowID INT IDENTITY(1,1) NOT NULL, - name VARCHAR(255) not NULL, - sequence TEXT not NULL, - oligo_type VARCHAR(255), - modifications VARCHAR(255), - target VARCHAR(255), - cognate_primer INTEGER, - melting_temp FLOAT, - purification VARCHAR(255), - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created DATETIME, - ModifiedBy USERID, - Modified DATETIME, - - CONSTRAINT PK_dna_oligos PRIMARY KEY (rowid) -); - - ---peptides -CREATE TABLE laboratory.peptides -( - RowID INT IDENTITY(1,1) NOT NULL, - sequence VARCHAR(4000), - concentration FLOAT, - alias VARCHAR(255), - vendor VARCHAR(255), - mw FLOAT, - ref_aa INTEGER, - ref_aa_name VARCHAR(255), - ref_aa_start INTEGER, - ref_aa_stop INTEGER, - mhc_restriction VARCHAR(255), - mhc_nt_id INTEGER, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created DATETIME, - ModifiedBy USERID, - Modified DATETIME, - - CONSTRAINT PK_peptides PRIMARY KEY (rowid) -); - - --- ---------------------------- --- Table structure for laboratory.dna_mol_type --- ---------------------------- -CREATE TABLE laboratory.dna_mol_type -( - Mol_type VARCHAR(45) NOT NULL, - - CONSTRAINT PK_dna_mol_type PRIMARY KEY (mol_type) -); - - --- ---------------------------- --- Records of laboratory.dna_mol_type --- ---------------------------- -INSERT INTO laboratory.dna_mol_type VALUES ('mRNA'); -INSERT INTO laboratory.dna_mol_type VALUES ('vRNA'); -INSERT INTO laboratory.dna_mol_type VALUES ('gDNA'); -INSERT INTO laboratory.dna_mol_type VALUES ('Plasmid'); -INSERT INTO laboratory.dna_mol_type VALUES ('RNA'); - - --- ---------------------------- --- Table structure for laboratory.sample_type --- ---------------------------- -CREATE TABLE laboratory.sample_type -( - Type VARCHAR(105) NOT NULL, - - CONSTRAINT PK_sample_type PRIMARY KEY (type) -); - - --- ---------------------------- --- Records of sample_type --- ---------------------------- -INSERT INTO laboratory.sample_type VALUES ('Nasal swab'); -INSERT INTO laboratory.sample_type VALUES ('PBMC'); -INSERT INTO laboratory.sample_type VALUES ('Plasma'); -INSERT INTO laboratory.sample_type VALUES ('Cells - Primary'); -INSERT INTO laboratory.sample_type VALUES ('Cells'); -INSERT INTO laboratory.sample_type VALUES ('Total RNA'); -INSERT INTO laboratory.sample_type VALUES ('mRNA'); -INSERT INTO laboratory.sample_type VALUES ('vRNA'); -INSERT INTO laboratory.sample_type VALUES ('RNA'); -INSERT INTO laboratory.sample_type VALUES ('Cell Line'); - -INSERT INTO laboratory.sample_type VALUES ('BLCL'); -INSERT INTO laboratory.sample_type VALUES ('DNA'); -INSERT INTO laboratory.sample_type VALUES ('Whole Blood'); - -INSERT INTO laboratory.sample_type (type) values ('gDNA'); --- ---------------------------- --- Table structure for laboratory.sample_additive --- ---------------------------- -CREATE TABLE laboratory.sample_additive -( - Additive VARCHAR(255) NOT NULL, - - CONSTRAINT PK_sample_additive PRIMARY KEY (additive) -); - -INSERT INTO laboratory.sample_additive (additive) VALUES ('EDTA'); -INSERT INTO laboratory.sample_additive (additive) VALUES ('Heparin'); -INSERT INTO laboratory.sample_additive (additive) VALUES ('RNA Later'); -INSERT INTO laboratory.sample_additive (additive) VALUES ('Sodium citrate'); -GO - --- ---------------------------- --- Table structure for laboratory.cell_type --- ---------------------------- -CREATE TABLE laboratory.cell_type -( - Type VARCHAR(105) NOT NULL, - - CONSTRAINT PK_cell_type PRIMARY KEY (type) -); - -CREATE TABLE laboratory.Employees -( - RowId INT IDENTITY(1,1) NOT NULL, - UserId INTEGER NOT NULL, - LastName VARCHAR(255) NOT NULL, - FirstName VARCHAR(255), - Email VARCHAR(255), - Email2 VARCHAR(255), - category VARCHAR(255), - Title VARCHAR(255), - Supervisor VARCHAR(255), - EmergencyContact VARCHAR(255), - EmergencyContactPhone VARCHAR(255), - HomePhone VARCHAR(255), - OfficePhone VARCHAR(255), - CellPhone VARCHAR(255), - StartDate DATETIME, - EndDate DATETIME, - Notes VARCHAR(255), - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created DATETIME, - ModifiedBy USERID, - Modified DATETIME, - - CONSTRAINT PK_Employees PRIMARY KEY (RowId), - CONSTRAINT UNIQUE_Employees UNIQUE (UserId, Container) -); - -CREATE TABLE laboratory.report_types -( - Type VARCHAR(100) NOT NULL, - - CONSTRAINT pk_report_types PRIMARY KEY (type ) -); - -INSERT INTO laboratory.report_types (type) VALUES ('query'); -INSERT INTO laboratory.report_types (type) VALUES ('js'); -INSERT INTO laboratory.report_types (type) VALUES ('report'); -INSERT INTO laboratory.report_types (type) VALUES ('webpart'); -INSERT INTO laboratory.report_types (type) VALUES ('details'); - --- ---------------------------- --- Table structure for laboratory.subjects --- ---------------------------- -CREATE TABLE laboratory.Subjects -( - RowId INT IDENTITY(1,1) NOT NULL, - SubjectName VARCHAR(255), - - Gender VARCHAR(100), - Species VARCHAR(255), - Birth DATETIME, - Death DATETIME, - Mother VARCHAR(100), - Father VARCHAR(100), - Geographic_origin VARCHAR(500), - - Comments TEXT DEFAULT NULL, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created DATETIME, - ModifiedBy USERID, - Modified DATETIME, - - CONSTRAINT Unique_subjects UNIQUE (container, subjectname), - CONSTRAINT PK_subjects PRIMARY KEY (rowId) -); - --- ---------------------------- --- Table structure for laboratory.species --- ---------------------------- -CREATE TABLE laboratory.Species -( - common_name VARCHAR(255) NOT NULL, - scientific_name VARCHAR(255) DEFAULT NULL, - mhc_prefix VARCHAR(255) DEFAULT NULL, - - CONSTRAINT PK_species PRIMARY KEY (common_name) -); - --- ---------------------------- --- Records of laboratory.species --- ---------------------------- -INSERT INTO laboratory.species (common_name, scientific_name, mhc_prefix) VALUES ('Baboon', NULL, NULL); -INSERT INTO laboratory.species (common_name, scientific_name, mhc_prefix) VALUES ('Cotton-top Tamarin', 'Saguinus oedipus', 'Saoe'); -INSERT INTO laboratory.species (common_name, scientific_name, mhc_prefix) VALUES ('Cynomolgus', 'Macaca fascicularis', 'Mafa'); -INSERT INTO laboratory.species (common_name, scientific_name, mhc_prefix) VALUES ('Marmoset', 'Callithrix jacchus', 'Caja'); -INSERT INTO laboratory.species (common_name, scientific_name, mhc_prefix) VALUES ('Pigtail', 'Macaca Nemestrina', 'Mane'); -INSERT INTO laboratory.species (common_name, scientific_name, mhc_prefix) VALUES ('Rhesus', 'Macaca mulatta', 'Mamu'); -INSERT INTO laboratory.species (common_name, scientific_name, mhc_prefix) VALUES ('Sooty Mangabey', 'Cercocebus atys', 'Ceat'); -INSERT INTO laboratory.species (common_name, scientific_name, mhc_prefix) VALUES ('Stump Tailed', 'Macaca Arctoides', 'Maar'); -INSERT INTO laboratory.species (common_name, scientific_name, mhc_prefix) VALUES ('Vervet', 'Chlorocebus sabaeus', 'Chsa'); -INSERT INTO laboratory.species (common_name, scientific_name, mhc_prefix) VALUES ('Human', 'Homo Sapiens', 'HLA'); -INSERT INTO laboratory.species (common_name, scientific_name, mhc_prefix) VALUES ('Mouse', 'Mus musculus', NULL); -INSERT INTO laboratory.species (common_name, scientific_name, mhc_prefix) VALUES ('Rat', 'Rattus norvegicus', NULL); - - -CREATE TABLE laboratory.geographic_origins -( - Origin VARCHAR(255) NOT NULL, - - CONSTRAINT PK_geographic_origins PRIMARY KEY (origin) -); - -CREATE TABLE laboratory.well_layout -( - rowid INT IDENTITY(1,1) NOT NULL, - Plate INTEGER, - Well_96 VARCHAR(10), - Well_96_Padded VARCHAR(10), - Well_384 VARCHAR(10), - Well_384_Padded VARCHAR(10), - AddressByRow_96 INTEGER, - AddressByColumn_96 INTEGER, - AddressByColumn_384 INTEGER, - AddressByRow_384 INTEGER, - - CONSTRAINT PK_well_layout PRIMARY KEY (rowid) -); - -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'A1', 'A01', 'A1', 'A01', 1, 1, 1, 1); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'A2', 'A02', 'A2', 'A02', 2, 9, 17, 2); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'A3', 'A03', 'A3', 'A03', 3, 17, 33, 3); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'A4', 'A04', 'A4', 'A04', 4, 25, 49, 4); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'A5', 'A05', 'A5', 'A05', 5, 33, 65, 5); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'A6', 'A06', 'A6', 'A06', 6, 41, 81, 6); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'A7', 'A07', 'A7', 'A07', 7, 49, 97, 7); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'A8', 'A08', 'A8', 'A08', 8, 57, 113, 8); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'A9', 'A09', 'A9', 'A09', 9, 65, 129, 9); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'A10', 'A10', 'A10', 'A10', 10, 73, 145, 10); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'A11', 'A11', 'A11', 'A11', 11, 81, 161, 11); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'A12', 'A12', 'A12', 'A12', 12, 89, 177, 12); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'B1', 'B01', 'A13', 'A13', 13, 2, 193, 13); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'B2', 'B02', 'A14', 'A14', 14, 10, 209, 14); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'B3', 'B03', 'A15', 'A15', 15, 18, 225, 15); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'B4', 'B04', 'A16', 'A16', 16, 26, 241, 16); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'B5', 'B05', 'A17', 'A17', 17, 34, 257, 17); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'B6', 'B06', 'A18', 'A18', 18, 42, 273, 18); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'B7', 'B07', 'A19', 'A19', 19, 50, 289, 19); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'B8', 'B08', 'A20', 'A20', 20, 58, 305, 20); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'B9', 'B09', 'A21', 'A21', 21, 66, 321, 21); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'B10', 'B10', 'A22', 'A22', 22, 74, 337, 22); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'B11', 'B11', 'A23', 'A23', 23, 82, 353, 23); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'B12', 'B12', 'A24', 'A24', 24, 90, 369, 24); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'C1', 'C01', 'B1', 'B01', 25, 3, 2, 25); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'C2', 'C02', 'B2', 'B02', 26, 11, 18, 26); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'C3', 'C03', 'B3', 'B03', 27, 19, 34, 27); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'C4', 'C04', 'B4', 'B04', 28, 27, 50, 28); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'C5', 'C05', 'B5', 'B05', 29, 35, 66, 29); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'C6', 'C06', 'B6', 'B06', 30, 43, 82, 30); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'C7', 'C07', 'B7', 'B07', 31, 51, 98, 31); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'C8', 'C08', 'B8', 'B08', 32, 59, 114, 32); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'C9', 'C09', 'B9', 'B09', 33, 67, 130, 33); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'C10', 'C10', 'B10', 'B10', 34, 75, 146, 34); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'C11', 'C11', 'B11', 'B11', 35, 83, 162, 35); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'C12', 'C12', 'B12', 'B12', 36, 91, 178, 36); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'D1', 'D01', 'B13', 'B13', 37, 4, 194, 37); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'D2', 'D02', 'B14', 'B14', 38, 12, 210, 38); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'D3', 'D03', 'B15', 'B15', 39, 20, 226, 39); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'D4', 'D04', 'B16', 'B16', 40, 28, 242, 40); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'D5', 'D05', 'B17', 'B17', 41, 36, 258, 41); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'D6', 'D06', 'B18', 'B18', 42, 44, 274, 42); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'D7', 'D07', 'B19', 'B19', 43, 52, 290, 43); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'D8', 'D08', 'B20', 'B20', 44, 60, 306, 44); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'D9', 'D09', 'B21', 'B21', 45, 68, 322, 45); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'D10', 'D10', 'B22', 'B22', 46, 76, 338, 46); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'D11', 'D11', 'B23', 'B23', 47, 84, 354, 47); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'D12', 'D12', 'B24', 'B24', 48, 92, 370, 48); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'E1', 'E01', 'C1', 'C01', 49, 5, 3, 49); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'E2', 'E02', 'C2', 'C02', 50, 13, 19, 50); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'E3', 'E03', 'C3', 'C03', 51, 21, 35, 51); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'E4', 'E04', 'C4', 'C04', 52, 29, 51, 52); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'E5', 'E05', 'C5', 'C05', 53, 37, 67, 53); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'E6', 'E06', 'C6', 'C06', 54, 45, 83, 54); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'E7', 'E07', 'C7', 'C07', 55, 53, 99, 55); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'E8', 'E08', 'C8', 'C08', 56, 61, 115, 56); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'E9', 'E09', 'C9', 'C09', 57, 69, 131, 57); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'E10', 'E10', 'C10', 'C10', 58, 77, 147, 58); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'E11', 'E11', 'C11', 'C11', 59, 85, 163, 59); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'E12', 'E12', 'C12', 'C12', 60, 93, 179, 60); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'F1', 'F01', 'C13', 'C13', 61, 6, 195, 61); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'F2', 'F02', 'C14', 'C14', 62, 14, 211, 62); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'F3', 'F03', 'C15', 'C15', 63, 22, 227, 63); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'F4', 'F04', 'C16', 'C16', 64, 30, 243, 64); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'F5', 'F05', 'C17', 'C17', 65, 38, 259, 65); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'F6', 'F06', 'C18', 'C18', 66, 46, 275, 66); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'F7', 'F07', 'C19', 'C19', 67, 54, 291, 67); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'F8', 'F08', 'C20', 'C20', 68, 62, 307, 68); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'F9', 'F09', 'C21', 'C21', 69, 70, 323, 69); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'F10', 'F10', 'C22', 'C22', 70, 78, 339, 70); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'F11', 'F11', 'C23', 'C23', 71, 86, 355, 71); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'F12', 'F12', 'C24', 'C24', 72, 94, 371, 72); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'G1', 'G01', 'D1', 'D01', 73, 7, 4, 73); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'G2', 'G02', 'D2', 'D02', 74, 15, 20, 74); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'G3', 'G03', 'D3', 'D03', 75, 23, 36, 75); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'G4', 'G04', 'D4', 'D04', 76, 31, 52, 76); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'G5', 'G05', 'D5', 'D05', 77, 39, 68, 77); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'G6', 'G06', 'D6', 'D06', 78, 47, 84, 78); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'G7', 'G07', 'D7', 'D07', 79, 55, 100, 79); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'G8', 'G08', 'D8', 'D08', 80, 63, 116, 80); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'G9', 'G09', 'D9', 'D09', 81, 71, 132, 81); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'G10', 'G10', 'D10', 'D10', 82, 79, 148, 82); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'G11', 'G11', 'D11', 'D11', 83, 87, 164, 83); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'G12', 'G12', 'D12', 'D12', 84, 95, 180, 84); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'H1', 'H01', 'D13', 'D13', 85, 8, 196, 85); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'H2', 'H02', 'D14', 'D14', 86, 16, 212, 86); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'H3', 'H03', 'D15', 'D15', 87, 24, 228, 87); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'H4', 'H04', 'D16', 'D16', 88, 32, 244, 88); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'H5', 'H05', 'D17', 'D17', 89, 40, 260, 89); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'H6', 'H06', 'D18', 'D18', 90, 48, 276, 90); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'H7', 'H07', 'D19', 'D19', 91, 56, 292, 91); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'H8', 'H08', 'D20', 'D20', 92, 64, 308, 92); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'H9', 'H09', 'D21', 'D21', 93, 72, 324, 93); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'H10', 'H10', 'D22', 'D22', 94, 80, 340, 94); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'H11', 'H11', 'D23', 'D23', 95, 88, 356, 95); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (1, 'H12', 'H12', 'D24', 'D24', 96, 96, 372, 96); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'A1', 'A01', 'E1', 'E01', 1, 1, 5, 97); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'A2', 'A02', 'E2', 'E02', 2, 9, 21, 98); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'A3', 'A03', 'E3', 'E03', 3, 17, 37, 99); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'A4', 'A04', 'E4', 'E04', 4, 25, 53, 100); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'A5', 'A05', 'E5', 'E05', 5, 33, 69, 101); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'A6', 'A06', 'E6', 'E06', 6, 41, 85, 102); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'A7', 'A07', 'E7', 'E07', 7, 49, 101, 103); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'A8', 'A08', 'E8', 'E08', 8, 57, 117, 104); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'A9', 'A09', 'E9', 'E09', 9, 65, 133, 105); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'A10', 'A10', 'E10', 'E10', 10, 73, 149, 106); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'A11', 'A11', 'E11', 'E11', 11, 81, 165, 107); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'A12', 'A12', 'E12', 'E12', 12, 89, 181, 108); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'B1', 'B01', 'E13', 'E13', 13, 2, 197, 109); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'B2', 'B02', 'E14', 'E14', 14, 10, 213, 110); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'B3', 'B03', 'E15', 'E15', 15, 18, 229, 111); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'B4', 'B04', 'E16', 'E16', 16, 26, 245, 112); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'B5', 'B05', 'E17', 'E17', 17, 34, 261, 113); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'B6', 'B06', 'E18', 'E18', 18, 42, 277, 114); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'B7', 'B07', 'E19', 'E19', 19, 50, 293, 115); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'B8', 'B08', 'E20', 'E20', 20, 58, 309, 116); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'B9', 'B09', 'E21', 'E21', 21, 66, 325, 117); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'B10', 'B10', 'E22', 'E22', 22, 74, 341, 118); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'B11', 'B11', 'E23', 'E23', 23, 82, 357, 119); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'B12', 'B12', 'E24', 'E24', 24, 90, 373, 120); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'C1', 'C01', 'F1', 'F01', 25, 3, 6, 121); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'C2', 'C02', 'F2', 'F02', 26, 11, 22, 122); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'C3', 'C03', 'F3', 'F03', 27, 19, 38, 123); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'C4', 'C04', 'F4', 'F04', 28, 27, 54, 124); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'C5', 'C05', 'F5', 'F05', 29, 35, 70, 125); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'C6', 'C06', 'F6', 'F06', 30, 43, 86, 126); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'C7', 'C07', 'F7', 'F07', 31, 51, 102, 127); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'C8', 'C08', 'F8', 'F08', 32, 59, 118, 128); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'C9', 'C09', 'F9', 'F09', 33, 67, 134, 129); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'C10', 'C10', 'F10', 'F10', 34, 75, 150, 130); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'C11', 'C11', 'F11', 'F11', 35, 83, 166, 131); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'C12', 'C12', 'F12', 'F12', 36, 91, 182, 132); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'D1', 'D01', 'F13', 'F13', 37, 4, 198, 133); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'D2', 'D02', 'F14', 'F14', 38, 12, 214, 134); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'D3', 'D03', 'F15', 'F15', 39, 20, 230, 135); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'D4', 'D04', 'F16', 'F16', 40, 28, 246, 136); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'D5', 'D05', 'F17', 'F17', 41, 36, 262, 137); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'D6', 'D06', 'F18', 'F18', 42, 44, 278, 138); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'D7', 'D07', 'F19', 'F19', 43, 52, 294, 139); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'D8', 'D08', 'F20', 'F20', 44, 60, 310, 140); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'D9', 'D09', 'F21', 'F21', 45, 68, 326, 141); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'D10', 'D10', 'F22', 'F22', 46, 76, 342, 142); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'D11', 'D11', 'F23', 'F23', 47, 84, 358, 143); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'D12', 'D12', 'F24', 'F24', 48, 92, 374, 144); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'E1', 'E01', 'G1', 'G01', 49, 5, 7, 145); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'E2', 'E02', 'G2', 'G02', 50, 13, 23, 146); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'E3', 'E03', 'G3', 'G03', 51, 21, 39, 147); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'E4', 'E04', 'G4', 'G04', 52, 29, 55, 148); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'E5', 'E05', 'G5', 'G05', 53, 37, 71, 149); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'E6', 'E06', 'G6', 'G06', 54, 45, 87, 150); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'E7', 'E07', 'G7', 'G07', 55, 53, 103, 151); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'E8', 'E08', 'G8', 'G08', 56, 61, 119, 152); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'E9', 'E09', 'G9', 'G09', 57, 69, 135, 153); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'E10', 'E10', 'G10', 'G10', 58, 77, 151, 154); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'E11', 'E11', 'G11', 'G11', 59, 85, 167, 155); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'E12', 'E12', 'G12', 'G12', 60, 93, 183, 156); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'F1', 'F01', 'G13', 'G13', 61, 6, 199, 157); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'F2', 'F02', 'G14', 'G14', 62, 14, 215, 158); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'F3', 'F03', 'G15', 'G15', 63, 22, 231, 159); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'F4', 'F04', 'G16', 'G16', 64, 30, 247, 160); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'F5', 'F05', 'G17', 'G17', 65, 38, 263, 161); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'F6', 'F06', 'G18', 'G18', 66, 46, 279, 162); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'F7', 'F07', 'G19', 'G19', 67, 54, 295, 163); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'F8', 'F08', 'G20', 'G20', 68, 62, 311, 164); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'F9', 'F09', 'G21', 'G21', 69, 70, 327, 165); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'F10', 'F10', 'G22', 'G22', 70, 78, 343, 166); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'F11', 'F11', 'G23', 'G23', 71, 86, 359, 167); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'F12', 'F12', 'G24', 'G24', 72, 94, 375, 168); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'G1', 'G01', 'H1', 'H01', 73, 7, 8, 169); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'G2', 'G02', 'H2', 'H02', 74, 15, 24, 170); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'G3', 'G03', 'H3', 'H03', 75, 23, 40, 171); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'G4', 'G04', 'H4', 'H04', 76, 31, 56, 172); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'G5', 'G05', 'H5', 'H05', 77, 39, 72, 173); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'G6', 'G06', 'H6', 'H06', 78, 47, 88, 174); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'G7', 'G07', 'H7', 'H07', 79, 55, 104, 175); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'G8', 'G08', 'H8', 'H08', 80, 63, 120, 176); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'G9', 'G09', 'H9', 'H09', 81, 71, 136, 177); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'G10', 'G10', 'H10', 'H10', 82, 79, 152, 178); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'G11', 'G11', 'H11', 'H11', 83, 87, 168, 179); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'G12', 'G12', 'H12', 'H12', 84, 95, 184, 180); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'H1', 'H01', 'H13', 'H13', 85, 8, 200, 181); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'H2', 'H02', 'H14', 'H14', 86, 16, 216, 182); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'H3', 'H03', 'H15', 'H15', 87, 24, 232, 183); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'H4', 'H04', 'H16', 'H16', 88, 32, 248, 184); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'H5', 'H05', 'H17', 'H17', 89, 40, 264, 185); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'H6', 'H06', 'H18', 'H18', 90, 48, 280, 186); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'H7', 'H07', 'H19', 'H19', 91, 56, 296, 187); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'H8', 'H08', 'H20', 'H20', 92, 64, 312, 188); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'H9', 'H09', 'H21', 'H21', 93, 72, 328, 189); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'H10', 'H10', 'H22', 'H22', 94, 80, 344, 190); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'H11', 'H11', 'H23', 'H23', 95, 88, 360, 191); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (2, 'H12', 'H12', 'H24', 'H24', 96, 96, 376, 192); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'A1', 'A01', 'I1', 'I01', 1, 1, 9, 193); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'A2', 'A02', 'I2', 'I02', 2, 9, 25, 194); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'A3', 'A03', 'I3', 'I03', 3, 17, 41, 195); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'A4', 'A04', 'I4', 'I04', 4, 25, 57, 196); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'A5', 'A05', 'I5', 'I05', 5, 33, 73, 197); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'A6', 'A06', 'I6', 'I06', 6, 41, 89, 198); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'A7', 'A07', 'I7', 'I07', 7, 49, 105, 199); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'A8', 'A08', 'I8', 'I08', 8, 57, 121, 200); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'A9', 'A09', 'I9', 'I09', 9, 65, 137, 201); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'A10', 'A10', 'I10', 'I10', 10, 73, 153, 202); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'A11', 'A11', 'I11', 'I11', 11, 81, 169, 203); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'A12', 'A12', 'I12', 'I12', 12, 89, 185, 204); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'B1', 'B01', 'I13', 'I13', 13, 2, 201, 205); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'B2', 'B02', 'I14', 'I14', 14, 10, 217, 206); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'B3', 'B03', 'I15', 'I15', 15, 18, 233, 207); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'B4', 'B04', 'I16', 'I16', 16, 26, 249, 208); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'B5', 'B05', 'I17', 'I17', 17, 34, 265, 209); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'B6', 'B06', 'I18', 'I18', 18, 42, 281, 210); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'B7', 'B07', 'I19', 'I19', 19, 50, 297, 211); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'B8', 'B08', 'I20', 'I20', 20, 58, 313, 212); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'B9', 'B09', 'I21', 'I21', 21, 66, 329, 213); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'B10', 'B10', 'I22', 'I22', 22, 74, 345, 214); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'B11', 'B11', 'I23', 'I23', 23, 82, 361, 215); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'B12', 'B12', 'I24', 'I24', 24, 90, 377, 216); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'C1', 'C01', 'J1', 'J01', 25, 3, 10, 217); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'C2', 'C02', 'J2', 'J02', 26, 11, 26, 218); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'C3', 'C03', 'J3', 'J03', 27, 19, 42, 219); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'C4', 'C04', 'J4', 'J04', 28, 27, 58, 220); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'C5', 'C05', 'J5', 'J05', 29, 35, 74, 221); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'C6', 'C06', 'J6', 'J06', 30, 43, 90, 222); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'C7', 'C07', 'J7', 'J07', 31, 51, 106, 223); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'C8', 'C08', 'J8', 'J08', 32, 59, 122, 224); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'C9', 'C09', 'J9', 'J09', 33, 67, 138, 225); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'C10', 'C10', 'J10', 'J10', 34, 75, 154, 226); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'C11', 'C11', 'J11', 'J11', 35, 83, 170, 227); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'C12', 'C12', 'J12', 'J12', 36, 91, 186, 228); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'D1', 'D01', 'J13', 'J13', 37, 4, 202, 229); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'D2', 'D02', 'J14', 'J14', 38, 12, 218, 230); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'D3', 'D03', 'J15', 'J15', 39, 20, 234, 231); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'D4', 'D04', 'J16', 'J16', 40, 28, 250, 232); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'D5', 'D05', 'J17', 'J17', 41, 36, 266, 233); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'D6', 'D06', 'J18', 'J18', 42, 44, 282, 234); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'D7', 'D07', 'J19', 'J19', 43, 52, 298, 235); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'D8', 'D08', 'J20', 'J20', 44, 60, 314, 236); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'D9', 'D09', 'J21', 'J21', 45, 68, 330, 237); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'D10', 'D10', 'J22', 'J22', 46, 76, 346, 238); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'D11', 'D11', 'J23', 'J23', 47, 84, 362, 239); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'D12', 'D12', 'J24', 'J24', 48, 92, 378, 240); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'E1', 'E01', 'K1', 'K01', 49, 5, 11, 241); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'E2', 'E02', 'K2', 'K02', 50, 13, 27, 242); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'E3', 'E03', 'K3', 'K03', 51, 21, 43, 243); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'E4', 'E04', 'K4', 'K04', 52, 29, 59, 244); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'E5', 'E05', 'K5', 'K05', 53, 37, 75, 245); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'E6', 'E06', 'K6', 'K06', 54, 45, 91, 246); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'E7', 'E07', 'K7', 'K07', 55, 53, 107, 247); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'E8', 'E08', 'K8', 'K08', 56, 61, 123, 248); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'E9', 'E09', 'K9', 'K09', 57, 69, 139, 249); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'E10', 'E10', 'K10', 'K10', 58, 77, 155, 250); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'E11', 'E11', 'K11', 'K11', 59, 85, 171, 251); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'E12', 'E12', 'K12', 'K12', 60, 93, 187, 252); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'F1', 'F01', 'K13', 'K13', 61, 6, 203, 253); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'F2', 'F02', 'K14', 'K14', 62, 14, 219, 254); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'F3', 'F03', 'K15', 'K15', 63, 22, 235, 255); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'F4', 'F04', 'K16', 'K16', 64, 30, 251, 256); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'F5', 'F05', 'K17', 'K17', 65, 38, 267, 257); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'F6', 'F06', 'K18', 'K18', 66, 46, 283, 258); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'F7', 'F07', 'K19', 'K19', 67, 54, 299, 259); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'F8', 'F08', 'K20', 'K20', 68, 62, 315, 260); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'F9', 'F09', 'K21', 'K21', 69, 70, 331, 261); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'F10', 'F10', 'K22', 'K22', 70, 78, 347, 262); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'F11', 'F11', 'K23', 'K23', 71, 86, 363, 263); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'F12', 'F12', 'K24', 'K24', 72, 94, 379, 264); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'G1', 'G01', 'L1', 'L01', 73, 7, 12, 265); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'G2', 'G02', 'L2', 'L02', 74, 15, 28, 266); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'G3', 'G03', 'L3', 'L03', 75, 23, 44, 267); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'G4', 'G04', 'L4', 'L04', 76, 31, 60, 268); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'G5', 'G05', 'L5', 'L05', 77, 39, 76, 269); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'G6', 'G06', 'L6', 'L06', 78, 47, 92, 270); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'G7', 'G07', 'L7', 'L07', 79, 55, 108, 271); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'G8', 'G08', 'L8', 'L08', 80, 63, 124, 272); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'G9', 'G09', 'L9', 'L09', 81, 71, 140, 273); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'G10', 'G10', 'L10', 'L10', 82, 79, 156, 274); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'G11', 'G11', 'L11', 'L11', 83, 87, 172, 275); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'G12', 'G12', 'L12', 'L12', 84, 95, 188, 276); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'H1', 'H01', 'L13', 'L13', 85, 8, 204, 277); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'H2', 'H02', 'L14', 'L14', 86, 16, 220, 278); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'H3', 'H03', 'L15', 'L15', 87, 24, 236, 279); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'H4', 'H04', 'L16', 'L16', 88, 32, 252, 280); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'H5', 'H05', 'L17', 'L17', 89, 40, 268, 281); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'H6', 'H06', 'L18', 'L18', 90, 48, 284, 282); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'H7', 'H07', 'L19', 'L19', 91, 56, 300, 283); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'H8', 'H08', 'L20', 'L20', 92, 64, 316, 284); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'H9', 'H09', 'L21', 'L21', 93, 72, 332, 285); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'H10', 'H10', 'L22', 'L22', 94, 80, 348, 286); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'H11', 'H11', 'L23', 'L23', 95, 88, 364, 287); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (3, 'H12', 'H12', 'L24', 'L24', 96, 96, 380, 288); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'A1', 'A01', 'M1', 'M01', 1, 1, 13, 289); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'A2', 'A02', 'M2', 'M02', 2, 9, 29, 290); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'A3', 'A03', 'M3', 'M03', 3, 17, 45, 291); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'A4', 'A04', 'M4', 'M04', 4, 25, 61, 292); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'A5', 'A05', 'M5', 'M05', 5, 33, 77, 293); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'A6', 'A06', 'M6', 'M06', 6, 41, 93, 294); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'A7', 'A07', 'M7', 'M07', 7, 49, 109, 295); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'A8', 'A08', 'M8', 'M08', 8, 57, 125, 296); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'A9', 'A09', 'M9', 'M09', 9, 65, 141, 297); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'A10', 'A10', 'M10', 'M10', 10, 73, 157, 298); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'A11', 'A11', 'M11', 'M11', 11, 81, 173, 299); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'A12', 'A12', 'M12', 'M12', 12, 89, 189, 300); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'B1', 'B01', 'M13', 'M13', 13, 2, 205, 301); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'B2', 'B02', 'M14', 'M14', 14, 10, 221, 302); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'B3', 'B03', 'M15', 'M15', 15, 18, 237, 303); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'B4', 'B04', 'M16', 'M16', 16, 26, 253, 304); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'B5', 'B05', 'M17', 'M17', 17, 34, 269, 305); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'B6', 'B06', 'M18', 'M18', 18, 42, 285, 306); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'B7', 'B07', 'M19', 'M19', 19, 50, 301, 307); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'B8', 'B08', 'M20', 'M20', 20, 58, 317, 308); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'B9', 'B09', 'M21', 'M21', 21, 66, 333, 309); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'B10', 'B10', 'M22', 'M22', 22, 74, 349, 310); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'B11', 'B11', 'M23', 'M23', 23, 82, 365, 311); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'B12', 'B12', 'M24', 'M24', 24, 90, 381, 312); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'C1', 'C01', 'N1', 'N01', 25, 3, 14, 313); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'C2', 'C02', 'N2', 'N02', 26, 11, 30, 314); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'C3', 'C03', 'N3', 'N03', 27, 19, 46, 315); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'C4', 'C04', 'N4', 'N04', 28, 27, 62, 316); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'C5', 'C05', 'N5', 'N05', 29, 35, 78, 317); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'C6', 'C06', 'N6', 'N06', 30, 43, 94, 318); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'C7', 'C07', 'N7', 'N07', 31, 51, 110, 319); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'C8', 'C08', 'N8', 'N08', 32, 59, 126, 320); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'C9', 'C09', 'N9', 'N09', 33, 67, 142, 321); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'C10', 'C10', 'N10', 'N10', 34, 75, 158, 322); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'C11', 'C11', 'N11', 'N11', 35, 83, 174, 323); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'C12', 'C12', 'N12', 'N12', 36, 91, 190, 324); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'D1', 'D01', 'N13', 'N13', 37, 4, 206, 325); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'D2', 'D02', 'N14', 'N14', 38, 12, 222, 326); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'D3', 'D03', 'N15', 'N15', 39, 20, 238, 327); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'D4', 'D04', 'N16', 'N16', 40, 28, 254, 328); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'D5', 'D05', 'N17', 'N17', 41, 36, 270, 329); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'D6', 'D06', 'N18', 'N18', 42, 44, 286, 330); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'D7', 'D07', 'N19', 'N19', 43, 52, 302, 331); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'D8', 'D08', 'N20', 'N20', 44, 60, 318, 332); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'D9', 'D09', 'N21', 'N21', 45, 68, 334, 333); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'D10', 'D10', 'N22', 'N22', 46, 76, 350, 334); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'D11', 'D11', 'N23', 'N23', 47, 84, 366, 335); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'D12', 'D12', 'N24', 'N24', 48, 92, 382, 336); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'E1', 'E01', 'O1', 'O01', 49, 5, 15, 337); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'E2', 'E02', 'O2', 'O02', 50, 13, 31, 338); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'E3', 'E03', 'O3', 'O03', 51, 21, 47, 339); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'E4', 'E04', 'O4', 'O04', 52, 29, 63, 340); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'E5', 'E05', 'O5', 'O05', 53, 37, 79, 341); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'E6', 'E06', 'O6', 'O06', 54, 45, 95, 342); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'E7', 'E07', 'O7', 'O07', 55, 53, 111, 343); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'E8', 'E08', 'O8', 'O08', 56, 61, 127, 344); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'E9', 'E09', 'O9', 'O09', 57, 69, 143, 345); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'E10', 'E10', 'O10', 'O10', 58, 77, 159, 346); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'E11', 'E11', 'O11', 'O11', 59, 85, 175, 347); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'E12', 'E12', 'O12', 'O12', 60, 93, 191, 348); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'F1', 'F01', 'O13', 'O13', 61, 6, 207, 349); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'F2', 'F02', 'O14', 'O14', 62, 14, 223, 350); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'F3', 'F03', 'O15', 'O15', 63, 22, 239, 351); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'F4', 'F04', 'O16', 'O16', 64, 30, 255, 352); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'F5', 'F05', 'O17', 'O17', 65, 38, 271, 353); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'F6', 'F06', 'O18', 'O18', 66, 46, 287, 354); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'F7', 'F07', 'O19', 'O19', 67, 54, 303, 355); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'F8', 'F08', 'O20', 'O20', 68, 62, 319, 356); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'F9', 'F09', 'O21', 'O21', 69, 70, 335, 357); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'F10', 'F10', 'O22', 'O22', 70, 78, 351, 358); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'F11', 'F11', 'O23', 'O23', 71, 86, 367, 359); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'F12', 'F12', 'O24', 'O24', 72, 94, 383, 360); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'G1', 'G01', 'P1', 'P01', 73, 7, 16, 361); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'G2', 'G02', 'P2', 'P02', 74, 15, 32, 362); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'G3', 'G03', 'P3', 'P03', 75, 23, 48, 363); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'G4', 'G04', 'P4', 'P04', 76, 31, 64, 364); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'G5', 'G05', 'P5', 'P05', 77, 39, 80, 365); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'G6', 'G06', 'P6', 'P06', 78, 47, 96, 366); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'G7', 'G07', 'P7', 'P07', 79, 55, 112, 367); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'G8', 'G08', 'P8', 'P08', 80, 63, 128, 368); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'G9', 'G09', 'P9', 'P09', 81, 71, 144, 369); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'G10', 'G10', 'P10', 'P10', 82, 79, 160, 370); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'G11', 'G11', 'P11', 'P11', 83, 87, 176, 371); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'G12', 'G12', 'P12', 'P12', 84, 95, 192, 372); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'H1', 'H01', 'P13', 'P13', 85, 8, 208, 373); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'H2', 'H02', 'P14', 'P14', 86, 16, 224, 374); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'H3', 'H03', 'P15', 'P15', 87, 24, 240, 375); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'H4', 'H04', 'P16', 'P16', 88, 32, 256, 376); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'H5', 'H05', 'P17', 'P17', 89, 40, 272, 377); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'H6', 'H06', 'P18', 'P18', 90, 48, 288, 378); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'H7', 'H07', 'P19', 'P19', 91, 56, 304, 379); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'H8', 'H08', 'P20', 'P20', 92, 64, 320, 380); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'H9', 'H09', 'P21', 'P21', 93, 72, 336, 381); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'H10', 'H10', 'P22', 'P22', 94, 80, 352, 382); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'H11', 'H11', 'P23', 'P23', 95, 88, 368, 383); -INSERT INTO laboratory.well_layout (Plate,Well_96,Well_96_Padded,Well_384,Well_384_Padded,AddressByRow_96,AddressByColumn_96,AddressByColumn_384,AddressByRow_384) VALUES (4, 'H12', 'H12', 'P24', 'P24', 96, 96, 384, 384); - - --- ---------------------------- --- Table structure for laboratory.genders --- ---------------------------- -CREATE TABLE laboratory.genders -( - Code VARCHAR(50) NOT NULL, - Meaning VARCHAR(100) DEFAULT NULL, - Numericvalue INTEGER DEFAULT NULL, - - CONSTRAINT PK_genders PRIMARY KEY (code) -); - -INSERT INTO laboratory.genders (code, meaning, numericvalue) VALUES ('m', 'Male', 1); -INSERT INTO laboratory.genders (code, meaning, numericvalue) VALUES ('f', 'Female', 2); -INSERT INTO laboratory.genders (code, meaning, numericvalue) VALUES ('u', 'Unknown', 0); - -CREATE TABLE laboratory.datatypes -( - Rowid INT IDENTITY(1,1) NOT NULL, - Name VARCHAR(255), - isImportable BIT, - importAsWorkbook BIT, - isBrowsable BIT, - isSearchable BIT, - title VARCHAR(255), - containerpath VARCHAR(255), - schemaname VARCHAR(255), - queryname VARCHAR(255), - viewname VARCHAR(255), - reportname VARCHAR(255), - jsonconfig VARCHAR(4000), - description VARCHAR(4000), - sort_order INTEGER, - - Container ENTITYID NOT NULL, - CreatedBy USERID NOT NULL, - Created DATETIME, - ModifiedBy USERID, - Modified DATETIME, - - CONSTRAINT pk_datatypes PRIMARY KEY (rowid ) -); - - -CREATE TABLE laboratory.Reports -( - Rowid INT IDENTITY(1,1) NOT NULL, - - category VARCHAR(255), - reporttype VARCHAR(255), - reporttitle VARCHAR(255), - description VARCHAR(4000), - sort_order INTEGER, - - containerpath VARCHAR(255), - schemaname VARCHAR(255), - queryname VARCHAR(255), - viewname VARCHAR(255), - reportname VARCHAR(255), - jsfunctionname VARCHAR(255), - jsonconfig VARCHAR(4000), - subjectfieldname VARCHAR(100), - - Container ENTITYID NOT NULL, - createdby USERID NOT NULL, - created DATETIME, - modifiedby USERID NOT NULL, - modified DATETIME, - - CONSTRAINT pk_reports PRIMARY KEY (rowid) -); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-11.20-11.30.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-11.20-11.30.sql deleted file mode 100644 index 8211d815..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-11.20-11.30.sql +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* laboratory-11.20-11.21.sql */ - -alter table laboratory.samples - drop column subjectid -alter table laboratory.samples - add subjectid varchar(200) -; - - -insert into laboratory.species (common_name,scientific_name) values ('Vector', null); -insert into laboratory.species (common_name,scientific_name) values ('SIV', 'Simian Immunodeficiency Virus'); -insert into laboratory.species (common_name,scientific_name) values ('HIV', 'Human Immunodeficiency Virus'); -insert into laboratory.species (common_name,scientific_name) values ('Influenza A', null); -insert into laboratory.species (common_name,scientific_name) values ('DENV', 'Dengue Virus'); - -insert into laboratory.dna_mol_type (mol_type) values ('Vector'); - -DROP TABLE laboratory.site_module_properties; -CREATE TABLE laboratory.site_module_properties ( - rowid INT IDENTITY(1,1) not null, - prop_name varchar(255), - stringvalue varchar(255), - stringvalue2 varchar(255), - floatvalue float, - floatvalue2 float, - jsonvalue varchar(4000), - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_site_module_properties PRIMARY KEY (rowid) -); - -DROP TABLE laboratory.module_properties; -CREATE TABLE laboratory.module_properties ( - rowid INT IDENTITY(1,1) not null, - prop_name varchar(255), - stringvalue varchar(255), - stringvalue2 varchar(255), - floatvalue float, - floatvalue2 float, - jsonvalue varchar(4000), - - Container ENTITYID, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_module_properties PRIMARY KEY (rowid) -); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.10-12.20.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.10-12.20.sql deleted file mode 100644 index f0b10f5a..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.10-12.20.sql +++ /dev/null @@ -1,163 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -/* laboratory-12.10-12.11.sql */ - -alter table laboratory.peptides - add name varchar(200) -; - -alter table laboratory.peptides - add comment varchar(4000) -; - -/* laboratory-12.11-12.12.sql */ - -ALTER TABLE laboratory.samples - alter column samplesource varchar(200); - -ALTER TABLE laboratory.sample_source - DROP CONSTRAINT PK_sample_source; - -ALTER TABLE laboratory.sample_source - alter column source varchar(200) NOT NULL; - -GO - -ALTER TABLE laboratory.sample_source - ADD CONSTRAINT PK_sample_source PRIMARY KEY (source); - -GO - -ALTER TABLE laboratory.samples - alter column sampletype varchar(200); - -ALTER TABLE laboratory.sample_type - DROP CONSTRAINT PK_sample_type; - -ALTER TABLE laboratory.sample_type - alter column TYPE varchar(200) NOT NULL; - -GO - -ALTER TABLE laboratory.sample_type - ADD CONSTRAINT PK_sample_type PRIMARY KEY (type); - -GO - -ALTER TABLE laboratory.samples - alter column molecule_type varchar(45); - -ALTER TABLE laboratory.subjects - alter column gender varchar(50); - -ALTER TABLE laboratory.subjects - alter column geographic_origin varchar(255); - -GO - ---in case unexpected rows are in the table -INSERT INTO laboratory.sample_source (source) - SELECT DISTINCT samplesource FROM laboratory.samples - WHERE samplesource NOT IN (SELECT source FROM laboratory.sample_source); - -ALTER TABLE laboratory.samples - ADD CONSTRAINT fk_samples_samplesource FOREIGN KEY (samplesource) - REFERENCES laboratory.sample_source (source) - ON UPDATE CASCADE; - ---in case unexpected rows are in the table -INSERT INTO laboratory.sample_type (type) - SELECT DISTINCT sampletype FROM laboratory.samples - WHERE sampletype NOT IN (SELECT type FROM laboratory.sample_type); - -ALTER TABLE laboratory.samples - ADD CONSTRAINT fk_samples_sampletype FOREIGN KEY (sampletype) - REFERENCES laboratory.sample_type (type) - ON UPDATE CASCADE; - ---in case unexpected rows are in the table -INSERT INTO laboratory.species (common_name) - SELECT DISTINCT samplespecies FROM laboratory.samples - WHERE samplespecies NOT IN (SELECT common_name FROM laboratory.species); - -ALTER TABLE laboratory.samples - ADD CONSTRAINT fk_samples_samplespecies FOREIGN KEY (samplespecies) - REFERENCES laboratory.species (common_name) - ON UPDATE CASCADE; - ---in case unexpected rows are in the table -INSERT INTO laboratory.sample_additive (additive) - SELECT DISTINCT additive FROM laboratory.samples - WHERE additive NOT IN (SELECT additive FROM laboratory.sample_additive); - -ALTER TABLE laboratory.samples - ADD CONSTRAINT fk_samples_additive FOREIGN KEY (additive) - REFERENCES laboratory.sample_additive (additive) - ON UPDATE CASCADE; - ---in case unexpected rows are in the table -INSERT INTO laboratory.dna_mol_type (mol_type) - SELECT DISTINCT molecule_type FROM laboratory.samples - WHERE molecule_type NOT IN (SELECT mol_type FROM laboratory.dna_mol_type); - -ALTER TABLE laboratory.samples - ADD CONSTRAINT fk_samples_molecule_type FOREIGN KEY (molecule_type) - REFERENCES laboratory.dna_mol_type (mol_type) - ON UPDATE CASCADE; - --- ALTER TABLE laboratory.samples --- ADD CONSTRAINT fk_samples_parentsample FOREIGN KEY (parentsample) --- REFERENCES laboratory.samples (rowid) --- ON DELETE SET NULL; - ---in case unexpected rows are in the table -INSERT INTO laboratory.genders (code) -SELECT DISTINCT gender FROM laboratory.subjects - WHERE gender NOT IN (SELECT code FROM laboratory.genders) and gender is not null; - -ALTER TABLE laboratory.subjects - ADD CONSTRAINT fk_subjects_gender FOREIGN KEY (gender) - REFERENCES laboratory.genders (code) - ON UPDATE CASCADE; - ---in case unexpected rows are in the table -INSERT INTO laboratory.species (common_name) -SELECT DISTINCT species FROM laboratory.subjects - WHERE species NOT IN (SELECT common_name FROM laboratory.species) and species is not null; - -ALTER TABLE laboratory.subjects - ADD CONSTRAINT fk_subjects_samplespecies FOREIGN KEY (species) - REFERENCES laboratory.species (common_name) - ON UPDATE CASCADE; - ---in case unexpected rows are in the table -INSERT INTO laboratory.geographic_origins (origin) -SELECT DISTINCT geographic_origin FROM laboratory.subjects - WHERE geographic_origin NOT IN (SELECT origin FROM laboratory.geographic_origins) and geographic_origin is not null; - -ALTER TABLE laboratory.subjects - ADD CONSTRAINT fk_subjects_geographic_origin FOREIGN KEY (geographic_origin) - REFERENCES laboratory.geographic_origins (origin) - ON UPDATE CASCADE; - --- ALTER TABLE laboratory.dna_oligos --- ADD CONSTRAINT fk_dna_oligos_cognate_primer FOREIGN KEY (cognate_primer) --- REFERENCES laboratory.dna_oligos (rowid) --- ON DELETE SET NULL; - -/* laboratory-12.12-12.13.sql */ - -ALTER TABLE laboratory.samples add remove_comment varchar(4000); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.11-12.12.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.11-12.12.sql deleted file mode 100644 index 446f01d6..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.11-12.12.sql +++ /dev/null @@ -1,147 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -ALTER TABLE laboratory.samples - alter column samplesource varchar(200); - -ALTER TABLE laboratory.sample_source - DROP CONSTRAINT PK_sample_source; - -ALTER TABLE laboratory.sample_source - alter column source varchar(200) NOT NULL; - -GO - -ALTER TABLE laboratory.sample_source - ADD CONSTRAINT PK_sample_source PRIMARY KEY (source); - -GO - -ALTER TABLE laboratory.samples - alter column sampletype varchar(200); - -ALTER TABLE laboratory.sample_type - DROP CONSTRAINT PK_sample_type; - -ALTER TABLE laboratory.sample_type - alter column TYPE varchar(200) NOT NULL; - -GO - -ALTER TABLE laboratory.sample_type - ADD CONSTRAINT PK_sample_type PRIMARY KEY (type); - -GO - -ALTER TABLE laboratory.samples - alter column molecule_type varchar(45); - -ALTER TABLE laboratory.subjects - alter column gender varchar(50); - -ALTER TABLE laboratory.subjects - alter column geographic_origin varchar(255); - -GO - ---in case unexpected rows are in the table -INSERT INTO laboratory.sample_source (source) - SELECT DISTINCT samplesource FROM laboratory.samples - WHERE samplesource NOT IN (SELECT source FROM laboratory.sample_source); - -ALTER TABLE laboratory.samples - ADD CONSTRAINT fk_samples_samplesource FOREIGN KEY (samplesource) - REFERENCES laboratory.sample_source (source) - ON UPDATE CASCADE; - ---in case unexpected rows are in the table -INSERT INTO laboratory.sample_type (type) - SELECT DISTINCT sampletype FROM laboratory.samples - WHERE sampletype NOT IN (SELECT type FROM laboratory.sample_type); - -ALTER TABLE laboratory.samples - ADD CONSTRAINT fk_samples_sampletype FOREIGN KEY (sampletype) - REFERENCES laboratory.sample_type (type) - ON UPDATE CASCADE; - ---in case unexpected rows are in the table -INSERT INTO laboratory.species (common_name) - SELECT DISTINCT samplespecies FROM laboratory.samples - WHERE samplespecies NOT IN (SELECT common_name FROM laboratory.species); - -ALTER TABLE laboratory.samples - ADD CONSTRAINT fk_samples_samplespecies FOREIGN KEY (samplespecies) - REFERENCES laboratory.species (common_name) - ON UPDATE CASCADE; - ---in case unexpected rows are in the table -INSERT INTO laboratory.sample_additive (additive) - SELECT DISTINCT additive FROM laboratory.samples - WHERE additive NOT IN (SELECT additive FROM laboratory.sample_additive); - -ALTER TABLE laboratory.samples - ADD CONSTRAINT fk_samples_additive FOREIGN KEY (additive) - REFERENCES laboratory.sample_additive (additive) - ON UPDATE CASCADE; - ---in case unexpected rows are in the table -INSERT INTO laboratory.dna_mol_type (mol_type) - SELECT DISTINCT molecule_type FROM laboratory.samples - WHERE molecule_type NOT IN (SELECT mol_type FROM laboratory.dna_mol_type); - -ALTER TABLE laboratory.samples - ADD CONSTRAINT fk_samples_molecule_type FOREIGN KEY (molecule_type) - REFERENCES laboratory.dna_mol_type (mol_type) - ON UPDATE CASCADE; - --- ALTER TABLE laboratory.samples --- ADD CONSTRAINT fk_samples_parentsample FOREIGN KEY (parentsample) --- REFERENCES laboratory.samples (rowid) --- ON DELETE SET NULL; - ---in case unexpected rows are in the table -INSERT INTO laboratory.genders (code) -SELECT DISTINCT gender FROM laboratory.subjects - WHERE gender NOT IN (SELECT code FROM laboratory.genders) and gender is not null; - -ALTER TABLE laboratory.subjects - ADD CONSTRAINT fk_subjects_gender FOREIGN KEY (gender) - REFERENCES laboratory.genders (code) - ON UPDATE CASCADE; - ---in case unexpected rows are in the table -INSERT INTO laboratory.species (common_name) -SELECT DISTINCT species FROM laboratory.subjects - WHERE species NOT IN (SELECT common_name FROM laboratory.species) and species is not null; - -ALTER TABLE laboratory.subjects - ADD CONSTRAINT fk_subjects_samplespecies FOREIGN KEY (species) - REFERENCES laboratory.species (common_name) - ON UPDATE CASCADE; - ---in case unexpected rows are in the table -INSERT INTO laboratory.geographic_origins (origin) -SELECT DISTINCT geographic_origin FROM laboratory.subjects - WHERE geographic_origin NOT IN (SELECT origin FROM laboratory.geographic_origins) and geographic_origin is not null; - -ALTER TABLE laboratory.subjects - ADD CONSTRAINT fk_subjects_geographic_origin FOREIGN KEY (geographic_origin) - REFERENCES laboratory.geographic_origins (origin) - ON UPDATE CASCADE; - --- ALTER TABLE laboratory.dna_oligos --- ADD CONSTRAINT fk_dna_oligos_cognate_primer FOREIGN KEY (cognate_primer) --- REFERENCES laboratory.dna_oligos (rowid) --- ON DELETE SET NULL; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.12-12.13.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.12-12.13.sql deleted file mode 100644 index 8b74760f..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.12-12.13.sql +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -ALTER TABLE laboratory.samples add remove_comment varchar(4000); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.20-12.21.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.20-12.21.sql deleted file mode 100644 index 159ef02e..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.20-12.21.sql +++ /dev/null @@ -1,63 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -CREATE TABLE laboratory.samplecategory -( - Category VARCHAR(255) NOT NULL, - CONSTRAINT PK_samplecategory PRIMARY KEY (category) -); - --- ---------------------------- --- Records of samplecategory --- ---------------------------- -INSERT INTO laboratory.samplecategory VALUES ('CTL'); -INSERT INTO laboratory.samplecategory VALUES ('Sample'); -INSERT INTO laboratory.samplecategory VALUES ('STD'); - -CREATE TABLE laboratory.qual_results -( - rowid int identity(1,1), - meaning VARCHAR(100) NOT NULL, - description varchar(500), - CONSTRAINT PK_qual_results PRIMARY KEY (rowid) -); - -INSERT INTO laboratory.qual_results (meaning, description) VALUES ('POS', 'Positive'); -INSERT INTO laboratory.qual_results (meaning, description) VALUES ('NEG', 'Negative'); -INSERT INTO laboratory.qual_results (meaning, description) VALUES ('OUTLIER', 'Outlier'); -INSERT INTO laboratory.qual_results (meaning, description) VALUES ('ND', 'No Data'); - -CREATE TABLE laboratory.assay_requests -( - rowid int identity(1,1), - assay VARCHAR(100) NOT NULL, - sampleName varchar(100), - sampleId int, - requestor int, - institution varchar(200), - investigator varchar(200), - project varchar(100), - account int, - - string1 varchar(200), - string2 varchar(200), - string3 varchar(200), - double1 double precision, - double2 double precision, - double3 double precision, - - comment varchar(4000), - CONSTRAINT PK_assay_requests PRIMARY KEY (rowid) -); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.21-12.22.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.21-12.22.sql deleted file mode 100644 index ce3a05bb..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.21-12.22.sql +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -drop table laboratory.employees; - -alter table laboratory.peptides drop column ref_aa; -alter table laboratory.peptides drop column ref_aa_name; -alter table laboratory.peptides drop column ref_aa_start; -alter table laboratory.peptides drop column ref_aa_stop; -alter table laboratory.peptides drop column mhc_restriction; -alter table laboratory.peptides drop column mhc_nt_id; - -CREATE TABLE laboratory.reference_peptides ( - rowid INT IDENTITY(1,1) NOT NULL, - sequence varchar(200), - - ref_aa_id integer, - ref_aa_start integer, - ref_aa_stop integer, - mhc_restriction varchar(1000), - - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - constraint PK_reference_peptides PRIMARY KEY (rowid) -); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.22-12.23.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.22-12.23.sql deleted file mode 100644 index c24c77ca..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.22-12.23.sql +++ /dev/null @@ -1,5019 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -delete from laboratory.reference_peptides; -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AAAQQRGPRK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AADWDLQHPQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AADWDLQHPQPAPQQGQLRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AAMQIIRDII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AAMQIIRDIIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AANELDRFGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AANELDRFGLAESLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AAPTSAPV', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AAQIYPGIKTKHLCRLIRGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AAQKRGPRKPIKCWNCGKEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AAQQRGPRKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AAQQRGPRKPIKCWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AAQQRGPRKPIKCWNCGKEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AASLTLTAQSRTLLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AAVKNWMTQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ACQGVGGPGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ACYNTCYCK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ACYNTCYCKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ACYNTCYCKKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ACYNTCYCKKCCYHC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADASTPESA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADASTPESAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADASTPESANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADASTPESANLGEEI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADATTPESANLGEEI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADDSIVTGI', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADDSIVTGIEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADDSIVTGIELGPHY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADELEKIRL', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADELEKIRLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADELEKIRLRPNGKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADILLHSTY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADILLHSTYF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADILLHSTYFPCFTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADRIYSFPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADRSVPNFIGWDSAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADTLLHSTYF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADWDLQHPQP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ADWDLQHPQPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEAEYEENKI', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEAEYEENKII', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEALKEAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEALKEALA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEALKEALAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEALKEALAPV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEALKEALAPVPIPF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEEKVKHTEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEEKVKHTEEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEEREKLAY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AELEAFLM', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AELEAFLMAL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AELYRLEL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AELYRLELGDY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AENRTYIYW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AENRTYIYWHGRDNRTIISL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEPGKRYI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEPGKRYIYKV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEQTDAAVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEQTDAAVKN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEQTDAAVKNW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AERKQREAL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AERLINMI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AESLLENKEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEVAELYRL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEVAELYRLEL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEVIPQETGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEVIPQETGRQTALF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEVVPGFQAL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEVVPGFQALS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEYEENKI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEYEENKII', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEYEENKIIL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AEYEENKIILSQEQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AFEWLNRTV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AFEWLNRTVEEINRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AFEWLNRTVEEINREAVNHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AFRQVCHTTVPWPNASLTPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AFTLPSVNNAEPGKR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AGAWGDLW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AGAWGDLWE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AGAWGDLWET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AGDLRQKLLRARGET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AGELIRILQRALFMHFRGGC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AGFLGLGPWG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AGGDPEVTFM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AGGDPEVTFMWTNCRGEFLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AGTTSSVDEQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AGTTSSVDEQIQWMY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AHIEGQPVEVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AHKGIGGNQEIDHLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AHKGIGGNQEIDHLVSQGIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AHKYQVPSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIDMSHFIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIEDVWQLF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIESIPDPP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIESIPDPPTNTPEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIESIPDPPTNTPEALCDPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIFQYTMRHVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIIQLQNLAIESIPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIKEVKQTIVKHPRY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIKKKDKNKW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AILLLSVYGIYCTLY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AILLLSVYGIYCTLYVTVFY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AILLLSVYGIYCTQYVTVFY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIPPSRSML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIPRRIRQGLELTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIQQLQNLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIQQLQNLAIESIPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIRGEQLLSCCKFPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AIRGEQLLSCCRFPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AISMRRSRP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKANTSSAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKANTSSASN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKANTSSASNKPISN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKANTSSASNNRLIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKCPDRQAGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKCPDRQAGFLGLGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKKETVEKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKKETVEKAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKKETVEKAVATAPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKQIVQRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKQIVQRHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKQIVQRHLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKQIVQRHLVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKQIVQRHLVVETG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKQIVQRHLVVETGT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKRKRITV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKRKRITVL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AKRKRITVLDIGDAY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALADRIYSF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALADRIYSFPDPPTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALAPVPIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALAPVPIPF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALAPVPIPFA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALAPVPIPFAAAQKRGPRKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALAPVPIPFAAAQQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALAPVPIPFAAAQQRGPRKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALCDPTEDS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALFLLKLAGRWPITH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALFLLKLAGRWPITHLHTDN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALFMHFRGGCI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALFNASSSNF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALGMSLNFPIAKVEP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALGMSLNFTIAKVEP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALGNHIYNR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALGNHIYNRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALGNHIYNRHG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALKEALAPVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALKHFDPRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALKHFDPRLLTALGN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALKHFDPRLLTALGNHIYNR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALLEEAQIQQEKNMY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALNVTESFDAWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALPTREGKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALPTREGKEGDGGEGGGNSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALQGGDRGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALREICEKMEKDGQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALSEGCTPYD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALSEGCTPYDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ALTDSGPKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AMGAASLTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AMGAASLTLTAQSRTLLAGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AMNHHLKNQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AMQIIRDIIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AMQIIRDIINE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AMQSPKKTGMLEMWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AMTYKLAIDM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AMTYKLAIDMSHFIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANELDRFGLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANFASQEVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANFPGLAKVLGILA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANIDWIDGN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANLGEEILS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANLGEEILSQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANLGEEILSQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANLGEEILSQLYRPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANPDCKLVLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANQKPKEQHKRNYVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANQRRQRKR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANSDLGTWQM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANSDLGTWQMDCTHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANSSGDVSKF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANTSSASNK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANTSSASNKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ANTSSASNNRLIPNRTRHCQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APLVPTGSEN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APLVPTGSENLKSLY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APPEDPAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APPEDPAVDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APPGYALL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APPGYALLRC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APQFSLWRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APQFSLWRRPVVTAH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APQQGQLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APQQGQLREP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APRRQGCWKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APSSGRGGNY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APVPIPFAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APVPIPFAAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('APVPIPFAAAQQRGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQDNCTGLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQDNCTGLEQEQMIS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQEDEEHYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQEDEEHYLMH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQEDEEHYLMHPAQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQEDERHYLMQPAQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQEEHDKYHSNVKELVFKFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQLNAWGCA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQQRGPRKPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQSRTLLAGIVQQQQQLLDV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQTSKWDDPWGEVLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQTSQWDDP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQTSQWDDPW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQTSQWDDPWGEVLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQVHQGLMP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AQVHQGLMPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARAIRGEQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARDNRRGL', 'Mamu-B08 mutant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARGETYGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARGETYGRL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARGETYGRLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARGLLNMAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARGLLNMADK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARLMAEAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARLMAEALK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARLMAEALKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARLMAEALKEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARLMAEALKEALAPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARLMAEALKEALAPVPIPFA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARQCRAPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARQCRAPRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARQCRAPRRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARRHRILDI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARRHRILDIYL', 'Mamu-B03 & B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARRHRILDIYLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARRHRILDTYL', 'Mamu-B08 variant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ARYPKTFGW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASAWRDIW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASGADANCSPRGPSC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASGADANCSPRGPSCGSAKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASGKGLSSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASGKGLSSLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASLTPKWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASLTPKWNN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASLTPKWNNE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASNKPISNR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASNKPISNRT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASQEVKMVAWWAGIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASRNKRGVF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASRNKRGVFV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASTPESANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASTPESANLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASTPESANLGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASTTSTTASAKVDMVNETSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASVLFPTLLF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASWIKYIQY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ASWIKYIQYGVYIVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATAGSAMGAASLTLT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATETLAGAW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATETLAGAWG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATETLAGAWGDLWET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATETLAGAWGDLWETLRRGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATIASFVFLKKAWGY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATIPLFCAT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATIPLFCATKN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATKNRDTWGTTQCLP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATPSVAENV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATPSVAENVI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATQKRNSCLL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATSRPTAPPSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ATVIKSQDNQWSYKIHQEDK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AVATAPGLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AVATAPGLGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AVDLLKNYMQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AVHCMNFKR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AVILKVGTDIKVVPRRKAKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AVKNWMTQTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AVKNWMTQTLLIQNA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AVPTWRIPERL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AVPTWRIPERLERWH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AVQAVWRSATETLAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AWCWFGGKWKDAIKEVKQTI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AWGDLWET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AWGDLWETL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AWGDLWETLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AWKFDPTLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AWKFDPTLAY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AWNNTVTEQAIEDVW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AWVKLIEEKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AWVKLIEEKKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AWVPAHKGIGGNQEI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AWWAGIEHTFGVPYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AWWTCSRVI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AYARYPEELEAKSGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AYFSIPLDEEF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AYRKQNMDD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AYRKQNMDDIDEEDD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AYRKQNMDDIDEEDDDLVGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AYSYKAFIKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AYTYEAYVRY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AYVRYPEEF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('AYVRYPEEFGSKSGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CAFRQVCHTTVPWPN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CAFRQVCHTTVPWPNASLTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CAPPGYAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CAPPGYALL', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CAPPGYALLRCNDTN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CCPYDINQM', 'Mamu-A01 variant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CCYHCQFCF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CCYHCQFCFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CDKCHQKGEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CDKCHQKGEAI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CDKHYWDA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CDKHYWDAI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CDKHYWDAIRF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CDPTEDSRS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CEGQKYNQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CEGQKYNQGQY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CEKMEKDGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CEKMEKDGQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CFLKKGLGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CFLKKGLGIC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CGKEGHSARQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CGKMDHVMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CGKMDHVMAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CGKMDHVMAKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CGKMDHVMAKCPDRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CHIRQIIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CHIRQIINTWHKVGKNVYLP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CHTTVPWPNASLTPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CIAQDNCTGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CIAQDNCTGLEQEQMISCKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CIHAEEKVKH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CIHAEEKVKHT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CIHSRIGQPGGGNPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CILEADATTPESANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CILEADATTPESANLGEEIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CISEADAST', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CISEADASTOESANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CISEADASTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CISEADASTPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CISEADASTPESANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CKAMQSPKKTGMLEMWKNGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CKKCCYHCQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CKKCCYHCQF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CKLVLKGLGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CKLVLKGLGVNPTLEEMLTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CKMNWFPNWVEDRNTTTQKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CLGEGHGAGGWRPGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CLIQKALFMHCKKGC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CLPDNGDYSEVALNV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CMNFKRRGGIGDMTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CNKQSKEGKAGYITD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CNKSETDRWGLTKSI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CNSTVTSLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CNTSVIQESCDKHYWDAIRF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CPDRQAGFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CPDRQAGFLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CPILRSDGHGGPAAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CPTESESRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CQFCFLKKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CQFCFLKKGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CQGVGGPGQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CQGVGGPGQKARLMAEALKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CQKILSALAPLVPTG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CQKILSVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CQKILSVLAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CQKILSVLAPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('cqkilsvlapllptg', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CQKILSVLAPLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CQKILSVLAPLVPTG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CQPEKAKKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CQPEKAKKET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRAPRRQG', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRAPRRQGC', 'Mamu-B*08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRAPRRQGCW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRAPRRQGCWK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRCLGEGHGA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRFPRAHK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRFPRAHKYQV', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRGEFLYCK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRGEFLYCKM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRLIRGKM', 'Mamu-B*08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRLIRGKMTL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRRPGNKTV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRRPGNKTVL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRRPGNKTVLP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRRPGNKTVLPVTIMSGLVF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRTLLSRV', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRTLLSRVY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CRTLLSRVYQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CSPRGPSCGS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CSPRGSSC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CSPRGSSCGS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CSPRGSSCGST', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CSRVIFPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CTGLEQEQMISCKFN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CTHLEGKII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CTLYVTVF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CTPESANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CTPYDINQM', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CTPYDINQML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CTPYDINQMLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CTPYDINQMLNCVGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CTPYDINQMLNCVGDHQAAM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CTRMMETQTST', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CVGDHQAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CVGDHQAAM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CVGDHQAAMQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CVGDHQAAMQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CVIWCIHAEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CVKLSPLCITMRCNK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CVKLSPLCITMRCNKSETDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CVKTSPLCITMRCNKSETDK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CVRMYNPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CVRMYNPTN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CVRMYNPTNI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CVRMYNPTNIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CWKCGKMDH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CWKCGKMDHV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CWKCGKMDHVM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CWNCGKEGHS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CWNCGKEGHSARQCR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYCKKCCYH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYCKKCCYHC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYEQSRKRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYEQSRKRRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYGQMPRQTGGFFRPWSMGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYHCQFCFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYHCQFCFLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYNTCYCKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYNTCYCKKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYNTCYCKKCC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYVPHFKVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYVPHFKVGWA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYYQEGKPLEATVIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('CYYQEGKPLEATVIKSQDNQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DAAVKNWMTQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DAAVKNWMTQTLLIQNANPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DAIKEVKQTIVKHPRYTGTN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DAIRFRYCA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DANCSPRGPSCGSAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DASTPESAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DASTPESANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DASTPESANLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DAYFSIPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DAYFSIPLDEEFRQY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DCKLVLKGLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DCTHLEGKIIIVAVH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDDLVGVSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDDLVGVSVRPKVPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDDLVGVSVRPKVPLRTMSY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDIDEEDDD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDIDEEDDDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDIDEEDDDLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDILIASDRTDLEHD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDLVGVSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDLVGVSVR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDPWGEVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDPWGEVLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDSIVTGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DDSIVTGIEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEAQEDEEH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEAQEDEEHY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEAQEDEEHYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEEDDDLVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEEDDDLVGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEEDDDLVGVSVRPKVPLRA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEEFRQYTAF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEEFRQYTAFTLPSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEEHYLMHP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEEHYLMHPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEEHYLMHPAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEEHYLMHPAQTSQW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DELEKIRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DELEKIRLRP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEQGMSPSYV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEQIQWMYRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEWVVEVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEWVVEVLEEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DEWVVEVLEELKEEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DGGEGGGNSSWPWQIEYIHF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DGPKLKQW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DGPKLKQWP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DGPKLKQWPLSKEKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DGSSQSLGGLGKGLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DGYSQSPGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DGYSQSPGGLDKGLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DHQAAMQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DHQAAMQII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DHQAAMQIIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DHQAAMQIIRD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DHVMAKCPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DHVMAKCPDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DHVMAKCPDRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DHVMAKCPDRQAGFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DHVMAKCPDRQAGFLGLGPW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DIAGTTSSVD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DIDEEDDDL', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DIDEEDDDLVGVSVR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DIINEEAAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DIINEEAADW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DIINEEAADWDLQHP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DIKVVPRRK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DIKVVPRRKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DINQMLNCV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DINQMLNCVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DINQMLNCVGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DINQMLNCVGDHQAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DIQKLVGVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DIYLEKEEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DIYLEKEEGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DKGLSSLSCE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DKHYWDAIRFRYCAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DKHYWDAIRFRYCAPPGYAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DKILKVGKFAKIKNT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DKNKWRMLIDFRELNRVTQD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DKQRGGKPPTKGANF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DKQRGSKPPTKGADF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DKYHSNVKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DKYHSNVKEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLAIQQLQN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLAIQQLQNL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLAIQQLQNLAIESIPDPPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLASWIKYI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLEHDRVVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLLHLNSLFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLLKNYMQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLLKNYMQLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLQHPQPAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLQHPQPAPQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLRQRLLRA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLTCNSTVTSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLVCEQGNNTGNESRCYMNH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLVGVSVRP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLWETLRRG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DLWETLRRGGRWILAIPRRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DMSHFIKEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DMSHFIKEKGGLEGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DPAVDLLKNY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DPEVTFMWTNCRGEF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DPLEENITALLEEAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DPPTDTPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DPPTDTPLD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DPPTNTPEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DPPTNTPEAL', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DPTEDSRSP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DPTLAYTYE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DPWGEVLAW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DPWGEVLAWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DPWGEVLAWKFDPTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DQAQLNAWGCAFRQVCHTTV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DQEWKGPGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DQLWKGPGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRFGLAESL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRFGLAESLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRFYKSLRA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRFYKSLRAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRGFAAPQF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRGFAAPQFSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRGKDKVKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRGKDKVKVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRIREQANS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRIREQANSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRIYSFPDP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRNTANQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRNTANQKPKEQHKR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRPKQAWCW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRPKQAWCWF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRPKQAWCWFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRPKQAWCWFGGKWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRQAGFLGL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRQAGFLGLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRQAGFLGLGPWGKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRTDLEHDRV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRTDLEHDRVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRVVLQSKEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRVVLQSKELL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DRWGLTKSI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DSGPKTNIIVDSQYVMGIIT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DSQYVMGIITGCPTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DSQYVMGIITGCPTESESRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DSSSHMEDTGEAREV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DSYPTGPGTANQRRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DTCDKCHQKGEAIHG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DTCDKCHQKGEAIHGQVNSD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DTLEGAGELIRILQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DTNYSGFMPKCSKVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DTPINIFGRNL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DTPLDLAIQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DTPLDLAIQQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DVFGNWFDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DVKQGPKEPF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DVKQGPKEPFQSYVD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DVKRYTTGGTSRNKR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DVKRYTTGGTSRNKRGVFVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DVTLVQYMDDILIAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DVTLVQYMDDILIASDRTDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DVTPNYADI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DVTPNYADIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DVTPNYADILL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DVWQLFETSIKPCVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DWDLQHPQP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DWDLQHPQPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DWDLQHPQPAPQQGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DWIDGNQTNITMSAEVAELY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DWQDYTSGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DWQDYTSGPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DWQDYTSGPGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DYGGGKEVDSSSHME', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DYKLVEITP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DYTSGPGIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DYTSGPGIRY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DYTSGPGIRYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('DYTSGPGIRYPKTFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAADWDLQHP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EACYNTCYC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EACYNTCYCK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EACYNTCYCKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EADASTPES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EADASTPESA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EADASTPESAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAEVIPQETG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAEYEENKI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAFEWLNRT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAIHGQVNSDLGTWQMDCTH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAIVIWGQVPKFHLP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAIVIWGQVPKFHLPVERDV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAKQIVQRHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAKQIVQRHLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EALAPVPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EALAPVPIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EALAPVPIPF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EALCDPTED', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EALCDPTEDSRSPQD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EALCDPTKGSRSPQD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EALKEALAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EALKEALAPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAMNHHLKN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAPPTNPYNTPTFAI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAPQFPHGS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAPQFPHGSSA', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAPQFPHGSSASGADANCSP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAQEDEEHY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAQEDEEHYLM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAQEDEEHYLMHPAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAQIQQEKNMYELQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAVQAVWRSATETLAGAWGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EAYVRYPEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDDDLVGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDDDLVGVS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDDDLVGVSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDDDLVGVSVRPKVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDEEHYLM', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDEEHYLMH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDEEHYLMHPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDGYSQSPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDGYSQSPGGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDKILKVGKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDKILKVGKFA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDLLHLNSL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDLLHLNSLF', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDLLHLNSLFGGDQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDPAVDLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDPAVDLLKN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDPAVDLLKNY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDRNTTNQKPKEQHKRNYVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDTGEAREV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDTGEAREVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EDVWQLFETSI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEAADWDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEAADWDLQH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEAADWDLQHPQPAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEAKQIVQRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEAKQIVQRHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEALKHFDPRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEALKHFDPRLLTAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEAQIQQEKNM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEDDDLVGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEDDDLVGVSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEELRKRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEELRKRLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEELRKRLRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEELRKRLRLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEELRKRLRLIHLLHQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEEVRRRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEEVRRRLT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEEVRRRLTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEEVRRRLTARGLLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEFGSKSGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEFRQYTAF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEFRQYTAFTL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEGIIPDW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEGIIPDWQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEGIIPDWQDY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEGIIPDWQDYTSGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEHDKYHSN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEHDKYHSNV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEHDKYHSNVKELVF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEHYLMHPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEHYLMHPAQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEHYLMHPAQTSQWD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEILSQLYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEILSQLYRP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEILSQLYRPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEILSQLYRPLEACY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEINREAVNH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEINREAVNHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEKFQKDPPF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEKKFGAEVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEKRWIAVPTW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEKVKHTEEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEKVKHTEEAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEKVKHTEEAKQIVQRHLVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EELKEEAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EELKEEALKHF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EELKEEALKHFDPRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EELRKRLRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EELRKRLRLI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEMIKKSEI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEMIKKSEIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEMIKKSEIYV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEMLTACQGV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEMLTACQGVGGPGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EENITALL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEREKLAYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EETIGEAF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EETIGEAFE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EETIGEAFEW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EETIGEAFEWL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEVQWTEM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EEVRRRLTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EFGSKSGLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EFRQYTAFTLPSVNN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGAGELIRI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGAVILKVGTDIKVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGCQKILSVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGCQKILSVLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGCTPYDIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGCTPYDINQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGCTPYDINQM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGHSARQCRA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGIIPDWQD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGIIPDWQDYTSGPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGIYYSARR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGIYYSARRHRILDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGIYYSARRHRILDM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGKPLEATVIKSQDN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGPQREPWDEWVVEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGQKYNQGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGQPVEVLLDTGADD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EGQPVEVLLDTGADDSIVTG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EHDKYHSNV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EHDRVVLQLKELLNSIGFST', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EHDRVVLQSKELLNS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EHYLMHPAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EHYLMHPAQTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EILSQLYRP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EILSQLYRPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EILSQLYRPLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EINREAVNHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EINREAVNHLPRELIFQVWQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EITPIGLAP', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EITPIGLAPTDVKRY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EITPIGLAPTDVKRYTTGGT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EIYVAWVPAHKGIGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKAKKETVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKAKKETVEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKAKKETVEKAVATAPGLGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKAVATAPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKAVATAPGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKDVWEQWWTDYWQV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKEEGIIPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKGGLEGIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKGGLEGIYYSARRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKIRLRPNGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKIRLRPNGKKKYML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKIVALREICEKMEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKKFGAEVVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKLAYRKQN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKLAYRKQNMDDIDE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKMEKDGQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKPYKEVTED', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKPYKEVTEDLLHLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKQRESREKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKRWIAVPTWR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKRWIAVPTWRIPERLERWHS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKVKHTEEAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKVKHTEEAKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EKYLKDQAQLNAWGC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELDRFGLAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELDRFGLAES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELEAFLMAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELEAFLMALTDSGPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELEAFLMALTDSGPKTNIIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELEKIRLRPN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELGDYKLVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELGDYKLVEITPIGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELGPHYTPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELGPHYTPKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELGPHYTPKIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELIRILQRA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELLNSIGFSTPEEKFQKDPP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELLRLTVWGTKNLQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELLWKGEGA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELNRVTQDF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELPQRETWTVNDIQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELRKRLRLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELRKRLRLIHLLHQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELWPTKWKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ELWPTKWKLQKIELP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EMAEAEYEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EMAEAEYEENKIILS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EMAEAEYEENKIILSQEQEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EMIKKSEIYVAWVPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EMLTACQGVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ENITALLEEAQIQQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ENKEGCQKIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ENKIILSQEQEGCYY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ENLKSLYNTV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ENLKSLYNTVCVIWC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ENLKSLYNTVCVIWCIHAEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ENSLESSNE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ENSLESSNER', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ENSLESSNERSSCIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ENSLESSNERSSCIS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EPAQEEHDKYHSNVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EPFQSYVDRF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EPFRKANPDVTLVQY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EPGFQALSEGCTPYDINQML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EPSGSDIAGT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQANSVETI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQEGCYYQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQEGCYYQEGKPLEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQENSLESS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQENSLESSN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQEQMISCKFNMTGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQEQMISCKFNMTGLKRDKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQGNNTGNE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQIQWMYRQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQIQWMYRQQNPIPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQLLSCCKFPRAHRY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQLLSCCRF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQLLSCCRFPRAHKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQRTSRLGSLPSRST', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQSRKRRRT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQSRKRRRTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQSRKRRRTPKKAKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQTDAAVKNW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQTTNQQAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQTTNQQAEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EQTTNQQAELEAFLM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EREEELRKR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EREEELRKRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EREEELRKRLRLIHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EREKLAYRK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERHYLMQPAQTSKWD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERKAERKQREALQGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERKQREAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERKQREALQGGDRGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERKVDFLEENI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERKVDFLEENITALL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERKVDFLEENITALLEEAQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERLERWHSL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERLERWHSLI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERLERWHSLIKYLKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERLINMITTEQEIQF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERLINMITTEQEIQFQQSKN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERSSCILEADATTPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERSSCISEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERSSCISEAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERSSCISEADA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERSSCISEADASTPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERWHSLIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ERWHSLIKYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESANLGEEI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESANLGEEIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESANLGEEILS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESANLGEEILSQLYRPLEAC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESFDAWNNTVTEQAI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESIPDPPTN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESLLENKEGC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESREKPYKEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESRLVNQIIEEMIKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESSNERSSC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESSNERSSCI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESSNERSSCILEADA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESSNERSSCIS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ESSNERSSCISEADA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETDRWGLTKSITTTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETGTAETMPKTSRPTAPSSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETGTTETMPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETGTTETMPKT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETGTTETMPKTSRPTAPSSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETIGEAFE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETIGEAFEW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETIGEAFEWL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETIGEAFEWLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETIVLMAVHCM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETLAGAWGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETLAGAWGDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETLVKHPRY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETMPKTSRPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETMPKTSRPTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETPLKEQENS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETPLKEQENSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETPLREQEN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETPLREQENS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETPLREQENSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETVEKAVAT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETVEKAVATA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETWYSADLVCEQGNN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETYGRLLGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETYYTDGSCNKQSKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ETYYTDGSCNKQSKEGKAGY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVAELYRLELGDYKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVALNVTESFDAWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVEDGYSQS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVIPQETGRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVKMVAWWA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVLAWKFDP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVLAWKFDPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVLAWKFDPTLAYTY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVPKFHLPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVQLGIPHPAGLAKR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVRRAIRGEQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVRRAIRGEQLLSCC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVRRAIRGEQLLSCCKFPRA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVRRRLTAR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVTEDLLHLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVVPGFQAL', 'Mamu-B*01?'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVVPGFQALS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVVPGFQALSE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EVVPGFQALSEGCTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EWLNRTVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EWLNRTVEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EWLNRTVEEI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EWLNRTVEEIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EYIHFLIRQLIRLLTWLFSNCR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('EYNETWYSTDLVCEQGSSTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FAAAQQRGPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FAAPQFSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FAIKKKDKNK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FAIKKKDKNKWRMLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FAKIKNTHTNGVRLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FAPNCSKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FAPNCSKVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FCATKNRDT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FCFLKKGLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FCFLKKGLGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FCFLKKGLGICYEQS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FDAWNNTV', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FDLASWIKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FDLASWIKYI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FDLASWIKYIQYGVYIVVGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FDLTSWIRYI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FDPRLLTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FDPRLLTAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FDPTLAYTY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FDPTLAYTYEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FETSIKPCV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FETSIKPCVKL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FEWLNRTV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FEWLNRTVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FEWLNRTVEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FEWLNRTVEEI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FGAEVVPGFQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FGAEVVPGFQA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FGLAESLLEN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FGLPRIVARQIVDTC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FGNWFDLAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FGRNLLTAM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FGSKSGLSE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FGSKSGLSEEEVRRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FGWLWKLVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FGWLWKLVPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FGWLWKLVPVNVSDEAQEDE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FHEAVQAIW', 'Mamu-B17 variant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FHEAVQAVW', 'Mamu-B17'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FIEAEVIPQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FIKEKGGLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FIKEKGGLEGIYYSA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FISTPPLVRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FKRRGGIGDM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FKVGWAWWT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FKVGWAWWTCSRVIF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FLATAGSAM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FLEENITAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FLGFLATAGSAMGAASLTLT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FLGLGPWGKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FLGLGPWGKKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FLIRQLIRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FLIRQLIRLLTWLFS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FLIRQLIRLLTWLFSNCRTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FLKKGLGIC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FLKKGLGICY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FLMALTDSGPKANII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FLYCKMNWF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FMPKCSKVVVSSCTR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FMPKCSKVVVSSCTRMMETQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FMWTNCRGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FMWTNCRGEFL', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FNGTRAENRTYIYWH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FPDPPTDT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FPDPPTDTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FPDPPTDTPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FPDPPTDTPLDLAII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FPDPPTDTPLDLAIQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FPDPPTDTPLDLAIQQLQNL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FPMAQVHQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FPMAQVHQGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FPRAHKYQVPSLQYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FPRAHRYQVPSLQYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FQALSEGCTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FQALSEGCTPY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FQEAVQAVW', 'Mamu-B17 variant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FQKDPPFQWMGYELW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FQQSKNSKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FQQTHIQQDPALPTREGKER', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FQSYVDRFYK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FQVWQRSWE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FQWMGYELW', 'Mamu-B17'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FQWMGYELWPTKWKLQKIEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FQYTMRHVL', 'Mamu-B*08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRELNRVTQDF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRELNRVTQDFTEVQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRELNRVTQDFTEVQLGIPH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRGGCIHSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRGGCIHSRIGQPGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRKANPDV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRKANPDVTL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRKANPDVTLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRQVCHTTV', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRQVCHTTVPWPNAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRQYTAFTL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRYCAPPGY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRYCAPPGYA', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FRYCAPPGYAL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FSIPLDEEF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FSLWRRPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FSNCRTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FSPPPAYVQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FSSPPAYV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FSSPPAYVQQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FSSPPSYF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FSSPPSYFQQTHIQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FTAGEVRRAIRGEQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FTEVQLGIPHPAGLAKRKRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FVLGFLGFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FYEAVQAVW', 'Mamu-B17 variant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FYGVPAWRNATIPLF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FYKSLRAEQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FYKSLRAEQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FYKSLRAEQTDAAVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('FYKSLRAEQTDAAVKNWMTQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GADFPGLAKVLGILA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GAEVVPGFQA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GAEVVPGFQAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GAGELIRILQRALFM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GAISMRRSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GANFASQEVKMVAWW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GANFASQEVKMVAWWAGIEH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GANFPGLAKVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GANFPGLAKVLGILA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GASRNKRGVF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GAWGDLWE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GAWGDLWET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GAWGDLWETL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GCIHSRIGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GCPTESESRLVNQIIEEMIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GCQKILSVLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GCQKILSVLAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GCTPYDINQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GCTPYDINQM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GCTPYDINQML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GCWKCGKMD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GCWKCGKMDH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GCWKCGKMDHV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GCWKCGKMDHVMAKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDAYFSIPL', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDHQAAMQI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDHQAAMQII', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDHQAAMQIIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDLRQRLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDLRQRLLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDLRQRLLRA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDLTCNSTV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDLWETLRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDLWETLRRG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDMTPAERL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDMTPAERLI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDPEVTFM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDPEVTFMW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDRGFAAPQF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDTLEGAGEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDTLEGAGELI', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDTPINIF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDYKLVEI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDYKLVEITPI', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDYSEVAL', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDYSEVALN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GDYSEVALNV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEAFEWLNR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEAFEWLNRTV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEEILSQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEEILSQLY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEEILSQLYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEEILSQLYRP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEETIGEAF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEETIGEAFEW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEFLYCKM', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEFLYCKMNW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEFLYCKMNWF', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEFLYCKMNWFLNWV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEGAVILKV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEGGGNSSW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEGGGNSSWPW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEGHGAGGWRPGPPP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEGHGAGGWRPGPPPPPPPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GELIRILQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GELIRILQRA', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GELIRILQRAL', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GELLWKGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GELLWKGEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GELLWKGEGAV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GENPTWKQW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEQLLSCCRF', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GETYGRLL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GETYGRLLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GETYGRLLGEV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GETYGRLLGEVEDGS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GETYGRLLGEVEDGY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEVEDGSSQSLGGLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEVEDGYSQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEVEDGYSQSPGGLD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEVLAWKF', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEVLAWKFD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEVLAWKFDP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GEVRRAIRGEQLLSCCRFPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFFRPWSMGKEAPQF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFFRPWSMGKEAPQFPHGSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFIEAEVIPQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFIEAEVIPQETGRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFINTKEYKNVEIEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFLGFLATA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFLGFLATAGSAMGA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFLGFLATAGSAMGAASLTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFLGLGPWGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFLGLGPWGKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFLGLGPWGKKPRNF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFQALSEGCT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFQALSEGCTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFQALSEGCTPYDIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GFSTPEEKFQKDPPF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGAISMRRS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGCIHSRIG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGDNRRGL', 'Mamu-B08 variant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGEGGGNSSWWQIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGIGGFINTKEYKNV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGKPPTKGANFPGLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGLDKGLSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGLDKGLSSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGLEGIYYS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGNQEIDHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGNSSWPWQIEYIHF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGNYPVQQIG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGNYVHLP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGNYVHLPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGNYVHLPLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGNYVHLPLSP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGNYVHLPLSPRTLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGNYVHLPLSPRTLNAWVKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGPGQKARLM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GGRWILAIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GHCHREVLKGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GHGAGGWRPGPPPPP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GHGAGGWRPGPPPPPPPGLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GHSARQCRAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GICYEQSRK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GICYEQSRKR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GICYEQSRKRRRTPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIEHTFGVPYNPQSQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIELGPHYT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIELGPHYTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIELGPHYTPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIGDMTPAERLINMI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIIPDWQDY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIIPDWQDYTSGPGIRYPKT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIKTKHLCRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIKTKHLCRLIRGKM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIPHPAGLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIPHPAGLAKRKRIT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIRYPKTFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIRYPKTFGW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIRYPKTFGWL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIYYSARRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GIYYSARRHRILDMYLEKEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKDGPKLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKDGPKLKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKDGPKLKQW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKDKVKVLEQTTNQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKEAPQFPHGSSASG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKEGHSARQC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKEGHSARQCRAPRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKEVDSSSHMEDTGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKEVDSSSHMEDTGEAREVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKGLGNTGMMNKGCH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKIIIVAVHVASGFI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKKADELEKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKKKYMLKH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKKKYMLKHV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKKKYMLKHVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKKKYMLKHVVWAAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKKPRNFPM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKKPRNFPMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKKPRNFPMAQVHG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKKPRNFPMAQVHQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKKPRNFPMAQVHQGLMPTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKKPRNFPMAQVHQGLTPTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKMDHVMAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKMDHVMAKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKMDHVMAKCP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKMTLTEEVQWTEMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKNVYLPPREGDLTC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKPLEATVI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKQQREKQRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKQQREKQRESREKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKRIKGTIMTGDTPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GKRYIYKVLPQGWKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLAESLLENK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLAESLLENKEGCQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLAKVLGIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLDKGLSSF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLDKGLSSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLDKGLSSLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLDKGLSSLSCEGQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLDKGLSSP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLEGIYYSA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLGICYEQS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLGICYEQSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLGICYEQSRKRRRTPKKAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLGKGLSSRSCEGQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLGPWGKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLGPWGKKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLGPWGKKPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLGPWGKKPRN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLGVNPTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLGVNPTLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLGVNPTLEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLGVNPTLEEMLTAC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLKRDKKKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLLNMADKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLMPTAPPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLMPTAPPED', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLQKCVRM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLQKCVRMY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLQKCVRMYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLQKCVRMYNPTNILDVKQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLSEEEVRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLSEEEVRRRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLSSLSCEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLSSLSCEGQKYNQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLSSRSCEGQKYNQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GLVFHSQPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GMLEMWKNGPCYGQM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GMLEMWKNGPCYGQMPRQTG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GMSLNFPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GMSLNFPIAKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GMSPSYVKYRYLCLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GMSQSYVKYRYLCLMQKALF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNESRCYMNHCNTSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNESRCYMNHCNTSVIQESC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNHIYNRHG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNHIYNRHGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNHIYNRHGDT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNIYRRWIQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNIYRRWIQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNIYRRWIQLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNKTVLPVTIM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNNTGNESRCYMNHC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNQLLIAILLLSVYG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNQLLIAILLLSVYGIYCTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNSGEETIGEAFEWLNRTVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNTGMMNKGCHQAM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNYPVQQIGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNYPVQQIGGNYVHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNYVHLPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNYVHLPLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GNYVHLPLSP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPCYGQMPRQTGGFF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPGELLWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPGELLWKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPGELLWKGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPGIRYPKT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPGIRYPKTF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPGIRYPKTFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPGIRYPKTFGWLWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPGQKARLMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPGTANQRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPHYTPKIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPHYTPKIVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPHYTPKIVGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPKANIIVDSQYVMG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPKEPFQSYV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPKEPFQSYVDRFYK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPKLKQWPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPPPPPPPGL', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPRKPIKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPRKPIKCW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPRKPIKCWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPWGKKPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPWGKKPRN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPWGKKPRNF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GPWGKKPRNFP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQAAERKAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQAAERKAERKQREA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQKARLMAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQKARLMAEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQKYNQGQY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQKYNQGQYMNTPWR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQLEEAPPTNPYNTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQLREPSGSD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQMPRQTGGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQMPRQTGGFF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQMPRQTGGFFRPWS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQPGGGNPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQPGGGNPLSAIPPS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQVPKFHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQVPKFHLP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQVPKFHLPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GQYMNTPWR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRDNRRGL', 'Mamu-B08 variant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRDNRTII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRDNRTIISL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRDNRTIISLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRDNRTIISLNKYYNLTMKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRDQLWKGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRDQLWKGPGELLWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRGGNYPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRGGNYPVQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRGGNYPVQQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRLLGEVED', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRLLGEVEDGSSQSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRLLGEVEDGYSQSP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRNLLTAL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRNLLTALG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRNLLTALGM', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRNLLTALGMSLNLPIAKVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRQTALFL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRQTALFLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRQTALFLLK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRQTALFLLKL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRQTALFLLKLAGRW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRWILAIPR', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRWILAIPRR', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRWILAIPRRI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRWILAIPRRIRQGLELTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRWPITHL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRWPITHLH', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRWPITHLHT', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRWPITHLHTD', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GRWPITHLHTDNGAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSAMGAASL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSAMGAASLTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSDIAGTTSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSDIAGTTSSVDEQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSENLKSLY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSENLKSLYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSENLKSLYNT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSENLKSLYNTVCVI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSENLKSLYNTVCVIWCIHA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSFTVKGTL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSKPPTKGADFPGLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSKSGLSEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSPAIFQY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSPAIFQYT', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSPAIFQYTM', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSPAIFQYTMR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSRELISTRY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSRSWPWQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GSRSWPWQIEY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTADKMPATS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTANQRRQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTCSTHNQL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTDIKVVPRRKAKII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTKNLQTRV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTKNLQTRVTAIEKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTNNTDKINLTAPGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTPRLTFLV', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTQRTFGQM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTRAENRTY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTRAENRTYIY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTSRNKRGVF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTTETMPKTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTTETMPKTSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTTETMPKTSRPTAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTTQCLPDNGDYSEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTTSSVDEQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTTTTTTTTTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GTVRRLHPL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVFVLGFLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVFVLGFLGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVGGPGQKAR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVGGPGQKARLMAEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVILLRIVI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVILLRIVIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVNPTLEEM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVNPTLEEML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVPAWRNATI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVPAWRNATIPLFCA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVPAWRNATIPLFCATKNRD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVRLLAHVIQKIGKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVRNSVLSGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVSVRPKVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVVDADRSVPNFIGW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GVVEAMNHH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GWAWWTCSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GWLWKLVPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GWLWKLVPVN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GWLWKLVPVNV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GWRPGPPPPPPPGLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GYALLRCNDTNYSGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GYSQSPGGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('GYWHLTPERGWLSTYAVRIT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HAEEKVKHTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HAEEKVKHTEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HAEEKVKHTEEAKQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HCMNFKRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HCMNFKRRGGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HCQFCFLKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HCQFCFLKKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HCQFCFLKKGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HCQPEKAKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HCQPEKAKKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HDEQGMSPSY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HDEQGMSPSYV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HDEQGMSPSYVKYRY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HDKYHSNV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HDKYHSNVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HDKYHSNVKEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HDRVVLQSKEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HEAVQAVW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HEAVQAVWRSATETLAGAWG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HELLRLTVW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HEREEELRK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HEREEELRKRL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HFIKEKGGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HFIKEKGGLEGIYYS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HFIKEKGGLEGIYYSARRHR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HFKVGWAWW', 'Mamu-B17'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HFRGGCIHSRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HGDTLEGAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HGDTLEGAGELIRIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HGDTLEGAGELIRILQRALF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HGRDNRTIISLNKYYNLTMK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HGSSASGADANCSPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HHLKNQIDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HIRQIINTWHKVGKN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HIYNRHGDT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HIYNRHGDTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HIYNRHGDTLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HKRNYVPCHIRQIIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HKVGKNVYLPPREGDLTCNS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HKYQVPSLQYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HKYQVPSLQYLALKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLCRLIRGKM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLKNQIDRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLLHQTINP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLNSLFGGDQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLPLSPRT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLPLSPRTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLPLSPRTLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLPRELIFQV', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLPVEKDVWEQWWTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLTPEKGWL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLVSQGIRQVLFLEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLVVETGTTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HLVVETGTTET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HMEDTGEAREVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HPAQTSQWD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HPQPAPQQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HPQPAPQQGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HPQPAPQQGQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HQAAMQII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HQAAMQIIRD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HQAAMQIIRDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HQGLMPTAPP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HQGLMPTAPPEDPAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HQTIDSYPTGPGTAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HQTIDSYPTGPGTANQRRQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HQTINPYPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HQTINPYPTGPGTAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HRILDIYL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HRILDIYLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HRILDIYLEK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HRILDIYLEKEEGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HRYQVPSLQYLALKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HRYQVPSLQYLALKVVSDVR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HSARQCRAPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HSARQCRAPRRQGCW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HSARQCRAPRRQGCWKCGKM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HSNVKELV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HSNVKELVF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HSNVKELVFKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HSQPINDRPKQAWCWFGGKW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HSTYFPCF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HSTYFPCFTAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HTDNGANFASQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HTDNGANFASQEVKM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HTDNGANFTSQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HTEEAKQIVQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HTEEAKQIVQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HTTVPWPNAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HTTVPWPNETL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HVASGFIEAEVIPQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HVASGFIEAEVIPQETGRQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HVIQKIGKEAIVIWG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HVMAKCPDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HVMAKCPDRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HVVWAANELD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HVVWAANELDRFGLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HYLMHPAQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HYLMHPAQTSQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HYTPKIVGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HYTPKIVGGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('HYTPKIVGGIG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IAGTTSSVDE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IAILLLSVY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IASDRTDLEHDRVVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IAYLQYGWRYF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ICEKMEKDG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ICEKMEKDGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ICEKMEKDGQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ICEKMEKDGQLEEAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ICEKMEKDGQLEEAPPTNPY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ICYEQSRKR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ICYEQSRKRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDDVTIKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDEEDDDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDEEDDDLV', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDEEDDDLVGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDFRELNRV', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDGNQTNI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDGNQTNITM', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDGNQTNITMSAEVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDHLVSQGI', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDHLVSQGIRQVLFLEKIEP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDIVSENSSCITHDNCTGLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDMSHFIKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDMSHFIKEKGGLEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDRIREQA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDRIREQANSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDRIREQANSVETIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IDWIDGNQTNI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEAEVIPQET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEDVWQLF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEEKKFGAEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEEKKFGAEVEPGFQALSEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEEKKFGAEVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEEKKFGAEVVPGFQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEEKKFGAEVVPGFQALSEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEEMIKKSEI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEEMIKKSEIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEEMIKKSEIYVAWV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEGEETYYTDGSCNK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEGQPVEVL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEGQPVEVLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEKYLKDQAQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IELGPHYTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IELGPHYTPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IELGPHYTPKI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IELGPHYTPKIVGGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IELGPHYTPKIVGGIGGFIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IELPQRETW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IELPQRETWTV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEPAQEEHDKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IESIPDPPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IESIPDPPTNTPEAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEVLGKRI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEVLGKRIKGTIMTG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEYIHFLI', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IEYIHFLIRQL', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IFGRNLLTALGMSLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IFQVWQRSWEYWHDE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IGEAFEWLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IGGNQEIDHLVSQGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IGGNYVHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IGGNYVHLP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IGGNYVHLPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IGGNYVHLPLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IGIQLTRSQRNSIKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IGLAPTDVKRYTTGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IGNRHVSFY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHAEEKVKHT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHAEEKVKHTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHFLIRQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHFLIRQLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHFLIRQLIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHFLIRQLIRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHFLIRQLIRLLTWL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHGQANSDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHGQANSDLGTWQMD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHLLHQTIDSYPTGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHLLHQTIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHLLHQTINP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHLLHQTINPYPTGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHLLHQTNPYPTGPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IHQEDKILKVGKFAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IIIVAVHVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IIKDYGGGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IINEEAADW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IINEEAADWD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IINTWHKVGKNVYLP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IIPDWQDYT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IIPDWQNYTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IIRDIINEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IIRDIINEEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IIVAVHVASGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IIVDSQYVM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IKCWNCGKEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IKCWNCGKEGHSARQCRAPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IKDYGGGKEVDSSSHMEDTG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IKEKGGLEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IKKKDKNKWR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IKKSEIYVAWVPAHK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IKTKHLCRLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IKVVPRRKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILAIPRRIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILDIYLEKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILDIYLEKEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILDIYLEKEEGIIPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILDMYLEKEEGIIPDWQDYT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILDVKQGPKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILIASDRTDLEHDRVVLQLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILKVGKFAKIKNTHTNGVRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILKVGTDIKVVPRRK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILLRIVIYIVQMLAKLRQGY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILQPILQRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILQPILQRLSATLQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILQRALFMH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILQRLSATL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILQRLSATLQRIREV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILQRLSATLQRIREVLRTEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILSQEQEGCYYQEGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILSQLYRPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILSQLYRPLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILSQLYRPLEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILSVLAPLVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILSVLAPLVPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ILSVLAPLVPTG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IMAPRTLLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IMSGLVFHSQP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('INEEAADWD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('INEEAADWDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('INIFGRNLLTALGMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('INPYPTGPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('INQMLNCVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('INQMLNCVGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('INQMLNCVGDH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('INREAVNHLP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPDPPTNTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPDPPTNTPEALCDP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPDWQDYTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPDWQDYTSGPGIRY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPFAAAQQRG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPFAAAQQRGPRKPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPLFCATKN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPLFCATKNRD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPPGNSGEETI', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPVGNIYRR', 'Mamu-B*01?'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPVGNIYRRW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPVGNIYRRWI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IPVGNIYRRWIQLGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQFQQSKNSKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQFQQSKNSKFKNFR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQKLVGVLNWAAQIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQKLVGVLNWAAQIYPGIKT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQLGLQKCVR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQLKLPSGM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQNANPDCKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQQDPALPTREGKER', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQQEKNMYE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQQLQNLAI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQQLQNLAIESIPDP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQWMYRQQNP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQWMYRQQNPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQYGVYIVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQYGVYIVVGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQYGVYIVVGVILLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IQYGVYIVVGVILLRIVIYI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRDIINEEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRDIINEEAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IREQANSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IREQANSVETI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IREVLRTEL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IREVLRTELTYLQYGWSYFH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRFRYCAPP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRGKMTLTEEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRILQRAL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRILQRALF', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRILQRALFM', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRLLTWLF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRLLTWLFSNCRTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRLRPNGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRLRPNGKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRLRPNGKKK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRLRPNGKKKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRQGLELTL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRQGLELTLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRQIINTWHK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRQIINTWHKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRQLIRLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRQLIRLLTW', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRQLIRLLTWL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRQLIRLLTWLFSNC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRQVLFLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRQVLFLEK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRQVLFLEKI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRQVLFLEKIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRYPKTFGW', 'Mamu-B17'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRYPKTFGWL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IRYPKTFGWLWKLVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISEADASTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISEADASTPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISEADASTPES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISLNKYYNL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISLNKYYNLTM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISMRRSKPAGDLRQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISMRRSRPS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISMRRSRPSGDLRQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISNRTRHCQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISNRTRHCQP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISNRTRHCQPEKAKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISRDHSNWL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISTPPLVRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISTPPLVRLVF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ISVKIGRQM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITALLEEAQIQQEKNMYELQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITDRGKDKVKVLEQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITDRGKDKVKVLEQTTNQQA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITGCPTESESRLVNQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITHAIVKSV', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITHDNCTGLEQEQMISCKFN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITHLHTDNGANFASQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITMRCNKSETDRWGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITMSAEVAELY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITPIGLAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITPIGLAPT', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITPIGLAPTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITPIGLAPTDVKRYTTGGTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITPIGLAPTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITPIGLAPTSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITTEQEIQFQQSKNS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITVLDIGDAYF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITWYSKNF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITWYSKNFW', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITWYSKNFWTDVTPN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITWYSRNF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITWYSRNFW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITWYSRNFWTDVTPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('ITYLQYGWSY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVAVHVASGFIEAEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVGGIGGFINTKEYKNVKIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVIYIVQML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVKHPRYTGTNNTDK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVKHPRYTGTNNTDKINLTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVLMAVHCM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVLMAVHCMNF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVQQQQQLLDVVKRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVQQQQQLLDVVKRQQELLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVQRHLVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVQRHLVVET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVQRHLVVETG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVTGIELGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVTGIELGPH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVTGIELGPHY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVTGIELGPHYTPKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IVVGVILLRIVIYIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IWCIHAEEKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IWCIHAEEKVKHTEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IWGQVPKFHLPVEKD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IYIVQMLAKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IYKVLPQGWKGSPAI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IYLEKEEGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IYNRHGDTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IYNRHGDTLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IYNRHGDTLEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IYPGIKTKHL', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IYRRWIQLGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IYSFPDPPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IYSFPDPPTDTPLDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IYVAWVPAH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('IYYSARRHR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KADELEKIRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KAGYITDRGKDKVKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KAKANTSSA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KAKANTSSAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KAKKETVEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KAKKETVEKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KALFMHCKKGCRCLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KANPDVTLVQYMDDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KANTSSASN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KANTSSASNK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KARLMAEALK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KAVATAPGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KAVATAPGLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCCYHCQFC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCCYHCQFCF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCGKMDHVM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCGKMDHVMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCGKMDHVMAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCHQKGEAIHGQANS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCPDRQAGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCPDRQAGFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCRRPGNKTVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCVKMYNPTNILDVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCVRMYNPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCVRMYNPTN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCVRMYNPTNI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCVRMYNPTNILDVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KCWNCGKEGH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDAIKEVKQTI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDAIKEVKQTIVKHPRYTGT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDGPKLKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDGPKLKQW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDGPKLKQWPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDGQLEEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDGQLEEAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDGQLEEAPPTNPYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDKNKWRM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDKNKWRML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDKNKWRMLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDLQKVCY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDLQKVCYV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDPIEGEETY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDPIEGEETYY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDPPFQWM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDPPFQWMGY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDQAQLNA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDQAQLNAW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDQAQLNAWGCAFRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDQAQLNAWGCAFRQVCHTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDVWEQWW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDVWEQWWTDY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KDYGGGKEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEAIVIWGQV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEALAPVPI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEALAPVPIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEALAPVPIPF', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEALAPVPIPFAAAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEAPQFPHG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEEALKHF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEEGIIPDW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEGCQKIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEGCQKILSV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEGCQKILSVL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEGHSARQCR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEGKAGYI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEKGGLEGI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEKGGLEGIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEKGGLEGIYY', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEKIVALREI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KELLNSIGF', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KELVFKFGL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEPFQSYVDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEPFQSYVDRF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEPFQSYVDRFYKSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEPFQSYVDRFYKSLRAEQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEQHKRNYV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEQHRRNYVPCHIRQIINTW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KERDGGEGGGNSSWP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KETVEKAVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KETVEKAVAT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEVDSSSHM', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEVTEDLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEVTEDLLHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEVTEDLLHLNSLFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEYKNVEI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEYKNVEIEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEYKNVEIEVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEYNETWYSADLVCE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KEYNETWYSADLVCEQGNNT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KFDPTLAYT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KFDPTLAYTY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KFDPTLAYTYEAYAR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KFDPTLAYTYEAYVR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KFGAEVVPGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KFGAEVVPGFQALSE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KFHLPVERDVWEQWWTDYWQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KFNMTGLKRDKKKEY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KFQKDPPF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGCRCLGEGHGAGGW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGEAIHGQANSDLGT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGEGAVILKVGTDIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGGLEGIYY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGGLEGIYYSARRHR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGLGICYEQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGLGICYEQS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGLGVNPTLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGLSSLSCE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGPGAAECLGMCV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGPGELLW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGPGELLWKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGQGELLWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KGTIMTGDTPINIFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KHFDPRLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KHFDPRLLTAL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KHFDPRLLTALGNHI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KHLCRLIRGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KHLCRLIRGKMTLTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KHLCRLIRGKMTLTEEVQWT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KHTEEAKQIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KHTEEAKQIVQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KHVVWAANEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KHYWDAIRF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KHYWDTIRFRYCAPPGYALL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KIELPQRETW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KIGKEAIVI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KIGKEAIVIWGQVPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KIIKDYGGGKEVDSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KIILSQEQEGCYYQEGKPLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KILSVLAPLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KILSVLAPLVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KIRLRPNGKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KIRLRPNGKKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KIVGGIGGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KIYKRFAMCPILRSD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKADELEKIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKADELEKIRLRPGGKKKYM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKADELEKIRLRPNGKKKYM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKAKANTSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKAKANTSSA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKCCYHCQF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKCCYHCQFC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKCCYHCQFCFLKKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKDKNKWRML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKDKNKWRMLIDFRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKETVEKAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKETVEKAVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKFGAEVVPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKGLGICYE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKGLGICYEQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKGLGICYEQSRKRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKKDKNKWRM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKKYMLKHV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKKYMLKHVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKKYMLKHVVW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKLRLIHLLHQTI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKPRNFPM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKPRNFPMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKPRNFPMAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKPRNFPMAQV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKYMLKHVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKYMLKHVVW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KKYMLKHVVWA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLAGRWPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLAGRWPITHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLAIDMSHF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLAIDMSHFIKEKGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLAYRKQNM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLIEEKKFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLIEEKKFGA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLIEEKKFGAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLKQWPLSK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLNSWDVFGNW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLNSWDVFGNWFDLASWIKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLRQGYRPVF', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLVLKGLGVN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KLVPVNVSD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KMDHVMAKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KMDHVMAKCP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KMDHVMAKCPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KMEKDGQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KMEKDGQLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNKWRMLIDF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNMYELQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNMYELQKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNQIDRIRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNSKFKNF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNTHTNGVRLLAHVI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNTHTNGVRLLAHVIQKIGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNVEIEVLGKRIKGT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNWMTQTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNWMTQTLLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNYMQLGKQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNYMQLGKQQREKQRESREK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KNYMQLGKQQRESREKPYKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KPAGDLRQKLLRARGETYGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KPGKDGPKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KPGKDGPKLKQWPLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KPIKCWNCGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KPIKCWNCGKEGHSA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KPISNRTRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KPISNRTRHC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KPPTKGADFPGLAKVLGILA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KPRNFPMAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KPRNFPMAQV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KPYKEVTEDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQAWCWFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQAWCWFGGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQGPKEPF', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQGPKEPFQS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQIVQRHLVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQIVQRHLVVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQIVQRHLVVETGTAETMPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQIVQRHLVVETGTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQIVQRHLVVETGTTETMPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQNMDDIDE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQQREKQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQQREKQRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQQREKQRES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQQREKQRESR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQREALQGGDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQREALQGGDRGFAAPQFSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQRESREKPY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQSKEGKAGYI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQSKEGKAGYITDRGKDKVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQWPLSKEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQWPLSKEKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQWRRDNR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQWRRDNRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQWRRDNRRGL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KQWRRDNRRGLRMAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRDKKKEY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRDKKKEYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRDKKKEYNE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRDKKKEYNET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRGVFVLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRGVFVLGF', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRGVFVLGFL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRIKGTIM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRIKGTIMT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRIKGTIMTG', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRIKGTIMTGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRITVLDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRITVLDIG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRITVLDIGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRITVLDIGDA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRKRITVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRKRITVLD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRKRITVLDI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRKRITVLDIG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRLRLIHL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRLRLIHLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRLRLIHLLH', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRLRLIHLLHQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRLRLIHLLHQTI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRNYVPCHI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRNYVPCHIR', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRQHELLRL', 'Mamu-B08 mutant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRQQELLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRQQELLRL', 'Mamu-B03 (Evans) and B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRQQELLRLT', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRQQELLRLTV', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRQQELLRLTVWGTK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRGGIGDM', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRGGIGDMTPAERL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRRTPKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRRTPKKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRRTPKKAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRRTPKKAKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRRTPKKAKANTSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRRTPKKAKANTSSASNNR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRWRRRW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRWRRRWQ', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRWRRRWQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRWRRRWQQL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRRWRRRWQQLLALA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRWIAVPT', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRWIAVPTWR', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRWIAVPTWRI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRWIAVPTWRIPERL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRYIYKVL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRYIYKVLP', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRYIYKVLPQ', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRYIYKVLPQG', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRYTTGGT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRYTTGGTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRYTTGGTSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRYTTGGTSRN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KRYTTGGTSRNKRGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSEIYVAWVPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSEIYVAWVPAHKGIGGNQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSGLSEEEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSITTTASTTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSITTTASTTSTTAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSLRAEQTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSLRAEQTDA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSLRAEQTDAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSLRAEQTDPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSLYNTVCVI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSNRTIISLNK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSPAEGANF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSPAEGANFP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KSSRWRQQNTR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTFGWLWKL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTFGWLWKLV', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTFGWLWKLVPVNVS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTKDLQKVCY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTKHLCRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTKHLCRLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTKHLCRLIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTKHLCRLIRG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTSRPTAPSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTSRPTAPSSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTVLPVTI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTVLPVTIM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTVLPVTIMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTVLPVTIMSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KTVLPVTIMSGLVFH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVALKPGKDGPKLKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVDMVNETSSCIAQD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVDMVNETSSCIAQDNCTGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVGKFAKIKNTHTNG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVGWAWWTC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVKHTEEAKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVKHTEEAKQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVKHTEEAKQIVQRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVLLPLPVLF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVLPQGWKGSPAIFQYTMRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVPLRTMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVPLRTMSY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVPLRTMSYKLAIDM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVVPRRKAKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVVPRRKAKIIKDYG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVVPRRKAKIIKDYGGGKEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVVVSSCTRM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVVVSSCTRMMETQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KVYTIWSLY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KWDDPWGEVLAWKFD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KWKDAIKEVKQTIVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KWNNETWQEWERKVDFLEEN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KYHSNVKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KYHSNVKEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KYHSNVKELV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KYHSNVKELVFKFGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KYIQYGVYIVVGVIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KYLKDQAQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KYMLKHVVW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KYMLKHVVWA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KYMLKHVVWAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KYNQGQYMN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('KYPEEFGSKS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LADRIYSFP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LADRIYSFPDPPTDT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAESLLENKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAGAWGDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAGAWGDLW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAGAWGDLWE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAGAWGDLWET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAGAWGDLWETLRRG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAGRWPITHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAHVIQKIGKEAIVIWGQVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAIDMSHFI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAIESIPDP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAIQQLQNL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LALADRIYS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LALADRIYSFPDPPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LALKVVSDVRSQGENPTWKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAPEKGWLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAPLVPTGSE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAPVPIPF', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAPVPIPFA', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAPVPIPFAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LASWIKYIQY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LATAGSAM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAWKFDPTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAWKFDPTLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAWKFDPTLAYTYEAYARYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAYRKQNMD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LAYTYEAYVR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LCDPTEDSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LCRLIRGKMT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDEEFRQY', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDEEFRQYTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDEEFRQYTAF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDIGDAYF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDIGDAYFSI', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDIGDAYFSIPLDEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDIYLEKEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDIYLEKEEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDIYLEKEEGI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDIYLEKEEGIIPDW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDKGLSSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDKGLSSLSC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDLAIQQL', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDLAIQQLQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDLAIQQLQNL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDLAIQQLQNLAIES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDMYLEKEEGIIPDW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDRFGLAESL', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDRFGLAESLL', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDRFGLAESLLENKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDRFGLAESLLENKEGCQKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDSLRDLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDTGADDSI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDTGADDSIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDTGADDSIVTGIEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDVKQGPKEP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDVKQGPKEPF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDVVKRQQEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDVVKRQQELL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LDVVKRQQELLRLTV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEACYNTCY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEACYNTCYC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEAFLMAL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEAKSGLSEEEVRRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEANITQLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEATVIKSQDNQWSY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEEAPPTNPY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEEAPPTNPYNTPTFAIKKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEELKEEAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEEMLTACQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEEMLTACQGV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEENITAL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEENITALL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEGagELI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEGAGELIRI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEGAGELIRIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEGIYYSAR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEGIYYSARRHRILD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEGKIIIVAV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEGKIVIVAVHVASGFIEAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEHDRVVL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEICCVQYV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEKEEGII', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEKEEGIIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEKEEGIIPDWQDYT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEKIEPAQEEHDKYH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEKIRLRPNG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LELGDYKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LELGDYKLV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LELGDYKLVEI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LELGDYKLVEITPIGLAPTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LELWERGTL', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEMWKNGPCY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LENKEGCQKI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LENKEGCQKIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LENKEGCQKILSVLAPLVPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEPFRKANPDV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEQEQMISCKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEQTTNQQAEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LERWHSLI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LERWHSLIKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LERWHSLIKYL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LESSNERSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LESSNERSSC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LESSNERSSCI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LEVQGYWHL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LFCATKNRD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LFETSIKPCVKLSPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LFLEKIEPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LFMHFRGGCIHSRIG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGEEILSQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGEEILSQLY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGEEILSQLYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGEVEDGYS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGFLATAGSAMGAAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGFLGFLAT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGICYEQSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGICYEQSRK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGKQQREKQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGLGPWGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGLGPWGKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGLGPWGKKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGLGPWGKKPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGLQKCVR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGLQKCVRM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGLQKCVRMY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGLQKCVRMYNPTNI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGNHIYNRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGNHIYNRHG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGNHIYNRHGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGPHYTPKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGPHYTPKIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGPHYTPKIVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGPWGKKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGPWGKKPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGPWGKKPRN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGPWGKKPRNF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGPWGKKPRNFPMAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGPWGRKPRNFPMAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGTWQMDCTHLEGKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGTWQMDCTHLEGKIVIVAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LGVNPTLEEM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LHAFQRRMHPLQNRP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LHAVGQAAERKAERK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LHAVGQAAERKQREALQGGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LHLNSLFGGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LHQTINPYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LHSTYFPCF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LHSTYFPCFTAGEVR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIAILLLSVY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIAILLLSVYGIYCT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIANIDWID', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIEEKKFGAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIEEKKFGAEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIHLLHQTI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIHLLHQTIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIKYLKYKTKDLQKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIPNRTRHCQPEKAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIPNRTRHCQPEKAKKETVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIQKALFMH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIQNANPDC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIQNANPDCK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIRGKMTLTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIRILQRAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIRILQRALFMHFRG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIRILQRALFMHFRGGCNHS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIRLLTWLF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LIRQLIRLLTWLFSNCRTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKEALAPVPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKGLGVNPTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKHVVWAAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKHVVWAANE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKHVVWAANELDRFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKHVVWAANELDRFGLAESL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKKAWGYVMSNHER', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKKGLGICY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKKGLGICYE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKLAGRWPITHLHTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKMKCRRPGNK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKNQIDRIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKNQIDRIREQANSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKNQIDRIREQANSVETIVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKNYMQLGKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKQWPLSKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKQWPLSKEKIVALR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKSLYNTVCV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKVVSDVRSQGENPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LKYKTKDLQKVCYVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLAGIVQQQQQLLDV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLALADRIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLALADRIYSFPDPPTDTPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLENKEGCQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLGEVEDGSSQSLGGLGKGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLGEVEDGY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLHLNSLFGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLHQTINPY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLIQNANPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLIQNANPDC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLKNYMQLGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLKNYMQLGKQQREK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLLSVYGIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLLSVYGIYCTLYVT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLNMADKKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLNMADKKETR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLQARGETY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLRARGETY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLSCCKFPRAHRYQVPSLQY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLSRVYQIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LLTALGMSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LMAEALKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LMAEALKEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LMAEALKEAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LMAVHCMNF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LMAVHCMNFKR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LMHPAQTSQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LMHPAQTSQW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LMHPAQTSQWD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LMHPAQTSQWDDPWG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LMPTAPPEDP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LMQPAQTSKWDDPWG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNAWGCAF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNAWVKLIEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNAWVKLIEEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNCVGDHQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNCVGDHQA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNCVGDHQAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNCVGDHQAAM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNKYYNLTMKCRRPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNKYYNLTMKCRRPGNKTVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNMADKKET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNRTVEEI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNRTVEEINREAVNH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNSIGFSTPEEKFQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNSWDVFGNWFDLASWIKYI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNSWGCAF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNVTESFDAWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LNVTESFDAWNNTVT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LPLSPRTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LPLSPRTLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LPLSPRTLNA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LPQGWKGSPAIFQYT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LPRIVARQIVDTCDKCHQKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LPVTIMSGLVF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQEGSHLEVQGYWHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQEGSHLEVQGYWHLTPERG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQHPQPAPQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQHPQPAPQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQKCVRMY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQKCVRMYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQKCVRMYNP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQKCVRMYNPTNILDVKQGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQKIELPQRETWTVN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQKLNSWDVFGNWFD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQNLAIESI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQNLAIESIPDPPTN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQRALFMHF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQRALFMHFRGGCIH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQRIREVLRTELTYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQRLSATLQRIREVLRTELT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQSKELLNSI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQTRVTAI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQTRVTAIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQTRVTAIEKYLKDQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQYGWSYF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQYGWSYFH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQYGWSYFHE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LQYGWSYFHEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRAEQTDAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRAEQTDAAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRAEQTDAAVKNWMT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRARGETY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRARGETYG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRARGETYGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRARGETYGRL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRARGETYGRLLGEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRARGETYGRLLGEVEDGSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRCNDTNY', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRCNDTNYSGFMPKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRCNDTNYSGFMPKCSKVVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LREPSGSDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LREPSGSDIA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LREQENSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LREQENSLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LREQENSLES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LREQENSLESSNERS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRIVIYIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRIVIYIVQM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRIVIYIVQML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRKRLRLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRKRLRLIH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRKRLRLIHL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRKRLRLIHLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRLIHLLHQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRLIHLLHQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRLIHLLHQTN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRLTVWGTK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRLTVWGTKNL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRMAKQNSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRPGGKKKYMLKHVVWAANE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRPNGKKKYM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRPNGKKKYML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRPNGKKKYMLKHVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRPNGKKKYMLKHVVWAANE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRQGYRPV', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRQGYRPVF', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRQGYRPVFS', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRQGYRPVFSS', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRQGYRPVFSSPPSY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRQRLLRA', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRQRLLRAR', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRQRLLRARG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRQRLLRARGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRRGGRWI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRRGGRWIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRRGGRWILAI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRTELTYL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRTMSYKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRTMSYKLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LRTMSYKLAI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSAIPPSRSM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSAQSRTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSASSGAF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSATLQRIREVLRTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSCEGQKYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSCEGQKYNQGQYMN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSCEPQKYSEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSEEEVRRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSEGCTPY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSEGCTPYD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSEGCTPYDI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSEGCTPYDIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSEGCTPYDINQMLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSGKKADELE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSLEETSSHC', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSPELYWL', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSPELYWLG', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSPGRFSPAL', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSPLCITM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSPRTLNAW', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSPRTLNAWV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSPRTLNAWVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSPRTLNAWVKLIEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSQEQEGCY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSQEQEGCYY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSQLYRPLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSQLYRPLEA', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSQLYRPLEAC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSRVYQILQP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSRVYQILQPILQRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSRVYQILQPILQRLSATLQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSSLSCEGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSSLSCEGQKY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSTHAVRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSTHAVRITWY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSTYAVRITWY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSVLAPLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSVLAPLVPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSVLAPLVPTG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSVLAPLVPTGSENL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSVLAPLVPTGSENLKSLYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LSVYGIYCTLY', 'Mamu-A02;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTACQGIGGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTACQGVGGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTALGMSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTALGMSLNF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTALGNHIY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTALGNHIYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTALGNHIYNR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTALGNYIYD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTALGNYIYDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTAMGMSLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTAPAGGDPEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTAQSRTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTAQSRTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTARGLIKM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTARGLLNM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTARGLLNMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTCNSTVTSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTCNSTVTSLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTCNSTVTSLIANID', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTDSGPKANIIVDSQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTEEVQWT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTEEVQWTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTEEVQWTEM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTEEVQWTEMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTEEVQWTEMAEAEY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTKSITTTAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTLSAQSRT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTLSAQSRTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTLTAQSRTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTPEKGWLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTPEKGWLSTY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTPERGWL', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTPKWNNETWQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTPLCIAM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTPLCIAMR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTPLCIAMRC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTPLCIAMRCN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTRNAGTTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTRNAGTTTTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTRSQRNSIKGITCH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTSWIRYI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTSWIRYIQY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTSWIRYIQYG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTVVSHVRSQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTVWGTKNLQTRVTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTVWGTKNLQTRVTAIEKYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTWLFSNCRTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTYLQYGWSY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LTYLQYGWSYF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVCEQGSSTDNESRCYMNHC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVFKFGLPRIVARQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVGVLNWAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVGVSVRPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVGVSVRPKVPLRTM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVIWGEVPKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVLKGLGVN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVLKGLGVNP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVLKGLGVNPTLEEM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVPNWSNM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVPTGSENL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVPTGSENLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVPVNVSDE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVPVNVSDEAQEDEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVRLVFNLVKDPIEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVVETGTTET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LVVETGTTETM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LWETLRRGGRWILAIPRRIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LWKGEGAVILKVGTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LWKGPGELLWKGEGA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LWKGQGELL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LWKLVPVNV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LWKLVPVNVS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LWKLVPVNVSDEAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LWKLVPVNVSDEAQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LYNTVCVIWC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LYRLELGDYKLVEIT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LYRPLEAC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LYRPLEACY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LYRPLEACYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('LYRPLEACYNT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAEALKEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAEALKEAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAEALKEALA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAKCPDRQAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAKQNSRGDKQRGGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAKQNSRGDKQRGSK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAKQNSRGDKQRGSKPPTKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAQVHQGLM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAQVHQGLMP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAQVHQGLMPTAPPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAVHCMNF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAVHCMNFK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAVHCMNFKRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAVHCMNFKRRGGIG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MAVHCMNFKRRGGIGDMTPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MDCTHLEGKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MDCTHLEGKII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MDDIDEEDD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MDDIDEEDDDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MDHVMAKCP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MDHVMAKCPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MDHVMAKCPDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MEDTGEAREV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MEEEKRWI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MEEEKRWIAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MEEEKRWIAVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MEEEKRWIAVPTWRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MEEEKRWIAVPTWRIPERLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MEERPPENEGPQREP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MEERPPENEGPQREPWDEWV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MEKDGQLEEAPPTNP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('METPLREQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('METPLREQEN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('METPLREQENSLESS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('METPLREQENSLESSNERSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('METQTSTW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('METQTSTWF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('METQTSTWFGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MGARNSVLSGKKADELEKIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MGCLGNQLLIAILLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MGCLGNQLLIAILLLSVYGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MGGAISMRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MGGAISMRRSKPAGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MGGAISMRRSKPAGDLRQKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MGGAISMRRSRPSGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MGVRNSVLSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MGVRNSVLSGKKADE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MGVRNSVLSGKKADELEKIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MHCKKGCRCLGEGHG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MHCKKGCRCLGEGHGAGGWR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MHFRGGCI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MHFRGGCIH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MHFRGGCIHS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MHFRGGCIHSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MHFRGGCIHSRIGQP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MHFRGGCNHSRIGQPGGGNP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MHPAQTSQW', 'Mamu-B17'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MISCKFNMTGLKRDK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MKCRRPGNKTV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MKCRRPGNKTVLPVT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MLAKLRQGYRPVFSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MLIDFRELNRVTQDF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MLKHVVWAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MLKHVVWAAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MLNCVGDHQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MLNCVGDHQA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MLNCVGDHQAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MLNCVGDHQAAMQII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MLTACQGVGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MNHHLKNQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MNHHLKNQIDRIREQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MNTPWRNPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MNTPWRNPAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MPKCSKVVVSSCTRMMETQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MPKTSRPTAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MPRQTGGFF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MPTAPPEDP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MPTAPPEDPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MPTAPPEDPAVKLLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MQIIRDII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MQIIRDIINE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MQIIRDIINEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MQLGKQQRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MQLGKQQREK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MRCNKSETDKWGLTKSSTTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MRCNKSETDR', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MRCNKSETDRWGLTKSITTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MRHVLEPFR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MRHVLEPFRK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MRHVLEPFRKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MRRSRPSGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MRRSRPSGDL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MRRSRPSGDLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MRRSRQSGD', 'Mamu-B08 mutant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSAEVAEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSAEVAELY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSAEVAELYRLELGDYKLVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSDPRERIPPGNSGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSDPRERIPPGNSGEETIGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSGLVFHSQPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSGLVFHSQPINDRP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSHFIKEKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSNHEREEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSNHEREEELRKRLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSPSYVKYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSSHEREEELRKRLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSSHEREEELRKRLRLIHLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSYKLAIDM', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MSYKLAIDMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MTGDTPINIFGRNLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MTGDTPINIFGRNLLTALGM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MTGLKRDKKKEYNETWYSTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MTLTEEVQWTEMAEAEYEEN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MTPAERLI', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MTPAERLINMITTEQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MTPAERLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MTPAERLVNMI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MTQTLLIQNA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MTYKLAIDM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MTYKLAIDMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MTYKLAIDMSHFIKEKGGLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MVAWWAGIEHTFGVPYNPQS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MVNETSSCI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MWKNGPCYGQMPRQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MWTNCRGEFLYCKMN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MWTNCRGEFLYCKMNWFLNW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MYNPTNIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MYNPTNILD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MYNPTNILDV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MYNPTNILDVKQGPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MYRQQNPIPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MYYGWLWKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('MYYGWLWKLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NAEPGKRYIYKVLPQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NAEPGKRYIYKVLPQGWKGS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NANPDCKLVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NASLTPKW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NASLTPKWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NASLTPKWNN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NASLTPKWNNE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NASLTPKWNNETWQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NATIPLFCA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NATIPLFCATK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NATIPLFCATKNRDT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NAWVKLIEEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NAWVKLIEEKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NCGKEGHSAR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NCVGDHQA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NCVGDHQAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NCVGDHQAAM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NCVGDHQAAMQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NCVGDHQAAMQIIRDIINEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NDIQKLVGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NDIQKLVGVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NDRPKQAW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NDRPKQAWCW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NDRPKQAWCWF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NDTNYSGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NDTNYSGFM', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NEEAADWDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NEEAADWDLQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NELDRFGL', 'Mamu-B*01?'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NELDRFGLAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NERSSCISE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NERSSCISEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NERSSCISEAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NESRCYMNHCNTSVIQESCD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NETWQEWERKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NETWYSADL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NETWYSADLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NFPGLAKVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NFPMAQVHG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NFPMAQVHQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NFPMAQVHQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NFRVYYREGRDQLWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NGANFASQEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NGDYSEVAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NGDYSEVALNVTESF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NGDYSEVALNVTESFDAWNN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NGKKKYMLKH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NGVRLLAHV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHCNTSVI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHCNTSVIQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHCNTSVIQESCDKH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHEREEELR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHHLKNQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHHLKNQID', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHHLKNQIDRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHIYNRHGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHIYNRHGDT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHIYNRHGDTL', 'Mamu-A07'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHIYNRHGDTLEGAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHLPRELI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHLPRELIF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHLPRELIFQV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NHSRIGQPGGGNPLSTIPPS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NIDWIDGNQTNITMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NIFGRNLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NIFGRNLLT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NIFGRNLLTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NIFGRNLLTAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NIIVDSQYVMGIITC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NIIVDSQYVMGIITG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NILDVKQGPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NITMSAEVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NITMSAEVAEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NIYRRWIQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NIYRRWIQLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NIYRRWIQLGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NIYRRWIQLGLQKCV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NIYRRWIQLGLQKCVRMYNP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NKEGCQKILS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NKEGCQKILSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NKEGCQKILSVLAPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NKPISNRTR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NKPISNRTRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NKWRMLIDF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NKWRMLIDFRELNRV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NKYYNLTMKCRRPGNKTVLP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NLAIESIPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NLGEEILSQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NLGEEILSQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NLGEEILSQLY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NLKSLYNTVC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NLLTALGMSLNFPIA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NLTAPGGGDPEVTFM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NLVKDPIEGEETYYTDGSCN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NMADKKETR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NMDDIDEED', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NMDDIDEEDDDLVGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NMITTEQEIQF', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NMITTEQEIQFQQSK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NMTGLKRDKKKEYNETWYSA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NMYELQKLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NMYELQKLNSWDVFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NNETWQEWERKVDFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NNTDKINLTAPGGGDPEVTF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPAEEREKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPDCKLVLKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPIPVFNI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPIPVGNI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPIPVGNIYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPQSQGVVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPTLEEMLT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPTLEEMLTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPTLEEMLTACQGVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPTLEEMLTACQGVGGPGQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPTNILDVKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPTWKQWRRDNRRGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPYNTPTF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPYPTGPGT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NPYPTGPGTANQRRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQGQYMNTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQGQYMNTPW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQGQYMNTPWRNPAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQGQYMNTPWRNPAEEKEKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQIDRIREQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQLLIAIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQLLIAILL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQLLIAILLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQMLNCVGDH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQMLNCVGDHQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQQAELEAF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQQAELEAFLMALTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQRRQRKRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQTNITMSA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NQTNITMSAEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRDTWGTTQCL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NREAVNHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NREAVNHLPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NREAVNHLPRELIFQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRHGDTLEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRHGDTLEGA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRHGDTLEGAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRHGDTLEGAGELIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRRGLRMAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRTIISLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRTRHCQPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRTRHCQPEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRTRHCQPEKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRTVEEIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRTVEEINR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRTYIYWHG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRVTQDFTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRVTQDFTEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NRVTQDFTEVQLGIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSGEETIGEAF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSIETIVLMAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSKFKNFRV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSKFKNFRVYY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSLESSNER', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSLESSNERS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSLESSNERSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSRGDKQRGGKPPTK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSRGDKQRGSKPPTK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSSWPWQIEY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSTVTSLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSTVTSLIANI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSVETIVLMAVHCMN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSVLSGKKAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSVLSGKKADELEKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NSWDVFGNWFDLASW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTCYCKKCC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTCYCKKCCY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTDKINLT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTDKINLTAPAGGDPEVTFM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTPEALCDP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTPEALCDPTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTPTFAIKKKDKNKW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTPTFAIKKKDKNKWRMLID', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTPWRNPAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTPWRNPAEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTSSASNKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTSSASNKPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTSVIQESCDKHYWDTIRFR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTVCVIWCIH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NTWHKVGKNVY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NVKELVFKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NVKELVFKFGLPRIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NVKELVFKFGLPRIVARQIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NVSDEAQED', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NVSDEAQEDEEHYLM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NVSDEAQEDERHYLMQPAQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NVTESFDAWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NWAAQIYPGIKTKHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NWFLNWVEDRNTANQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NWMTQTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NWMTQTLLIQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NWVEDRNTANQKPKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NYADILLHS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NYMQLGKQQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NYPVQQIGGN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NYVHLPLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NYVHLPLSP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('NYVHLPLSPR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAEEKEKLAYRKQNM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAEEREKLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAEEREKLAYRKQNM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAGLAKRKRITVLDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAGLAKRKRITVLDIGDAYF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAIFQYTMRHVLEPF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAIFQYTMRHVLEPFRKANP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PALPTREGKERDGGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PALPTREGKERDGGEGGGNS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAPQQGQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAPQQGQLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAPQQGQLRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAPQQGQLREPSGSD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAPQQGQLREPSGSDIAGTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAQTSQWDD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAQTSQWDDPWGEVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAVDLLKNYM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAVDLLKNYMQLGKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PAWRNATIPLFCATK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PCHIRQIINTWHKVGKNVYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDCKLVLKGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDCKLVLKGLGVNPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDNGDYSEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDNGDYSEVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDNGDYSEVAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDPPTDTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDPPTDTPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDPPTDTPLDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDPPTDTPLDLAIQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDPPTNTPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDPPTNTPEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDPPTNTPEAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDPPTNTPEALCDPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDRQAGFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDRQAGFLGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDVTLVQY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDVTLVQYM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDWQDYTSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDWQDYTSGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDWQDYTSGPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PDWQDYTSGPGIRYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEALCDPTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEDPAVDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEDPAVDLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEDPAVDLLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEEFGSKSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEEFGSKSGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEEKFQKDPPF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEEKFQKDPPFQWMG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEEKFQKDPPFQWMGYELWP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEKAKKETV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEKAKKETVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEKAKKETVEKAVATAPGLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEKGWLSTYA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEKGWLSTYAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEKGWLSTYAVRITW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PENEGPQREPW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PERGWLSTYAVRITW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PERLERWHSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PERLERWHSLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PESANLGEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PESANLGEEI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PESANLGEEIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PEWDFISTPPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PFAAAQQRGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PFQSYVDRFY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PFQSYVDRFYKSLRA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGELLWKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGELLWKGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGELLWKGEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGELLWKGEGAVILK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGELLWKGEGAVILKVGTDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGFQALSEGC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGFQALSEGCT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGGGDPEVTFMWTNC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGGGDPEVTFMWTNCRGEFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGGLDKGLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGIRYPKTF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGIRYPKTFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGIRYPKTFGW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGKDGPKLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGKDGPKLKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGNKTVLPVTI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGNSGEETI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGQKARLMAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGQKARLMAEALKEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGTANQRRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PGTANQRRQRRRRWRRRWQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PHFKVGWAWW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PHFKVGWAWWT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PHPLISSRPISNRTR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PHYTPKIVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PHYTPKIVGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PHYTPKIVGGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PHYTPKIVGGIGGFI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PIAKVEPVKVALKPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PIGLAPTDV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PIKCWNCGKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PIPFAAAQQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PIPVGNIYRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PISNRTRHC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PISNRTRHCQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKCSKVVVSSCTRMM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKEPFQSYVD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKEQHKRNYVPCHIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKEQHKRNYVPCHIRQIINT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKFHLPVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKFHLPVEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKIVGGIGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKIVGGIGGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKIVGGIGGFI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKIVGGIGGFINTKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKKAKANTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKKAKANTSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKKTGMLEMWKNGPC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKLKQWPLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKQAWCWFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKTFGWLWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKTFGWLWKLVPVNVSDEAQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKTSRPTAPS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PKVPLRTMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLDLAIQQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLDLAIQQLQNLAIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLEACYNTC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLEACYNTCY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLEACYNTCYC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLFCATKNR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLFCATKNRDT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLFCATKNRDTWGTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLFCATKNRDTWGTTQCLPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLQEGSHLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLREQENSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLREQENSLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLRTMSYKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLSKEKIVAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLSKEKIVALREICE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLSPRTLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLSPRTLNA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLSPRTLNAW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLVPTGSENL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PLVRLVFNL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PMAQVHQGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PMAQVHQGLM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PNASLTPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PNASLTPKW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PNASLTPKWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PNASLTPKWNN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PNGKKKYMLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PNYADILLH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PNYADILLHS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPEDPAVDLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPEDPAVDLLKNYMQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPEDPAVDLLKNYMQLGKQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPENEGPQREPWDEW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPFQWMGYEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPFQWMGYELWPTKW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPGNSGEETIGEAFE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPGYALLRCNDTNYSGFMPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPPPPPGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPPPPPGLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPPPPPPGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPREGDLTCNSTVTSLIANI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPTDTPLDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PPTNTPEAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PQETGRQTALFLLKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PQFPHGSSASG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PQFPHGSSASGADAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PQFSLWRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PQPAPQQGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PQPAPQQGQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PQQGQLREPS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PQREPWDEWVVEVLEELKEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PQRETWTVNDIQKLVGVLNW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRAHKYQV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRAHKYQVPSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PREGDLTCNSTVTSLIANID', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRELIFQV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRELIFQVW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRELIFQVWQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRELIFQVWQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRELIFQVWQRSWEY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRELIFQVWQRSWEYWHDEQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRGPSCGSA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRIVARQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRIVARQIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRKPIKCW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRKPIKCWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRKPIKCWNC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRLLTALGNHI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRLLTALGNHIYNRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRNFPMAQV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRNFPMAQVH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRQTGGFF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRRHRILDIYL', 'Mamu-B08 variant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRRHRILDTYL', 'Mamu-B08 variant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRRIRQGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRRIRQGLEL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRRKAKII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRRKAKIIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRRKAKIIKDY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRRQGCWKCG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRRQGCWKCGKMDHV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRTLNAWV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRTLNAWVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRTLNAWVKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRTLNAWVKLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRTLNAWVKLIEEKKFGAEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRYPKTFGW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PRYTGTNNTDKINLT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PSCGSAKELHAVGQA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PSGDLRQRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PSGEQRTSRLGSLPS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PSGSDIAGTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PSGSDIAGTTSSVDEQIQWM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PSSGRGGNYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PSVNNAEPGKRYIYK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PSYFQQTHI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PSYFQQTHIQQDPAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTAPPEDPAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTAPSSGRGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTDTPLDLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTDTPLDLAIQQLQN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTDVKRYTTGGTSRN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTEDSRSPQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTESESRLVNQIIEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTGPGTANQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTGSENLKSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTGSENLKSLY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTGSENLKSLYNTVC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTKGADFPGLAKVLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTKGANFPGLAKVLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTLAYTYEAY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTLAYTYEAYVRYPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTLEEMLTAC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTLLFPADPYPTGPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTNILDVKQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTNTPEALC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTNTPEALCDPTEDS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTNTPEALCDPTKGS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTNTPEALCDPTKGSRSPQD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTPESANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTPESANLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTSALHAFQRRMHPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTWRIPERLERWHSLIKYLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PTYTLIAYF', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PVGNIYRRW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PVGNIYRRWI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PVGNIYRRWIQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PVKVTLKPGKVGPKLKQWPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PVNVSDEAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PVPIPFAAAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PVQQIGGNYV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PVTIMSGLVFH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PVTIMSGLVFHSQPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PVTIMSGLVFHSQPINDRPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PWGEVLAWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PWGEVLAWKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PWGEVLAWKFDPTLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PWGKKPRN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PWGKKPRNFP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PWPNASLTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PWPNASLTPKWNNETWQEWE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PWRNPAEEKEKLAYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PWRNPAEER', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PWRNPAEEREKLAYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PWSMGKEAPQFPHGS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PYDINQMLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PYDINQMLNC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PYDINQMLNCV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PYKEVTEDLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PYKEVTEDLLHLNSLFGGDQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PYNPQSQGVVEAMNH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('PYPTGPGTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QAAMQIIRDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QAAMQIIRDII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QAAMQIIRDIINEEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QAAMQIIREIINEEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QAGFLGLGPW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QAGFLGLGPWGKKPRNFPMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QAIEDVWQLFETSIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QALSEGCTPY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QALSEGCTPYD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QANSVETIVLMAVHCMNFKR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QAWCWFGGKWKDAIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QAWCWFGGKWKDAIKEVKQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QCRAPRRQGC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QCRAPRRQGCWKCGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QCSLPHPLISSRPIS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QDFTEVQL', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QDFTEVQLGI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QDFTEVQLGIPHPAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QDNQWSYKI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QDNQWSYKIHQEDKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QDYTSGPGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QDYTSGPGIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QDYTSGPGIRY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QDYTSGPGIRYPKTF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEDEEHYL', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEDEEHYLM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEDEEHYLMHP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEDKILKVGKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEEHDKYHSNV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEGKPLEATV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEGKPLEATVI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEGSHLEVQGY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEIDHLVSQGI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEIDHLVSQGIRQVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEIQFQQSKNSKFKNFRVYY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEKNMYEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEKNMYELQ', 'Mamu-B*08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEKNMYELQKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEKNMYELQKLNSWDVFGNW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QELLRLTV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QELLRLTVW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QENSLESSN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QENSLESSNE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEQMISCKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEQMISCKFNM', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEQMISCKFNMTGLKRDKKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QESCDKHYW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QESCDKHYWDAIRFR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QETGRQTAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QETGRQTALF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QETGRQTALFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEVKMVAW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEVKMVAWW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEWERKVDF', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QEWERKVDFL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QFCFLKKGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QFCFLKKGLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QFSLWRRPVVTAHIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QGCWKCGKMD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QGGDRGFAAPQFSLW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QGIRQVLFLEKIEPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QGLMPTAPPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QGPKEPFQSY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QGQLREPSGS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QGQLREPSGSDIAGT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QGQYMNTP', 'Mamu-B04 (Evans)'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QGQYMNTPW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QGQYMNTPWR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QGVGGPGQKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QGVVEAMNHHLKNQIDRIRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QHPQPAPQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QHPQPAPQQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QHPQPAPQQGQLREP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QIEYIHFLIRQLIRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QIGGNYVHLP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QIIRDIINE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QIIRDIINEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QIIRDIINEEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QIIRDIINEEAADWD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QIIRDIINEEAADWDLQHPQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QIQWMYRQQN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QIVQRHLVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QIVQRHLVVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QIVQRHLVVET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QIYPGIKTKHLCRLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QKARLMAEAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QKCVRMYNPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QKCVRMYNPTN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QKILSVLAPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QKILSVLAPLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QKVCYVPHFKVGWAW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QKYNQGQYM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLGKQQREKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLGLQKCVRM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLIRLLTWL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLLALADRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLLALADRIYSFPDP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLLIAILLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLNAWGCAF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLNAWGCAFRQVCHT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLQNLAIES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLREPSGSDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLWKGPGEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLWKGQGEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLYRPLEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLYRPLEAC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLYRPLEACY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QLYRPLEACYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QMDCTHLEGKIIIVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QMLAKLRQGYRPVFSSPPSY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QMLNCVGDHQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QMLNCVGDHQA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QMPRQTGGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QMPRQTGGFF', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QNANPDCKLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QNANPDCKLVLKGLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QNLAIESIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QNLAIESIPDPPTNT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QNMDDIDEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QNMDDIDEEDDDLVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QNPIPVFN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QNPIPVGN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QNPIPVGNI', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QNPIPVGNIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QPAPQQGQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QPAPQQGQLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QPEKAKKET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QPEKAKKETV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QPEKAKKETVEKAVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QPINDRPKQAWCWFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQAELEAFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQEKNMYEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQEKNMYELQKLNSW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQEKNMYELQKLNSWDVFGN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQELLRLTV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQGQLREPSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQIGGNYV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQIGGNYVHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQLLALADR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQLLALADRIYSFPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQLQNLAIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQNPIPVGNI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQNPIPVGNIYRRWI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQQLLDVVKRQQELL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQREKQRESR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQRGPRKPIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQTHIQQDPAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QQTHIQQDPALPTRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRALFMHF', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRALFMHFR', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QREKQRESRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QREPWDEWV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QREPWDEWVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRESREKPYK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRETWTVNDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRGPRKPI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRGPRKPIKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRGSKPPTKGADFPGLAKVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRHLVVETGT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRHLVVETGTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRHLVVETGTTETMP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRIREVLRTEL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRKRRWRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRKRRWRRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRKRRWRRRW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRKRRWRRRWQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRLLRARGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRLSATLQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRLSATLQRI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRLSATLQRIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRNSIKGITCHVILD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRRMHPLQNRPTWGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRRQRKRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRRQRKRRW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRRQRKRRWR', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QRRQRKRRWRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSKELLNSIGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSKNSKFKNFRVYYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSLGGLGKGLSSRSC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSLGGLGKGLSSRSCEGQKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSPGGLDKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSPGGLDKGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSPGGLDKGLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSPGGLDKGLSSLSC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSPKKTGMLEM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSQGVVEAMNHHLKN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSRKRRRTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSRKRRRTPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSRTLLAGIVQQQQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QSYVDRFYKS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTALFLLKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTDAAVKNWM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTDAAVKNWMTQTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTGGFFRPWSM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTINPYPTG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTIVKHPRY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTLLIQNANP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTNITMSAEVAELYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTRVTAIEKY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTSKWDDPW', 'Mamu-B17'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTSQWDDPW', 'Mamu-B17'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTSQWDDPWG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QTTDPYPQGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QVHQGLMPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QVHQGLMPTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QVHQGLMPTAPPEDPAVDLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QVHQGLTPTAPPEDPAVDLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QVLFLEKIEPAQEEH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QVLFLEKIEPAQEEHDKYHS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QVPKFHLP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QVPKFHLPV', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QVPKFHLPVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QVPKFHLPVEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QVPSLQYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QVPSLQYLA', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QWDDPWGEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QWDDPWGEVLAWKFD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QWMYRQQNPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QWPLSKEKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QWRRDNRRG', 'Mamu-?'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QWRRDNRRGL', 'Mamu-?'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QYGVYIVVGVILLRIVIYIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QYLALKVVSDVRSQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QYMNTPWRN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('QYTMRHVLEPFRKAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RAENRTYIYWH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RAENRTYIYWHGRDN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RAENRTYIYWHGRDNRTIIS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RAEQTDAAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RAEQTDAAVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RAIRGEQLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RAIRGEQLLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RAPRRQGCWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RARGETYG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RARGETYGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RARGETYGRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RARGETYGRLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RCNDTNYSGFMPKCSKVVVS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RCRRPGNKTVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RCYMNHCNTSVIQES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDETHLEVQGY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDGGEGGGNSSWPWQIEYIH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDIINEEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDIINEEAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDIINEEAAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDIINEEAADW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDKKKEYNETW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDKKKEYNETWYSAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDNRRGLR', 'Mamu-?'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDNRRGLRM', 'Mamu-?'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDNRRGLRMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDNRRGLRMAKQNSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDNRTIISL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDNRTIISLNKYYNL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDQLWKGPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDQLWKGPGEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDTWGTTQCL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDTWGTTQCLPDNGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RDWLLRIYQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REALQGGDRGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REALQGGDRGFAAPQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REAVNHLPRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REAVNHLPREL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REEELRKRL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REEELRKRLRL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REGDLTCNSTV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REGDLTCNSTVTSLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REGRDQLW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REGRDQLWKGPGELLWKGEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REKLAYRKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REKLAYRKQNM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REKLAYRKQNMDDID', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REKPYKEVTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REKQRESREK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REKQRESREKPYKEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REKQRESREKPYKEVTEDLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RELIFQVW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RELNRVTQDF', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REPSGSDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REPSGSDIAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REPSGSDIAGTTSSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REPWDEWVV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REPWDEWVVEV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REPWDEWVVEVLEEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REQANSVETI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REQANSVETIV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REQANSVETIVLMAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REQENSLES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REQENSLESS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RERIPPGNSGEETIG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RERPYKEVTED', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RESREKPYKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RESREKPYKEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RESREKPYKEVTEDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RESREKPYKEVTEDLLHLNS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RETWTVNDI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RETWTVNDIQKLVGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REVIRIGIAY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REVLKGPGAAECLGM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REVLRTEL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REVLRTELTYL', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('REVLRTELTYLQYGW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RFAMCPILRSDGHGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RFGLAESLLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RFRYCAPPGY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RFRYCAPPGYALLRC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RFYKSLRAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RFYKSLRAEQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGDNRRGL', 'Mamu-B08 variant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGEFLYCKM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGETYGRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGETYGRLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGFAAPQF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGFAAPQFSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGFAAPQFSLWRRPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGFAAPQFSLWRRPVVTAHI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGGCIHSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGGCIHSRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGGIGDMTPAERLINMITTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGGNYPVQQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGGNYPVQQIGGNYVHLPLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGGRWILAI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGLLNMADK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGLLNMADKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGLRMAKQNSRGDKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGPRKPIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGPRKPIKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGPRKPIKCW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGPRKPIKCWNCGKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGPSCGSAKELHAVGQAAER', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGTLCKAM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGVFVLGFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGVFVLGFLGFLATA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RGVFVLGFLGFLATAGSAMG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHCQPEKAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHCQPEKAKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHGDTLEGA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHGDTLEGAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHLVVETGTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHLVVETGTTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHRILDIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHRILDIYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHRILDIYLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHRILDIYLEKEEGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHRILDMYLEKEEGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHVLEPFRKANPDVT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RHYLMQPAQTSKWDDPWGEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RIGQPGGGNPLSAIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RILDIYLEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RILDIYLEKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RILQRALF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RILQRALFI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RILQRALFM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RIPERLERW', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RIREQANSVETIELM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RIREVLRTELTYLQY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RIREVLRTELTYLQYGWSYF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RIRQGLELTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RITVLDIGDAYFSIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RIVARQIVD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RIVARQIVDTCDKCH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RIVIYIVQML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RIVIYIVQMLAKLRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RIYSFPDPP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RIYSFPDPPTDTPLD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKAIRGEQL', 'Mamu-B08 mutant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKDNRRGLR', 'Mamu-?'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKPIKCWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKPIKCWNCG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKQNMDDID', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKRITVLD', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKRITVLDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKRLRLIHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKRLRLIHLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKRLRLIHLLHQTIDSYPTG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKRLRLIHLLHQTNP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKRRRTPKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKRRRTPKKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKRRWRRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKRRWRRRW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKRRWRRRWQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RKVDFLEENITALLEEAQIQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLELGDYKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLELGDYKLVEITPIGLAPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLIHLLHQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLIHLLHQTI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLINMITTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLIRGKMTL', 'Mamu-B*08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLIRGKMTLT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLIRGKMTLTEEVQW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLLAHVIQKIGKEAI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLLGEVEDG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLLRARGET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLLRARGETY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLLTALGNYIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLMAEALK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLMAEALKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLMAEALKEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLRLIHLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLRLIHLLH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLRLIHLLHQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLRLIHLLHQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLRLIHLLHQTI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLRLIHLLHQTIDSY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLRLIHLLHQTNPY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLRLIHLLHQTNPYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLRPNGKKKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLRPNGKKKYM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLTARGLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLTARGLIKM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLTARGLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLTARGLLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLTARGLLNM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RLVNQIIEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RMLIDFREL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RMMETQTSTWFGFNG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RMYNPTNI', 'Mamu-B*48'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RMYNPTNIL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RMYNPTNILD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RMYNPTNILDV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNADGLSR', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNAGTTTTTTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNATIPLF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNATIPLFCAT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNFPMAQVH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNFPMAQVHQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNFPMAQVHQGLMPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNKRGVFVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNKRGVFVLGFLGFLATAGS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNPAEEKEKLAYRKQNMDDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNPAEEREK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNPAEEREKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNRDTWGTTQC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RNSVLSGKKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPGNKTVLPVT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPGNKTVLPVTIMSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPGPPPPPP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPKQAWCWF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPKQAWCWFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPKVPLRTM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPKVPLRTMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPLEACYNT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPLEACYNTC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPLEACYNTCY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPLEACYNTCYCKKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPNGKKKYML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPSGDLRQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPSGDLRQRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPTAPSSGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPTAPSSGRG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPVFSSPPSYFQQTHTQQDP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RPVVTAHIEGQPVEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQAGFLGL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQAGFLGLGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQCRAPRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQCRAPRRQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQGCWKCGKM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQGCWKCGKMDHVMAKCPDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQGLELTL', 'Mamu-B*08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQGLELTLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQIINTWHKV', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQIVDTCDKCHQKGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQKLLRARGETYGRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQLIRLLTWL', 'Mamu-B*08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQLIRLLTWLF', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQQELLRL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQQELLRLTV', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQQNPIPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQQNPIPVGN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQQNPIPVGNI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQRKRRWR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQRKRRWRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQRKRRWRRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQRKRRWRRRWQQLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQRLLRARG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQRLLRARGETYGRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQRWQQILALA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQTALFLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQTALFLLK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQTALFLLKL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQTALFLLKLA', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQTGGFFR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQTGGFFRPWSMGKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQVCHTTVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQVLFLEK', 'Mamu-B*08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQVLFLEKI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQYTAFTL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQYTAFTLP', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQYTAFTLPS', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQYTAFTLPSV', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RQYTAFTLPSVNNAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRAIRGEQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRAIRGEQL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRAIRGEQLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRAIRGEQLLS', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRDNRRGL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRDNRRGLR', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRDNRRGLRM', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRDNRRGLRMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRGGNLRERL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRGGNLRERLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRGGRWIL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRGGRWILA', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRGGRWILAI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRGGRWILAIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRGGRWILAIPRRIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRGLRMAK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRGLRMAKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRGLRMAKQN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRHRILDI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRHRILDIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRHRILDIYL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRHRILDIYLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRHRILDIYLEKEEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRIRQGLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRIRQGLEL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRIRQGLELT', 'Mamu-B*08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRIRQGLELTL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRKAKIIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRKAKIIKD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRKAKIIKDY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRKAKIIKDYG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRKAKIIKDYGGGKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('rrkltargll', 'Mamu-B08 10-mer mutant #3'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRLTARGL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRLTARGLIKM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRLTARGLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRLTARGLLN', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRLTARGLLNM', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRPGNKTV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRPGNKTVL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRPGNKTVLPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRPGNKTVLPVTIMSGLVFH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRPVVTAHI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRPVVTAHIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRPVVTAHIEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRPVVTAYI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRQGCWKC', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRQGCWKCG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRQGCWKCGK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRQGCWKCGKM', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRQRKRRW', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRQRKRRWR', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRQRKRRWRR', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRQRKRRWRRR', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRQRRRRWRRRWQQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRLTARG', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRLTARGL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRLTARGLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRLTARGLLN', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRLTARGLLNMADK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRRRRRWRQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRRRRWRQRW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRRRWRQRWQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRTPKKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRTPKKAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRTPKKAKA', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRTPKKAKAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRWQQILA', 'Mamu-B08 mutant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRWQQLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRWQQLLA', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRWQQLLAL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRWQQLLALA', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRWQQLLALADRIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRWRRRWQQLLALA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRRWRRRWQQLLALADRIYS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRSRPSGDL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRSRPSGDLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRTIKCWNCGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRTPKKAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRTPKKAKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRTPKKAKAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRVIRGEQL', 'Mamu-B08 mutant'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWIQLGL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWIQLGLQ', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWIQLGLQK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWIQLGLQKC', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWQQLLA', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWQQLLAL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWQQLLALA', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWQQLLALAD', 'Mamu-B*08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWQQLLALADRIYS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWRRRWQ', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWRRRWQQ', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWRRRWQQL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWRRRWQQLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RRWRRRWQQLLALAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSCEGQKYNQGQYMN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSGCAHSRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSGCAHSRIGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSGTPTFLM', 'Mamu-A01;Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSGTPTFLMY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSKDGCMV', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSKPAGDLRQKLLRA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSLRMAKQNSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSQGENPTWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSRKIPSR', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSRKIPSRL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSRPSGDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSRPSGDLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSRPSGDLRQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSRPSGDLRQRLLRA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSRSGTPTF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSRSGTPTFL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSRSGTPTFLM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSSARISGTV', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSSCISEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSSCISEAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSSCISEADA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSSCISEADAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSSNQYSRG', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSWEYWHDEQGMSQSYVKYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSWPWQIEY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSWPWQIEYI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RSWPWQIEYIH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTACRSITGY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTDLEHDRV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTDLEHDRVVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTDLEHDRVVLQSKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTELTYLQY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTELTYLQYGWSYFH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTGNRGCM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTIISLNKY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTIISLNKYY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTIISLNKYYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTKKDVKKY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTLLAGIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTLLAGIVQQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTLLSRVY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTLLSRVYQIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTLNAWVKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTLNAWVKLI', 'Mamu-3492'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTLNAWVKLIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTLNAWVKLVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTMSYKLAI', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTMSYKLAIDM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTMSYKLAIDMSHFI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTPKKAKAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTPKKAKANT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTPKKTKANP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTPKKTKANPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTRDTISTI', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTRHCQPEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTRHCQPEKA', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTRHCQPEKAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTSRLGSL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTSRLGSLP', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTTAVLLQV', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTVEEINREAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTVSIGIGRL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTYIYWHGKS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTYIYWHGRDN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTYIYWHGRDNRTII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RTYQILQPVLQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RVRTISGLIKF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RVTAIEKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RVTAIEKYLKDQAQLNAWGC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RVVLQSKEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RVYQILQPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RVYQILQPIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RVYQILQPILQRLSA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWHSLIKYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWHSLIKYLKYKTKD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWHSLIKYLKYKTKDLQKVC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWIAVPTWRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWILAIPRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWILAIPRRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWILAIPRRIRQGLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWILAIPRRIRQGLELTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWIQLGLQKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWIQLGLQKCVRMYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWQQLLALA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWRRRWQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWRRRWQQL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWRRRWQQLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RWRRRWQQLLA', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RYCAPPGYALLRCNDTNYSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RYIQYGVLI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RYIYKVLPQGWKGSP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RYPEEFGSK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RYPEEFGSKS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RYPEELEASQACQRKRLEEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RYPKTFGWL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RYPKTFGWLWKLVPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('RYPMYYGWL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SADLVCEQGNNTGNE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SAIPPSRSM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SAIPPSRSML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SAKELHAVGQAAERK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SAMGAASLTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SAMGAASLTLTAQSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SAMGAASLTLTAQSRTLLAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SANLGEEIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SANLGEEILS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SANLGEEILSQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SAPESANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SARQCRAPRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SARRHRILDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SARRHRILDIYL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SARRHRILDIYLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SASNKPISN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SASNKPISNR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SCCKFPRAHRYQVPS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SCCRFPRAHKYQVPS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SCEGQKYNQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SCISEADAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SCISEADAST', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SCISEADASTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SCRDWLLRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SCTRMMETQTSTWFGFNGTR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SDEAQEDEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SDEAQEDEEHY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SDIAGTTSSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SDLGTWQM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SDRTDLEHDRV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SDVRSQGENPTWKQW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEADASTPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEADASTPES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEADASTPESA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEEEVRRRL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEGCTPYDI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEGCTPYDIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEGCTPYDINQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEIYVAWV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SELAVNITEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SENLKSLYNT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SENLKSLYNTV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SESRLVNQI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SESRLVNQII', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SETDRWGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEVALNVTE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEVALNVTES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEVALNVTESF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEVALNVTESFD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEVALNVTESFDA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEVALNVTESFDAW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SEVALNVTESFDAWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SFPDPPTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SFPDPPTDT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SFPDPPTDTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SFVFLKKAWGYVMSN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGDLRQRLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGDLRQRLLRARGET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGEETIGEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGEETIGEAFEWLNR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGFIEAEVI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGFMPKCSKVVVSSC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGKKADELEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGKKADELEKIRLRP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGLSEEEVR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGLSEEEVRRRLTAR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGLVFHSQPIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGPGIRYPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGPGIRYPKT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGPGIRYPKTF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGPGIRYPKTFGWLW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGPGIRYPKTFGWLWKLVPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGPGTRYPM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGPKANII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGPKANIIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGPKTNIV', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGRGGNYPVQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGRGGNYPVQQIGGN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SGSDIAGTTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SHFIKEKGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SHLEVQGYW', 'Mamu-B17'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SHLEVQGYWHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SHLEVQGYWHLTPEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SHLEVQGYWHLTPER', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SIKPCVKLSPLCITM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SIPDPPTNT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SIPDPPTNTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SIPLDEEFRQYTAFT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SIPLDEEFRQYTAFTLPSVN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SKEGKAGYITDRGKD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SKEKIVALREICEKMEKDGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SKELLNSIGFSTPEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SKFKNFRVYYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SKFKNFRVYYREGRD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SKFKNFRVYYREGRDQLWKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SKNFWTDVTPNYADI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SKSGLSEEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SKWDDPWGEVLAWKFDPTLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLESSNERS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLESSNERSS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLESSNERSSC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLESSNERSSCILEADATTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLESSNERSSCISEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLIAEIDWI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLIANIDWI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLIANIDWIDGNQTN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLLENKEGCQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLLENKEGCQKILSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLNFPIAKVEPVKVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLNLPIAKVEPVKVTLKPGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLRAEQTDA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLRAEQTDAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLSCEGQKY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLTLTAQSRTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLTPKWNN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLTPKWNNE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLWRRPVVTAHIEGQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLYNTVCVI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLYNTVCVIW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SLYNTVCVIWCIHAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SMGKEAPQF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SMRRSRPSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SNCRTLLSRVYQILQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SNERSSCIS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SNERSSCISE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SNERSSCISEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SNHEREEEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SNKP-ISNRTRHCQPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SNKPISNRT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SNKPISNRTR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SNNRLIPNRTRHCQP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SNRTRHCQP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SNRTRHCQPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SNVKELVF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SPAIFQYTM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SPGGLDKGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SPLCITMRCNKSETD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SPPAYVQQIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SPPSYFQQT', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SPPSYFQQTHI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SPPSYFQTHT', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SPRGPSCGSAKELHA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SPRTLNAWV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SPRTLNAWVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQGENPTWKQWRRDN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQGENPTWKQWRRDNRRGLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQGIRQVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQGIRQVLF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQGIRQVLFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQLYRPLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQLYRPLEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQLYRPLEAC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQLYRPLEACY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQLYRPLEACYNTCY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQLYRPLEACYNTCYCKKCC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQPINDRPKQAWCWFGGKWK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQSPGGLDK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQWDDPWGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQWDDPWGEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SQWDDPWGEVLAWKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SREKPYKEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SREKPYKEVT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRGDKQRGGK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRKRRRTPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRKRRRTPKK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRKRRRTPKKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRLVNQII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRLVNQIIEEM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRNFWTDVTPDYADI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRNKRGVF', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRNKRGVFV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRNKRGVFVL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRNKRGVFVLGFLGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRNKRGVFVLGFLGFLATAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRPSGDLRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRPTAPSSGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRTLLAGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRTLLAGIV', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRVYQILQP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRVYQILQPI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRVYQILQPIL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SRVYQILQPILQRLSATLQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSASNKPIS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSASNKPISN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSCIAQDNCTGLEQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSCISEADA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSCISEADAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSCISEADAST', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSCTRMMETQTSTWF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSCTRMMETQTSTWFGFNGT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSGRGGNYPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSLQAAPTY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSLSCEGQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSNERSSCI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSNERSSCIS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSNERSSCISE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSPPAYVQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSPPAYVQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSPPAYVQQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSPPAYVQQIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSPPSYFQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSPPSYFQQT', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSPPSYFQT', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSRSCEGQKYNQGQYMNTPW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSVDEQIQWM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSVDEQIQWMY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSVDEQIQWMYRQQN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSVDEQIQWMYRQQNPIPVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SSWPWQIEY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STHAVRITWY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STLESANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPEPANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPEPLNDV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPEPLNDVAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPESAKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPESANL', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPESANLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPESANLGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPESANLGEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPESVNL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPGSANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPKSANL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPLGYHTI', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPPLVRL', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPPLVRLV', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPPLVRLVF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPPLVRLVFNLVKD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STPPLVRLVFNLVKDPIEGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STSRIGSIS', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STTASAKVDM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STVDEQIQWM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STVTSLIANIDWIDG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STVTSLIANIDWIDGNQTNI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STWFGFNGTRAENRTYIYWH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STYAVRITW', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STYAVRITWY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STYFPCFTA', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STYFPCFTAGEVRRA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STYFPCFTAGEVRRAIRGEQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('STYQLRRMY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SVDEQIQWMY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SVLAPLVPTG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SVLFPTLLF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SVLFPTLLFPADPYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SVLSGKKADE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SVRPKVPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SVRPKVPLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SVRPKVPLRAMTYKLAIDMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SVRPKVPLRT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SVRPKVPLRTMSYKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SVYGIYCTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SWPWQIEYI', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SWPWQIEYIHFLIRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SWPWQIEYIHFLIRQLIRLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SYFHEAVQA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SYKLAIDMSH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SYVDRFYKSL', 'Mamu-B*01?'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SYVKYRYLCL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SYVKYRYLCLIQKAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('SYVKYRYLCLIQKALFMHCK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TACQGVGGPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TACQGVGGPGQKARL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TAHIEGQPVEVLLDT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TALGNHIYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TALGNHIYNR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TALGNHIYNRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TALGNHIYNRHGDTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TALGNHIYNRHGDTLEGAGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TALLEEAQI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TALLEEAQIQQEKNMYELQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TANQRRQRK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TANQRRQRKRRWRRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TANQRRQRRRRWRRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TAPPEDPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TAPPEDPAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TAPPEDPAVD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TAPSSGRGGN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TAPSSGRGGNYPVQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TAQSRTLLAGIVQQQQQLLD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TARGLLNMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TARGLLNMAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TARGLLNMADKKETR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TASAKVDMVNETSSC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TCSRVIFPLQEGSHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TCYCKKCCY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TCYCKKCCYH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TCYCKKCCYHCQFCF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDAAVKNW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDAAVKNWM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDAAVKNWMT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDGSCNKQSKEGKAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDIKVVPRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDIKVVPRRK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDIKVVPRRKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDKINLTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDKINLTAPGGGDPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDLEHDRV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDLEHDRVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDLEHDRVVL', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDNGANFA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDRGKDKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDRGKDKVKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDRGKDKVKVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDRWGLTKSI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDSGPKANI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDSGPKANII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDSGPKANIIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDTPLDLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDTPLDLAI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDTPLDLAIQQLQNL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDVTPNYA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDVTPNYAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDVTPNYADI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDVTPNYADIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDYWQVTW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TDYWQVTWI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TEDLLHLNSL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TEDLLHLNSLF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TEDSRSPQD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TEEAKQIVQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TEEAKQIVQRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TEEAKQIVQRHLVVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TEEVQWTEM', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TELTYLQYGW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TEQAIEDVW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TEQAIEDVWQL', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TEQEIQFQQSKNSKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TESESRLVNQI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TESFDAWNNTV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TETLAGAW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TETLAGAWG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TETLAGAWGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TETLAGAWGDL', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TETLAGAWGDLWETLRRGGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TETMPKTSRP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TETMPKTSRPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TFGVPYNPQSQGVVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TFGVPYNPQSQGVVEAMNHH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TFGWLWKLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TFGWLWKLVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TFGWLWKLVPVNVSD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TFMWTNCRGEFLYCK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGADDSIVTGIELGPHYTPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGGTSRNKRGVFVLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGIELGPHY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGIELGPHYT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGIELGPHYTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGLKRDKKKEYNETW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGPGTANQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGPGTANQRRQRKRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGPGTANQRRQRRRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGPPPPPPPGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGSENLKSLY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGTTETMPKT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TGTTETMPKTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('THIQQDPAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('THLEGKIIIVAVHVA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('THLEGKIIIVAVHVASGFIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('THTNGVRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('THTNGVRLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('THTNGVRLLAHVIQKIGKEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TIGEAFEW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TIGEAFEWL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TIGEAFEWLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TIGEAFEWLNRTVEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TIISLNKYYNLTMKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TINPYPTGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TIPLFCATK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TIPLFCATKNR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TIPPSRDM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TIPPSRDML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TIVLMAVHC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TIVLMAVHCMN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TIVLMAVHCMNFKRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TKDLQKVCYVPHFKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TKEYKNVEIEVLGKR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TKEYKNVKIEVLGKRIKGTI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TKHLCRLIRG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TKWKLQKIELPQRET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TKWKLQKIELPQRETWTVND', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLAGAWGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLAGAWGDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLAGAWGDLW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLAGAWGDLWE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLAYTYEAYARYPEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLAYTYEAYV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLAYTYEAYVRYPEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLCKAMQSPKKTGML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLEEMLTACQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLLIQNANPD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLLIQNANPDCKLVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLLIQNANPDCKLVLKGLGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLLSRVYQI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLLSRVYQILQPILQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLNAWVKLIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLNAWVKLIEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLNAWVKLIEEKKFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLPSVNNAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLQRIREVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLTAQSRTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TLTAQSRTLLAGIVQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TMKCRRPGNKT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TMPKTSRPTA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TMPKTSRPTAPSSGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TMRHVLEPF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TMSAEVAEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TMSAEVAELYRLELG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TMSAEVAELYRLELGDYKLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TMSYKLAID', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TMSYKLAIDM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TMSYKLAIDMSHFIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TNCRGEFLYCKMNWF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TNGVRLLAHVIQKIG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TNILDVKQGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TNILDVKQGPKEPFQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TNILDVKQGPKEPFQSYVDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TNPYNTPTFAIKKKD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TNTPEALCD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TNTPEALCDPTEDS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPDYADILLHSTYFP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPDYADILLHSTYFPCFTAG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPEALCDPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPESANLGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPESANLGEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPESANLGEEI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPESANLGEEILSQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPINIFGRNLLTALG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPKIVGGIG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPKIVGGIGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPKIVGGIGGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPKKAKANT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPKKAKANTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPKKAKANTSSASNK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPKKAKANTSSASNN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPKWNNETWQEWERK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPLDLAIQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPLREQENS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPLREQENSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPNYADILL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPNYADILLH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPNYADILLHS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPNYADILLHSTYFP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPPLVRLVFNLVKDPIEGEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPWRNPAEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPWRNPAEER', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPYDINQML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPYDINQMLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TPYDINQMLNC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TQDFTEVQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TQTLLIQNAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TQTSTWFGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TQTSTWFGFNGTRAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TRAENRTYI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TRAIRGEQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TREGKERDGGEGGGN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TRHCQPEKA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TRHCQPEKAK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TRHCQPEKAKKETVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TRMMETQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TRMMETQTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TRMMETQTST', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TRVTAIEKYL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TRVTAIEKYLKDQAQLNAWG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TRYPKMFGW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSGPGIRY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSGPGIRYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSGPGIRYPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSGPGIRYPKT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSGPGTRY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSIKPCVKLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSQWDDPWG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSQWDDPWGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSRPTAPSSG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSRPTAPSSGRGGNY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSRPTAPSSGRGGNYPVQQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSSASNKP-ISNRTRH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSSASNKPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSSASNKPIS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSSASNNRLIPNRTR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSSVDEQIQW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSSVDEQIQWM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSTTASAKVDM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSTWFGFN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSTWFGFNGTRAENRTYIYW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TSVIQESCDKHYWDA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTAATPSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTASTTST', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTASTTSTTASAKVD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTETMPKTSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTETMPKTSRP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTNQQAELEAF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTQCLPDNGDY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTSSVDEQIQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTSTTASAKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTSTTASAKVDMVNE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTTAATPSV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTTASTTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTTTTAAT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTTTTPVAKPIDIVSENSSC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTTTTTAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTTTTTTT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TTVPWPNASL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVCVIWCIHA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVCVIWCIHAEEKVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVCVIWCIHAEEKVKHTEEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVEEINREA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVEKAVATA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVEKAVATAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVEKAVATAPGLGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVLDIGDAYFSIPLDEEFRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVLPVTIMSGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVNDIQKLVGVLNWA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVPWPNAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVPWPNASL', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVPWPNETLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVTEQAIEDVWQLFE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVTEQAIEDVWQLFETSIKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVTSLIANIDWIDGNQTNIT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TVWGTKNLQTRVTAIEKYLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TWFGFNGTRAENRTY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TWGTTQCLPDNGDYS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TWGTTQCLPDNGDYSEVALN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TWIPEWDFI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TWLFSNCRTLLSRVY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TWLFSNCRTLLSRVYQILQP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TYEAYVRYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TYGRLLGEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TYLQYGWSYFHEAVQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('TYLQYGWSYFHEAVQAVWRS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VAELYRLEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VALNVTESFDAWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VATAPGLGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VCEQGNNTGNESRCY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VCVIWCIHAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDEQIQWM', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDEQIQWMY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDEQIQWMYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDFLEENI', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDFLEENIT', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDFLEENITA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDFLEENITAL', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDLLKNYM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDLLKNYMQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDMVNETSSCI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDRFYKSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDRFYKSLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDRFYKSLRA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDSQYVMGI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VDSQYVMGII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEAMNHHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEAMNHHLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEDGYSQSP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEDRNTANQKPKEQHKRNYV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEEINREAVN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEEINREAVNHLPRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEIEVLGKRI', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEITPIGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEKAVATAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEKAVATAPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEKAVATAPGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEKDVWEQW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEKDVWEQWW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEPVKVAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEPVKVALKPGKDGP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VETGTTETM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VETGTTETMP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VETGTTETMPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VETIVLMAV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VETIVLMAVHCMNFKRRGGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEVLEELKEEALKHF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEVLEELKEEALKHFDPRLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VEVLLDTGADDSIVT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VFGNWFDLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VFGNWFDLAS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VFGNWFDLASWIKYI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VFHSQPINDRPKQAW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VFNLVKDPIEGEETY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VFVLGFLGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGDHQAAM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGDHQAAMQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGDHQAAMQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGDHQAAMQII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGDHQAAMQIIRDII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGDHQAAMQIIREII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGGPGQKARL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGLFLGFLATAGSAM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGNIYRRW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGNIYRRWI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGNIYRRWIQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGNIYRRWIQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGPKLKQWPLSKEKIVALRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGVLNWAAQIYPGIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGVSVRPKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGVSVRPKVPLRAMT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGVSVRPKVPLRTMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VGWAWWTCS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VHCMNFKRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VHLPLSPRT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VHLPLSPRTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VHLPLSPRTLNAWVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VHQGLMPTAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VHVASGFI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VHVASGFIE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VHVASGFIEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VHVASGFIEAE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VIFPLQEGSHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VIFPLQEGSHLEVQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VIKSQDNQWSYKIHQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VILLRIVIYIVQMLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VILLRIVIYIVQMLAKLRQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VIPQETGRQTALFLLKLAGR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VIWCIHAEEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VIYIVQML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VIYIVQMLAKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKDPIEGEETYYTDG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKHPRYTGTNNTDKINLTAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKHTEEAKQI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKHTEEAKQIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKLIEEKKFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKLIEEKKFGA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKMVAWWAGIEHTFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKNWMTQTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKNWMTQTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKQGPKEPFQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKQTIVKHPRYTGTN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKRQQELLRLTVWGTKNLQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKRYTTGGTSRNKRGVFVLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VKVLEQTTNQQAELE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLAPLVPTGS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLAWKFDPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLAWKFDPTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLAWKFDPTLAYTYE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLDIGDAYF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLELWEGGTLCKAMQSPKKT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLELWERGTLCKAMQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLEPFRKANPDVTLVQYMDD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLEQTTNQQAELEAFLMALT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLGFLGFLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLGKRIKGTIMTGDTPINIF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLKGLGVNPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLMAVHCMN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLMAVHCMNFK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLNWAAQIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLPVTIMSGLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLSGKKADE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VLSGKKADEL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VMAKCPDRQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VMAKCPDRQA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VMGIITGCPTESESR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VNETSSCIAQDNCTG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VNHLPRELI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VNHLPRELIFQVWQR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VNPTLEEMLT', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VNQIIEEMIKKSEIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VNQIIEEMIKKSEIYVAWVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VNVSDEAQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPGFQALSE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPGFQALSEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPGFQALSEGC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPGFQALSEGCTPYDINQML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPHFKVGW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPHFKVGWA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPIPFAAAQQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPKFHLPV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPKFHLPVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPKFHLPVEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPKFHLPVEKD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPKFHLPVEKDVWEQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPLRAMTYKLAIDMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPLRTMSYK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPLRTMSYKLAIDMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPNFIGWDSAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPNFIGWDSAATATA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPSLQYLAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPSLQYLALKVVSDV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPTGSENLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPTGSENLKS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPVNVSDEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPVNVSDEAQEDEEH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPVNVSDEAQEDERH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPWPNASL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPWPNASLT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPWPNASLTPKWNNE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VPWPNASLTPKWNNETWQEW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQAVWRSAT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQAVWRSATE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQAVWRSATET', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQGYWHLTPEKGWLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQGYWHLTPERGWLS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQLGIPHPAGL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQMLAKLRQGYRPVFSSPPS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQQIGGNYVH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQQIGGNYVHLPLSP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQQQQQLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQQQQQLLDVVKRQQELLRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQRHLVVETG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQRHLVVETGT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQWTEMAEAEYEENK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQYMDDIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQYMDDILI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VQYMDDILIASDRTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRITWYSKNF', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRLLAHVI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRLLAHVIQKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRLVFNLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRLVFNLVK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRMYNPTN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRMYNPTNI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRMYNPTNIL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRNSVLSGKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRPKVPLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRPKVPLRAMTYKLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRPKVPLRT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRPKVPLRTM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRPKVPLRTMSYKLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRRAIRGEQL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRRAIRGEQLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRRRLTAR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRRRLTARG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRRRLTARGL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRRRLTARGLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRSQGENPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRYPEEFGS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VRYPEEFGSK', 'Mamu-B*08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSDEAQEDE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSDEAQEDEEH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSDEAQEDEEHYLMH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSDEAQEDERHYLMQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSQGIRQVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSQGIRQVLF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSQGIRQVLFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSSCTRMM', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSTPPLVRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSTPPLVRLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSTPPLVRLVF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSVRPKVP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSVRPKVPL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VSVRPKVPLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTAIEKYLKDQAQLN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTEDLLHLNS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTESFDAWN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTESFDAWNNTVTEQAIEDV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTGIELGPH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTGIELGPHY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTGIELGPHYT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTIMSGLVF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTIMSGLVFHSQPINDRPKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTPDYADI', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTPDYADILL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTPDYADTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTPDYADTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTPDYADTLLH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTPNYADI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTPNYADIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTPNYADILL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTPNYADILLH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTSLIAEI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTSLIANIDWI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTWIPDWDFVS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VTWIPEWDFISTPPLVRLVF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVEAMNHHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVEAMNHHLKNQIDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVETGTTETM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVETGTTETMP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVETGTTETMPKTSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVKRQQELL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVKRQQELLRLTVWG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVKRQQELLRLTVWGTKNLQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVLQSKELLNSIGFS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVPGFQAL', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVPGFQALS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVPGFQALSE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVPGFQALSEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVSDVRSQG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVSSCTRMM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVVSSCTRM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVWAANELDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VVWAANELDRF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VWAANELDRF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VWEQWWTDYW', 'Mamu-B17'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VWRSATETLAGAWGD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('VYGIYCTLYVTVFYG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WAANELDRF', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WAANELDRFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WAWWTCSRV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WAWWTCSRVIFPLQE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WCIHAEEKVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDAIRFRY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDAIRFRYCA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDAIRFRYCAPPGYA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDAIRFRYCAPPGYALLRCN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDDPWGEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDDPWGEVL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDDPWGEVLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDEWVVEV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDEWVVEVL', 'Mamu-A11;Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDFISTPPL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDFISTPPLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDFISTPPLVRLVFN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDLQHPQPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDLQHPQPAP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDVFGNWF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDVFGNWFDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WDVFGNWFDLA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WEQWWTDYW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WEQWWTDYWQV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WEQWWTDYWQVTWIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WEQWWTDYWQVTWIPEWDFI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WERGTLCKAM', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WERGTLCKAMQSPKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WERKVDFL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WETLRRGGRW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WETLRRGGRWILAIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WEYWHDEQGM', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WEYWHDEQGMSPSYV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WFDLASWIKYIQYGV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WFDLASWIKYIQYGVYIVVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WFGGKWKDAIKEVKQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WGCAFRQVCHTTVPW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WGDLWETLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WGDLWETLRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WGDLWETLRRGGRWI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WGEVLAWKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WGEVLAWKFD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WGKKPRNFPM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WGLTKSITTTASTTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WGLTKSITTTASTTSTTASA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WGLTKSSTTTTTTTTPVAKP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WHGRDNRTI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WHGRDNRTII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WHKVGKNVYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WHKVGKNVYLPPREG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WHKVGKNVYLPPREGDLTCN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WHLTPEKGWLSTYAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WHLTPERGWLSTYAV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WHSLIKYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WHSLIKYLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WIDGNQTNITMSAEVAELYR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WILAIPRRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WIPEWDFIS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WIPEWDFISTPPLVR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WIQLGLQKCV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKCGKMDHV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKCGKMDHVM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKCGKMDHVMA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKFDPTLAY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKFDPTLAYT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKFDPTLAYTYEAYV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKGPGELL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKGQGELLW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKGSPAIFQYTMRHV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKLVPVNVS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKLVPVNVSD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKQWRRDNR', 'Mamu-?'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WKRDNRRGL', 'Mamu-?'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WLFSNCRTL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WLFSNCRTLL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WLFSNCRTLLSRYYQILQPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WLNRTVEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WLNRTVEEIN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WLSTYAVRITWYSKN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WLSTYAVRITWYSRN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WLSTYAVRITWYSRNFWTDV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WLWKLVPVN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WLWKLVPVNV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WLWKLVPVNVSDEAQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WMGYELWPTKWKLQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WMTQTLLIQN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WMTQTLLIQNA', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WMTQTLLIQNANPDC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WMYRQQNP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WMYRQQNPIP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WMYRQQNPIPVGNIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WNCGKEGHSA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WNNETWQEWERKVDFLEENI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WPITHLHTDNGANFASQEVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WPNASLTPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WPWQIEYIHFLIRQLIRLLT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQDYTSGPG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQDYTSGPGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQDYTSGPGIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQEWERKVDFLEENI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQIEYIHF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQIEYIHFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQLFETSIKPCVKLSPLCIT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQLFETSIKPCVKLTPLCIT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQMDCTHL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQMDCTHLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQQLLALAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQQLLALADRI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQRSWEYWHDEQGMS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQVTWIPEWDF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WQVTWIPEWDFISTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRIPERLERWHSLIK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRMLIDFRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRMLIDFREL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRNATIPL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRNATIPLF', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRNPAEERE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRNPAEEREKL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRRDNRRG', 'Mamu-?'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRRDNRRGL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRRDNRRGLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRRDNRRGLRM', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRRDNRRGLRMAKQN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRRDNRRGLRMAKQNSRGDK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRRPVVTAHI', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRRPVVTAHIEGQPVEVLLD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRRRWQQL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRRRWQQLL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRRRWQQLLA', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRRRWQQLLAL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WRSATETL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WSMGKEAPQF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WSVRTLSAL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WSYKIHQEDKILKVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WSYKIHQEDKILKVGKFAKI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WSYKIHQEDKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTCSRVIF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTCSRVifPL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTDVTPDYADILLHS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTDVTPNY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTDVTPNYA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTDVTPNYAD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTDVTPNYADI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTDVTPNYADILLHS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTDYWQVTWIPEWDF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTEMAEAEY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTEMAEAEYEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTNCRGEF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTNCRGEFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTNCRGEFLSCKMNWFPNWV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WTNCRGEFLY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WVFSQRQVL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WVKLIEEKKF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WVKLIEEKKFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WVKLIEEKKFGAEVV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WWTCSRVIF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WWTCSRVIFPLQEGSHLEVQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('WYSRNFWTDVTPDYADILLH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YADILLHSTY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YADTLLHSTY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YAVRITWYSKNFWTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YAVRITWYSRNFWTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YCAPPGYAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YCAPPGYALL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YCAPPGYALLRCNDTNYSGF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YCKKCCYHC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YCKKCCYHCQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YCKMNWFLNWVEDRN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YCKMNWFLNWVEDRNTANQK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YCTLYVTVFY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YCTLYVTVFYGVPAW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YCTLYVTVFYGVPAWRNATI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YCTQYVTVFYGVPAWRNATI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YDINQMLNC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YDINQMLNCV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YDINQMLNCVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YEAYVRYPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YEAYVRYPEEF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YEENKIIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YELQKLNSW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YELQKLNSWDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YELQKLNSWDV', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YELWPTKW', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YELWPTKWKL', 'Mamu-A11'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YEQSRKRRR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YEQSRKRRRT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YFHEAVQAVW', 'Mamu-B17'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YFHEAVQAVWRSATE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YFPCFTAGEVRRAIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YFQQTHIQQDPALPTREGKE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YGRLLGEVE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YGVYIVVGVILLRIV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YGVYIVVGVILLRIVIYIVQML', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YGWSYFHEAVQAVWR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YHCQFCFL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YHCQFCFLK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YHCQFCFLKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YHCQFCFLKKGLGIC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YHCQFCFLKKGLGICYEQSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YHSNVKEL', 'Mamu-A07'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YHSNVKELV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YHSNVKELVF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YIHFLIRQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YIVQMLAKLRQGYRP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YIVVGVILL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YKEVTEDLLH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YKLAIDMSH', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YKLAIDMSHFIKEKG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YKLVEITPI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YKLVEITPIGLAPTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YKSLRAEQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YKSLRAEQTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YKTKDLQKVCYVPHFKVGWA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLCLIQKAL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLCLIQKALFMHCKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLCLMQKALFMHCKKGCRCL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLEKEEGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLEKEEGII', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLEKEEGIIPDWQDY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLKYKTKDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLMHPAQTS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLMHPAQTSQW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLMHPAQTSQWDDPW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLPPREGDL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLPPREGDLTCNSTV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLQYGWSYF', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YLQYGWSYFHEAVQAVWRSA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YMLKHVVWA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YMLKHVVWAA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YMLKHVVWAAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YMLKHVVWAANELDR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YMNHCNTSVI', 'Mamu-B01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YMNTPWRNP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YMNTPWRNPA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YMNTPWRNPAEEKEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YMNTPWRNPAEEREK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YMQLGKQQRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YMQLGKQQREKQRES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YNLTMKCRRPGNKTV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YNPTNILDVK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YNQGQYMNT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YNRHGDTLE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YNRHGDTLEG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YNRHGDTLEGA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YNTCYCKKC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YNTCYCKKCC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YNTCYCKKCCYHCQFCFLKK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YNTVCVIW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YNTVCVIWCI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YPEEFGSKS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YPEEFGSKSGLSEEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YPEELEAKSGLSEEE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YPKTFGWLW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YPTGPGTAN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YPVQQIGGNY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YQILQPIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YQILQPILQRL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YQILQPILQRLSATLQRIRE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YQVPSLQYL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YREGRDQL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRKQNMDDI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRKQNMDDIDEEDDD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRLELGDYKL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRLELGDYKLV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRPLEACY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRPLEACYN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRPLEACYNT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRPLEACYNTC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRPVFSSPPSY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRPVFSSPPSYFQQT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRPVFSSPPSYFQQTHIQQD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRQQNPIPV', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRQQNPIPVG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRQQNPIPVGNIYRRWIQLG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRRWIQLGL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRRWIQLGLQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRRWIQLGLQK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRYLCLIQK', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRYLCLIQKA', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRYLCLIQKAL', 'Mamu-B08'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YRYLCLIQKALFMHC', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSARRHRIL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSARRHRILD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSARRHRILDIYLEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSARRHRILDMYLEK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSEGQYMNTP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSEVALNVTES', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSFPDPPT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSFPDPPTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSFPDPPTDT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSGFAPNCSKV', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSKNFWTDV', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSQKSFYKF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSQSPGGLD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSRDLICEQS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSYKAFIKYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YSYKAFIKYPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTAFTLPSVN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTAFTLPSVNNAEPGKRYIY', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTDGSCNKQS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTEVSRSIKL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTMRHVLEPF', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTPKIVGGI', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTPKIVGGIG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTPKIVGGIGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTPKVVGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTPKVVGGI', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTPKVVGGIGG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTQIMVLTLL', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTRSSNQY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTSGPGIR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTSGPGIRY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTSGPGIRYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTSGPGIRYPK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTSGPGTRYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTTGGTSR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTTGGTSRN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTTTGASR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTTTGASRN', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTYEAYARYPEELEA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTYEAYARYPEELEASQACQ', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTYEAYVRY', 'Mamu-A02'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTYEAYVRYP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTYEAYVRYPE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YTYEAYVRYPEEFGS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVDRFYKSL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVDRFYKSLR', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVDRFYKSLRAEQTD', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVHLPLSP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVHLPLSPRT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVPCHIRQI', 'Mamu-A01'); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVPCHIRQIINTWHK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVPHFKGVWAWWTCS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVPHFKVGWA', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVPHFKVGWAW', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVPHFKVGWAWWTCS', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVPHFKVGWAWWTCSRVIFP', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVRYPEEFG', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVTVFYGVPAWRNAT', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YVVQMLARL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YWHGRDNRTIISLNK', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YYREGRDQLWKGPGE', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YYSARRHRIL', null); -INSERT INTO laboratory.reference_peptides (sequence, mhc_restriction) VALUES ('YYSARRHRILDIYLE', null); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.23-12.24.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.23-12.24.sql deleted file mode 100644 index 8bb48b40..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.23-12.24.sql +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -drop table laboratory.assay_requests; - -CREATE TABLE laboratory.assay_run_templates ( - rowid int Identity(1,1), - title varchar(200), - comments varchar(4000), - json text, - assayId integer, - status varchar(100), - - container entityid NOT NULL, - createdBy integer, - created datetime, - modifiedBy integer, - modified datetime, - - CONSTRAINT PK_assay_run_templates PRIMARY KEY (rowid) -); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.24-12.25.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.24-12.25.sql deleted file mode 100644 index 070f51d2..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.24-12.25.sql +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -DELETE FROM laboratory.sample_type WHERE type = 'Serum'; -INSERT INTO laboratory.sample_type (type) VALUES ('Serum'); -DELETE FROM laboratory.sample_type WHERE type = 'Tissue'; -INSERT INTO laboratory.sample_type (type) VALUES ('Tissue'); -DELETE FROM laboratory.sample_type WHERE type = 'Supernatant'; -INSERT INTO laboratory.sample_type (type) VALUES ('Supernatant'); - --- NOTE: SQLServer will not allow 2 FKs pointing to the same table with update cascade --- therefore rather than let 1 field update and the other not, we get rid of both -ALTER TABLE laboratory.samples - DROP CONSTRAINT fk_samples_samplesource; -ALTER TABLE laboratory.samples - DROP CONSTRAINT fk_samples_sampletype; - ---in case unexpected rows are in the table -INSERT INTO laboratory.sample_type (type) - SELECT DISTINCT samplesource FROM laboratory.samples - WHERE samplesource NOT IN (SELECT type FROM laboratory.sample_type); - -DROP TABLE laboratory.sample_source; - -CREATE TABLE laboratory.freezers ( - rowid int identity(1,1), - name varchar(100) not null, - canes integer, - boxes integer, - rows integer, - columns integer, - comments varchar(4000), - - container entityid NOT NULL, - createdBy integer, - created datetime, - modifiedBy integer, - modified datetime, - CONSTRAINT UNIQUE_freezers UNIQUE (name, container), - CONSTRAINT PK_freezers PRIMARY KEY (rowid) -); - -INSERT INTO laboratory.freezers (name, container) - SELECT distinct freezer, container FROM laboratory.samples WHERE freezer is not null AND freezer != ''; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.25-12.26.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.25-12.26.sql deleted file mode 100644 index 0f86aab9..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.25-12.26.sql +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -DROP TABLE laboratory.site_module_properties; -DROP TABLE laboratory.module_properties; - -INSERT INTO laboratory.samplecategory (category) VALUES ('NTC'); -INSERT INTO laboratory.samplecategory (category) VALUES ('Unknown'); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.26-12.27.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.26-12.27.sql deleted file mode 100644 index 41f70178..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.26-12.27.sql +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -INSERT into laboratory.samplecategory (category) VALUES ('Empty Well'); - -CREATE TABLE laboratory.plate_templates ( - rowid int identity(1,1), - name varchar(200), - category varchar(100), - json text, - - container entityid, - createdby integer, - created datetime, - modifiedby integer, - modified datetime, - - constraint PK_plate_templates PRIMARY KEY (rowid) -); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.27-12.271.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.27-12.271.sql deleted file mode 100644 index 0691f9eb..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.27-12.271.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -DROP TABLE laboratory.datatypes; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.271-12.272.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.271-12.272.sql deleted file mode 100644 index 37be1d17..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.271-12.272.sql +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.assay_run_templates ADD runid INTEGER; -ALTER TABLE laboratory.assay_run_templates ADD importMethod varchar(200); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.272-12.273.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.272-12.273.sql deleted file mode 100644 index 46cbca5a..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.272-12.273.sql +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ ---there should not have been time user any users to add rows, but guard anyway -DELETE FROM laboratory.reference_peptides WHERE rowid in - (SELECT min(rowid) FROM laboratory.reference_peptides GROUP BY sequence HAVING COUNT(*) > 1); - -ALTER TABLE laboratory.reference_peptides DROP CONSTRAINT PK_reference_peptides; -ALTER TABLE laboratory.reference_peptides DROP COLUMN rowid; -alter table laboratory.reference_peptides ALTER COLUMN sequence varchar(200) not null; -ALTER TABLE laboratory.reference_peptides ADD CONSTRAINT PK_reference_peptides PRIMARY KEY (sequence); - - diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.273-12.274.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.273-12.274.sql deleted file mode 100644 index 62717d44..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.273-12.274.sql +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -DELETE FROM laboratory.samplecategory WHERE category = 'Empty Well'; -DELETE FROM laboratory.samplecategory WHERE category = 'Blank'; -DELETE FROM laboratory.samplecategory WHERE category = 'Sample'; -DELETE FROM laboratory.samplecategory WHERE category = 'Standard'; -DELETE FROM laboratory.samplecategory WHERE category = 'NTC'; -DELETE FROM laboratory.samplecategory WHERE category = 'CTL'; -DELETE FROM laboratory.samplecategory WHERE category = 'STD'; -DELETE FROM laboratory.samplecategory WHERE category = 'Pos Control'; -DELETE FROM laboratory.samplecategory WHERE category = 'Neg Control'; -DELETE FROM laboratory.samplecategory WHERE category = 'Control'; - -INSERT INTO laboratory.samplecategory (category) VALUES ('Pos Control'); -INSERT INTO laboratory.samplecategory (category) VALUES ('Neg Control'); -INSERT INTO laboratory.samplecategory (category) VALUES ('Control'); -INSERT INTO laboratory.samplecategory (category) VALUES ('Blank'); -INSERT INTO laboratory.samplecategory (category) VALUES ('Standard'); - -ALTER TABLE laboratory.samplecategory ADD control bit; -GO -UPDATE laboratory.samplecategory SET control = 1; -UPDATE laboratory.samplecategory SET control = 0 where category = 'Unknown'; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.274-12.275.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.274-12.275.sql deleted file mode 100644 index 7f1b0268..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.274-12.275.sql +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -CREATE TABLE laboratory.project_usage ( - rowid int identity(1,1), - subjectId varchar(100), - project varchar(100), - groupname varchar(200), - startdate datetime, - enddate datetime, - comment varchar(4000), - - container entityid NOT NULL, - createdBy int, - created datetime, - modifiedBy int, - modified datetime, - - CONSTRAINT PK_project_usage PRIMARY KEY (rowid) -); - diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.275-12.276.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.275-12.276.sql deleted file mode 100644 index f4804e4f..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.275-12.276.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -EXEC sp_rename 'laboratory.samples.collectdate', 'processdate', 'COLUMN' \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.276-12.277.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.276-12.277.sql deleted file mode 100644 index e72a3b03..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.276-12.277.sql +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -CREATE TABLE laboratory.major_events ( - rowid int identity(1,1), - subjectId varchar(100), - date datetime, - event varchar(100), - category varchar(100), - - comment varchar(4000), - - container entityid NOT NULL, - createdBy int, - created datetime, - modifiedBy int, - modified datetime, - - CONSTRAINT PK_major_events PRIMARY KEY (rowid) -); - -ALTER table laboratory.subjects ADD strain varchar(100); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.277-12.278.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.277-12.278.sql deleted file mode 100644 index a71896f5..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.277-12.278.sql +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -CREATE TABLE laboratory.workbooks ( - workbookId int, - container entityid NOT NULL, - - CONSTRAINT PK_workbooks PRIMARY KEY (container) -); - -ALTER TABLE laboratory.samples add makePublic bit default 0; -ALTER TABLE laboratory.samples add initials varchar(200); - ---NOTE: due to timing issues, this has been disabled. It is not strictly necessary and there is an option in the admin console to manually run this ---EXEC core.executeJavaUpgradeCode 'initWorkbookTable'; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.278-12.279.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.278-12.279.sql deleted file mode 100644 index 2f0f17c1..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.278-12.279.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.subjects ADD source varchar(1000); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.279-12.280.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.279-12.280.sql deleted file mode 100644 index 5fb58c96..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.279-12.280.sql +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.workbooks ADD exptGroup varchar(1000); -ALTER TABLE laboratory.workbooks ADD materials text; -ALTER TABLE laboratory.workbooks ADD methods text; -ALTER TABLE laboratory.workbooks ADD results text; - -ALTER TABLE laboratory.peptides ADD modification varchar(1000); - -CREATE TABLE laboratory.workbook_group_members ( - rowid int identity(1,1), - groupname varchar(200), - workbook entityid, - container entityid, - created int, - createdby datetime, - modified int, - modifiedby datetime, - - CONSTRAINT pk_workbook_group_members PRIMARY KEY (rowid) -); - -DELETE FROM laboratory.sample_type WHERE type = 'Brain'; -INSERT INTO laboratory.sample_type (type) VALUES ('Brain'); - -DELETE FROM laboratory.sample_type WHERE type = 'Buffy coat'; -INSERT INTO laboratory.sample_type (type) VALUES ('Buffy coat'); - -DELETE FROM laboratory.sample_type WHERE type = 'Spleen'; -INSERT INTO laboratory.sample_type (type) VALUES ('Spleen'); - -DELETE FROM laboratory.sample_additive WHERE additive = 'Filter Paper'; -INSERT INTO laboratory.sample_additive (additive) VALUES ('Filter Paper'); - ---rename column -ALTER TABLE laboratory.workbooks ADD folder entityid; -GO -UPDATE laboratory.workbooks SET folder = container; -GO -ALTER TABLE laboratory.workbooks ALTER COLUMN folder entityid not null; -GO -ALTER TABLE laboratory.workbooks DROP CONSTRAINT PK_workbooks; -ALTER TABLE laboratory.workbooks DROP COLUMN container; -ALTER TABLE laboratory.workbooks ADD CONSTRAINT PK_workbooks PRIMARY KEY (folder); - - diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.280-12.281.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.280-12.281.sql deleted file mode 100644 index cbef2e2b..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.280-12.281.sql +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ ---DB FKs are too restrictive -ALTER TABLE laboratory.samples DROP CONSTRAINT fk_samples_samplespecies; -ALTER TABLE laboratory.samples DROP CONSTRAINT fk_samples_additive; -ALTER TABLE laboratory.samples DROP CONSTRAINT fk_samples_molecule_type; -ALTER TABLE laboratory.subjects DROP CONSTRAINT fk_subjects_gender; -ALTER TABLE laboratory.subjects DROP CONSTRAINT fk_subjects_samplespecies; -ALTER TABLE laboratory.subjects DROP CONSTRAINT fk_subjects_geographic_origin; - ---this is a quick change, but in the long run I think consistency of column names will be valuable ---adding container means rows will be auto-deleted on delete of the parent container -ALTER TABLE laboratory.workbooks ADD container entityid; -ALTER TABLE laboratory.workbooks ADD parentContainer varchar(36); -ALTER TABLE laboratory.workbooks ADD containerRowId integer; -GO -UPDATE laboratory.workbooks SET container = folder; -UPDATE laboratory.workbooks SET parentContainer = (select c.parent from core.containers c where container = entityid); -UPDATE laboratory.workbooks SET containerRowId = (select c.rowid from core.containers c where container = entityid); -GO -ALTER TABLE laboratory.workbooks ALTER COLUMN container entityid not null; -GO -ALTER TABLE laboratory.workbooks DROP CONSTRAINT PK_workbooks; -ALTER TABLE laboratory.workbooks DROP COLUMN folder; -ALTER TABLE laboratory.workbooks ADD CONSTRAINT PK_workbooks PRIMARY KEY (container); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.281-12.282.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.281-12.282.sql deleted file mode 100644 index 8916a51d..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.281-12.282.sql +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.dna_oligos ADD concentration varchar(100); -ALTER TABLE laboratory.dna_oligos ADD comments text; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.282-12.283.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.282-12.283.sql deleted file mode 100644 index 6903751c..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.282-12.283.sql +++ /dev/null @@ -1,8 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER table laboratory.dna_oligos add cognate_primer_name varchar(100); -ALTER table laboratory.dna_oligos add oligo_id integer; -ALTER table laboratory.dna_oligos drop column cognate_primer; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.283-12.284.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.283-12.284.sql deleted file mode 100644 index 04045213..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.283-12.284.sql +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.peptides ADD peptideId integer; -ALTER TABLE laboratory.peptides ADD short_name varchar(100); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.284-12.285.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.284-12.285.sql deleted file mode 100644 index 0eaf14ea..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.284-12.285.sql +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -DROP TABLE laboratory.workbook_group_members; - -CREATE TABLE laboratory.workbook_tags ( - rowid int identity(1,1), - tag varchar(200), - container entityid, - created int, - createdby datetime, - - CONSTRAINT pk_workbook_tags PRIMARY KEY (rowid) -); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.285-12.286.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.285-12.286.sql deleted file mode 100644 index eb302d69..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.285-12.286.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.subjects ADD external_id VARCHAR(1000); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.286-12.287.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.286-12.287.sql deleted file mode 100644 index b7d62336..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.286-12.287.sql +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -CREATE TABLE laboratory.result_status ( - status varchar(100), - not_trusted bit, - - CONSTRAINT PK_result_status PRIMARY KEY (status) -); - -GO - -INSERT INTO laboratory.result_status (status, not_trusted) VALUES ('Definitive', 0); -INSERT INTO laboratory.result_status (status, not_trusted) VALUES ('Outlier', 1); -INSERT INTO laboratory.result_status (status, not_trusted) VALUES ('Replaced', 1); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.287-12.288.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.287-12.288.sql deleted file mode 100644 index f3a18238..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.287-12.288.sql +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ ---text datatype not sortable ---this is required since we cannot change datatype without dropping the constraint -declare @Command nvarchar(max) = ''; -select @Command = @Command + 'ALTER TABLE laboratory.samples DROP CONSTRAINT ' + d.name -from sys.default_constraints d -where d.object_id = (SELECT constid FROM sysconstraints WHERE id=OBJECT_ID('laboratory.samples') - AND COL_NAME(id,colid)='comment' - AND OBJECTPROPERTY(constid, 'IsDefaultCnst')=1 - ); - -execute (@Command); - - -ALTER TABLE laboratory.samples ALTER COLUMN comment varchar(MAX); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.288-12.289.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.288-12.289.sql deleted file mode 100644 index 3a897018..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.288-12.289.sql +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.workbook_tags DROP COLUMN created; -ALTER TABLE laboratory.workbook_tags DROP COLUMN createdby; - -GO - -ALTER TABLE laboratory.workbook_tags ADD created datetime; -ALTER TABLE laboratory.workbook_tags ADD createdby int; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.289-12.290.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.289-12.290.sql deleted file mode 100644 index 4793e6d8..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.289-12.290.sql +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.samples ADD passage_number integer; - -ALTER TABLE laboratory.sample_type ADD container entityid; -go -UPDATE laboratory.sample_type -SET container = (SELECT entityid FROM core.containers c WHERE c.name = 'Shared' and Parent = (select EntityId from core.Containers c2 WHERE c2.Parent is null)); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.290-12.291.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.290-12.291.sql deleted file mode 100644 index 7f5e5b9a..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.290-12.291.sql +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.sample_type DROP CONSTRAINT PK_sample_type; -GO -ALTER TABLE laboratory.sample_type ADD rowid int identity(1,1); -GO -ALTER TABLE laboratory.sample_type ADD CONSTRAINT PK_sample_type PRIMARY KEY (rowid); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.291-12.292.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.291-12.292.sql deleted file mode 100644 index 95b33b8b..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.291-12.292.sql +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -EXEC sp_rename 'laboratory.samples.quantity', 'quantity_string', 'COLUMN' -GO -ALTER TABLE laboratory.samples ADD quantity double precision; - diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.292-12.293.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.292-12.293.sql deleted file mode 100644 index 76b46401..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.292-12.293.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -EXEC core.executeJavaUpgradeCode 'migrateQuantityField'; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.293-12.294.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.293-12.294.sql deleted file mode 100644 index 76b46401..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.293-12.294.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -EXEC core.executeJavaUpgradeCode 'migrateQuantityField'; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.294-12.295.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.294-12.295.sql deleted file mode 100644 index 5aaa4ed8..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.294-12.295.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.samples ADD freezerid integer; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.295-12.296.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.295-12.296.sql deleted file mode 100644 index 8abbdd08..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.295-12.296.sql +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -CREATE TABLE laboratory.antibodies ( - rowid int identity(1,1), - antibodyId int, - name varchar(200), - shortname varchar(200), - antigen varchar(200), - concentration float, - - clonality varchar(100), - species varchar(200), - vendor varchar(200), - comment varchar(4000), - - container entityid NOT NULL, - createdBy integer, - created datetime, - modifiedBy integer, - modified datetime, - - CONSTRAINT PK_antibodies PRIMARY KEY (rowid) -); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.296-12.297.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.296-12.297.sql deleted file mode 100644 index d7004716..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.296-12.297.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -INSERT INTO laboratory.result_status (status) VALUES ('Exclude'); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.297-12.298.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.297-12.298.sql deleted file mode 100644 index 90a6047b..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.297-12.298.sql +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -DELETE FROM laboratory.result_status WHERE status = 'No Data'; -INSERT INTO laboratory.result_status (status) VALUES ('No Data'); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.298-12.299.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.298-12.299.sql deleted file mode 100644 index 7fa94d03..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.298-12.299.sql +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER table laboratory.antibodies ADD source varchar(500); -ALTER table laboratory.antibodies ADD catalog varchar(500); -ALTER table laboratory.antibodies ADD location varchar(500); -ALTER table laboratory.antibodies ADD specificity varchar(500); -ALTER table laboratory.antibodies ADD mw double precision; -ALTER table laboratory.antibodies ADD applications varchar(1000); - -GO -UPDATE laboratory.antibodies SET source = vendor; -ALTER table laboratory.antibodies DROP COLUMN vendor; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.299-12.300.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.299-12.300.sql deleted file mode 100644 index 31293a30..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.299-12.300.sql +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Copyright (c) 2014-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -DELETE FROM laboratory.species WHERE common_name = 'Rabbit'; -INSERT INTO laboratory.species (common_name, scientific_name) VALUES ('Rabbit', 'Lepus curpaeums'); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.300-12.301.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.300-12.301.sql deleted file mode 100644 index 338c41e7..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.300-12.301.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2014-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -alter table laboratory.dna_oligos alter column sequence varchar(max); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.301-12.302.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.301-12.302.sql deleted file mode 100644 index 94729f25..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.301-12.302.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2015-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -EXEC core.executeJavaUpgradeCode 'updateWorkbookSequences'; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.302-12.303.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.302-12.303.sql deleted file mode 100644 index af3ede07..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.302-12.303.sql +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Copyright (c) 2015-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.samples ADD lsid LsidType; -ALTER TABLE laboratory.dna_oligos ADD lsid LsidType; -ALTER TABLE laboratory.subjects ADD lsid LsidType; -ALTER TABLE laboratory.antibodies ADD lsid LsidType; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.303-12.304.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.303-12.304.sql deleted file mode 100644 index fe2e49dd..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.303-12.304.sql +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (c) 2018-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.samples ALTER COLUMN sequence NVARCHAR(MAX); -ALTER TABLE laboratory.dna_oligos ALTER COLUMN comments NVARCHAR(MAX); - -declare @Command nvarchar(max) = ''; -select @Command = @Command + 'ALTER TABLE laboratory.subjects DROP CONSTRAINT ' + d.name -from sys.default_constraints d -where d.object_id = (SELECT constid FROM sysconstraints WHERE id=OBJECT_ID('laboratory.subjects') - AND COL_NAME(id,colid)='comments' - AND OBJECTPROPERTY(constid, 'IsDefaultCnst')=1 -); - -execute(@Command); - -ALTER TABLE laboratory.subjects ALTER COLUMN comments NVARCHAR(MAX); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.304-12.305.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.304-12.305.sql deleted file mode 100644 index 338c9ebc..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.304-12.305.sql +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Copyright (c) 2022-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ --- Cleanup legacy orphan rows -delete from laboratory.workbooks WHERE (SELECT c.entityid from core.containers c where c.entityid = container) is null; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.305-12.306.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.305-12.306.sql deleted file mode 100644 index 86124007..00000000 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.305-12.306.sql +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) 2024-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE laboratory.species ADD rowid INT identity(1,1); -ALTER TABLE laboratory.species ADD container entityid; -ALTER TABLE laboratory.species ADD created datetime; -ALTER TABLE laboratory.species ADD createdby int; -ALTER TABLE laboratory.species ADD modified datetime; -ALTER TABLE laboratory.species ADD modifiedby int; -GO -UPDATE laboratory.species SET container = (SELECT entityid FROM core.containers c1 WHERE name = 'Shared' and (select parent from core.Containers c2 where c2.EntityId = c1.Parent) is null); - -ALTER TABLE laboratory.species DROP CONSTRAINT PK_species; -ALTER TABLE laboratory.species ADD CONSTRAINT PK_species PRIMARY KEY (rowid); \ No newline at end of file diff --git a/laboratory/src/org/labkey/laboratory/LaboratoryManager.java b/laboratory/src/org/labkey/laboratory/LaboratoryManager.java index 20c8fe02..97bfdbeb 100644 --- a/laboratory/src/org/labkey/laboratory/LaboratoryManager.java +++ b/laboratory/src/org/labkey/laboratory/LaboratoryManager.java @@ -561,25 +561,12 @@ private void processIndexes(DbSchema schema, TableInfo realTable, List cols = new ArrayList<>(); - String[] includedCols = null; - Map directionMap = new HashMap<>(); for (String name : indexCols) { String[] tokens = name.split(":"); - if (tokens[0].equalsIgnoreCase("include")) - { - if (tokens.length > 1) - { - includedCols = tokens[1].split(","); - } - } - else - { + if (!tokens[0].equalsIgnoreCase("include")) cols.add(tokens[0]); - if (tokens.length > 1) - directionMap.put(tokens[0], tokens[1]); - } } for (String col : cols) @@ -596,10 +583,6 @@ private void processIndexes(DbSchema schema, TableInfo realTable, List columns = new ArrayList<>(); - for (String name : cols) - { - if (schema.getSqlDialect().isSqlServer() && directionMap.containsKey(name)) - name += " " + directionMap.get(name); - - columns.add(name); - } - - createIndex(schema, realTable, realTable.getName(), indexName, columns, includedCols, messages); + createIndex(schema, realTable, realTable.getName(), indexName, cols, messages); } else { - messages.add("Missing index on column(s): " + StringUtils.join(indexCols, ", ") + (includedCols != null ? " include: " + StringUtils.join(includedCols, ",") : "") + " for table: " + schema.getName() + "." + realTable.getName()); + messages.add("Missing index on column(s): " + StringUtils.join(indexCols, ", ") + " for table: " + schema.getName() + "." + realTable.getName()); } } } } - private void createIndex(DbSchema schema, TableInfo realTable, String tableName, String indexName, List columns, String[] includedCols, List messages) + private void createIndex(DbSchema schema, TableInfo realTable, String tableName, String indexName, List columns, List messages) { messages.add("Creating index on column(s): " + StringUtils.join(columns, ", ") + " for table: " + schema.getName() + "." + tableName); - String sqlString = "CREATE INDEX " + indexName + " ON " + realTable.getSelectName() + "(" + StringUtils.join(columns, ", ") + ")"; - if (schema.getSqlDialect().isSqlServer()) - { - if (includedCols != null) - sqlString += " INCLUDE (" + StringUtils.join(includedCols, ", ") + ") "; - - sqlString += " WITH (DATA_COMPRESSION = ROW)"; - } - SQLFragment sql = new SQLFragment(sqlString); + SQLFragment sql = new SQLFragment("CREATE INDEX " + indexName + " ON " + realTable.getSelectName() + "(" + StringUtils.join(columns, ", ") + ")"); SqlExecutor se = new SqlExecutor(schema); se.execute(sql); } - private void dropIndex(DbSchema schema, TableInfo realTable, String indexName, List cols, String tableName, List messages) + private void dropIndex(DbSchema schema, String indexName, List cols, String tableName, List messages) { messages.add("Dropping index on column(s): " + StringUtils.join(cols, ", ") + " for table: " + schema.getName() + "." + tableName); - String sqlString = "DROP INDEX " + indexName + " ON " + realTable.getSelectName(); - SQLFragment sql = new SQLFragment(sqlString); + SQLFragment sql = new SQLFragment("DROP INDEX " + schema.getName() + "." + indexName); SqlExecutor se = new SqlExecutor(schema); se.execute(sql); } diff --git a/laboratory/src/org/labkey/laboratory/query/LaboratoryWorkbooksTable.java b/laboratory/src/org/labkey/laboratory/query/LaboratoryWorkbooksTable.java index ee44bfe7..9b1d9a7b 100644 --- a/laboratory/src/org/labkey/laboratory/query/LaboratoryWorkbooksTable.java +++ b/laboratory/src/org/labkey/laboratory/query/LaboratoryWorkbooksTable.java @@ -75,8 +75,7 @@ public SimpleUserSchema.SimpleTable init() var col = getMutableColumn(WORKBOOK_ID_COl); col.setURL(DetailsURL.fromString("/project/start.view")); - String chr = getSqlDialect().isPostgreSQL() ? "chr" : "char"; - ExprColumn tagsCol = new ExprColumn(this, "tags", new SQLFragment("(SELECT ").append(getSqlDialect().getGroupConcat(new SQLFragment("tag"), true, true, new SQLFragment(getSqlDialect().concatenate("','", chr + "(10)")))).append(" FROM laboratory.workbook_tags wt WHERE wt.container = " + ExprColumn.STR_TABLE_ALIAS + ".container)"), JdbcType.VARCHAR, getColumn("container")); + ExprColumn tagsCol = new ExprColumn(this, "tags", new SQLFragment("(SELECT ").append(getSqlDialect().getGroupConcat(new SQLFragment("tag"), true, true, new SQLFragment(getSqlDialect().concatenate("','", "chr(10)")))).append(" FROM laboratory.workbook_tags wt WHERE wt.container = " + ExprColumn.STR_TABLE_ALIAS + ".container)"), JdbcType.VARCHAR, getColumn("container")); tagsCol.setLabel("Tags"); tagsCol.setDisplayWidth("200"); addColumn(tagsCol); From 63d054f644266daeab9fe39885d4ce119a961879 Mon Sep 17 00:00:00 2001 From: labkey-jeckels Date: Sun, 23 Aug 2026 13:34:04 -0700 Subject: [PATCH 2/2] Restore included column for index name consistency --- LDK/tools/naturalize/naturalize.cs | 68 ------------------- .../labkey/laboratory/LaboratoryManager.java | 15 +++- 2 files changed, 14 insertions(+), 69 deletions(-) delete mode 100644 LDK/tools/naturalize/naturalize.cs diff --git a/LDK/tools/naturalize/naturalize.cs b/LDK/tools/naturalize/naturalize.cs deleted file mode 100644 index 9114c24b..00000000 --- a/LDK/tools/naturalize/naturalize.cs +++ /dev/null @@ -1,68 +0,0 @@ -//Used to create the NATURALIZE CLR function -//adapted from: -//http://stackoverflow.com/questions/34509/natural-human-alpha-numeric-sort-in-microsoft-sql-2005 -using System; -using System.Data.SqlTypes; -using System.Text; -using Microsoft.SqlServer.Server; - -public class UDF -{ - [SqlFunction(DataAccess = DataAccessKind.None, IsDeterministic=true)] - public static SqlString Naturalize(string val) - { - if (String.IsNullOrEmpty(val)) - return val; - - while(val.Contains(" ")) - val = val.Replace(" ", " "); - - const int maxLength = 1000; - const int padLength = 25; - - bool inNumber = false; - bool isDecimal = false; - int numStart = 0; - int numLength = 0; - int length = val.Length < maxLength ? val.Length : maxLength; - - //TODO: optimize this so that we exit for loop once sb.ToString() >= maxLength - var sb = new StringBuilder(); - for (var i = 0; i < length; i++) - { - int charCode = (int)val[i]; - if (charCode >= 48 && charCode <= 57) - { - if (!inNumber) - { - numStart = i; - numLength = 1; - inNumber = true; - continue; - } - numLength++; - continue; - } - if (inNumber) - { - sb.Append(PadNumber(val.Substring(numStart, numLength), isDecimal, padLength)); - inNumber = false; - } - isDecimal = (charCode == 46); - sb.Append(val[i]); - } - if (inNumber) - sb.Append(PadNumber(val.Substring(numStart, numLength), isDecimal, padLength)); - - var ret = sb.ToString(); - if (ret.Length > maxLength) - return ret.Substring(0, maxLength); - - return ret; - } - - static string PadNumber(string num, bool isDecimal, int padLength) - { - return isDecimal ? num.PadRight(padLength, '0') : num.PadLeft(padLength, '0'); - } -} \ No newline at end of file diff --git a/laboratory/src/org/labkey/laboratory/LaboratoryManager.java b/laboratory/src/org/labkey/laboratory/LaboratoryManager.java index 97bfdbeb..2d1594be 100644 --- a/laboratory/src/org/labkey/laboratory/LaboratoryManager.java +++ b/laboratory/src/org/labkey/laboratory/LaboratoryManager.java @@ -561,12 +561,20 @@ private void processIndexes(DbSchema schema, TableInfo realTable, List cols = new ArrayList<>(); + String[] includedCols = null; for (String name : indexCols) { String[] tokens = name.split(":"); - if (!tokens[0].equalsIgnoreCase("include")) + if (tokens[0].equalsIgnoreCase("include")) + { + if (tokens.length > 1) + includedCols = tokens[1].split(","); + } + else + { cols.add(tokens[0]); + } } for (String col : cols) @@ -583,6 +591,11 @@ private void processIndexes(DbSchema schema, TableInfo realTable, List