sql
stringlengths
6
1.05M
--[er]test sign function using date type as its operand select sign(date'4/4/2004') from db_root order by 1;
INSERT INTO gc_cur_scrsummary (play_id, qtr, team, "type", "desc", _gc_cur_id) VALUES (?, ?, ?, ?, ?, ?)
<reponame>RohitTiwari92/Ozero IF OBJECT_ID('dbo.Event', 'U') IS NOT NULL DROP TABLE dbo.Event; CREATE TABLE Event ( EventID int not null IDENTITY(1,1) primary key, EventType int FOREIGN KEY REFERENCES EventType(EventTypeID), SubEventType int FOREIGN KEY REFERENCES SubEventType(SubEventTypeID), StartDate datetime, EventRegistrationDate datetime, OwnerID int, RealTimeDashboard bit, duration int, -- in minute MaxAttamptAllowed int, Ispublic bit );
<reponame>ThaiVanLoiDN/Laravel_MyBlog<filename>thaivanloidn.sql -- phpMyAdmin SQL Dump -- version 4.5.1 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: May 22, 2017 at 03:25 AM -- Server version: 10.1.16-MariaDB -- PHP Version: 5.6.24 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `thaivanloidn` -- -- -------------------------------------------------------- -- -- Table structure for table `ads` -- CREATE TABLE `ads` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `link` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `ads` -- INSERT INTO `ads` (`id`, `name`, `image`, `link`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Envato', '1492916210.png', 'https://envato.com/', '2017-04-17 02:54:29', '2017-04-22 19:56:50', NULL), (2, 'Athena Whitney', '1492422909.png', 'Vitae voluptas corporis cillum perferendis qui ut elit, aut commodi sunt vitae est voluptas consequatur minima.', '2017-04-17 02:54:49', '2017-04-17 02:55:18', '2017-04-17 02:55:18'), (3, 'Creative Market', '1492966685.png', 'https://creativemarket.com', '2017-04-17 03:29:13', '2017-04-23 09:58:05', NULL), (4, 'Designmodo', '1492966707.png', 'https://designmodo.com', '2017-04-22 02:31:54', '2017-04-23 09:58:27', NULL), (5, 'Themeforest', '1492966520.png', 'https://themeforest.net/', '2017-04-22 02:31:58', '2017-04-23 09:55:20', NULL), (6, '<NAME>', '', 'Nesciunt natus aut consequatur similique dolores voluptas animi beatae atque fugiat suscipit quae maiores voluptatem', '2017-04-22 02:32:04', '2017-04-22 19:59:14', '2017-04-22 19:59:14'), (7, '<NAME>', '', 'Ex quis sunt aspernatur doloribus dolore dignissimos reprehenderit', '2017-04-22 02:32:30', '2017-04-22 19:59:17', '2017-04-22 19:59:17'), (8, 'Echo Vang', 'Hp9AvRanrU7wUz70jPvDkRhjUixc2x66haXsQTAb.png', 'Delectus ad accusantium ad ab quis maxime', '2017-04-22 03:11:17', '2017-04-22 19:59:19', '2017-04-22 19:59:19'), (9, '<NAME>', '', 'Id neque id voluptate dolor perferendis eos non voluptatem Rerum consectetur', '2017-04-26 03:18:50', '2017-04-26 03:19:56', '2017-04-26 03:19:56'); -- -------------------------------------------------------- -- -- Table structure for table `category` -- CREATE TABLE `category` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `slug_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `category` -- INSERT INTO `category` (`id`, `name`, `slug_name`, `created_at`, `updated_at`, `deleted_at`) VALUES (2, '<NAME>', 'michelle-hebert', '2017-04-13 09:49:11', '2017-04-15 00:30:38', '2017-04-15 00:30:38'), (3, 'Thiên văn học', 'thien-van-hoc', '2017-04-13 09:49:15', '2017-04-22 18:16:16', NULL), (4, 'Tôi và báo chí', 'toi-va-bao-chi', '2017-04-13 21:10:51', '2017-04-22 18:16:24', NULL), (5, '<NAME>', 'kamal-moss', '2017-04-13 21:10:55', '2017-04-22 18:16:28', '2017-04-22 18:16:28'), (6, '<NAME>', 'dahlia-young', '2017-04-13 21:24:56', '2017-04-22 10:05:10', '2017-04-22 10:05:10'), (7, '<NAME>', 'micah-mcfadden', '2017-04-15 00:26:34', '2017-04-22 18:16:31', '2017-04-22 18:16:31'), (8, '<NAME>', 'blaine-acosta', '2017-04-15 00:27:00', '2017-04-16 22:03:20', '2017-04-16 22:03:20'), (9, '<NAME>', 'kasimir-rice', '2017-04-16 22:10:18', '2017-04-16 22:10:38', '2017-04-16 22:10:38'), (10, '<NAME>', 'rana-baird', '2017-04-24 08:51:54', '2017-04-24 08:51:57', '2017-04-24 08:51:57'); -- -------------------------------------------------------- -- -- Table structure for table `contact` -- CREATE TABLE `contact` ( `id` int(10) UNSIGNED NOT NULL, `fullname` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `phone` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `message` text COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `contact` -- INSERT INTO `contact` (`id`, `fullname`, `email`, `phone`, `message`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, '<NAME>', '<EMAIL>', '+227-30-6504436', 'Sơn bí mật quay cảnh ân ái với người tình ở khách sạn rồi sử dụng nó để tống tiền.', '2017-04-18 13:10:00', '2017-04-18 09:41:45', '2017-04-18 09:41:45'), (2, '<NAME>', '<EMAIL>', '+575-53-5595998', 'Trong khi nhiều người lo ngại Nga đang huấn luyện đội robot sát thủ, quan chức Nga khẳng định họ chỉ đang nâng cao kĩ...', '2017-04-17 03:20:00', '2017-04-17 03:20:00', NULL), (3, '<NAME>', '<EMAIL>', '+358-56-5898485', 'Tài lãnh đạo của <NAME> là không thể phủ nhận, đó cũng chính là bài học quý cho thế hệ lãnh đạo DN hiện tại và tương...', '2017-04-18 18:02:00', '2017-04-18 18:02:00', NULL), (4, '<NAME>', '<EMAIL>', '+463-15-9097552', 'In aut incidunt, error incididunt quis quasi laboris numquam quis omnis officiis aliquid magnam dolores.', '2017-04-25 07:51:41', '2017-04-25 07:51:41', NULL), (5, '<NAME>', '<EMAIL>', '+895-48-2030302', 'Accusamus quis debitis sit cupidatat minim quo placeat, ut repudiandae ipsa, consequatur.', '2017-04-25 07:52:26', '2017-04-25 07:52:26', NULL), (6, '<NAME>', '<EMAIL>', '+938-22-3832585', 'Suscipit minim minima deserunt excepteur dolorem vero perferendis quia et doloremque laudantium.', '2017-04-25 07:53:14', '2017-04-25 07:53:14', NULL), (7, '<NAME>', '<EMAIL>', '+463-23-2271750', 'Quis adipisci amet, et cupidatat est sapiente tempor ipsa, velit, aut ad sint, aut.', '2017-04-25 07:53:50', '2017-04-25 07:53:50', NULL), (8, '<NAME>', '<EMAIL>', '+773-91-1331697', 'Commodi sed enim vitae ratione sit voluptatibus neque numquam adipisicing nulla quae doloremque eos, culpa, exercitation totam quod sit.', '2017-04-25 07:54:20', '2017-04-25 07:54:20', NULL), (9, '', '', '', '', '2017-04-25 08:00:44', '2017-04-25 08:00:52', '2017-04-25 08:00:52'); -- -------------------------------------------------------- -- -- Table structure for table `info` -- CREATE TABLE `info` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `value` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `info` -- INSERT INTO `info` (`id`, `name`, `value`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Facebook', 'https://www.facebook.com/ThaiVanLoiDN', '2017-04-18 08:22:37', '2017-04-22 20:37:30', NULL), (3, 'Twitter', 'https://twitter.com/ThaiVanLoiDN', '2017-04-22 20:37:42', '2017-04-22 20:37:42', NULL), (4, 'Youtube', 'https://www.youtube.com/channel/UC996hC1EXF3Eb8_mybgNbxw', '2017-04-22 20:38:18', '2017-04-22 20:38:18', NULL), (5, 'Google Plus', 'https://plus.google.com/+ThaiVanLoiDN', '2017-04-22 20:38:47', '2017-04-22 20:39:40', NULL), (6, 'Flickr', 'https://www.flickr.com/photos/thailoipro9x', '2017-04-22 20:39:29', '2017-04-22 20:39:29', NULL); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1), (2, '2014_10_12_100000_create_password_resets_table', 1), (3, '2017_04_13_135435_create_ads_table', 1), (4, '2017_04_13_135519_create_category_table', 1), (5, '2017_04_13_135539_create_work_table', 1), (6, '2017_04_13_135547_create_contact_table', 1), (7, '2017_04_13_135556_create_post_table', 1), (8, '2017_04_13_135603_create_project_table', 1), (9, '2017_04_13_135817_create_quotes_table', 1), (10, '2017_04_13_135904_create_slider_table', 1), (11, '2017_04_13_135935_create_skill_table', 1), (12, '2017_04_13_140016_create_info_table', 1); -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `post` -- CREATE TABLE `post` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `content` text COLLATE utf8mb4_unicode_ci NOT NULL, `image` text COLLATE utf8mb4_unicode_ci NOT NULL, `read_count` int(10) UNSIGNED NOT NULL, `category_id` int(10) UNSIGNED NOT NULL, `user_id` int(10) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `post` -- INSERT INTO `post` (`id`, `title`, `description`, `content`, `image`, `read_count`, `category_id`, `user_id`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Aut quod quo dolore a incididunt sunt possimus ea nostrud aut omnis nihil sint', 'Nam et eos est maiores quia doloribus sed eaque dignissimos voluptatem aut cupidatat ea in.', '<p>Nam et eos est maiores quia doloribus sed eaque dignissimos voluptatem aut cupidatat ea in.</p>', '', 1, 4, 6, '2017-04-18 18:30:16', '2017-04-22 10:03:34', '2017-04-22 10:03:34'), (2, 'Doloribus incididunt rem obcaecati dolor voluptate minus', 'Placeat, quas mollitia labore inventore vel nisi illum, eum quos voluptatem, error ut.', '<p>Placeat, quas mollitia labore inventore vel nisi illum, eum quos voluptatem, error ut.</p>', '1492565429.jpg', 1, 4, 6, '2017-04-18 18:30:29', '2017-04-22 10:03:34', '2017-04-22 10:03:34'), (3, 'Tempore quod quibusdam eiusmod non id consectetur nostrum ut voluptatem est mollitia dolore consectetur qui fuga Consectetur inventore', 'Eligendi voluptate ullam eum autem non adipisicing cumque sunt laudantium, ut voluptas sed deleniti do itaque non illo.', '<p>Eligendi voluptate ullam eum autem non adipisicing cumque sunt laudantium, ut voluptas sed deleniti do itaque non illo.</p>', '', 1, 4, 6, '2017-04-19 03:01:07', '2017-04-22 10:03:34', '2017-04-22 10:03:34'), (4, 'Sed consectetur sint laborum Rem sit autem velit', 'Aliqua. Saepe eveniet, iste unde itaque dolore nobis ad laboris provident, consequat. Sed eos.', '<p>Aliqua. Saepe eveniet, iste unde itaque dolore nobis ad laboris provident, consequat. Sed eos.</p>', '', 1, 4, 6, '2017-04-20 20:51:35', '2017-04-22 10:03:34', '2017-04-22 10:03:34'), (5, 'Nostrud dicta ratione in nesciunt eiusmod', 'Rerum voluptas nisi maiores voluptas error asperiores voluptatem fuga. Ducimus, duis mollit voluptatibus dolorem eu vitae consectetur dolore excepturi.', '<p>Rerum voluptas nisi maiores voluptas error asperiores voluptatem fuga. Ducimus, duis mollit voluptatibus dolorem eu vitae consectetur dolore excepturi.</p>', '', 1, 4, 6, '2017-04-22 10:04:52', '2017-04-22 10:05:10', '2017-04-22 10:05:10'), (6, 'Mơ về những chòm sao', 'Là nơi chia sẻ đam mê về vũ trụ, không gian, thiên văn học, vật lý thiên văn… thời gian gần đây, các câu lạc bộ thiên văn nghiệp dư được thành lập ngày càng nhiều, ở khắp các tỉnh thành, đã và đang thỏa mãn niềm đam mê khoa học của các bạn trẻ.', '<p>L&agrave; nơi chia sẻ đam m&ecirc; về vũ trụ, kh&ocirc;ng gian, thi&ecirc;n văn học, vật l&yacute; thi&ecirc;n văn&hellip; thời gian gần đ&acirc;y, c&aacute;c c&acirc;u lạc bộ thi&ecirc;n văn nghiệp dư được th&agrave;nh lập ng&agrave;y c&agrave;ng nhiều, ở khắp c&aacute;c tỉnh th&agrave;nh, đ&atilde; v&agrave; đang thỏa m&atilde;n niềm đam m&ecirc; khoa học của c&aacute;c bạn trẻ.<br />\r\n&nbsp;</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/thienvan_zps6vbce28c.jpg" /></p>\r\n\r\n<p><em>C&aacute;c th&agrave;nh vi&ecirc;n CLB thi&ecirc;n văn Đ&agrave; Nẵng b&ecirc;n 2 bộ k&iacute;nh thi&ecirc;n văn tự tạo - Ảnh: CLB thi&ecirc;n văn Đ&agrave; Nẵng cung cấp</em></p>\r\n\r\n<p>Tr&ecirc;n b&atilde;i biển Đ&agrave; Nẵng một ng&agrave;y đầy nắng, bầu trời trong xanh, gần cả trăm thanh ni&ecirc;n đa phần tuổi từ 16 đến 30 h&agrave;o hứng, say sưa với tr&ograve; chơi bắn t&ecirc;n lửa nước. Đ&acirc;y l&agrave; một tr&ograve; chơi kh&aacute; lạ đối với những bạn trẻ b&igrave;nh thường nhưng l&agrave; tr&ograve; chơi th&uacute; vị v&agrave; quen thuộc của th&agrave;nh vi&ecirc;n c&aacute;c c&acirc;u lạc bộ (CLB) thi&ecirc;n văn nghiệp dư.</p>\r\n\r\n<p>Mỗi m&ocirc; h&igrave;nh t&ecirc;n lửa được thiết kế rất đặc biệt, đẹp mắt v&agrave; s&aacute;ng tạo. &ldquo;Nguy&ecirc;n l&yacute; hoạt động của t&ecirc;n lửa nước rất đơn giản. Lấy một vỏ chai nước bằng nhựa tạo h&igrave;nh t&ecirc;n lửa v&agrave; đổ khoảng 2/3 nước v&agrave;o, sau đ&oacute; gh&eacute;p với một gi&agrave;n ph&oacute;ng bằng ống nước c&oacute; bộ phận cung cấp kh&iacute; n&eacute;n v&agrave;o t&ecirc;n lửa. D&ugrave;ng bơm tạo &aacute;p suất, đến khi đủ &aacute;p suất cần thiết th&igrave; mở van cho t&ecirc;n lửa bắn đi. Đơn giản vậy nhưng t&ecirc;n lửa nước l&agrave; tr&ograve; chơi đặc biệt hấp dẫn c&aacute;c bạn m&ecirc; khoa học vật l&yacute;, thi&ecirc;n văn&rdquo; - <NAME>, th&agrave;nh vi&ecirc;n CLB thi&ecirc;n văn nghiệp dư Quảng Ng&atilde;i cho biết.</p>\r\n\r\n<p>Trong hơn 2 năm qua, h&agrave;ng trăm bạn trẻ y&ecirc;u thi&ecirc;n văn học tại H&agrave; Nội, TP.HCM, Huế, Đ&agrave; Nẵng, Quảng Nam, Quảng Ng&atilde;i, B&igrave;nh Định đ&atilde; kết nối với nhau, c&ugrave;ng nghi&ecirc;n cứu, thảo luận, chia sẻ kiến thức, niềm đam m&ecirc; thi&ecirc;n văn học th&ocirc;ng qua c&aacute;c diễn đ&agrave;n, mạng x&atilde; hội v&agrave; ng&agrave;y hội thi&ecirc;n văn nghiệp dư được tổ chức hằng năm.</p>\r\n\r\n<p>Đến với c&aacute;c CLB thi&ecirc;n văn nghiệp dư, bạn trẻ kh&ocirc;ng chỉ bị hấp dẫn bởi những tr&ograve; chơi hướng đến kh&aacute;m ph&aacute; vũ trụ, kh&ocirc;ng gian như bắn t&ecirc;n lửa nước, thả trứng m&ocirc; phỏng t&agrave;u đổ bộ, thiết kế, chế tạo k&iacute;nh thi&ecirc;n văn&hellip; m&agrave; c&ograve;n được chia sẻ kinh nghiệm quan s&aacute;t bầu trời, vị tr&iacute; c&aacute;c ch&ograve;m sao.</p>\r\n\r\n<p>&ldquo;Quan s&aacute;t bầu trời đ&ecirc;m th&aacute;ng 8 c&oacute; thể x&aacute;c định vị tr&iacute; c&aacute;c ch&ograve;m sao như Thần n&ocirc;ng, Đại h&ugrave;ng tinh, Nh&acirc;n m&atilde;, Tam gi&aacute;c m&ugrave;a h&egrave;; nối 3 ng&ocirc;i sao s&aacute;ng nhất của c&aacute;c ch&ograve;m sao Thi&ecirc;n ưng, Thi&ecirc;n nga v&agrave; Thi&ecirc;n cầm&hellip; C&oacute; nhiều kiến thức kh&oacute; t&igrave;m thấy v&agrave; tiếp nhận từ s&aacute;ch vở m&agrave; phải qua trải nghiệm mới c&oacute; được. Kết nối với nhau, th&agrave;nh vi&ecirc;n c&aacute;c CLB thi&ecirc;n văn nghiệp dư sẽ c&oacute; cơ hội chia sẻ c&ugrave;ng nhau những kiến thức bổ &iacute;ch, lan tỏa những gi&aacute; trị đ&iacute;ch thực của niềm đam m&ecirc; nghi&ecirc;n cứu vật l&yacute;, thi&ecirc;n văn&hellip;&rdquo; - Đặng Tuấn Duy, th&agrave;nh vi&ecirc;n CLB thi&ecirc;n văn TP.HCM giải th&iacute;ch.</p>\r\n\r\n<p>Lu&ocirc;n đồng h&agrave;nh v&agrave; kh&aacute; s&acirc;u s&aacute;t với hoạt động của c&aacute;c CLB thi&ecirc;n văn nghiệp dư trong cả nước, tiến sĩ Nguyễn Thị Ho&agrave;ng Anh (Trung t&acirc;m vệ tinh quốc gia) cho biết: &ldquo;Đến với c&aacute;c CLB thi&ecirc;n văn như thế n&agrave;y, bạn trẻ dễ d&agrave;ng gặp gỡ những người c&oacute; chung sự quan t&acirc;m, thỏa m&atilde;n đam m&ecirc; c&ocirc;ng nghệ, kh&aacute;m ph&aacute; kh&ocirc;ng gian, vũ trụ. Những hoạt động bề nổi như chế tạo k&iacute;nh viễn vọng, thiết kế t&ecirc;n lửa nước rất hấp dẫn v&agrave; khơi gợi t&ograve; m&ograve;, kh&aacute;m ph&aacute; khoa học, từ đ&oacute;, c&aacute;c bạn nu&ocirc;i dưỡng đam m&ecirc; v&agrave; đi dần đến con đường chuy&ecirc;n nghiệp&rdquo;.</p>\r\n\r\n<p>Giữa c&aacute;i n&oacute;ng của trưa h&egrave; miền Trung, lẫn trong cộng đồng những người trẻ y&ecirc;u thi&ecirc;n văn l&agrave; PGS-TS <NAME> (ĐH Par<NAME>, Ph&aacute;p), hiện l&agrave; giảng vi&ecirc;n chương tr&igrave;nh đ&agrave;o tạo thi&ecirc;n văn, h&agrave;ng kh&ocirc;ng (Trường ĐH Khoa học - C&ocirc;ng nghệ H&agrave; Nội) đ&atilde; gi&uacute;p c&aacute;c bạn rất nhiều khi thực tế h&oacute;a những l&yacute; thuyết, những kh&aacute;i niệm của một lĩnh vực c&ograve;n kh&aacute; mới ở VN. &ldquo;D&ugrave; học vị cao, nhưng anh ấy c&ograve;n rất trẻ, ngo&agrave;i 35 tuổi, n&ecirc;n anh ấy c&oacute; c&aacute;ch rất ri&ecirc;ng để truyền đạt những nguy&ecirc;n tắc, nguy&ecirc;n l&yacute; cơ bản về vật l&yacute;, lan tỏa giấc mơ thi&ecirc;n văn đến những người trẻ&rdquo; - Th&aacute;i Văn Lợi, th&agrave;nh vi&ecirc;n CLB thi&ecirc;n văn nghiệp dư Đ&agrave; Nẵng n&oacute;i về người bạn đồng h&agrave;nh đặc biệt của m&igrave;nh.</p>\r\n\r\n<p>&ldquo;Kết nối với c&aacute;c CLB thi&ecirc;n văn nghiệp dư ở VN, t&ocirc;i gặp nhiều bạn tuổi mới lớn nhưng đ&atilde; thể hiện một niềm đam m&ecirc; đặc biệt, một nền tảng kiến thức nhất định đối với vật l&yacute;, thi&ecirc;n văn học&hellip; Nếu c&oacute; cơ hội, được đ&agrave;o tạo chuy&ecirc;n nghiệp, họ sẽ l&agrave; nguồn nh&acirc;n lực triển vọng&rdquo; - TS <NAME> khẳng định.</p>\r\n\r\n<p style="text-align:right"><em><strong>An Dy&nbsp;-&nbsp;B&aacute;o Thanh Ni&ecirc;n</strong></em></p>', '1492910383.jpg', 2, 4, 6, '2017-04-22 18:19:43', '2017-04-26 02:08:32', NULL), (7, 'Giới trẻ Đà Nẵng hụt hẫng vì không nhìn rõ “trăng máu”', 'Khoảng 17h ngày 8/10, các bạn trẻ trong CLB Thiên Văn Đà Nẵng và nhiều bạn trẻ khác đã tập trung bên bờ biển Nguyễ<NAME> Thành (đoạn giao với đường Nguyễn Sinh Sắc) để được tận mắt chiêm ngưỡng hiện tượng kỳ thú nguyệt thực toàn phần (hay còn gọi là trăng máu).', '<p>(D&acirc;n tr&iacute;) - Tại Đ&agrave; Nẵng, đến khoảng 18h13 ng&agrave;y 8/10 mặt trăng mới bắt đầu xuất hiện nhưng chỉ rất mờ v&agrave; chỉ được khoảng 1 ph&uacute;t sau th&igrave; bị m&acirc;y che lấp&hellip;</p>\r\n\r\n<p>Khoảng 17h ng&agrave;y 8/10, c&aacute;c bạn trẻ trong CLB Thi&ecirc;n Văn Đ&agrave; Nẵng v&agrave; nhiều bạn trẻ kh&aacute;c đ&atilde; tập trung b&ecirc;n bờ biển Nguyễn Tất Th&agrave;nh (đoạn giao với đường Nguyễn Sinh Sắc) để được tận mắt chi&ecirc;m ngưỡng hiện tượng kỳ th&uacute; nguyệt thực to&agrave;n phần (hay c&ograve;n gọi l&agrave; trăng m&aacute;u).</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/IMG_0724-fda2a_zpswhcfhm85.jpg" /></p>\r\n\r\n<p><em>C&aacute;c bạn trẻ Đ&agrave; Nẵng chăm ch&uacute; theo d&otilde;i mỗi khi trăng xuất hiện nhưng c&oacute; phần hụt hẫng v&igrave; kh&ocirc;ng nh&igrave;n r&otilde; được hiện tượng &quot;trăng m&aacute;u&quot;.</em></p>\r\n\r\n<p>Theo bạn Th&aacute;i Văn Lợi &ndash; chủ nhiệm CLB Thi&ecirc;n Văn Đ&agrave; Nẵng, để chuẩn bị cho đợt xem nguyệt thực lần n&agrave;y CLB đ&atilde; l&ecirc;n kế hoạch, chọn địa điểm trong v&ograve;ng một tuần. H&ocirc;m nay, CLB đ&atilde; chuẩn bị 2 k&iacute;nh thi&ecirc;n văn (1 k&iacute;nh mua, 1 k&iacute;nh tự chế) để quan s&aacute;t nguyệt thực.</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh-1-fda2a_zpslfppksxs.jpg" /></p>\r\n\r\n<p><em>Tại Đ&agrave; Nẵng, đến khoảng 18h13, mặt trăng mới xuất hiện nhưng rất mờ v&agrave; biến mất chỉ sau khoảng 1 ph&uacute;t</em></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh-2-fda2a_zpss5zhj0lv.jpg" /></p>\r\n\r\n<p><em>Đến khoảng 18h38, mặt trăng mới xuất hiện trở lại v&agrave; cũng biến mất sau khoảng v&agrave;i ph&uacute;t</em></p>\r\n\r\n<p>Tuy nhi&ecirc;n, đợi m&atilde;i đến khoảng 18h13, mặt trăng mới bắt đầu l&oacute; ra. Tuy nhi&ecirc;n rất mờ v&agrave; chỉ được khoảng 1 ph&uacute;t th&igrave; bị m&acirc;y che lấp. Đến khoảng 18h38, mặt trăng xuất hiện trở lại nhưng chỉ bằng h&igrave;nh lưỡi liềm, trăng m&agrave;u v&agrave;ng chứ kh&ocirc;ng c&oacute; nhuộm m&agrave;u đỏ. V&agrave; được khoảng 2 ph&uacute;t sau th&igrave; trăng lại biến mất.<br />\r\nNhững lần sau trăng vừa xuất hiện được 1 &ndash; 2 ph&uacute;t th&igrave; lại biến mất. Cho đến khoảng 19h30, khi hiện tượng nguyệt thực kết th&uacute;c th&igrave; trăng mới hiện ra r&otilde; r&agrave;ng.</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh-3-fda2a_zpsmmequ9xj.jpg" /></p>\r\n\r\n<p><em>Những lần xuất hiện sau đ&oacute;, mặt trăng cũng kh&ocirc;ng r&otilde; bị nhuộm m&agrave;u đỏ</em></p>\r\n\r\n<p>&ldquo;Mấy ng&agrave;y vừa rồi thời tiết Đ&agrave; Nẵng thường xuy&ecirc;n mưa n&ecirc;n bọn em lo kh&ocirc;ng thể tổ chức ngắm nguyệt thực. Tuy nhi&ecirc;n, ng&agrave;y h&ocirc;m nay, thời tiết Đ&agrave; Nẵng nắng r&aacute;o n&ecirc;n ai cũng rất h&agrave;o hức. Thế nhưng, do bị m&acirc;y che lấp, thỉnh thoảng trăng mới xuất hiện, kh&ocirc;ng nh&igrave;n được r&otilde; n&ecirc;n xem kh&ocirc;ng sướng&rdquo;, bạn Th&aacute;i Văn Lợi chia sẻ.</p>\r\n\r\n<p>C&ograve;n bạn Đo&agrave;n Phương Dung, th&agrave;nh vi&ecirc;n của CLB Thi&ecirc;n Văn Đ&agrave; Nẵng cho biết, trước khi đi em cứ nghĩ xem được tận mắt chi&ecirc;m ngưỡng mặt trăng nhuốm m&agrave;u đỏ nhưng lại kh&ocirc;ng được thế n&ecirc;n hơi hụt hẫng.</p>\r\n\r\n<p style="text-align:right"><em><strong>Kh&aacute;nh Hồng</strong></em></p>\r\n\r\n<p style="text-align:right"><em><a href="http://dantri.com.vn/nhip-song-tre/gioi-tre-da-nang-hut-hang-vi-khong-nhin-ro-trang-mau-953484.htm" rel="nofollow" target="_blank">http://dantri.com.vn/nhip-song-tre/gioi-tre-da-nang-hut-hang-vi-khong-nhin-ro-trang-mau-953484.htm</a></em></p>', '1492910486.jpg', 3, 4, 6, '2017-04-22 18:21:26', '2017-04-27 02:49:34', NULL), (8, 'Những địa điểm xem “Mặt trăng máu” lý tưởng nhất vào ngày mai', 'Vào ngày mai 4/4 hiện tượng Mặt trăng máu hay còn gọi là nguyệt thực toàn phần sẽ diễn ra trong khoảng 4 phút 43 giây. Để có thể quan sát hiện tượng này, các chuyên gia khuyến cáo người dân nên chọn các địa điểm có hướng đông tốt và xa ánh đèn để không bị che tầm nhìn.', '<p><strong>V&agrave;o ng&agrave;y mai 4/4 hiện tượng Mặt trăng m&aacute;u hay c&ograve;n gọi l&agrave;&nbsp;nguyệt thực to&agrave;n phần&nbsp;sẽ diễn ra trong khoảng 4 ph&uacute;t 43 gi&acirc;y. Để c&oacute; thể quan s&aacute;t hiện tượng n&agrave;y, c&aacute;c chuy&ecirc;n gia khuyến c&aacute;o người d&acirc;n n&ecirc;n chọn c&aacute;c địa điểm c&oacute; hướng đ&ocirc;ng tốt v&agrave; xa &aacute;nh đ&egrave;n để kh&ocirc;ng bị che tầm nh&igrave;n.</strong><br />\r\n<strong>C&aacute;c địa điểm c&oacute; thể quan s&aacute;t tốt hiện tượng Mặt trăng m&aacute;u.</strong></p>\r\n\r\n<p><strong>Tại H&agrave; Nội</strong></p>\r\n\r\n<p>Địa điểm được xem l&agrave; tốt nhất để theo d&otilde;i hiện tượng Mặt trăng m&aacute;u hay c&ograve;n gọi l&agrave; nguyệt thực to&agrave;n phần l&agrave; &nbsp;Cột đồng hồ S&acirc;n vận động quốc gia Mỹ Đ&igrave;nh.</p>\r\n\r\n<p>Theo anh Phương &ndash; Chủ nhiệm Hội Thi&ecirc;n văn Nghiệp dư H&agrave; Nội cho biết nếu kh&ocirc;ng &nbsp;c&oacute; điều kiện đến s&acirc;n Mỹ Đ&igrave;nh th&igrave; c&oacute; thể t&igrave;m nơi n&agrave;o c&oacute; hướng đ&ocirc;ng tốt, rộng r&atilde;i, tho&aacute;ng đ&atilde;ng để quan s&aacute;t.</p>\r\n\r\n<p>Hội Thi&ecirc;n văn Nghiệp dư H&agrave; Nội b&ecirc;n cạnh việc hỗ trợ thiết bị th&igrave; c&ograve;n giải đ&aacute;p nhiều c&acirc;u hỏi của c&aacute;c bạn tham gia quan s&aacute;t sự kiện.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i1067.photobucket.com/albums/u437/gemini4869/trang_mau_1_zpspvlpxeas.jpg" /></p>\r\n\r\n<p><em>Mặt trăng m&aacute;u năm ngo&aacute;i tại Mỹ - Ảnh: The Virtual Telescope Project</em></p>\r\n\r\n<p><strong>Tại Đ&agrave; Nẵng</strong></p>\r\n\r\n<p>Những người quan t&acirc;m đến nguyệt thực c&oacute; thể đến C&ocirc;ng vi&ecirc;n biển Đ&ocirc;ng (biển Phạm Văn Đồng) từ 16h30 đến 21h30.</p>\r\n\r\n<p>Theo anh Th&aacute;i Văn Lợi -Chủ nhiệm C&acirc;u lạc bộ (CLB) Thi&ecirc;n văn học Đ&agrave; Nẵng, người xem n&ecirc;n chọn những địa điểm c&oacute; hướng đ&ocirc;ng nh&igrave;n ra biển, dự kiến 19h l&agrave; thời điểm nguyệt thực cực đại.</p>\r\n\r\n<p><strong>Tại TP Hồ Ch&iacute; Minh</strong></p>\r\n\r\n<p>Người quan t&acirc;m c&oacute; thể đến Khu D&acirc;n cư T&acirc;n Quy Đ&ocirc;ng, Quận 7 để quan s&aacute;t nguyệt thực v&agrave;o tối mai, anh Đặng Tuấn Duy, Hội thi&ecirc;n văn nghiệp dư TP. Hồ Ch&iacute; Minh cho biết.</p>\r\n\r\n<p>Ngo&agrave;i ra, bến Nh&agrave; Rồng, Metro Quận 2 cũng l&agrave; c&aacute;c địa điểm tốt để quan s&aacute;t nguyệt thực. Nơi quan s&aacute;t n&ecirc;n tr&aacute;nh xa &aacute;nh đ&egrave;n v&agrave; hơi tối. Hội thi&ecirc;n văn dự kiến sẽ giải đ&aacute;p nhiều c&acirc;u hỏi của những người y&ecirc;u th&iacute;ch khoa học như nguyệt thực c&oacute; diễn ra thường xuy&ecirc;n kh&ocirc;ng, tại sao c&oacute; m&agrave;u đỏ, hiện tượng trăng m&aacute;u l&agrave; g&igrave;.</p>\r\n\r\n<p>Từ 16h01 giờ H&agrave; Nội ng&agrave;y mai, Mặt Trăng sẽ đi v&agrave;o v&ugrave;ng b&oacute;ng nửa tối. Pha một phần bắt đầu l&uacute;c 17h15, pha to&agrave;n phần bắt đầu từ 18h57 v&agrave; đạt cực đại l&uacute;c 19h00. Trong năm 2014, người y&ecirc;u thi&ecirc;n văn ở Việt Nam từng quan s&aacute;t hiện tượng tương tự ng&agrave;y 8/10. Nguyệt thực một phần tiếp theo ở Việt Nam sẽ diễn ra ng&agrave;y 8/8/2017. Nguyệt thực to&agrave;n phần xuất hiện một năm sau đ&oacute;, v&agrave;o ng&agrave;y 31/1/2018.</p>\r\n\r\n<p style="text-align:right"><em><strong>Nha Trang</strong></em></p>\r\n\r\n<p style="text-align:right"><em><a href="http://toancanh.nguoiduatin.vn/nhung-dia-diem-xem-mat-trang-mau-ly-tuong-nhat-vao-ngay-mai-011352282.html" rel="nofollow" target="_blank">http://toancanh.nguoiduatin.vn/nhung-dia-diem-xem-mat-trang-mau-ly-tuong-nhat-vao-ngay-mai-011352282.html</a></em></p>', '1492910558.jpg', 2, 4, 6, '2017-04-22 18:22:38', '2017-04-26 02:11:43', NULL), (9, 'Giới trẻ Đà Nẵng xếp hàng ngắm nguyệt thực', 'Chiều tối 4/4, các bạn trẻ trong CLB Thiên văn học Đà Nẵng cùng nhiều bạn trẻ và người dân yêu thích thiên văn trên địa bàn TP Đà Nẵng đã tập trung tại Công viên biển Đông để được tận mắt quan sát hiện tượng nguyệt thực toàn phần.', '<p>Chiều tối 4/4, c&aacute;c bạn trẻ trong CLB Thi&ecirc;n văn học Đ&agrave; Nẵng c&ugrave;ng nhiều bạn trẻ v&agrave; người d&acirc;n y&ecirc;u th&iacute;ch thi&ecirc;n văn tr&ecirc;n địa b&agrave;n TP Đ&agrave; Nẵng đ&atilde; tập trung tại C&ocirc;ng vi&ecirc;n biển Đ&ocirc;ng để được tận mắt quan s&aacute;t hiện tượng nguyệt thực to&agrave;n phần.</p>\r\n\r\n<p>Bạn Th&aacute;i Văn Lợi &ndash; Chủ nhiệm CLB Thi&ecirc;n văn học Đ&agrave; Nẵng cho biết: Tham gia quan s&aacute;t hiện tượng nguyệt thực do CLB tổ chức c&oacute; 40 th&agrave;nh vi&ecirc;n của CLB v&agrave; hơn 150 bạn trẻ l&agrave; sinh vi&ecirc;n c&aacute;c trường ĐH, CĐ v&agrave; c&aacute;c em học sinh tr&ecirc;n địa b&agrave;n đăng k&yacute;.</p>\r\n\r\n<p>Mọi người ra đ&acirc;y l&uacute;c 16h chiều để c&oacute; thể quan s&aacute;t được tượng nguyệt thực từ l&uacute;c mới bắt đầu xuất hiện. CLB c&oacute; 1 ống nh&ograve;m v&agrave; 4 k&iacute;nh thi&ecirc;n văn để phục vụ mọi người quan s&aacute;t hiện tượng nguyệt thực được dễ d&agrave;ng hơn.</p>\r\n\r\n<p>&ldquo;Tại Đ&agrave; Nẵng, hiện tượng nguyệt thực c&oacute; thể thấy được khi mặt trăng chưa mọc. Tuy nhi&ecirc;n, nguyệt thực bị m&acirc;y che lấp n&ecirc;n nh&igrave;n kh&ocirc;ng được r&otilde; lắm&rdquo;, bạn Th&aacute;i Văn Lợi cho biết th&ecirc;m.&nbsp;</p>\r\n\r\n<p>V&igrave; số lượng ống nh&ograve;m v&agrave; k&iacute;nh thi&ecirc;n văn &iacute;t nhưng số lượng người xem đ&ocirc;ng n&ecirc;n c&aacute;c bạn phải xếp h&agrave;ng chờ đến lượt m&igrave;nh. D&ugrave; nguyệt thực nh&igrave;n kh&ocirc;ng được r&otilde; lắm nhưng ai cũng tỏ ra rất h&aacute;o hức.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i1067.photobucket.com/albums/u437/gemini4869/anh-1-50708_zpsawiwutjv.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Địa điểm ngắm nguyệt thực của c&aacute;c bạn trẻ n&agrave;y l&agrave; C&ocirc;ng vi&ecirc;n biển Đ&ocirc;ng</em>&nbsp;</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i1067.photobucket.com/albums/u437/gemini4869/anh-2-50708_zpsx5komk6j.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i1067.photobucket.com/albums/u437/gemini4869/anh-3-50708_zpsqtewxqaw.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>C&aacute;c bạn trẻ rất h&aacute;o hức khi được quan s&aacute;t nguyệt thực to&agrave;n phần mặc d&ugrave; kh&ocirc;ng được r&otilde; lắm</em></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i1067.photobucket.com/albums/u437/gemini4869/anh-4-50708_zpso9bsfaw5.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i1067.photobucket.com/albums/u437/gemini4869/anh-5-50708_zpsdj93c0hx.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Nguyệt thực bị m&acirc;y che lấp n&ecirc;n nh&igrave;n kh&ocirc;ng r&otilde;</em></p>\r\n\r\n<p style="text-align:right"><em><strong>Kh&aacute;nh Hồng</strong></em></p>\r\n\r\n<p style="text-align:right"><em><a href="http://dantri.com.vn/nhip-song-tre/gioi-tre-da-nang-xep-hang-ngam-nguyet-thuc-duy-nhat-trong-nam-1055091.htm">http://dantri.com.vn/nhip-song-tre/gioi-tre-da-nang-xep-hang-ngam-nguyet-thuc-duy-nhat-trong-nam-1055091.htm</a></em></p>', '1492911536.jpg', 1, 4, 6, '2017-04-22 18:38:56', '2017-04-22 18:38:56', NULL), (10, 'Giới trẻ Đà Nẵng háo hức khi được xem “trăng máu”', 'Tối 4/4, CLB Thiên văn học Đà Nẵng đã tổ chức hoạt động quan sát nguyệt thực từ lúc 16h30-21h30 tại công viên biển Đông (bãi biển Phạm Văn Đồng). Hàng nghìn người dân, bạn trẻ hiếu kỳ đã có mặt cuối giờ chiều để chiêm ngưỡng hiện tượng độc đáo hiếm thấy này.', '<p>TPO - Tối 4/4, CLB Thi&ecirc;n văn học Đ&agrave; Nẵng đ&atilde; tổ chức hoạt động quan s&aacute;t nguyệt thực từ l&uacute;c 16h30-21h30 tại c&ocirc;ng vi&ecirc;n biển Đ&ocirc;ng (b&atilde;i biển Phạm Văn Đồng). H&agrave;ng ngh&igrave;n người d&acirc;n, bạn trẻ hiếu kỳ đ&atilde; c&oacute; mặt cuối giờ chiều để chi&ecirc;m ngưỡng hiện tượng độc đ&aacute;o hiếm thấy n&agrave;y.</p>\r\n\r\n<p>Nguyễn Ngọc Trường Giang, SV ĐH Ngoại ngữ n&oacute;i: &ldquo;Bọn m&igrave;nh nghe tin tối nay sẽ xuất hiện nguyệt thực to&agrave;n phần n&ecirc;n cả nh&oacute;m tập trung từ sớm tại bờ biển. Đ&acirc;y l&agrave; địa điểm l&yacute; tưởng, hi vọng tối nay tất cả mọi người sẽ được m&atilde;n nh&atilde;n&rdquo;.</p>\r\n\r\n<p><NAME>&aacute;<NAME>, chủ nhiệm CLB Thi&ecirc;n văn học Đ&agrave; Nẵng cho biết, c&oacute; hơn 200 bạn trẻ đăng k&yacute; tham gia ngắm nguyệt thực v&agrave; CLB đ&atilde; tổ chức một bữa ăn nhẹ tại c&ocirc;ng vi&ecirc;n. Để kế hoạch xem nguyệt thực to&agrave;n phần diễn ra thuận lợi, CLB chuẩn bị 4 k&iacute;nh thi&ecirc;n văn học v&agrave; nhiều vật dụng bảo vệ mắt để phục vụ nhu cầu ngắm &ldquo;mặt trăng m&aacute;u&rdquo; của người d&acirc;n v&agrave; c&aacute;c bạn trẻ.</p>\r\n\r\n<p>Đến thời điểm 19h17, nhiều người c&oacute; mặt ở c&ocirc;ng vi&ecirc;n biển Đ&ocirc;ng đ&atilde; rất h&aacute;o hức khi nh&igrave;n thấy tr&ecirc;n bầu trời xuất hiện nguyệt thực một phần. L&uacute;c n&agrave;y mặt trăng c&oacute; một phần m&agrave;u đỏ xuất hiện khoảng hơn 10 ph&uacute;t.&nbsp;</p>\r\n\r\n<p>Phải đến 20h36 ph&uacute;t, hiện tượng pha nguyệt thực mới xuất hiện trở lại.Tuy nhi&ecirc;n, do thời tiết ở Đ&agrave; Nẵng kh&aacute; &acirc;m u, trời nhiều m&acirc;y v&agrave; đổ mưa n&ecirc;n nguyệt thực đ&atilde; biến mất ngay sau đ&oacute;. Đến thời điểm 21h30, nhiều người d&acirc;n, bạn trẻ Đ&agrave; Nẵng tỏ ra hụt hẫng khi kh&ocirc;ng nh&igrave;n thấy được hiện tượng nguyệt thực to&agrave;n phần như mong đợi.</p>\r\n\r\n<p><em>Ch&ugrave;m ảnh giới trẻ Đ&agrave; Nẵng theo d&otilde;i quan s&aacute;t nguyệt thực tại c&ocirc;ng vi&ecirc;n biển Đ&ocirc;ng tối 4/4:</em></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh_1_ngay_tu_dau_gio_chieu_nhieu_ban_tre_da_tap_trung_tai_cong_vien_b_wieq.jpg_zpslargvfqo.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Ngay từ cuối giờ chiều, nhiều bạn trẻ đ&atilde; tập trung về c&ocirc;ng vi&ecirc;n biển Đ&ocirc;ng để đ&oacute;n xem nguyệt thực to&agrave;n phần.</em></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh_2_4_kinh_thien_van_hoc_duoc_chuan_bi_pxkf.jpg_zpstxeglpm5.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>K&iacute;nh thi&ecirc;n văn học được c&aacute;c th&agrave;nh vi&ecirc;n CLB Thi&ecirc;n văn học Đ&agrave; Nẵng chuẩn bị để phục vụ người xem.</em></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh_3_cac_thanh_vien_clb_huong_dan_cach_xem_nguyet_fxxb.jpg_zpsrgj2wpnv.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Th&agrave;nh vi&ecirc;n CLB thi&ecirc;n văn học Đ&agrave; Nẵng đang hướng dẫn c&aacute;ch xem nguyệt thực to&agrave;n phần cho c&aacute;c bạn trẻ.</em></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh_4_su_kien_thu_hut_rat_nhieu_em_nho_erpr.jpg_zpsflmvfk3c.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Sự kiện thu h&uacute;t sự hiếu kỳ của nhiều em nhỏ.</em>&nbsp;</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh_5_gioi_tre_hao_huc_quan_sat_hien_tuong_mat_trang_mau_1__aapd.jpg_zpsczfdpvxf.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh_5_gioi_tre_hao_huc_quan_sat_hien_tuong_mat_trang_mau_2__txyw.jpg_zpszy6kqaqb.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh_5_gioi_tre_hao_huc_quan_sat_hien_tuong_mat_trang_mau_gfwv.jpg_zpsyp700ii4.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>C&aacute;c bạn trẻ Đ&agrave; Nẵng h&aacute;o hức chờ đợi hiện tượng &ldquo;mặt trăng m&aacute;u&rdquo; hiếm thấy.</em></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh_6_hien_tuong_trang_trang_truoc_luc_xuat_hien_nguyet_thuc_hxqz.jpg_zpsce20v5w8.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh_6_nguyet_thuc_mot_phan_zsal.jpg_zpsqnshrtlv.jpg" /></p>\r\n\r\n<p><em>Hiện tượng mặt trăng trắng trước l&uacute;c xuất hiện nguyệt thực.</em>&nbsp;</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh_7_hen_tuong_nguyet_thuc_da_xuat_hien_truoc_do_vao_2h20_ngay_4_4_oblk.jpg_zpswesfcnm9.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/anh_7_hien_tuong_pha_nguyet_thuc_toi_4_4_2__jjwl.jpg_zpshaqpw6ya.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Hiện tượng nguyệt thực một phần v&agrave; pha nguyệt thực xuất hiện tối 4/4 tại c&ocirc;ng vi&ecirc;n biển Đ&ocirc;ng, Đ&agrave; Nẵng.</em></p>\r\n\r\n<p style="text-align:right"><em><strong>B&aacute;o&nbsp;Tiền Phong</strong></em></p>\r\n\r\n<p style="text-align:right"><em><a href="https://www.tienphong.vn/gioi-tre/gioi-tre-da-nang-hao-huc-khi-duoc-xem-trang-mau-843211.tpo" rel="nofollow" target="_blank">https://www.tienphong.vn/gioi-tre/gioi-tre-da-nang-hao-huc-khi-duoc-xem-trang-mau-843211.tpo</a></em></p>', '1492911726.jpg', 1, 4, 6, '2017-04-22 18:42:06', '2017-04-22 18:42:06', NULL), (11, 'Sáng nay, người người chăm chú ngắm nhật thực', 'Hoạt động này diễn ra tại bãi biển đoạn Công viên Biển Đông, Q.Sơn Trà, TP.Đà Nẵng do Câu lạc bộ Thiên văn học TP.Đà Nẵng tổ chức.', '<p>Hoạt động n&agrave;y diễn ra tại b&atilde;i biển đoạn C&ocirc;ng vi&ecirc;n Biển Đ&ocirc;ng, Q.Sơn Tr&agrave;, TP.Đ&agrave; Nẵng do C&acirc;u lạc bộ Thi&ecirc;n văn học TP.Đ&agrave; Nẵng tổ chức.</p>\r\n\r\n<p>Thời tiết s&aacute;ng 9.3 c&ograve;n se lạnh, nắng nhẹ, hiện tượng xuất hiện v&agrave;o s&aacute;ng sớm n&ecirc;n mặt trời kh&ocirc;ng qu&aacute; gắt, rất thuận lợi cho việc quan s&aacute;t, thời gian nhật thực diễn ra tại TP.Đ&agrave; Nẵng gần 2 tiếng đồng hồ.</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/img_6471_vxvu_zpshg5ixls4.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Hướng dẫn mọi người quan s&aacute;t nhật thực an to&agrave;n&nbsp;</em></p>\r\n\r\n<p><em><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/img_6448_vxaq_zps87savvud.jpg" /></em></p>\r\n\r\n<p style="text-align:center"><em>Quan s&aacute;t nhật thực bằng k&iacute;nh chuy&ecirc;n dụng</em></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/img_6445_tjhm_zpsbvin7xpn.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Đ&oacute;n b&oacute;ng nhật thực v&agrave;o hộp giấy</em>&nbsp;</p>\r\n\r\n<p>Bạn Th&aacute;i Văn Lợi (năm 3 ng&agrave;nh C&ocirc;ng nghệ th&ocirc;ng tin, ĐH B&aacute;ch khoa Đ&agrave; Nẵng), Chủ nhiệm C&acirc;u lạc bộ Thi&ecirc;n văn học TP.Đ&agrave; Nẵng cho hay, đ&acirc;y l&agrave; nhật thực to&agrave;n phần nhưng ở Việt Nam chỉ xem được nhật thực một phần, tại Đ&agrave; Nẵng nhật thực bắt đầu l&uacute;c 6 giờ 46 ph&uacute;t, đạt cực đại l&uacute;c 7 giờ 42 ph&uacute;t, v&agrave; kết th&uacute;c l&uacute;c 8 giờ 44 ph&uacute;t, độ che phủ cực đại l&agrave; 36%.</p>\r\n\r\n<p>C&acirc;u lạc bộ Thi&ecirc;n văn học đ&atilde; chuẩn bị c&aacute;c thiết bị để th&agrave;nh vi&ecirc;n cũng như người d&acirc;n v&agrave; du kh&aacute;ch quan s&aacute;t trực tiếp v&agrave; gi&aacute;n tiếp một c&aacute;ch an to&agrave;n như ống nh&ograve;m, k&iacute;nh thi&ecirc;n văn, phương ph&aacute;p chiếu b&oacute;ng, k&iacute;nh nhật thực, k&iacute;nh thợ h&agrave;n&hellip;</p>\r\n\r\n<p><em><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/img_6474_pcws_zpsx725ef8t.jpg" /></em></p>\r\n\r\n<p style="text-align:center"><em>Đ&ocirc;i bạn trẻ người Hồng K&ocirc;ng chụp ảnh cưới tại b&atilde;i biển Đ&agrave; Nẵng cũng đ&oacute;n xem hiện tượng thi&ecirc;n nhi&ecirc;n kỳ th&uacute; n&agrave;y</em></p>\r\n\r\n<p><em><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/img_6442_pubw_zpsstywp37e.jpg" /></em></p>\r\n\r\n<p style="text-align:center"><em>Đ&ocirc;ng đảo bạn trẻ tham gia ch&agrave;o đ&oacute;n hiện tượng kỳ th&uacute;</em></p>\r\n\r\n<p><em>&nbsp;<img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/img_6465_aexm_zps0cm8qqlc.jpg" /></em></p>\r\n\r\n<p style="text-align:center"><em>Th&agrave;nh vi&ecirc;n CLB Thi&ecirc;n văn học điều chỉnh k&iacute;nh quan s&aacute;t</em></p>\r\n\r\n<p><em>&nbsp;<img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/img_6441_rseu_zpsmvhplv17.jpg" /></em></p>\r\n\r\n<p><em><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/img_6443_qhze_zpswsmswgpc.jpg" /></em></p>\r\n\r\n<p style="text-align:center"><em>Hướng dẫn mọi người quan s&aacute;t nhật thực</em>&nbsp;</p>\r\n\r\n<p>Lần gần nhất người d&acirc;n Đ&agrave; Nẵng xem được nhật thực l&agrave; từ 21.5.2012 (Thanh Ni&ecirc;n đ&atilde; th&ocirc;ng tin) v&agrave; nếu bỏ qua lần xem n&agrave;y, phải chờ đến 26.12.2019 nhật thực mới trở lại. Trong khi đ&oacute; nguyệt thực diễn ra thường xuy&ecirc;n hơn, nguyệt thực một phần sắp đến v&agrave;o th&aacute;ng 8.2017 v&agrave; nguyệt thực to&agrave;n phần v&agrave;o th&aacute;ng 1.2018.</p>\r\n\r\n<p>Sinh vi&ecirc;n <NAME> (năm 3 ng&agrave;nh Kiến tr&uacute;c ĐH B&aacute;ch khoa) cho biết, đ&acirc;y l&agrave; lần đầu bạn được xem nhật thực d&ugrave; đ&atilde; y&ecirc;u th&iacute;ch thi&ecirc;n văn từ l&acirc;u, Huyền chia sẻ trước cảnh tượng thi&ecirc;n nhi&ecirc;n kỳ diệu n&agrave;y bạn muốn kh&aacute;m ph&aacute; thi&ecirc;n văn nhiều hơn nữa v&agrave; truyền niềm đam m&ecirc; đến với mọi người.</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/0736_zarc_zpskaqk69pz.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>L&uacute;c 7 giờ 36 ph&uacute;t</em></p>\r\n\r\n<p><em>&nbsp;<img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/0738_gffo_zpszwjct29d.jpg" /></em></p>\r\n\r\n<p style="text-align:center"><em>7 giờ 38 ph&uacute;t, chuẩn bị cực đại</em></p>\r\n\r\n<p><em>&nbsp;<img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/0742_kvog_zpsyxybck5w.jpg" /></em></p>\r\n\r\n<p style="text-align:center"><em>Nhật thực cực đại l&uacute;c 7 giờ 42 ph&uacute;t</em><em>&nbsp;</em></p>\r\n\r\n<p><em>&nbsp;<img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/0747_yzka_zpsv2iyuf9h.jpg" /></em></p>\r\n\r\n<p style="text-align:center"><em>7 giờ 47 ph&uacute;t</em></p>\r\n\r\n<p><em>&nbsp;<img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/0752_oysz_zpshugiplhw.jpg" /></em></p>\r\n\r\n<p style="text-align:center"><em>7 giờ 52 ph&uacute;t</em></p>\r\n\r\n<p><em><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/0810_cmft_zpsvh8c5a5l.jpg" /></em></p>\r\n\r\n<p style="text-align:center"><em>8 giờ 10 ph&uacute;t</em></p>\r\n\r\n<p><em>&nbsp;<img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/0816_hlqd_zpshxqadq4t.jpg" /></em></p>\r\n\r\n<p style="text-align:center"><em>8 giờ 16 ph&uacute;t</em><em>&nbsp;</em></p>\r\n\r\n<p style="text-align:right"><em><strong>Nguyễn T&uacute; - B&aacute;o Thanh Ni&ecirc;n</strong></em></p>\r\n\r\n<p style="text-align:right"><em><a href="http://thanhnien.vn/doi-song/sang-nay-nguoi-nguoi-cham-chu-ngam-nhat-thuc-676281.html" rel="nofollow" target="_blank">http://thanhnien.vn/doi-song/sang-nay-nguoi-nguoi-cham-chu-ngam-nhat-thuc-676281.html</a></em></p>', '1492911958.jpg', 1, 4, 6, '2017-04-22 18:45:58', '2017-04-22 18:45:58', NULL), (12, 'Giới trẻ Đà Nẵng háo hức xem nhật thực', 'Sáng 9/3, những người yêu thích thiên văn tại Đà Nẵng đã có cơ hội được chiêm ngưỡng hiện tượng nhật thực một phần. Tại Công viên Biển Đông, từ sớm, CLB Thiên văn học Đà Nẵng đã có mặt và chuẩn bị các thiết bị ống kính, mắt kính thiên văn để sẵn sàng chờ đón thời khắc nhật thực xuất hiện với sự tham gia của 200 thành viên.', '<p>S&aacute;ng 9/3, những người y&ecirc;u th&iacute;ch thi&ecirc;n văn tại Đ&agrave; Nẵng đ&atilde; c&oacute; cơ hội được chi&ecirc;m ngưỡng hiện tượng nhật thực một phần.</p>\r\n\r\n<p>Tại C&ocirc;ng vi&ecirc;n Biển Đ&ocirc;ng, từ sớm, CLB Thi&ecirc;n văn học Đ&agrave; Nẵng đ&atilde; c&oacute; mặt v&agrave; chuẩn bị c&aacute;c thiết bị ống k&iacute;nh, mắt k&iacute;nh thi&ecirc;n văn để sẵn s&agrave;ng chờ đ&oacute;n thời khắc nhật thực xuất hiện với sự tham gia của 200 th&agrave;nh vi&ecirc;n.</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/7_vuho_zpsgdqjxoof.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>C&aacute;c bạn trẻ xem nhật thực qua ống nh&ograve;m</em></p>\r\n\r\n<p>Bạn Th&aacute;i Văn Lợi, trưởng nh&oacute;m CLB thi&ecirc;n văn học Đ&agrave; Nẵng cho biết, đ&atilde; chuẩn bị 2 k&iacute;nh thi&ecirc;n văn quan s&aacute;t gi&aacute;n tiếp, 2 ống k&iacute;nh thi&ecirc;n văn d&ugrave;ng k&iacute;nh lọc c&ugrave;ng nhiều k&iacute;nh nhật thực chuy&ecirc;n dụng, chảo nước pha mực, ống nh&ograve;m,...để phục vụ tối đa qu&aacute; tr&igrave;nh chi&ecirc;m ngưỡng khoảnh khắc nhật thực.</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/8_jgfk_zps8s3gebnh.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Qua thau nước</em></p>\r\n\r\n<p>Tại Đ&agrave; Nẵng, từ thời điểm 6h46, bắt đầu xuất hiện nhật thực một phần. Đến thời điểm 7h42, hiện tượng nhật thực &quot;mặt trăng ăn mặt trời&quot; đạt cực đại ở mức 36%. V&agrave; kết th&uacute;c v&agrave;o thời điểm 8h44.</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/10_ptkp_zpsux6qxnub.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/12_njpr_zpsn5pn06u3.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>H&igrave;nh ảnh nhật thực tại Đ&agrave; Nẵng</em></p>\r\n\r\n<p>C&aacute;c bạn trẻ tỏ ra rất h&aacute;o hức v&igrave; l&acirc;u lắm rồi mới được chi&ecirc;m ngưỡng hiện tượng nhật thực.</p>\r\n\r\n<p style="text-align:right"><em><strong>Kh&aacute;nh Hồng</strong></em></p>\r\n\r\n<p style="text-align:right"><em><a href="http://dantri.com.vn/nhip-song-tre/gioi-tre-da-nang-hao-huc-xem-nhat-thuc-20160309105917385.htm" rel="nofollow" target="_blank">http://dantri.com.vn/nhip-song-tre/gioi-tre-da-nang-hao-huc-xem-nhat-thuc-20160309105917385.htm</a></em></p>', '1492912072.jpg', 1, 4, 6, '2017-04-22 18:47:52', '2017-04-22 18:47:52', NULL), (13, 'Gi<NAME> <NAME> đổ xô ra biển đón nhật thực', 'Từ sáng sớm hôm nay, các thành viên CLB Thiên văn học Đà Nẵng cùng những người yêu mến thiên văn đã tới bãi biển xinh đẹp tại công viên Biển Đông để chiêm ngưỡng hiện tượng nhật thực một phần. Từ 5h30, gần 200 thành viên và CLB Thiên văn học Đà Nẵng đã chuẩn bị các thiết bị ống kính, mắt kính thiên văn để sẵn sàng chờ đón thời khắc nhật thực xuất hiện.', '<p><strong>TPO - Từ s&aacute;ng sớm h&ocirc;m nay, c&aacute;c th&agrave;nh vi&ecirc;n CLB Thi&ecirc;n văn học Đ&agrave; Nẵng c&ugrave;ng những người y&ecirc;u mến thi&ecirc;n văn đ&atilde; tới b&atilde;i biển xinh đẹp tại c&ocirc;ng vi&ecirc;n Biển Đ&ocirc;ng để chi&ecirc;m ngưỡng hiện tượng nhật thực một phần.</strong></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/2_AQYM.JPG_zpsxvbkerez.jpg" /></p>\r\n\r\n<p style="text-align:center">&nbsp;<em>Gần 200 th&agrave;nh vi&ecirc;n CLB Thi&ecirc;n văn học Đ&agrave; Nẵng c&oacute; mặt từ l&uacute;c 5h30&#39; để chuẩn bị. Ảnh: Đ&agrave;o Phan</em></p>\r\n\r\n<p>Từ 5h30, gần 200 th&agrave;nh vi&ecirc;n v&agrave; CLB Thi&ecirc;n văn học Đ&agrave; Nẵng đ&atilde; chuẩn bị c&aacute;c thiết bị ống k&iacute;nh, mắt k&iacute;nh thi&ecirc;n văn để sẵn s&agrave;ng chờ đ&oacute;n thời khắc nhật thực xuất hiện.</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/3_bltv.jpg_zpsxah9scy7.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/4_wtqm.jpg_zpsrnls9z14.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Sự kiện thu h&uacute;t nhiều người y&ecirc;u thi&ecirc;n văn trong nước v&agrave; du kh&aacute;ch</em></p>\r\n\r\n<p>Bạn Th&aacute;i Văn Lợi, trưởng nh&oacute;m CLB thi&ecirc;n văn học Đ&agrave; Nẵng cho biết đ&atilde; chuẩn bị 2 k&iacute;nh thi&ecirc;n văn quan s&aacute;t gi&aacute;n tiếp, 2 ống k&iacute;nh thi&ecirc;n văn d&ugrave;ng k&iacute;nh lọc c&ugrave;ng nhiều k&iacute;nh nhật thực chuy&ecirc;n dụng, chảo nước pha mực, ống nh&ograve;m.., để chi&ecirc;m ngưỡng khoảnh khắc nhật thực.</p>\r\n\r\n<p>V&agrave;o khoảng 6h46, tại Đ&agrave; Nẵng bắt đầu xuất hiện nhật thực một phần. Đến thời điểm 7h42, hiện tượng nhật thực đạt cực đại ở mức 36%. Hiện tượng nhật thực kết th&uacute;c tại Đ&agrave; Nẵng v&agrave;o l&uacute;c 8h44.</p>\r\n\r\n<p>Theo đại diện CLB Thi&ecirc;n văn học Đ&agrave; Nẵng cho biết, lần gần đ&acirc;y nhất hiện tượng nhật thực diễn ra tại Đ&agrave; Nẵng l&agrave; ng&agrave;y 21/5/2012. Sau h&ocirc;m nay, người y&ecirc;u thi&ecirc;n văn Đ&agrave; Nẵng sẽ phải đợi đến ng&agrave;y 26/12/2019 mới c&oacute; thể chi&ecirc;m ngưỡng hiện tượng n&agrave;y. Trong khi đ&oacute;, 8/2017, hiện tượng nguyệt thực một phần sẽ xuất hiện tại Việt Nam.</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/5_rxkx.jpg_zpssf3p2ht5.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/6_utyg.jpg_zpsj0d8otal.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/7_vuho_zpsgdqjxoof.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/8_jgfk_zps8s3gebnh.jpg" /><em>&nbsp;</em></p>\r\n\r\n<p style="text-align:center"><em>Quan s&aacute;t nhật thực bằng mực tr&aacute;ng gương. Ảnh: Đ&agrave;o Phan</em>&nbsp;</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/9_tbss_zpsfqu7xxqc.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/10_ptkp_zpsux6qxnub.jpg" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/11_espr_zpsetfhmipj.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Hiện tượng nhật thực một phần diễn ra tại Đ&agrave; Nẵng l&uacute;c 6h46</em></p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1067.photobucket.com/albums/u437/gemini4869/12_njpr_zpsn5pn06u3.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Nhật thực một phần đạt cực đại l&uacute;c 7h42 với tỷ lệ cực đại mặt trăng ăn mặt trời 36%. Ảnh: Đ&agrave;o Phan</em></p>\r\n\r\n<p><em>Đ&agrave;o Phan - B&aacute;o Ti<NAME>ong</em></p>\r\n\r\n<p><em><a href="http://www.tienphong.vn/Gioi-Tre/gioi-tre-da-nang-do-xo-ra-bien-don-nhat-thuc-978754.tpo" rel="nofollow" target="_blank">http://www.tienphong.vn/Gioi-Tre/gioi-tre-da-nang-do-xo-ra-bien-don-nhat-thuc-978754.tpo</a></em></p>', '1492912201.jpg', 2, 4, 6, '2017-04-22 18:50:01', '2017-04-26 05:52:31', NULL), (14, 'Chòm sao FA', 'Đây là một truyện ngắn từ Internet, được mình vẽ lại từng bức ảnh, cắt dán photoshop các kiểu ^^. Các bạn đọc và thưởng thức nhé. Chúc cả nhà buổi tối vui vẻ và ngắm sao cùng với cái bóng của chính mình.', '<p>Đ&acirc;y l&agrave; một truyện ngắn từ Internet, được m&igrave;nh vẽ lại từng bức ảnh, cắt d&aacute;n photoshop c&aacute;c kiểu ^^.</p>\r\n\r\n<p>C&aacute;c bạn đọc v&agrave; thưởng thức nh&eacute;.</p>\r\n\r\n<p>Ch&uacute;c cả nh&agrave; buổi tối vui vẻ v&agrave; ngắm sao c&ugrave;ng với c&aacute;i b&oacute;ng của ch&iacute;nh m&igrave;nh.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/1_zpsz7uqq16z.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/2_zpssbvdoued.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/3_zpsxrez64hj.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/4_zpsdmvjdggr.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/5_zpscnepancv.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/6_zpsivz2c1jd.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/7_zps5x4f8jlf.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/8_zpsvdk0cwht.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/9_zpsgirqt5jw.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/10_zpswdsxpfx3.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/11_zps1gjlaeif.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/12_zpsrpjsbmap.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/13_zpsyjnocmef.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/14_zpsn2cfptjw.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/15_zpsl2zfnwgi.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/16_zpsmnnuv6r9.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/17_zps6pkdilj6.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/18_zpsagftgcet.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/19_zpsechfq6kd.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/20_zpssdpr1j5c.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/21_zpsajrbbjb0.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/22_zpsvsjv9icu.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/23_zpsqlu6xvun.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/24_zpshqxyryoa.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/25_zpsz7atxgve.png" /></p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/TruyenCuoi_ChomSaoFA/26_zpsvicda8k7.png" /></p>\r\n\r\n<p style="text-align:right"><em>Th&aacute;i Lợi - DAC</em></p>', '1492912553.png', 1, 3, 6, '2017-04-22 18:55:40', '2017-04-22 18:55:53', NULL), (15, 'Xác định chòm sao Bắc Miện và Dũng sĩ Hercules', 'Chòm sao Bắc Miện mang hình ảnh chiếc vòng hoa của Bacchus tặng cho nàng Ariadne. Chòm sao này với diện tích 179 độ vuông, rất nhỏ với vị trí 72/88 trong danh sách các chòm sao theo diện tích.', '<p>Ch&ograve;m sao Bắc Miện mang h&igrave;nh ảnh chiếc v&ograve;ng hoa của Bacchus tặng cho n&agrave;ng Ariadne. Ch&ograve;m sao n&agrave;y với diện t&iacute;ch 179 độ vu&ocirc;ng, rất nhỏ với vị tr&iacute; 72/88 trong danh s&aacute;ch c&aacute;c ch&ograve;m sao theo diện t&iacute;ch.</p>\r\n\r\n<p>Dũng sĩ Hercules l&agrave; con trai của thần Zeus. Ch&agrave;ng được biết đến với 12 kỳ c&ocirc;ng nổi tiếng v&agrave; c&aacute;c kh&oacute; khăn m&agrave; ch&agrave;ng gặp phải đều l&agrave; &acirc;m mưu của nữ thần Hera. Những ch&ograve;m sao c&oacute; truyền thuyết li&ecirc;n quan đến ch&agrave;ng Hercules gồm Leo, Hydra, Cancer, Sagittarius, Lupus, Aquila, Sagitta, Draco,&hellip; Ch&ograve;m sao Dũng sĩ Hercules với diện t&iacute;ch 1225 độ vu&ocirc;ng, lớn thứ 5 về diện t&iacute;ch trong danh s&aacute;ch 88 ch&ograve;m sao.</p>\r\n\r\n<p>Hai ch&ograve;m sao Bắc Miện v&agrave; Dũng sĩ Hercules rất kh&oacute; x&aacute;c định, v&igrave; vậy ch&uacute;ng ta c&oacute; thể x&aacute;c định hai ch&ograve;m sao n&agrave;y th&ocirc;ng qua hai ng&ocirc;i sao Arcturus (ch&ograve;m sao Mục Phu) v&agrave; Vega (ch&ograve;m sao Thi&ecirc;n Cầm).</p>\r\n\r\n<p>Trước ti&ecirc;n, bạn h&atilde;y x&aacute;c định hai ng&ocirc;i sao: Arcturus (bằng nh&oacute;m sao Bắc Đẩu) v&agrave; Vega (ng&ocirc;i sao s&aacute;ng nhất trong &ldquo;Tam gi&aacute;c m&ugrave;a h&egrave;&rdquo;).</p>\r\n\r\n<p>&ndash; Arcturus (tức Alpha Bootis) l&agrave; ng&ocirc;i sao s&aacute;ng nhất trong ch&ograve;m sao Mục Phu, v&agrave; l&agrave; ng&ocirc;i sao s&aacute;ng thứ tư tr&ecirc;n bầu trời đ&ecirc;m với độ s&aacute;ng biểu kiến l&agrave; -0,04, c&aacute;ch Tr&aacute;i Đất 37 năm &aacute;nh s&aacute;ng.Theo tiếng Hi Lạp, Arcturus c&oacute; nghĩa l&agrave; người theo d&otilde;i gấu, v&igrave; Mục Phu l&agrave; h&igrave;nh ảnh người thợ săn gấu, lu&ocirc;n theo d&otilde;i hai mẹ con gấu, tức l&agrave; ch&ograve;m sao Gấu lớn v&agrave; Gấu nhỏ.</p>\r\n\r\n<p>&ndash; Vega (tức Alpha Lyrae, Chức Nữ) l&agrave; ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Thi&ecirc;n Cầm v&agrave; l&agrave; ng&ocirc;i sao s&aacute;ng thứ năm tr&ecirc;n bầu trời đ&ecirc;m với độ s&aacute;ng biểu kiến l&agrave; 0, được lấy l&agrave;m mốc về độ s&aacute;ng biểu kiến c&aacute;c thi&ecirc;n thể. Vega c&aacute;ch Tr&aacute;i Đất 25 năm &aacute;nh s&aacute;ng.</p>\r\n\r\n<p>Sau đ&oacute; bạn sẽ kẻ một đoạn thẳng nối hai ng&ocirc;i sao s&aacute;ng n&agrave;y v&agrave; chia đoạn thẳng đ&oacute; th&agrave;nh 3 phần bằng nhau. Vị tr&iacute; 2 điểm chia đoạn thẳng n&agrave;y ch&iacute;nh l&agrave; nằm ngay ch&ograve;m sao Bắc Miện v&agrave; Dũng sĩ Hercules như h&igrave;nh vẽ.</p>\r\n\r\n<p><img alt="BacMien-DungSiHercules_zpshp7lihvj - Xác định chòm sao Bắc Miện và Dũng sĩ Hercules" src="http://i0.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BacMien-DungSiHercules_zpshp7lihvj.png?resize=960%2C625" /></p>\r\n\r\n<p style="text-align:right"><em>Th&aacute;i Lợi &ndash; DAC</em></p>', '1492912683.png', 2, 3, 6, '2017-04-22 18:58:03', '2017-04-26 05:47:49', NULL); INSERT INTO `post` (`id`, `title`, `description`, `content`, `image`, `read_count`, `category_id`, `user_id`, `created_at`, `updated_at`, `deleted_at`) VALUES (16, 'Chòm sao Thợ Săn và Bọ Cạp', 'Theo Thần thoại Hy Lạp, thợ săn Orion là thợ săn tài giỏi, nhưng rất ngạo mạn, tự cho mình là người thợ săn tài giỏi nhất, nên đã bị nữ thần Hera – vợ của thần Zeus sai con bọ cạp xuống và giết chết chàng thợ săn này. Con bọ cạp giết chết chàng và cũng bị chàng dùng chân giẫm chết. Thần Zeus thương tiếc Orion nên cho chàng lên bầu trời, và con bọ cạp kia cũng được đưa lên trời, chính là chòm sao Scorpius. Mỗi lần chòm sao Scorpius mọc lên thì chòm sao Orion lại lặn xuống như trốn tránh kẻ thù của mình.', '<p>Theo Thần thoại Hy Lạp, thợ săn Orion l&agrave; thợ săn t&agrave;i giỏi, nhưng rất ngạo mạn, tự cho m&igrave;nh l&agrave; người thợ săn t&agrave;i giỏi nhất, n&ecirc;n đ&atilde; bị nữ thần Hera &ndash; vợ của thần Zeus sai con bọ cạp xuống v&agrave; giết chết ch&agrave;ng thợ săn n&agrave;y. Con bọ cạp giết chết ch&agrave;ng v&agrave; cũng bị ch&agrave;ng d&ugrave;ng ch&acirc;n giẫm chết. Thần Zeus thương tiếc Orion n&ecirc;n cho ch&agrave;ng l&ecirc;n bầu trời, v&agrave; con bọ cạp kia cũng được đưa l&ecirc;n trời, ch&iacute;nh l&agrave; ch&ograve;m sao Scorpius. Mỗi lần ch&ograve;m sao Scorpius mọc l&ecirc;n th&igrave; ch&ograve;m sao Orion lại lặn xuống như trốn tr&aacute;nh kẻ th&ugrave; của m&igrave;nh.</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1027.photobucket.com/albums/y339/nguyenle3181997/11232173_498868993598969_4925253920192010980_o_zpswmjbircp.png" /></p>\r\n\r\n<p>Ch&ograve;m sao Bọ Cạp, ch&ograve;m sao nổi bật trong m&ugrave;a h&egrave; với đường cong như bản đồ Việt Nam quen thuộc. T&acirc;m của con bọ cạp n&agrave;y l&agrave; ng&ocirc;i sao Antares, cũng l&agrave; ng&ocirc;i sao s&aacute;ng nhất trong ch&ograve;m sao n&agrave;y. Antares c&oacute; m&agrave;u đỏ đặc trưng, n&oacute; l&agrave; ng&ocirc;i sao s&aacute;ng thứ 16 tr&ecirc;n bầu trời đ&ecirc;m v&agrave; c&aacute;ch ch&uacute;ng ta khoảng 600 năm &aacute;nh s&aacute;ng.</p>\r\n\r\n<p>Ch&ograve;m sao Thợ săn Orion l&agrave; ch&ograve;m sao nổi bật của m&ugrave;a đ&ocirc;ng, l&agrave; ch&ograve;m sao ch&igrave;a kh&oacute;a để định hướng c&aacute;c ng&ocirc;i sao s&aacute;ng của nh&oacute;m sao Lục gi&aacute;c m&ugrave;a đ&ocirc;ng v&agrave; rất nhiều ng&ocirc;i sao kh&aacute;c.</p>\r\n\r\n<p><em>Th&aacute;i Lợi - DAC</em></p>', '1492912854.png', 1, 3, 6, '2017-04-22 19:00:54', '2017-04-22 19:00:54', NULL), (17, 'Chòm sao Gấu Lớn và Gấu Nhỏ', 'Theo thần thoại Hy Lạp kể rằng, nàng Alisto là một cô gái đẹp, đem lòng yêu thần Zeus và giữa 2 người đã có 1 đứa con, đó là Acas. Khi nữ thần Hera (tức là vợ của thần Zeus) biết được, máu ghen của nàng đã nổi lên đã biết Alisto thành 1 con gấu cái. Con gấu – nàng Alisto hoảng sợ, vội vã chạy vào trong rừng.', '<p>Theo thần thoại Hy Lạp kể rằng, n&agrave;ng Alisto l&agrave; một c&ocirc; g&aacute;i đẹp, đem l&ograve;ng y&ecirc;u thần Zeus v&agrave; giữa 2 người đ&atilde; c&oacute; 1 đứa con, đ&oacute; l&agrave; Acas. Khi nữ thần Hera (tức l&agrave; vợ của thần Zeus) biết được, m&aacute;u ghen của n&agrave;ng đ&atilde; nổi l&ecirc;n đ&atilde; biết Alisto th&agrave;nh 1 con gấu c&aacute;i. Con gấu &ndash; n&agrave;ng Alisto hoảng sợ, vội v&atilde; chạy v&agrave;o trong rừng.</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i65.photobucket.com/albums/h220/ThaiVanLoiDN/13933139_1665250590467789_2034598594_n_zpsgbh53cyt.jpeg" /></p>\r\n\r\n<p>Sau khoảng 15 năm kh&ocirc;ng c&oacute; bố mẹ ở b&ecirc;n cạnh l&uacute;c n&agrave;y th&igrave; đứa b&eacute; Acas ng&agrave;y n&agrave;o đ&atilde; trở th&agrave;nh 1 thợ săn giỏi, ch&agrave;ng đ&atilde; gặp mẹ m&igrave;nh trong h&igrave;nh dạng một con gấu v&agrave; đ&atilde; kh&ocirc;ng nhận ra mẹ m&igrave;nh v&agrave; vội bắn chết con gấu ấy.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Thần Zeus tr&ecirc;n trời thấy thương cho 2 mẹ con n&ecirc;n cũng đ&atilde; đưa hai mẹ con Alisto v&agrave; Acas l&ecirc;n trời v&agrave; trở th&agrave;nh 2 ch&ograve;m sao: Gấu Lớn v&agrave; Gấu Nhỏ. Nữ thần Hera lại nổi m&aacute;u ghen lần 2 đ&atilde; nhờ anh m&igrave;nh ngăn cản kh&ocirc;ng cho 2 mẹ con xuống nước (xuống đường ch&acirc;n trời) v&agrave; chỉ chạy l&ograve;ng v&ograve;ng ở tr&ecirc;n bầu trời (ở nước c&oacute; vĩ độ cao như Hy Lạp th&igrave; hai ch&ograve;m sao n&agrave;y m&atilde;i m&atilde;i ở tr&ecirc;n bầu trời, kh&ocirc;ng bao lặn xuống).</p>\r\n\r\n<p>Ch&ograve;m sao Gấu Lớn gồm nhiều ng&ocirc;i sao s&aacute;ng, trong đ&oacute; 7 ng&ocirc;i sao nổi bật của n&oacute; c&oacute; h&igrave;nh d&aacute;ng giống như c&aacute;i ghế đẩu n&ecirc;n c&ograve;n gọi l&agrave; nh&oacute;m sao Bắc Đẩu, hay c&aacute;i g&agrave;u l&ograve;ng &ndash; C&aacute;i Muỗng Lớn (Big Dipper)</p>\r\n\r\n<p>Đ&acirc;y l&agrave; một trong những ch&ograve;m sao c&oacute; ứng dụng quan trọng nhất trong bầu trời. N&oacute; mang nhiều chức năng đặc biệt như: để t&igrave;m ra sao Bắc Cực (Polaris), để định vị c&aacute;c ch&ograve;m sao kh&aacute;c, để t&iacute;nh thời gian,&hellip;</p>\r\n\r\n<p>Tương tự nh&oacute;m sao Bắc Đẩu của ch&ograve;m sao Gấu Lớn, 7 ng&ocirc;i sao của ch&ograve;m sao Gấu Nhỏ v&agrave; cũng mang h&igrave;nh dạng c&aacute;i muỗng, nhưng nhỏ hơn v&agrave; người ta hay gọi n&oacute; l&agrave; C&aacute;i Muỗng Nhỏ (Little Dipper). Ng&ocirc;i sao Bắc Cực (Polaris) l&agrave; ng&ocirc;i sao cuối c&ugrave;ng của c&aacute;i muỗng nhỏ n&agrave;y.</p>\r\n\r\n<p style="text-align:right"><em>Th&aacute;i Lợi - DAC</em></p>', '1492913260.png', 1, 3, 6, '2017-04-22 19:07:40', '2017-04-22 19:07:40', NULL), (18, 'Chòm sao R<NAME>', 'Theo thần thoại Hy Lạp, dũng sĩ Hercules (con trai thần Zeus) đã thực hiện 12 chiến công của mình. Và một trong các chiến công đó là tiêu diệt con quái vật Hydra – một con rắn nhiều đầu và những cái đầu của nó đều bất tử. Vì vậy khi Hercules chém vào từng cái đầu của nó thì nó đều mọc trở lại.', '<p>Theo thần thoại Hy Lạp, dũng sĩ Hercules (con trai thần Zeus) đ&atilde; thực hiện 12 chiến c&ocirc;ng của m&igrave;nh. V&agrave; một trong c&aacute;c chiến c&ocirc;ng đ&oacute; l&agrave; ti&ecirc;u diệt con qu&aacute;i vật Hydra &ndash; một con rắn nhiều đầu v&agrave; những c&aacute;i đầu của n&oacute; đều bất tử. V&igrave; vậy khi Hercules ch&eacute;m v&agrave;o từng c&aacute;i đầu của n&oacute; th&igrave; n&oacute; đều mọc trở lại. V&igrave; vậy m&agrave; Iolaus (ch&aacute;u của Hercules) đ&atilde; gi&uacute;p sức cho ch&agrave;ng. Khi Hercules ch&eacute;m v&agrave;o từng c&aacute;i đầu của con qu&aacute;i vật Hydra th&igrave; người ch&aacute;u Iolaus đ&atilde; d&ugrave;ng đuốc đốt ch&aacute;y những c&aacute;i đầu bị đứt, l&agrave;m ch&uacute;ng kh&ocirc;ng thể mọc trở lại. Trong l&uacute;c đ&oacute; con cua &ndash; Cancer &ndash; bạn của con qu&aacute;i vật Hydra, đ&atilde; chạy đến cắp v&agrave;o ch&acirc;n của Hercules. Ngay lập tức, con cua n&agrave;y đ&atilde; bị dũng sĩ Hercules d&ugrave;ng ch&ugrave;y đập chết n&oacute;. Con cua Cancer bị chết, qu&aacute;i vật Hydra bị ti&ecirc;u diệt, ch&agrave;ng dũng sĩ Hercules nh&uacute;ng những mũi t&ecirc;n của ch&agrave;ng v&agrave;o d&ograve;ng m&aacute;u độc của Hydra v&agrave; những mũi t&ecirc;n của Hercules trở th&agrave;nh những mũi t&ecirc;n độc, kh&ocirc;ng một người n&agrave;o c&oacute; thể tho&aacute;t khỏi c&aacute;i chết khi tr&uacute;ng những mũi t&ecirc;n của ch&agrave;ng.</p>\r\n\r\n<p><img alt="Hình ảnh" src="http://i1027.photobucket.com/albums/y339/nguyenle3181997/11692523_502137153272153_8012973687717007292_n_zps23z4oyvw.jpg" /></p>\r\n\r\n<p>Ch&ograve;m sao Hydra l&agrave; một ch&ograve;m sao c&oacute; diện t&iacute;ch khoảng 1303 độ vu&ocirc;ng, n&oacute; l&agrave; ch&ograve;m sao c&oacute; diện t&iacute;ch lớn nhất tr&ecirc;n bầu trời. C&aacute;c bạn c&oacute; thể quan s&aacute;t n&oacute; r&otilde; nhất v&agrave;o m&ugrave;a xu&acirc;n, n&oacute; nằm gần ch&ograve;m sao Con Cua (Cancer), Con Quạ (Corvus). Con rắn n&agrave;y d&agrave;i v&agrave; rất ngoằn ngh&egrave;o, &iacute;t c&oacute; những ng&ocirc;i sao s&aacute;ng, v&igrave; vậy n&ecirc;n bạn h&atilde;y d&ugrave;ng bản đồ sao để x&aacute;c định r&otilde; n&oacute; nh&eacute;!</p>\r\n\r\n<p style="text-align:right"><em>Th&aacute;i Lợi - DAC</em></p>', '1492913796.png', 1, 3, 6, '2017-04-22 19:16:36', '2017-04-22 19:16:36', NULL), (19, 'Hướng dẫn quan sát sao Bắc Cực', 'Polaris (Alpha Ursar Minoris) là ngôi sao sáng nhất trong chòm sao Tiểu Hùng (Ursa Minor). Hiện nay, Alpha Ursar Minoris là ngôi sao gần thiên cực Bắc nhất, nên nó được chọn là sao Bắc Cực.', '<p><strong>Polaris (Alpha Ursar Minoris) l&agrave; ng&ocirc;i sao s&aacute;ng nhất trong ch&ograve;m sao Tiểu H&ugrave;ng (Ursa Minor). Hiện nay, Alpha Ursar Minoris l&agrave; ng&ocirc;i sao gần thi&ecirc;n cực Bắc nhất, n&ecirc;n n&oacute; được chọn l&agrave; sao Bắc Cực.</strong></p>\r\n\r\n<p><img alt="polaris - Hướng dẫn quan sát sao Bắc Cực" src="http://i2.wp.com/2.bp.blogspot.com/-a6vU4qNpj88/UtOxp8ijk2I/AAAAAAAACWc/9wN-ufnV3p0/s640/polaris.jpg?w=600" /></p>\r\n\r\n<p style="text-align:center"><em>Sao Bắc Cực (Polaris) nằm trong ch&ograve;m sao Tiểu H&ugrave;ng. H&igrave;nh ảnh m&ocirc; phỏng bởi phần mềm Stellarium.</em></p>\r\n\r\n<p>Sao Bắc Cực c&aacute;ch ch&uacute;ng ta khoảng 430 năm &aacute;nh s&aacute;ng v&agrave; c&oacute; độ s&aacute;ng biểu kiến l&agrave; 2,02. Độ cao của sao Bắc Cực tr&ecirc;n thi&ecirc;n cầu phụ thuộc vĩ độ nơi ta đứng quan s&aacute;t.</p>\r\n\r\n<p>Do hiện tượng tiến động (hay c&ograve;n gọi l&agrave; tuế sai) n&ecirc;n Polaris (sao Bắc Cực hiện nay) sẽ kh&ocirc;ng c&ograve;n l&agrave; sao Bắc Cực m&atilde;i m&atilde;i. Trong qu&aacute; khứ, v&agrave;o khoảng năm 3000 TCN, sao Thuban của ch&ograve;m sao Thi&ecirc;n Long (Draco) đ&atilde; từng l&agrave; sao Bắc Cực. V&agrave; trong tương lai sẽ đến lượt sao Chức Nữ (Vega) trong ch&ograve;m sao Thi&ecirc;n Cầm (Lyra) l&agrave;m sao Bắc Cực v&agrave;o khoảng năm 14000.</p>\r\n\r\n<p><img alt="2 - Hướng dẫn quan sát sao Bắc Cực" src="http://i1.wp.com/1.bp.blogspot.com/-93dyx6Jxp3I/UtOdewFfqyI/AAAAAAAACUA/-3ORBUYv8Vc/s1600/2.png?w=600" /></p>\r\n\r\n<p style="text-align:center"><em>H&igrave;nh ảnh m&ocirc; phỏng sao Thuban năm 3000 TCN bởi phần mềm Stellarium.</em></p>\r\n\r\n<p><img alt="3 - Hướng dẫn quan sát sao Bắc Cực" src="http://i1.wp.com/2.bp.blogspot.com/-Ntg4XHStIOk/UtOd4_pms1I/AAAAAAAACUQ/j3LRoHbcCtg/s1600/3.png?w=600" /></p>\r\n\r\n<p style="text-align:center"><em>H&igrave;nh ảnh m&ocirc; phỏng sao Vega năm 14000 bởi phần mềm Stellarium.</em></p>\r\n\r\n<p>Hiện nay, sao Bắc Cực c&aacute;ch thi&ecirc;n cực Bắc khoảng 1 độ. N&oacute; c&agrave;ng ng&agrave;y, c&agrave;ng tiến dần đến thi&ecirc;n cực Bắc hơn v&agrave; đến năm 2100, n&oacute; chỉ c&aacute;ch thi&ecirc;n cực Bắc khoảng 0,5 độ.</p>\r\n\r\n<p><img alt="4 - Hướng dẫn quan sát sao Bắc Cực" src="http://i2.wp.com/3.bp.blogspot.com/-IbyJ89D0e88/UtOe-hBGurI/AAAAAAAACUc/2nfwcS8X2eE/s1600/4.png?w=600" /></p>\r\n\r\n<p style="text-align:center"><em>H&igrave;nh ảnh m&ocirc; phỏng sao Polaris v&agrave;o năm 2100 bởi phần mềm Stellarium.</em></p>\r\n\r\n<p>Tr&ecirc;n thi&ecirc;n cầu, ch&uacute;ng ta c&oacute; sao Bắc Cực, nhưng tại sao lại kh&ocirc;ng c&oacute; sao Nam Cực? Bởi v&igrave; gần thi&ecirc;n cực Nam nhất l&agrave; sao &sigma; Octantis thuộc ch&ograve;m sao Octans. Ng&ocirc;i sao n&agrave;y c&oacute; độ s&aacute;ng biểu kiến l&agrave; 5.42 v&agrave; rất kh&oacute; c&oacute; thể quan s&aacute;t bằng mắt thường.</p>\r\n\r\n<p><img alt="5 - Hướng dẫn quan sát sao Bắc Cực" src="http://i1.wp.com/3.bp.blogspot.com/-kYvQ4iTDi50/UtOf4XK2QSI/AAAAAAAACUo/zEFejVpnFr8/s1600/5.png?w=600" /></p>\r\n\r\n<p style="text-align:center"><em>H&igrave;nh ảnh m&ocirc; phỏng sao &sigma; Octantis bởi phần mềm Stellarium.</em></p>\r\n\r\n<p>Bởi v&igrave; sao Polaris rất gần thi&ecirc;n cực Bắc n&ecirc;n trong một năm, dường như ng&ocirc;i sao n&agrave;y kh&ocirc;ng di chuyển tr&ecirc;n thi&ecirc;n cầu v&agrave; c&aacute;c ng&ocirc;i sao kh&aacute;c tr&ecirc;n b&aacute;n thi&ecirc;n cầu Bắc như đang quay xung quanh n&oacute;. Người ta dựa v&agrave;o sao Bắc Cực để x&aacute;c định phương hướng. Mỗi khi nhận biết được sao Bắc Cực l&agrave; người ta biết ch&iacute;nh x&aacute;c hướng Bắc rồi từ đ&oacute; suy ra c&aacute;c hướng c&ograve;n lại.</p>\r\n\r\n<p>L&agrave;m sao để nhận biết sao Bắc Cực tr&ecirc;n bầu trời? C&oacute; rất nhiều c&aacute;ch, nhưng trong số đ&oacute;, c&oacute; ba c&aacute;ch được sử dụng rộng r&atilde;i hơn cả. Đ&oacute; l&agrave; d&ugrave;ng nh&oacute;m sao Bắc Đẩu trong ch&ograve;m sao Đại H&ugrave;ng (Ursa Major), d&ugrave;ng 5 ng&ocirc;i sao s&aacute;ng tạo th&agrave;nh chữ M trong ch&ograve;m sao Thi&ecirc;n Hậu (Cassiopeia) v&agrave; d&ugrave;ng nh&oacute;m sao Thập tự phương Bắc trong ch&ograve;m sao Thi&ecirc;n Nga (Cygnus).</p>\r\n\r\n<h4><strong>1. D&Ugrave;NG NH&Oacute;M SAO BIG DIPPER (C&Aacute;I MUỖNG LỚN).</strong></h4>\r\n\r\n<p>Nh&oacute;m sao n&agrave;y rất dễ nhận biết tr&ecirc;n bầu trời với 7 ng&ocirc;i sao nổi bật, m&agrave; văn h&oacute;a phương Đ&ocirc;ng hay gọi l&agrave; &ldquo;Thất tinh Bắc Đẩu&rdquo; tạo th&agrave;nh h&igrave;nh chiếc g&aacute;o m&uacute;c nước. Bạn d&ugrave;ng hai ng&ocirc;i sao Merak v&agrave; Dubhe để t&igrave;m sao Bắc Cực bằng c&aacute;ch kẻ một đoạn thẳng từ sao Merak đến sao Dubhe rồi k&eacute;o d&agrave;i đoạn thẳng nối hai sao ấy khoảng 5 lần, bạn sẽ gặp sao Bắc Cực.</p>\r\n\r\n<p><img alt="tumblr_inline_mzfb67wt8g1rft9ew - Hướng dẫn quan sát sao Bắc Cực" src="http://i1.wp.com/31.media.tumblr.com/64b70552ad48becc9dd58e46eb9f0eb8/tumblr_inline_mzfb67wt8g1rft9ew.jpg?w=600&amp;ssl=1" /></p>\r\n\r\n<p style="text-align:center"><em>D&ugrave;ng hai ng&ocirc;i sao Merak v&agrave; Dubhe để x&aacute;c định sao Bắc Cực. Minh họa bởi Stellarium.</em></p>\r\n\r\n<p>Đ&acirc;y l&agrave; c&aacute;ch được sử dụng phổ biến nhất để t&igrave;m sao Bắc Cực. C&aacute;c bạn lưu &yacute; rằng, tr&ecirc;n thi&ecirc;n cầu kh&ocirc;ng chỉ c&oacute; &ldquo;Thất tinh Bắc Đẩu&rdquo; m&agrave; c&ograve;n c&oacute; cả &ldquo;Lục tinh Nam Đẩu&rdquo; đấy nh&eacute;! V&igrave; vậy, c&aacute;c bạn đừng nhầm m&agrave; d&ugrave;ng &ldquo;Lục tinh Nam Đẩu&rdquo; để t&igrave;m sao Polaris nh&eacute;!</p>\r\n\r\n<p><img alt="7+copy - Hướng dẫn quan sát sao Bắc Cực" src="http://i2.wp.com/3.bp.blogspot.com/-I-Z55vxiBH0/UtOn9h1kZII/AAAAAAAACVs/Hq-3P2K9jxE/s1600/7+copy.jpg?w=600" /></p>\r\n\r\n<p style="text-align:center"><em>Nh&oacute;m sao &ldquo;Lục tinh Nam Đẩu&rdquo; trong ch&ograve;m sao Cung Thủ (Sagittarius). Minh họa bởi Stellarium.</em></p>\r\n\r\n<h4><strong>2. D&Ugrave;NG 5 NG&Ocirc;I SAO TẠO TH&Agrave;NH CHỮ M TRONG CH&Ograve;M SAO THI&Ecirc;N HẬU (CASSIOPEIA).</strong></h4>\r\n\r\n<p>Nh&oacute;m sao Bắc Đẩu v&agrave; ch&ograve;m sao Thi&ecirc;n Hậu đối xứng nhau qua sao Bắc Cực. Việt Nam l&agrave; quốc gia c&oacute; vĩ độ thấp, n&ecirc;n sao Bắc Cực cũng ở vị tr&iacute; thấp v&agrave; gần đường ch&acirc;n trời. V&igrave; thế n&ecirc;n ta kh&ocirc;ng thể đồng thời thấy cả nh&oacute;m sao Bắc Đẩu v&agrave; ch&ograve;m sao Thi&ecirc;n Hậu được. Khi Bắc Đẩu từ từ lặn xuống đường ch&acirc;n trời về hướng T&acirc;y Bắc th&igrave; dần dần, ch&ograve;m sao Thi&ecirc;n Hậu cũng mọc l&ecirc;n từ hướng Đ&ocirc;ng Bắc. Đ&acirc;y l&agrave; thời điểm th&iacute;ch hợp để ch&uacute;ng ta d&ugrave;ng ch&ograve;m sao Thi&ecirc;n Hậu x&aacute;c định sao Bắc Cực.</p>\r\n\r\n<p>Bạn h&atilde;y d&ugrave;ng ng&ocirc;i sao &gamma; Cas v&agrave; ng&ocirc;i sao Ruchbah, kẻ đường vu&ocirc;ng g&oacute;c tại ng&ocirc;i sao &gamma; Cas rồi k&eacute;o d&agrave;i khoảng 7 lần độ d&agrave;i đoạn thẳng nối hai sao n&agrave;y để t&igrave;m sao Bắc Cực.</p>\r\n\r\n<p><img alt="tumblr_inline_mzfb83nMrx1rft9ew - Hướng dẫn quan sát sao Bắc Cực" src="http://i2.wp.com/31.media.tumblr.com/c840f3fffd4d772235ddfb031c51ba42/tumblr_inline_mzfb83nMrx1rft9ew.jpg?w=600&amp;ssl=1" /></p>\r\n\r\n<p style="text-align:center"><em>D&ugrave;ng hai ng&ocirc;i sao &gamma; Cas v&agrave; Ruchbah để t&igrave;m sao Bắc Cực. Minh họa bởi Stellarium.</em></p>\r\n\r\n<h4><strong>3. D&Ugrave;NG NH&Oacute;M SAO &ldquo;THẬP TỰ PHƯƠNG BẮC&rdquo; TRONG CH&Ograve;M SAO THI&Ecirc;N NGA (CYGNUS).</strong></h4>\r\n\r\n<p>Thập tự phương Bắc (hay c&ograve;n gọi l&agrave; Bắc Thập Tự) l&agrave; nh&oacute;m sao nổi bật, c&oacute; h&igrave;nh một chữ Thập tr&ecirc;n thi&ecirc;n cầu Bắc. N&oacute; nằm trong ch&ograve;m sao Thi&ecirc;n Nga.</p>\r\n\r\n<p><img alt="10+copy - Hướng dẫn quan sát sao Bắc Cực" src="http://i0.wp.com/3.bp.blogspot.com/-T17SJU1ynd8/UtOmhsS4hZI/AAAAAAAACVY/Xa88zVAaUWA/s1600/10+copy.jpg?w=600" /></p>\r\n\r\n<p style="text-align:center"><em>Nh&oacute;m sao Thập tự phương Bắc. Minh họa bởi Stellarium.</em></p>\r\n\r\n<p>C&aacute;c bạn d&ugrave;ng sao Gienah v&agrave; sao Deneb (Deneb l&agrave; 1 trong 3 đỉnh của tam gi&aacute;c m&ugrave;a h&egrave;) của nh&oacute;m sao Thập tự phương Bắc để x&aacute;c định sao Bắc Cực bằng c&aacute;ch kẻ đường thẳng đi qua hai ng&ocirc;i sao n&agrave;y. Đường thẳng bạn vừa kẻ sẽ đi qua sao Bắc Cực.</p>\r\n\r\n<p><img alt="tumblr_inline_mzfc98rAme1rft9ew - Hướng dẫn quan sát sao Bắc Cực" src="http://i1.wp.com/31.media.tumblr.com/85c8ea0037127d932d4f7d410709c3f1/tumblr_inline_mzfc98rAme1rft9ew.jpg?w=600&amp;ssl=1" /></p>\r\n\r\n<p style="text-align:center"><em>D&ugrave;ng ng&ocirc;i sao Gienah v&agrave; Deneb để x&aacute;c định sao Bắc Cực. Minh họa bởi Stellarium.</em></p>\r\n\r\n<p>Thi&ecirc;n cầu Bắc c&oacute; Bắc Thập Tự, th&igrave; thi&ecirc;n cầu Nam cũng c&oacute; Nam Thập Tự. Đ&oacute; l&agrave; ch&ograve;m sao Crux, thường được gọi l&agrave; ch&ograve;m sao Nam T&agrave;o. Ch&ograve;m sao n&agrave;y d&ugrave;ng để x&aacute;c định hướng Nam.</p>\r\n\r\n<p><img alt="11+copy - Hướng dẫn quan sát sao Bắc Cực" src="http://i0.wp.com/3.bp.blogspot.com/-OaPSbwoyf-o/UtOlM5TsaCI/AAAAAAAACVM/FKOELW73T-k/s1600/11+copy.jpg?w=600" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Nam Thập Tự (Crux). Minh họa bởi Stellarium.</em></p>\r\n\r\n<p>Tr&ecirc;n đ&acirc;y l&agrave; 3 c&aacute;ch phổ biến để x&aacute;c định sao Bắc Cực. C&aacute;c bạn x&aacute;c định được sao Bắc Cực rồi th&igrave; sẽ kh&ocirc;ng bị mất phương hướng đ&acirc;u nh&eacute;!</p>\r\n\r\n<p style="text-align:center"><em><strong>Th&aacute;i Văn Lợi &ndash; DAC</strong></em></p>', '1492913989.png', 2, 3, 6, '2017-04-22 19:19:49', '2017-04-26 05:54:31', NULL), (20, 'Các tam giác, hình vuông và lục giác sao theo mùa', 'Hình vuông mùa Thu: Gồm ba ngôi sao của chòm sao Pegasus (Phi Mã): Scheat, Markab, Algenib, và Alpheratz của chòm sao Andromeda (Tiên Nữ)', '<h3>M&Ugrave;A XU&Acirc;N</h3>\r\n\r\n<p><strong>Tam gi&aacute;c m&ugrave;a Xu&acirc;n:</strong></p>\r\n\r\n<p>&ndash; Spica (Ch&ograve;m Virgo &ndash; Xử Nữ)</p>\r\n\r\n<p>&ndash; Denebola (Ch&ograve;m Leo &ndash; Sư Tử)</p>\r\n\r\n<p>&ndash; Arcturus (Ch&ograve;m Bootes &ndash; Mục Phu)</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/thienvandanang.com%20-%20TamGiacMuaXuan_zpsnhm5rcev.png" /></p>\r\n\r\n<p style="text-align:center"><em>Tam gi&aacute;c m&ugrave;a xu&acirc;n.</em></p>\r\n\r\n<h3>M&Ugrave;A H&Egrave;</h3>\r\n\r\n<p><strong>Tam gi&aacute;c m&ugrave;a H&egrave;</strong></p>\r\n\r\n<p>&ndash; Vega (Chức Nữ) trong ch&ograve;m sao Lyra (Thi&ecirc;n Cầm)</p>\r\n\r\n<p>&ndash; Altair (Ngưu Lang) trong ch&ograve;m sao Aquila (Thi&ecirc;n Ưng)</p>\r\n\r\n<p>&ndash; Deneb trong ch&ograve;m sao Cygnus (Thi&ecirc;n Nga)</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/thienvandanang.com%20-%20TamGiacMuaHe_zpsxvb39wkj.png" />&nbsp;</p>\r\n\r\n<p style="text-align:center"><em>Tam gi&aacute;c m&ugrave;a h&egrave;.</em></p>\r\n\r\n<h3>M&Ugrave;A THU</h3>\r\n\r\n<p><strong>H&igrave;nh vu&ocirc;ng m&ugrave;a Thu:</strong></p>\r\n\r\n<p>Gồm ba ng&ocirc;i sao của ch&ograve;m sao Pegasus (Phi M&atilde;): Scheat, Markab, Algenib, v&agrave; Alpheratz của ch&ograve;m sao Andromeda (Ti&ecirc;n Nữ)</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/thienvandanang.com%20-%20HinhVuongMuaThu_zpsfmqu3vdu.png" /></p>\r\n\r\n<p style="text-align:center"><em>H&igrave;nh vu&ocirc;ng m&ugrave;a thu.</em></p>\r\n\r\n<h3>M&Ugrave;A Đ&Ocirc;NG</h3>\r\n\r\n<p><strong>Tam gi&aacute;c m&ugrave;a Đ&ocirc;ng</strong></p>\r\n\r\n<p>&ndash; Sirius (ch&ograve;m Canis Major &ndash; Đại Khuyển)</p>\r\n\r\n<p>&ndash; Procyon (ch&ograve;m Canis Minor &ndash; Tiểu Khuyển)</p>\r\n\r\n<p>&ndash; Betelgeuse (ch&ograve;m Orion &ndash; Thợ Săn)</p>\r\n\r\n<p><strong>Lục gi&aacute;c m&ugrave;a Đ&ocirc;ng</strong></p>\r\n\r\n<p>&ndash; Sirius (ch&ograve;m Canis Major &ndash; Đại Khuyển)</p>\r\n\r\n<p>&ndash; Procyon (ch&ograve;m Canis Minor &ndash; Tiểu Khuyển)</p>\r\n\r\n<p>&ndash; Pollux v&agrave; Castor (ch&ograve;m Gemini &ndash; Song Tử)</p>\r\n\r\n<p>&ndash; Capella (ch&ograve;m Auriga &ndash; Ngự Phu)</p>\r\n\r\n<p>&ndash; Aldebaran (ch&ograve;m Taurus &ndash; Kim Ngưu)</p>\r\n\r\n<p>&ndash; Rigel (ch&ograve;m Orion &ndash; Thợ Săn)</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/thienvandanang.com%20-%20TamGiacLucGiacMuaDong_zpspzfn1n38.png" /></p>\r\n\r\n<p style="text-align:center"><em>Tam gi&aacute;c v&agrave; lục gi&aacute;c m&ugrave;a đ&ocirc;ng.</em></p>\r\n\r\n<p style="text-align:right"><em>Th&aacute;i Lợi - DAC</em></p>', '1492914176.png', 3, 3, 6, '2017-04-22 19:22:56', '2017-04-26 02:08:16', NULL), (21, 'Bầu trời sao mùa đông', 'Lục giác mùa đông là nhóm sao nổi tiếng và nổi bật trên bầu trời sao mùa đông. Các bạn xem lần lượt album này theo thứ tự để quan sát các ngôi sao của nhóm sao này nhé', '<p>Lục gi&aacute;c m&ugrave;a đ&ocirc;ng l&agrave; nh&oacute;m sao nổi tiếng v&agrave; nổi bật tr&ecirc;n bầu trời sao m&ugrave;a đ&ocirc;ng. C&aacute;c bạn xem lần lượt album n&agrave;y theo thứ tự để quan s&aacute;t c&aacute;c ng&ocirc;i sao của nh&oacute;m sao n&agrave;y nh&eacute; :D.</p>\r\n\r\n<p>Lục gi&aacute;c m&ugrave;a đ&ocirc;ng: Nh&oacute;m sao gồm c&aacute;c ng&ocirc;i sao s&aacute;ng, tạo n&ecirc;n một h&igrave;nh lục gi&aacute;c tuyệt đẹp:</p>\r\n\r\n<p>- Sirius (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Ch&oacute; Lớn)</p>\r\n\r\n<p>- Rigel (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Thợ Săn)</p>\r\n\r\n<p>- Aldebaran (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Kim Ngưu)</p>\r\n\r\n<p>- Capella (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Ngự Phu)</p>\r\n\r\n<p>- Pollux v&agrave; Castor (hai ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Song Tử, Pollux s&aacute;ng hơn Castor)</p>\r\n\r\n<p>- Procyon (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Ch&oacute; Nhỏ)</p>\r\n\r\n<p>Ngo&agrave;i ra c&ograve;n nh&oacute;m sao nổi tiếng kh&aacute;c l&agrave; tam gi&aacute;c m&ugrave;a đ&ocirc;ng, một h&igrave;nh tam gi&aacute;c đều, c&aacute;c bạn nh&eacute;:</p>\r\n\r\n<p>- Sirius (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Ch&oacute; Lớn)</p>\r\n\r\n<p>- Procyon (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Ch&oacute; Nhỏ)</p>\r\n\r\n<p>- Betelgeuse (ng&ocirc;i sao s&aacute;ng nh&igrave; ch&ograve;m sao Thợ Săn, k&eacute;m sao Rigel)</p>\r\n\r\n<p>Ngo&agrave;i ra m&igrave;nh c&ograve;n bonus th&ecirc;m v&agrave;i ch&ograve;m sao l&acirc;n cận nữa ^^.</p>\r\n\r\n<p>Lưu &yacute;: Trong b&agrave;i n&agrave;y khi n&oacute;i đến s&aacute;ng, độ s&aacute;ng,... th&igrave; m&igrave;nh n&oacute;i đến độ s&aacute;ng biểu kiến khi nh&igrave;n từ Tr&aacute;i Đất, chứ kh&ocirc;ng phải độ s&aacute;ng thực tế của ng&ocirc;i sao, c&aacute;c bạn nh&eacute;!</p>\r\n\r\n<p>---</p>\r\n\r\n<p>1 - Bầu trời đ&ecirc;m m&ugrave;a đ&ocirc;ng thật đẹp, c&aacute;c bạn nhỉ!</p>\r\n\r\n<p>C&aacute;c bạn h&atilde;y nh&igrave;n về hướng Đ&ocirc;ng nh&eacute;</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/1_zps3prbpofu.png" /></p>\r\n\r\n<p>2 - Trong những ng&ocirc;i sao s&aacute;ng nhất, bạn sẽ thấy ba ng&ocirc;i sao s&aacute;ng thẳng h&agrave;ng, c&aacute;ch đều, gần nhau, đ&oacute; l&agrave; ba ng&ocirc;i sao thắt lưng của ch&agrave;ng thợ săn Orion đấy! Gần đ&oacute; c&oacute; hai ng&ocirc;i sao s&aacute;ng kh&aacute;c, một m&agrave;u trắng xanh - sao Rigel v&agrave; ng&ocirc;i sao kia m&agrave;u đỏ - Betelgeuse. Đ&acirc;y l&agrave; ch&ograve;m sao Orion, kẻ th&ugrave; của con bọ cap - ch&iacute;nh l&agrave; ch&ograve;m sao Scorpius, bạn sẽ quan s&aacute;t tốt ch&ograve;m sao Bọ Cạp v&agrave;o m&ugrave;a h&egrave;. ^^ Trong ch&ograve;m sao Orion c&oacute; nhiều thi&ecirc;n thể đ&aacute;ng để quan s&aacute;t lắm đấy nh&eacute;, điển h&igrave;nh nhất l&agrave; tinh v&acirc;n Orion, M42 nh&eacute;! Bạn h&atilde;y quan s&aacute;t n&oacute; qua k&iacute;nh thi&ecirc;n văn.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/2_zpsfxwa8opa.png" /></p>\r\n\r\n<p>3 - Đ&acirc;y l&agrave; h&igrave;nh ảnh của ch&agrave;ng thợ săn n&agrave;y</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/3_zpsehwnkghu.png" /></p>\r\n\r\n<p>4 - Ch&ograve;m sao n&agrave;y c&oacute; thể d&ugrave;ng để x&aacute;c định phương hướng đấy nh&eacute;, đầu lu&ocirc;n hướng Bắc, ch&acirc;n hướng về Nam. Nhưng c&oacute; bạn n&agrave;o thắc mắc l&agrave; tại sao b&ecirc;n phải l&agrave; T&acirc;y, m&agrave; kh&ocirc;ng phải l&agrave; Đ&ocirc;ng kh&ocirc;ng nhỉ. V&igrave; hướng tr&ecirc;n trời v&agrave; mặt đất ngược nhau m&agrave;, như tấm gương vậy :D. Tuy nhi&ecirc;n, c&aacute;ch x&aacute;c định phương hướng n&agrave;y th&igrave; m&igrave;nh &iacute;t d&ugrave;ng lắm, m&igrave;nh hay x&aacute;c định sao Bắc Cực rồi t&igrave;m hướng bắc cho ch&iacute;nh x&aacute;c hơn ^^.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/4_zpspwza65zu.png" /></p>\r\n\r\n<p>5 - D&ugrave;ng ba ng&ocirc;i sao thẳng h&agrave;ng n&agrave;y, c&aacute;c bạn kẻ một đường thẳng qua n&oacute;, bạn gặp một ng&ocirc;i sao rất s&aacute;ng, đ&oacute; l&agrave; Sirius (hay gọi l&agrave; Thi&ecirc;n Lang), l&agrave; ng&ocirc;i sao s&aacute;ng nhất bầu trời đ&ecirc;m (tuy nhi&ecirc;n n&oacute; vẫn thua nhiều thi&ecirc;n thể kh&aacute;c: Mặt Trời, Mặ<NAME>, <NAME>, Sao Mộc,...), n&oacute; chỉ s&aacute;ng nhất trong số c&aacute;c ng&ocirc;i sao bầu trời đ&ecirc;m th&ocirc;i nh&eacute; ^^ nhiều bạn mới v&agrave;o nghề th&igrave; hay nhầm c&aacute;i n&agrave;y :D. Nguy&ecirc;n nh&acirc;n ch&iacute;nh l&agrave;m cho n&oacute; s&aacute;ng vậy v&igrave; n&oacute; gần, chỉ c&aacute;ch hơn 8 năm &aacute;nh s&aacute;ng th&ocirc;i, gần hơn nhiều so với c&aacute;c ng&ocirc;i sao kh&aacute;c (nhưng kh&ocirc;ng phải gần nhất nh&eacute;).</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/5_zpsimeafh5e.png" /></p>\r\n\r\n<p>6 - Đ&acirc;y l&agrave; h&igrave;nh ảnh ch&ograve;m sao Ch&oacute; Lớn (hay gọi l&agrave; Đại Khuyển)</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/6_zpsp4gpoapm.png" /></p>\r\n\r\n<p>7 - Kẻ về hướng ngược lại, bạn sẽ gặp ng&ocirc;i sao m&agrave;u đỏ - Aldebaran, ng&ocirc;i sao s&aacute;ng nhất của ch&ograve;m sao <NAME>. Ch&ograve;m sao <NAME> c&oacute; h&igrave;nh dạng như chữ Y, hay c&aacute;i cạng n&aacute; bắn d&acirc;y cao su. Trong ch&ograve;m sao n&agrave;y c&oacute; cụm sao <NAME>, Pleiades, M45 tuyệt đẹp, bạn h&atilde;y quan s&aacute;t n&oacute; qua k&iacute;nh thi&ecirc;n văn nh&eacute;, nh&igrave;n vi diệu lắm đ&oacute; ^^</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/7_zpstn5gn9c1.png" /></p>\r\n\r\n<p>8 - Đ&acirc;y l&agrave; h&igrave;nh ảnh của ch&ograve;m sao <NAME> n&agrave;y</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/8_zpseva2mm1p.jpg" /></p>\r\n\r\n<p>9 - Kẻ đường thẳng qua hai vai của ch&agrave;ng thợ săn, bạn sẽ gặp Procyon, ng&ocirc;i sao s&aacute;ng nhất của ch&ograve;m sao Ch&oacute; Nhỏ. Ch&ograve;m sao Ch&oacute; Nhỏ hơi kh&oacute; h&igrave;nh dung một t&iacute;. Ch&oacute; Lớn v&agrave; Ch&oacute; Nhỏ l&agrave; hai ch&ograve;m sao mang h&igrave;nh ảnh của hai con ch&oacute; săn của ch&agrave;ng thợ săn Orion, đừng nhầm hai con ch&oacute; n&agrave;y với ch&ograve;m sao Ch&oacute; Săn, c&aacute;c bạn nh&eacute;.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/9_zpsxhzyfdqo.png" /></p>\r\n\r\n<p>10 - Đ&acirc;y l&agrave; h&igrave;nh ảnh của ch&ograve;m sao Ch&oacute; Nhỏ.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/10_zpsgdu9n9ot.jpg" /></p>\r\n\r\n<p>11 - H&atilde;y kẻ đường thẳng qua hai ng&ocirc;i sao s&aacute;ng nhất của Orion, từ Rigel s&aacute;ng nhất đến Betelgeuse s&aacute;ng nh&igrave;, hơi lệch một &iacute;t, bạn sẽ gặp hai ng&ocirc;i sao s&aacute;ng tương đương nhau, đ&oacute; l&agrave; Pollux v&agrave; Castor. Pollux l&agrave; anh, c&ograve;n Castor l&agrave; em. C&oacute; truyền thuyết n&oacute;i rằng đ&acirc;y l&agrave; hai anh em ruột, cũng c&oacute; truyền thuyết kh&aacute;c n&oacute;i rằng đ&acirc;y l&agrave; hai anh em c&ugrave;ng mẹ kh&aacute;c cha.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/11_zpsecokvk56.png" /></p>\r\n\r\n<p>12 - Đ&acirc;y l&agrave; h&igrave;nh ảnh của ch&ograve;m sao Song Tử - Gemini, t&acirc;m điểm trận mưa sao băng Geminids thường ni&ecirc;n, với cực điểm thường hay diễn ra v&agrave;o ng&agrave;y 13-14/12 hằng năm.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/12_zpsx3rynh1a.jpg" /></p>\r\n\r\n<p>13 - Kẻ từ thắt lưng ch&agrave;ng thợ săn l&ecirc;n đến đầu của ch&agrave;ng, bạn sẽ gặp sao Capella, s&aacute;ng nhất ch&ograve;m Ngự Phu. Ng&ocirc;i sao n&agrave;y hơi xa một t&iacute; so với c&aacute;c ng&ocirc;i sao kh&aacute;c.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/13_zpspmu7awgl.png" /></p>\r\n\r\n<p>14 - Đ&acirc;y l&agrave; h&igrave;nh ảnh của ch&ograve;m sao Ngự Phu.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/14_zpsc4wckyh5.jpg" /></p>\r\n\r\n<p>15 - N&agrave;o, h&atilde;y c&ugrave;ng quan s&aacute;t hai nh&oacute;m sao: Lục gi&aacute;c m&ugrave;a đ&ocirc;ng v&agrave; Tam gi&aacute;c m&ugrave;a đ&ocirc;ng nh&eacute;!</p>\r\n\r\n<p>Lục gi&aacute;c m&ugrave;a đ&ocirc;ng: Nh&oacute;m sao gồm c&aacute;c ng&ocirc;i sao s&aacute;ng, tạo n&ecirc;n một h&igrave;nh lục gi&aacute;c tuyệt đẹp:</p>\r\n\r\n<p>- Sirius (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Ch&oacute; Lớn)</p>\r\n\r\n<p>- Rigel (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Thợ Săn)</p>\r\n\r\n<p>- Aldebaran (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Kim Ngưu)</p>\r\n\r\n<p>- Capella (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Ngự Phu)</p>\r\n\r\n<p>- Pollux v&agrave; Castor (hai ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Song Tử, Pollux s&aacute;ng hơn Castor). Hai ng&ocirc;i sao n&agrave;y gần nhau, trong lục gi&aacute;c to tướng n&agrave;y th&igrave; c&aacute;c bạn tạm xem n&oacute; như l&agrave; 1 đi ^^</p>\r\n\r\n<p>- Procyon (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Ch&oacute; Nhỏ)</p>\r\n\r\n<p>Ngo&agrave;i ra c&ograve;n nh&oacute;m sao nổi tiếng kh&aacute;c l&agrave; tam gi&aacute;c m&ugrave;a đ&ocirc;ng, một h&igrave;nh tam gi&aacute;c đều, c&aacute;c bạn nh&eacute;:</p>\r\n\r\n<p>- Sirius (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Ch&oacute; Lớn)</p>\r\n\r\n<p>- Procyon (ng&ocirc;i sao s&aacute;ng nhất ch&ograve;m sao Ch&oacute; Nhỏ)</p>\r\n\r\n<p>- Betelgeuse (ng&ocirc;i sao s&aacute;ng nh&igrave; ch&ograve;m sao Thợ Săn, k&eacute;m sao Rigel)</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/15_zpscsyro5wy.png" /></p>\r\n\r\n<p>16 - Quay trở lại với ch&ograve;m sao Thợ Săn, ch&uacute;ng ta h&atilde;y c&ugrave;ng quan s&aacute;t một ch&ograve;m sao kh&aacute;c.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/16_zpsdapgyqmr.png" /></p>\r\n\r\n<p>17 - Đ&oacute; l&agrave; ch&ograve;m sao Con Thỏ, n&oacute; nằm dưới ch&acirc;n ch&agrave;ng Orion. Ch&ograve;m sao n&agrave;y kh&ocirc;ng chứa ng&ocirc;i sao n&agrave;o của lục gi&aacute;c hay tam gi&aacute;c m&ugrave;a đ&ocirc;ng nh&eacute;.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/17_zpsmrzmlonq.png" /></p>\r\n\r\n<p>18 - Đ&acirc;y l&agrave; h&igrave;nh ảnh của n&oacute; n&egrave;</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/18_zpstwzzwemv.png" /></p>\r\n\r\n<p>19 - Bonus th&ecirc;m một v&agrave;i ch&ograve;m sao kh&aacute;c.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/19_zpsyhtkih2k.png" /></p>\r\n\r\n<p>20 - H&atilde;y nh&igrave;n về hướng bắc, bạn sẽ gặp 5 ng&ocirc;i sao xếp h&igrave;nh th&agrave;nh chữ M hay W, chữ E hay số 3, đ&oacute; l&agrave; 5 ng&ocirc;i sao s&aacute;ng nhất của ch&ograve;m sao Thi&ecirc;n Hậu. M&igrave;nh gọi n&oacute; l&agrave; 5 ng&ocirc;i sao s&aacute;ng nhất, v&igrave; mỗi ch&ograve;m sao (theo định nghĩa ch&ograve;m sao hiện đại) sẽ chiếm một khu vực diện t&iacute;ch, ng&ocirc;i sao, hoặc thi&ecirc;n thể n&agrave;o trong khu vực diện t&iacute;ch của ch&ograve;m sao n&agrave;o, th&igrave; thuộc ch&ograve;m sao đ&oacute; tức l&agrave; kh&ocirc;ng thể n&oacute;i ch&ograve;m sao n&agrave;o c&oacute; bao nhi&ecirc;u ng&ocirc;i sao được v&agrave; ngo&agrave;i ng&ocirc;i sao ra, th&igrave; ch&ograve;m sao c&ograve;n c&oacute; một số tinh v&acirc;n, thi&ecirc;n h&agrave; hoặc cụm sao,...</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/20_zpsst1ykcg8.png" /></p>\r\n\r\n<p>21 - Đ&acirc;y l&agrave; h&igrave;nh ảnh của ho&agrave;ng hậu Cassiopeia - ch&ograve;m sao Thi&ecirc;n Hậu.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/21_zpszfea8s1g.png" /></p>\r\n\r\n<p>22 - H&atilde;y kẻ đường thẳng vu&ocirc;ng g&oacute;c với đường thẳng chứa ng&ocirc;i sao thứ ba v&agrave; tư, tại ng&ocirc;i sao thứ ba, bạn sẽ gặp sao Bắc Cực (Polaris), như trong h&igrave;nh vẽ. C&ograve;n ch&ograve;m sao Gấu Nhỏ th&igrave; c&aacute;c bạn để đến h&egrave; rồi coi lại n&oacute; nh&eacute;, giờ n&oacute; quay đầu xuống thấp n&ecirc;n kh&oacute; nh&igrave;n. V&agrave; ng&ocirc;i sao n&agrave;y chỉ gần như tuyệt đối hướng Bắc.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/22_zpsdcfby5e2.png" /></p>\r\n\r\n<p>23 - Hướng Đ&ocirc;ng, gần nửa đ&ecirc;m l&agrave; thời gian th&iacute;ch hợp để quan s&aacute;t ch&ograve;m sao Sư Tử. Đầu n&oacute; đi trước, đu&ocirc;i đi sau. &quot;Sư Tử hướng về T&acirc;y&quot; - đ&acirc;y cũng l&agrave; c&aacute;ch x&aacute;c định phương hướng lu&ocirc;n, mặc d&ugrave; hơi lệch t&iacute;, v&agrave; kh&oacute; h&igrave;nh dung, kh&oacute; x&aacute;c định hướng cho lắm :v</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/23_zpsgfo3jn8x.png" /></p>\r\n\r\n<p>24 - H&atilde;y nh&igrave;n lại hai ch&ograve;m sao: Song Tử v&agrave; Sư Tử</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/24_zpsn3o7skza.png" /></p>\r\n\r\n<p>25 - Ch&ograve;m sao Con Cua, bạn c&oacute; thể x&aacute;c định n&oacute; bằng c&aacute;ch x&aacute;c định hai ch&ograve;m sao Song Tử v&agrave; Sư Tử. Ch&ograve;m sao Con Cua ở giữa hai ch&ograve;m sao n&agrave;y. Rất l&agrave; kh&oacute; để x&aacute;c định ch&ograve;m sao Con Cua v&igrave; n&oacute; kh&ocirc;ng c&oacute; ng&ocirc;i sao n&agrave;o nổi bật để ch&uacute;ng ta nhận biết cả. Th&ocirc;i đ&agrave;nh lựa ng&agrave;y trong, tại địa điểm th&iacute;ch hợp vậy :v.</p>\r\n\r\n<p><img alt="Hình ảnh" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/LucGiacMuaDong/25_zpsnfmbmxwi.png" /></p>\r\n\r\n<p>--------</p>\r\n\r\n<p>Vậy l&agrave; m&igrave;nh đ&atilde; kết th&uacute;c b&agrave;i hướng dẫn quan s&aacute;t n&agrave;y. Nếu đọc kỹ b&agrave;i n&agrave;y v&agrave; &aacute;p dụng theo, bạn c&oacute; thể x&aacute;c định được th&ecirc;m 11/88 ch&ograve;m sao rồi đấy ^^</p>\r\n\r\n<p style="text-align:right"><em>Th&aacute;i Lợi - DAC</em></p>', '1492914285.png', 2, 3, 6, '2017-04-22 19:24:45', '2017-04-26 01:56:15', NULL); INSERT INTO `post` (`id`, `title`, `description`, `content`, `image`, `read_count`, `category_id`, `user_id`, `created_at`, `updated_at`, `deleted_at`) VALUES (22, 'Bầu trời sao mùa hè', 'Mùa hè, bạn hãy nhìn về hướng Bắc, bạn sẽ thấy 7 ngôi sao tương đối sáng, xếp thành hình cái gàu múc nước, hay là dấu chấm hỏi ngược, đó chính là nhóm sao Big Dipper (Bắc Đẩu). Nhóm sao này thuộc chòm sao Ursa Major (Đại Hùng).', '<p><strong>Bầu trời sao m&ugrave;a h&egrave; nổi bật với ch&ograve;m sao Ursa Major (Đại H&ugrave;ng), sao Polaris (Bắc Cực), ch&ograve;m sao Scorpius (Bọ Cạp), dải Ng&acirc;n H&agrave; v&agrave; &ldquo;Tam gi&aacute;c m&ugrave;a h&egrave;&rdquo;.</strong></p>\r\n\r\n<p>M&ugrave;a h&egrave;, bạn h&atilde;y nh&igrave;n về hướng Bắc, bạn sẽ thấy 7 ng&ocirc;i sao tương đối s&aacute;ng, xếp th&agrave;nh h&igrave;nh c&aacute;i g&agrave;u m&uacute;c nước, hay l&agrave; dấu chấm hỏi ngược, đ&oacute; ch&iacute;nh l&agrave; nh&oacute;m sao Big Dipper (Bắc Đẩu). Nh&oacute;m sao n&agrave;y thuộc ch&ograve;m sao Ursa Major (Đại H&ugrave;ng). Từ nh&oacute;m sao n&agrave;y, c&aacute;c bạn h&atilde;y d&ugrave;ng bản đồ sao để x&aacute;c định ch&ograve;m sao Ursa Major (Đại H&ugrave;ng) nh&eacute;. Nh&oacute;m sao Bắc Đẩu l&agrave; ch&igrave;a kh&oacute;a để c&aacute;c bạn nhận biết c&aacute;c ng&ocirc;i sao nổi bật tr&ecirc;n bầu trời. Khoảng 21h v&agrave;o buổi tối giữa th&aacute;ng 6, bạn sẽ thấy nh&oacute;m sao n&agrave;y ở hướng T&acirc;y Bắc, cao khoảng từ 25 độ đến 50 độ tr&ecirc;n bầu trời.</p>\r\n\r\n<p><img alt="Ursa%20Major%20copy_zps4ig2oaxq - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i1.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Ursa%20Major%20copy_zps4ig2oaxq.png?resize=980%2C803" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Ursa Major (Đại H&ugrave;ng)</em></p>\r\n\r\n<p>Trước hết l&agrave; sao Polaris (Bắc Cực). Bạn h&atilde;y vẽ một đường thẳng từ sao Merak đến sao Dubhe rồi k&eacute;o d&agrave;i đoạn thẳng nối hai sao n&agrave;y khoảng 5 lần, bạn sẽ gặp sao Polaris (Bắc Cực) như h&igrave;nh vẽ dưới đ&acirc;y. Sao Polaris (Bắc Cực) rất gần thi&ecirc;n cực bắc n&ecirc;n trong một năm, ng&ocirc;i sao n&agrave;y dường như kh&ocirc;ng thay đổi vị tr&iacute; của n&oacute; tr&ecirc;n thi&ecirc;n cầu, v&agrave; đ&ecirc;m n&agrave;o bạn cũng c&oacute; thể thấy được n&oacute;. Sao Polaris l&agrave; ng&ocirc;i sao s&aacute;ng nhất trong ch&ograve;m sao Ursa Minor (Tiểu H&ugrave;ng). C&aacute;c bạn dựa v&agrave;o bản đồ sao để x&aacute;c định ch&ograve;m sao Ursa Minor rồi tiếp đến l&agrave; ch&ograve;m sao Draco (Thi&ecirc;n Long) nh&eacute;!</p>\r\n\r\n<p><img alt="Polaris_zpszt7k7qgr - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i0.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Polaris_zpszt7k7qgr.png?resize=980%2C733" /></p>\r\n\r\n<p style="text-align:center"><em>D&ugrave;ng nh&oacute;m sao Bắc Đẩu để x&aacute;c định sao Bắc Cực</em></p>\r\n\r\n<p>Sau đ&oacute; l&agrave; hai ng&ocirc;i sao s&aacute;ng Arcturus v&agrave; Spica. Theo đường cong của 5 ng&ocirc;i sao trong nh&oacute;m sao Bắc Đẩu, bạn sẽ gặp sao Arcturus của ch&ograve;m sao Bo&ouml;tes (Mục Phu) rồi sau đ&oacute; sẽ l&agrave; sao Spica của ch&ograve;m sao Virgo (Xử Nữ). Sao Arcturus l&agrave; ng&ocirc;i sao s&aacute;ng thứ 4 tr&ecirc;n bầu trời đ&ecirc;m, trong khi đ&oacute; sao Spica th&igrave; đứng thứ 15. Khoảng 21h v&agrave;o buổi tối giữa th&aacute;ng 6, bạn sẽ thấy sao Arcturus nằm gần thi&ecirc;n đỉnh c&ograve;n sao Spica ở hướng T&acirc;y &ndash; Nam, cao khoảng 55 độ tr&ecirc;n bầu trời.</p>\r\n\r\n<p><img alt="Arcturus%20-%20Spica%20copy_zps4env8lxt - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i0.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Arcturus%20-%20Spica%20copy_zps4env8lxt.png?resize=980%2C737" /></p>\r\n\r\n<p style="text-align:center"><em>D&ugrave;ng Bắc Đẩu để x&aacute;c định sao Arcturus, Spica</em><em>&nbsp;</em></p>\r\n\r\n<p>Tiếp đến, bạn h&atilde;y d&ugrave;ng hai ng&ocirc;i sao Megrez v&agrave; Phad để x&aacute;c định sao Regulus &ndash; ng&ocirc;i sao s&aacute;ng nhất trong ch&ograve;m sao Leo (Sư Tử). Khoảng 21h v&agrave;o buổi tối giữa th&aacute;ng 6, bạn sẽ thấy sao Regulus ở hướng T&acirc;y, cao khoảng 20 độ tr&ecirc;n bầu trời.</p>\r\n\r\n<p><img alt="Big%20Dipper%20-%20Regulus%20copy_zpsvemzf2wi - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i1.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Big%20Dipper%20-%20Regulus%20copy_zpsvemzf2wi.png?resize=980%2C740" /></p>\r\n\r\n<p style="text-align:center"><em>D&ugrave;ng Bắc Đẩu để x&aacute;c định sao Regulus</em><em>&nbsp;</em></p>\r\n\r\n<p>Sau khi đ&atilde; t&igrave;m ra sao Regulus th&igrave; bạn h&atilde;y x&aacute;c định ch&ograve;m sao Leo (Sư Tử) đi nh&eacute;. C&aacute;i đu&ocirc;i của con sư tử n&agrave;y ch&iacute;nh l&agrave; sao Denebola, ng&ocirc;i sao s&aacute;ng thứ hai trong ch&ograve;m sao Leo. N&oacute; c&ugrave;ng với sao Arcturus v&agrave; sao Spica tạo th&agrave;nh một tam gi&aacute;c đều, v&agrave; người ta gọi n&oacute; l&agrave; &ldquo;tam gi&aacute;c m&ugrave;a xu&acirc;n&rdquo;. &nbsp;Tuy nhi&ecirc;n, c&oacute; nhiều t&agrave;i liệu th&igrave; n&oacute;i rằng, &ldquo;tam gi&aacute;c m&ugrave;a xu&acirc;n&rdquo; gồm sao Arcturus, sao Spica v&agrave; sao Regulus.</p>\r\n\r\n<p><img alt="TG%20mua%20Xuan%20copy_zps10uogl9o - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i1.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/TG%20mua%20Xuan%20copy_zps10uogl9o.png?resize=980%2C735" /></p>\r\n\r\n<p style="text-align:center"><em>&ldquo;Tam gi&aacute;c m&ugrave;a xu&acirc;n&rdquo;</em></p>\r\n\r\n<p>Khi &ldquo;tam gi&aacute;c m&ugrave;a xu&acirc;n&rdquo; dần tiến về hướng T&acirc;y th&igrave; &ldquo;tam gi&aacute;c m&ugrave;a h&egrave;&rdquo; dần xuất hiện ở hướng đ&ocirc;ng. Bạn h&atilde;y nh&igrave;n về hướng Đ&ocirc;ng v&agrave; quan s&aacute;t nh&oacute;m sao n&agrave;y. Bạn h&atilde;y nh&igrave;n về dải Ng&acirc;n H&agrave; vắt ngang tr&ecirc;n bầu trời, ba ng&ocirc;i sao s&aacute;ng tạm th&agrave;nh &ldquo;tam gi&aacute;c m&ugrave;a h&egrave;&rdquo;: sao Vega (Chức Nữ) s&aacute;ng nhất trong ch&ograve;m sao Lyra (Thi&ecirc;n Cầm), sao Altair (Ngưu Lang) s&aacute;ng nhất trong ch&ograve;m sao Aquila (Đại B&agrave;ng) v&agrave; sao Deneb (Thi&ecirc;n T&acirc;n) s&aacute;ng nhất trong ch&ograve;m sao Cygnus (Thi&ecirc;n Nga). Sao Vega (Chức Nữ) l&agrave; ng&ocirc;i sao s&aacute;ng thứ năm tr&ecirc;n bầu trời đ&ecirc;m, trong khi đ&oacute;, sao Altair (Ngưu Lang) th&igrave; đứng &nbsp;thứ 11 v&agrave; sao Deneb (Thi&ecirc;n T&acirc;n) th&igrave; đứng thứ 19. Sao Altair v&agrave; sao Vega nằm ở hai b&ecirc;n dải Ng&acirc;n H&agrave; như c&acirc;u chuyện ngăn c&aacute;ch t&igrave;nh y&ecirc;u Ngưu Lang &ndash; Chức Nữ. Trong th&aacute;ng 6, khoảng l&uacute;c 21h th&igrave; &ldquo;tam gi&aacute;c m&ugrave;a h&egrave;&rdquo; nằm gần đường ch&acirc;n trời, v&igrave; vậy n&ecirc;n nếu muốn quan s&aacute;t n&oacute; dễ d&agrave;ng hơn th&igrave; bạn h&atilde;y thức đến nửa đ&ecirc;m hoặc đợi đến giữa th&aacute;ng 7 nh&eacute;!</p>\r\n\r\n<p><img alt="Tam%20giac%20He%20copy%20copy%20copy_zpsvar03wtf - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i0.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Tam%20giac%20He%20copy%20copy%20copy_zpsvar03wtf.png?resize=980%2C735" /></p>\r\n\r\n<p style="text-align:center"><em>&ldquo;Tam gi&aacute;c m&ugrave;a h&egrave;&rdquo;</em></p>\r\n\r\n<p>Sau đ&oacute;, h&atilde;y d&ugrave;ng thử kiểm tra sao Polaris (Bắc Cực) bằng c&aacute;ch kẻ đường thẳng đi qua sao Gienah v&agrave; sao Deneb của ch&ograve;m sao Cygnus (Thi&ecirc;n Nga) nh&eacute;!</p>\r\n\r\n<p><img alt="Cynus%20-%20Polaris%20copy_zpsznnhni92 - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i0.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Cynus%20-%20Polaris%20copy_zpsznnhni92.png?resize=980%2C735" /></p>\r\n\r\n<p style="text-align:center"><em>Kẻ đường thẳng đi qua sao Gienah v&agrave; sao Deneb, đường thẳng n&agrave;y sẽ đi qua sao Polaris (sao Bắc Cực).</em><em>&nbsp;</em></p>\r\n\r\n<p>Sau đ&oacute;, bạn h&atilde;y nh&igrave;n ch&ograve;m sao Scorpius (Bọ Cạp) ở hướng Đ&ocirc;ng Nam. Ch&ograve;m sao n&agrave;y nổi bật với đường cong như bản đồ Việt Nam quen thuộc. T&acirc;m của con bọ cạp n&agrave;y l&agrave; ng&ocirc;i sao Antares, cũng l&agrave; ng&ocirc;i sao s&aacute;ng nhất trong ch&ograve;m sao n&agrave;y. Antares c&oacute; m&agrave;u đỏ đặc trưng, n&oacute; l&agrave; ng&ocirc;i sao s&aacute;ng thứ 16 tr&ecirc;n bầu trời đ&ecirc;m v&agrave; c&aacute;ch ch&uacute;ng ta khoảng 600 năm &aacute;nh s&aacute;ng. Theo Thần thoại Hy Lạp, thợ săn Orion l&agrave; thợ săn t&agrave;i giỏi, nhưng rất ngạo mạn, tự cho m&igrave;nh l&agrave; người thợ săn t&agrave;i giỏi nhất, n&ecirc;n đ&atilde; bị nữ thần Hera &ndash; vợ của thần Zeus sai con bọ cạp xuống v&agrave; giết chết ch&agrave;ng thợ săn n&agrave;y. Con bọ cạp giết chết ch&agrave;ng v&agrave; cũng bị ch&agrave;ng d&ugrave;ng ch&acirc;n giẫm chết. Thần Zeus thương tiếc Orion n&ecirc;n cho ch&agrave;ng l&ecirc;n bầu trời, v&agrave; con bọ cạp kia cũng được đưa l&ecirc;n trời, ch&iacute;nh l&agrave; ch&ograve;m sao Scorpius. Mỗi lần ch&ograve;m sao Scorpius mọc l&ecirc;n th&igrave; ch&ograve;m sao Orion lại lặn xuống như trốn tr&aacute;nh kẻ th&ugrave; của m&igrave;nh. Khoảng 21h v&agrave;o buổi tối giữa th&aacute;ng 6, bạn sẽ thấy ch&ograve;m sao Bọ Cạp ở hướng Đ&ocirc;ng &ndash; Nam, cao khoảng từ 20 độ đến 52 độ tr&ecirc;n bầu trời.</p>\r\n\r\n<p><img alt="Scorpius%20copy_zps5dtwf0fh - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i2.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Scorpius%20copy_zps5dtwf0fh.png?resize=977%2C1024" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Scorpius (Bọ Cạp)</em></p>\r\n\r\n<p>Ph&iacute;a b&ecirc;n dưới ch&ograve;m sao Scorpius (Bọ Cạp) l&agrave; ch&ograve;m sao Sagittarius (Cung Thủ). Ch&ograve;m sao n&agrave;y mang h&igrave;nh dạng của một nh&acirc;n m&atilde;, đầu người, m&igrave;nh ngựa. Ch&ograve;m sao n&agrave;y c&oacute; những ng&ocirc;i sao s&aacute;ng tạo th&agrave;nh nh&oacute;m sao The Teapot (Ấm Tr&agrave;). Tuy nhi&ecirc;n, nếu bạn để &yacute; kĩ th&igrave; ch&ograve;m sao n&agrave;y c&ograve;n c&oacute; những ng&ocirc;i sao tạo th&agrave;nh h&igrave;nh c&aacute;i g&aacute;o m&uacute;c nước đấy nh&eacute;! V&igrave; vậy, nếu bạn nh&igrave;n thấy h&igrave;nh một c&aacute;i g&agrave;o m&uacute;c nước ở hướng Nam th&igrave; bạn đừng nhầm n&oacute; với nh&oacute;m sao Big Dipper (Bắc Đẩu) nh&eacute;! Khoảng 21h v&agrave;o buổi tối giữa th&aacute;ng 6, ch&ograve;m sao Cung Thủ nằm gần đường ch&acirc;n trời, v&igrave; vậy n&ecirc;n cũng như &ldquo;tam gi&aacute;c m&ugrave;a h&egrave;&rdquo;, nếu muốn quan s&aacute;t n&oacute; dễ d&agrave;ng hơn th&igrave; bạn h&atilde;y thức đến nửa đ&ecirc;m hoặc đợi đến giữa th&aacute;ng 7 nh&eacute;!</p>\r\n\r\n<p><img alt="Scorpius%20-%20Sagittarius%20copy_zpsrmdu7dan - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i0.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Scorpius%20-%20Sagittarius%20copy_zpsrmdu7dan.png?resize=980%2C959" /></p>\r\n\r\n<p style="text-align:center"><em>Scorpius (Bọ Cạp) v&agrave; Sagittarius (Cung Thủ)</em><em>&nbsp;</em></p>\r\n\r\n<p>Ngay tr&ecirc;n đầu ch&ograve;m sao Scorpius ch&iacute;nh l&agrave; ch&ograve;m sao Libra (Thi&ecirc;n B&igrave;nh). Ch&ograve;m Libra mang h&igrave;nh d&aacute;ng của một chiếc c&acirc;n, n&oacute; l&agrave; ch&ograve;m sao Ho&agrave;ng đạo nằm giữa ch&ograve;m sao Scorpius v&agrave; Virgo (Xử Nữ). Bạn h&atilde;y dựa v&agrave;o ch&ograve;m sao Scorpius để x&aacute;c định n&oacute; nh&eacute;.</p>\r\n\r\n<p><img alt="Untitled-1%20copy_zpspqaepval - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i0.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Untitled-1%20copy_zpspqaepval.png?resize=980%2C966" /></p>\r\n\r\n<p style="text-align:center"><em>X&aacute;c định ch&ograve;m Libra bằng ch&ograve;m sao Scorpius.</em><em>&nbsp;</em></p>\r\n\r\n<p>B&ecirc;n cạnh ch&ograve;m sao Scorpius (Bọ Cạp) l&agrave; ch&ograve;m sao Ophiuchus (X&agrave; Phu). Đ&acirc;y ch&iacute;nh l&agrave; ch&ograve;m sao Ho&agrave;ng đạo thứ 13, do đường Ho&agrave;ng đạo đi qua ch&ograve;m sao n&agrave;y. Ch&ograve;m sao n&agrave;y chia đ&ocirc;i ch&ograve;m sao Serpens (Con Rắn) th&agrave;nh hai phần ri&ecirc;ng biệt. Serpens l&agrave; ch&ograve;m sao duy nhất tr&ecirc;n bầu trời bị chia th&agrave;nh 2 phần t&aacute;ch rời.</p>\r\n\r\n<p><img alt="Scorpius%20-%20Ophiuchus%20copy_zpsxqtt8tvc - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i0.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Scorpius%20-%20Ophiuchus%20copy_zpsxqtt8tvc.png?resize=980%2C736" /></p>\r\n\r\n<p style="text-align:center"><em>Scorpius (Bọ Cạp), Ophiuchus (X&agrave; Phu) v&agrave; Serpens (Con Rắn).</em></p>\r\n\r\n<p><img alt="Ecliptic%20copy_zpse5btvqkd - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i0.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Ecliptic%20copy_zpse5btvqkd.png?resize=980%2C815" /></p>\r\n\r\n<p style="text-align:center"><em><em>C&aacute;c ch&ograve;m sao Ho&agrave;ng đạo.</em>&nbsp;</em></p>\r\n\r\n<p>Sau khi đ&atilde; x&aacute;c định được ch&ograve;m sao Scorpius (Bọ Cạp), Ophiuchus (X&agrave; Phu) v&agrave; Sagittarius (Cung Thủ) rồi, c&aacute;c bạn h&atilde;y x&aacute;c định đường Ho&agrave;ng đạo nh&eacute;! Đường Ho&agrave;ng đạo đi qua &nbsp;c&aacute;c ch&ograve;m sao n&agrave;y đấy.<em>&nbsp;</em></p>\r\n\r\n<p>Bạn h&atilde;y nh&igrave;n về hướng Nam nh&eacute;, trong số rất nhiều ng&ocirc;i sao chi ch&iacute;t, bạn h&atilde;y để &yacute; những ng&ocirc;i sao s&aacute;ng nhất. Ch&ograve;m sao Crux (Nam Thập Tự) c&oacute; h&igrave;nh dấu cộng, c&oacute; hai ng&ocirc;i sao s&aacute;ng nhất l&agrave; Acrux v&agrave; Mimosa. Acrux l&agrave; ng&ocirc;i sao s&aacute;ng thứ 14 tr&ecirc;n bầu trời đ&ecirc;m c&ograve;n Mimosa th&igrave; xếp hạng thứ 20. Bạn c&oacute; thể quan s&aacute;t ch&ograve;m sao n&agrave;y v&agrave;o khoảng giữa th&aacute;ng 6 sau khi Mặt Trời lặn cho đến khoảng 22h30. Ph&iacute;a tr&ecirc;n Crux l&agrave; ch&ograve;m sao Centaurus (Nh&acirc;n M&atilde;). Cả hai ch&ograve;m sao Sagittarius (Cung Thủ) v&agrave; Centaurus (Nh&acirc;n M&atilde;) đều mang h&igrave;nh d&aacute;ng đầu người m&igrave;nh ngựa. Tuy nhi&ecirc;n, ch&ograve;m sao Sagittarius lại thường được gọi l&agrave; &ldquo;Nh&acirc;n M&atilde;&rdquo; trong khi ch&ograve;m Centaurus lại thường được gọi l&agrave; &ldquo;B&aacute;n Nh&acirc;n M&atilde;&rdquo;. Cả hai t&ecirc;n thường gọi n&agrave;y đều sai. Ch&ograve;m sao Sagittarius l&agrave; một ch&ograve;m sao Ho&agrave;ng Đạo (tức l&agrave; Mặt Trời sẽ đi qua ch&ograve;m sao n&agrave;y v&agrave;o một khoảng thời gian trong năm, cụ thể hơn l&agrave; ng&agrave;y 18/12 đến ng&agrave;y 18/01, theo c&aacute;ch nh&igrave;n biểu kiến từ Tr&aacute;i Đất). Trong khi đ&oacute;, ch&ograve;m sao Centaurus th&igrave; kh&ocirc;ng phải l&agrave; ch&ograve;m sao Ho&agrave;ng đạo, v&agrave; Mặt Trời sẽ kh&ocirc;ng đi qua ch&ograve;m sao n&agrave;y. Hai ng&ocirc;i sao s&aacute;ng nhất của ch&ograve;m sao Centaurus l&agrave; Rigil Kentaurus v&agrave; Hadar. Ng&ocirc;i sao Rigil Kentaurus l&agrave; ng&ocirc;i sao s&aacute;ng thứ 3 tr&ecirc;n bầu trời đ&ecirc;m (sau Sirius v&agrave; Canopus), trong khi đ&oacute; th&igrave; Hadar xếp thứ 10. Trong một khu vực nhỏ tr&ecirc;n thi&ecirc;n cầu lại c&oacute; đến 4 ng&ocirc;i sao s&aacute;ng thuộc hai ch&ograve;m sao Crux v&agrave; Centaurus.</p>\r\n\r\n<p><img alt="Centaurus%20-%20Crux%20copy_zpsdlhwh5i4 - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i0.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Centaurus%20-%20Crux%20copy_zpsdlhwh5i4.png?resize=980%2C738" /></p>\r\n\r\n<p style="text-align:center"><em>Crux (Nam Thập Tự) v&agrave; Centaurus (Nh&acirc;n M&atilde;)</em></p>\r\n\r\n<p>Bầu trời sao m&ugrave;a h&egrave; rất đẹp, c&aacute;c bạn h&atilde;y ngắm sao ở những v&ugrave;ng qu&ecirc; để thấy được vẻ đẹp của bầu trời h&egrave; nh&eacute;!</p>\r\n\r\n<p><img alt="Thang%206%20A%20copy_zpsqt78cmsg - Hướng dẫn quan sát bầu trời sao mùa hè" src="http://i2.wp.com/i65.photobucket.com/albums/h220/ThaiVanLoiDN/BauTroiSaoMuaHe/Thang%206%20A%20copy_zpsqt78cmsg.png?resize=980%2C937" /></p>\r\n\r\n<p style="text-align:center"><em>Bản đồ sao th&aacute;ng 6, l&uacute;c 22h tại Đ&agrave; Nẵng</em></p>\r\n\r\n<p style="text-align:right"><em><em>Th&aacute;i Văn Lợi - DAC</em></em></p>', '1492914419.png', 2, 3, 6, '2017-04-22 19:26:59', '2017-04-26 01:54:08', NULL), (23, 'Bầu trời sao mùa thu', 'Mùa hè vừa rồi, chúng ta đã được chiêm ngưỡng “Tam giác mùa hè” tuyệt đẹp được tạo thành bởi ba ngôi sao Ngưu Lang, Chức Nữ và Thiên Tân lần lượt thuộc ba chòm sao Đại Bàng, Thiên Cầm và Thiên Nga rồi đúng không nào! Những ngày thu này, hình tam giác đặc biệt ấy vẫn xuất hiện từ giữa bầu trời và lặn dần về phía tây.', '<p>Bầu trời sao m&ugrave;a thu nổi bật với ch&ograve;m sao Phi M&atilde;, c&aacute;c ch&ograve;m sao ho&agrave;ng gia v&agrave; c&aacute;c ch&ograve;m sao ho&agrave;ng đạo như Ma Kết, Bảo B&igrave;nh, Song Ngư,&hellip;</p>\r\n\r\n<h3>1 &ndash; TAM GI&Aacute;C M&Ugrave;A H&Egrave;</h3>\r\n\r\n<p>M&ugrave;a h&egrave; vừa rồi, ch&uacute;ng ta đ&atilde; được chi&ecirc;m ngưỡng &ldquo;Tam gi&aacute;c m&ugrave;a h&egrave;&rdquo; tuyệt đẹp được tạo th&agrave;nh bởi ba ng&ocirc;i sao Ngưu Lang, Chức Nữ v&agrave; Thi&ecirc;n T&acirc;n lần lượt thuộc ba ch&ograve;m sao Đại B&agrave;ng, Thi&ecirc;n Cầm v&agrave; Thi&ecirc;n Nga rồi đ&uacute;ng kh&ocirc;ng n&agrave;o! Những ng&agrave;y thu n&agrave;y, h&igrave;nh tam gi&aacute;c đặc biệt ấy vẫn xuất hiện từ giữa bầu trời v&agrave; lặn dần về ph&iacute;a t&acirc;y.</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-004%20copy_zps43itzreb.png" /></p>\r\n\r\n<p style="text-align:center"><em>Tam gi&aacute;c m&ugrave;a h&egrave;</em></p>\r\n\r\n<h3>2 &ndash; C&Aacute;C CH&Ograve;M SAO HO&Agrave;NG GIA</h3>\r\n\r\n<p>B&acirc;y giờ ch&uacute;ng ta sẽ t&igrave;m hiểu một số ch&ograve;m sao đặc trưng của m&ugrave;a thu v&agrave; trước mắt l&agrave; c&aacute;c ch&ograve;m sao ho&agrave;ng gia nh&eacute;! Đ&oacute; l&agrave; c&aacute;c ch&ograve;m sao: Thi&ecirc;n Vương (vua), Thi&ecirc;n Hậu (ho&agrave;ng hậu), Ti&ecirc;n Nữ (c&ocirc;ng ch&uacute;a) v&agrave; Anh Ti&ecirc;n (ph&ograve; m&atilde;, tức l&agrave; chồng của Ti&ecirc;n Nữ).</p>\r\n\r\n<p>Bạn h&atilde;y nh&igrave;n l&ecirc;n bầu trời ph&iacute;a bắc, trong số nhiều ng&ocirc;i sao mờ ấy, bạn h&atilde;y ch&uacute; &yacute; đến c&aacute;c ng&ocirc;i sao tạo với nhau th&agrave;nh h&igrave;nh chữ M. Đ&oacute; l&agrave; c&aacute;c ng&ocirc;i sao s&aacute;ng trong ch&ograve;m sao Thi&ecirc;n Hậu đấy!</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-005%20copy_zpszsxczx9s.png" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Thi&ecirc;n Hậu</em></p>\r\n\r\n<p>Ch&uacute;ng ta đ&atilde; biết c&aacute;ch nhận biết phương hướng bằng nh&oacute;m sao Bắc Đẩu để t&igrave;m ng&ocirc;i sao Bắc Cực rồi đ&uacute;ng kh&ocirc;ng n&agrave;o! Vậy giờ khi nh&oacute;m sao Bắc Đẩu đ&atilde; lặn xuống, ch&uacute;ng ta sẽ để cho nh&oacute;m sao Bắc Đẩu nghỉ ngơi v&agrave; d&ugrave;ng nh&oacute;m sao Thi&ecirc;n Hậu để thay thế nhiệm vụ đ&oacute; của n&oacute;.</p>\r\n\r\n<p>Để dễ nhớ, ch&uacute;ng ta c&ugrave;ng nhau quy ước thứ tự năm ng&ocirc;i sao n&agrave;y l&agrave; 1, 2, 3, 4, 5 theo thứ tự từ tr&aacute;i qua phải như trong h&igrave;nh vẽ dưới đ&acirc;y nh&eacute;! Sau đ&oacute;, bạn h&atilde;y kẻ một đường thẳng vu&ocirc;ng g&oacute;c với đường thẳng chứa ng&ocirc;i sao thứ 3 v&agrave; 4, đường thẳng n&agrave;y sẽ đi ngang qua sao Bắc Cực.</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-006%20copy_zpsspcu5mbl.png" /></p>\r\n\r\n<p style="text-align:center"><em>D&ugrave;ng ch&ograve;m sao Thi&ecirc;n Hậu để x&aacute;c định sao Bắc Cực.</em></p>\r\n\r\n<p>Ng&ocirc;i sao Bắc Cực l&agrave; ng&ocirc;i sao hầu như đứng y&ecirc;n tr&ecirc;n bầu trời, cả ban ng&agrave;y n&oacute; vẫn ở vị tr&iacute; đ&oacute; v&agrave; tất cả c&aacute;c ng&ocirc;i sao kh&aacute;c tr&ecirc;n bầu trời đều quay xung quanh ng&ocirc;i sao n&agrave;y. Để dễ h&igrave;nh dung, ch&uacute;ng ta xem lại quả địa cầu, khi ch&uacute;ng ta quay quả địa cầu th&igrave; cực bắc v&agrave; cực nam sẽ đứng y&ecirc;n một chỗ c&ograve;n c&aacute;c điểm kh&aacute;c sẽ quay xung quanh đường thẳng nối hai cực n&agrave;y.</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/31030_zpsawn9fwcz.png" /></p>\r\n\r\n<p style="text-align:center"><em>Khi quả địa cầu quay, cực bắc v&agrave; cực nam của n&oacute; vẫn đứng y&ecirc;n.</em></p>\r\n\r\n<p>Tiếp đến l&agrave; ch&ograve;m sao Thi&ecirc;n Vương, tức l&agrave; &ocirc;ng vua, chồng của Thi&ecirc;n Hậu. Ch&ograve;m sao n&agrave;y c&oacute; h&igrave;nh dạng giống một ng&ocirc;i nh&agrave; bị lộn ngược m&aacute;i. Bạn h&atilde;y kẻ đường thẳng từ ng&ocirc;i sao thứ hai đến ng&ocirc;i sao thứ nhất của vị ho&agrave;ng hậu, bạn sẽ gặp ng&ocirc;i sao Alderamin của &ocirc;ng vua n&agrave;y đấy!</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-010%20copy_zpsaczryeic.png" /></p>\r\n\r\n<p style="text-align:center"><em>X&aacute;c định ch&ograve;m sao Thi&ecirc;n Vương bằng ch&ograve;m sao Thi&ecirc;n Hậu.</em></p>\r\n\r\n<p>Một ch&ograve;m sao kh&aacute; nổi bật, gi&uacute;p bạn x&aacute;c định hai ch&ograve;m sao ho&agrave;ng gia c&ograve;n lại Ti&ecirc;n Nữ v&agrave; Anh Ti&ecirc;n, đ&oacute; l&agrave; ch&ograve;m sao mang h&igrave;nh ảnh con ngựa c&oacute; c&aacute;nh &ndash; Pegasus (ch&ograve;m sao Phi M&atilde;). Kẻ một đường thẳng từ ng&ocirc;i sao thứ 3 đến ng&ocirc;i sao thứ 2 của Thi&ecirc;n Hậu, bạn sẽ gặp một h&igrave;nh vu&ocirc;ng kh&aacute; nổi bật, h&igrave;nh vu&ocirc;ng n&agrave;y gồm ba ng&ocirc;i sao của ch&ograve;m sao Phi M&atilde; v&agrave; một ng&ocirc;i sao của ch&ograve;m sao Ti&ecirc;n Nữ. Sau đ&oacute; bạn h&atilde;y x&aacute;c định ch&ograve;m sao Phi M&atilde; n&agrave;y nh&eacute;!</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-007%20copy_zps0eqwj370.png" /></p>\r\n\r\n<p style="text-align:center"><em>D&ugrave;ng ch&ograve;m sao Thi&ecirc;n Hậu để x&aacute;c định ch&ograve;m sao Phi M&atilde;.</em></p>\r\n\r\n<p>Sau khi x&aacute;c định được ch&ograve;m sao Phi M&atilde;, bạn sẽ dễ d&agrave;ng x&aacute;c định được ch&ograve;m sao Ti&ecirc;n Nữ. H&atilde;y d&ugrave;ng k&iacute;nh thi&ecirc;n văn cở trung b&igrave;nh, bạn sẽ quan s&aacute;t được thi&ecirc;n h&agrave; Andromeda, rất gần Hệ Mặt Trời đấy nh&eacute;!</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-008%20copy_zps9pfacqgu.png" /></p>\r\n\r\n<p style="text-align:center"><em>X&aacute;c định ch&ograve;m sao Ti&ecirc;n Nữ.</em></p>\r\n\r\n<p>Ch&ograve;m sao cuối c&ugrave;ng trong gia đ&igrave;nh ho&agrave;ng gia l&agrave; Anh Ti&ecirc;n. Sử dụng ch&ograve;m sao Thi&ecirc;n Hậu v&agrave; Ti&ecirc;n Nữ, bạn sẽ t&igrave;m thấy ng&ocirc;i sao Mirphak của anh ch&agrave;ng dũng sĩ n&agrave;y. Ch&ograve;m sao n&agrave;y l&agrave; t&acirc;m điểm của trận mưa sao băng Perseid xảy ra h&agrave;ng năm với cực điểm thường rơi v&agrave;o khoảng 12-13 th&aacute;ng 8. CLB Thi&ecirc;n văn học Đ&agrave; Nẵng &ndash; DAC thường xuy&ecirc;n tổ chức cắm trại để quan s&aacute;t hiện tượng thi&ecirc;n văn kỳ th&uacute; n&agrave;y.</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-011%20copy_zpsaqhu9eza.png" /></p>\r\n\r\n<p style="text-align:center"><em>Dựa v&agrave;o Ti&ecirc;n Nữ v&agrave; Thi&ecirc;n Hậu để x&aacute;c định ch&ograve;m sao Anh Ti&ecirc;n.</em></p>\r\n\r\n<p>B&acirc;y giờ, ch&uacute;ng ta c&ugrave;ng t&igrave;m hiểu v&igrave; sao ch&agrave;ng dũng sĩ Anh Ti&ecirc;n trở th&agrave;nh ph&ograve; m&atilde; trong gia đ&igrave;nh ho&agrave;ng gia nh&eacute;! Trong thần thoại Hy Lạp, Thi&ecirc;n Hậu &ndash; Cassiopeia tự cho rằng c&ocirc; con g&aacute;i cưng của b&agrave;, tức l&agrave; Andromeda &ndash; Ti&ecirc;n Nữ l&agrave; người đẹp nhất thế gian, thậm ch&iacute; c&ograve;n đẹp hơn cả thần ti&ecirc;n. Điều n&agrave;y l&agrave;m cho Poseidon &ndash; thần biển cả, v&agrave; cũng l&agrave; anh trai của thần Zeus rất tức giận, v&igrave; &ocirc;ng đ&atilde; tạo ra những sinh vật đẹp nhất trong h&igrave;nh dạng của nữ thần biển. Trong sự tức giận, &ocirc;ng tạo ra một con qu&aacute;i vật biển Cetus để t&agrave;n ph&aacute; vương quốc của Thi&ecirc;n Vương v&agrave; Thi&ecirc;n Hậu. Để tr&aacute;nh vương quốc bị t&agrave;n ph&aacute;, vị ho&agrave;ng hậu buộc phải hy sinh người con g&aacute;i duy nhất cho con qu&aacute;i vật biển gớm ghiếc n&agrave;y. N&agrave;ng c&ocirc;ng ch&uacute;a bị tr&oacute;i v&agrave;o một tảng đ&aacute; lớn nh&ocirc; ra biển v&agrave; bị bỏ lại đ&oacute; để chờ con qu&aacute;i vật biển khổng lồ Cetus.</p>\r\n\r\n<p>Khi Cetus tiến lại gần n&agrave;ng c&ocirc;ng ch&uacute;a th&igrave; dũng sĩ Anh Ti&ecirc;n &ndash; Perseus t&igrave;nh cờ đi ngang qua đ&oacute; v&agrave; t&igrave;m c&aacute;ch cứu n&agrave;ng. Ch&agrave;ng dũng sĩ d&ugrave;ng đầu của nữ thần t&oacute;c rắn Medusa m&agrave; ch&agrave;ng vừa mới giết được để ti&ecirc;u diệt qu&aacute;i vật biển. Qu&aacute;i vật Cetus tr&ocirc;ng thấy đầu của Medusa liền h&oacute;a th&agrave;nh đ&aacute;. Sau khi cứu được c&ocirc; c&ocirc;ng ch&uacute;a, ch&agrave;ng đ&atilde; cầu h&ocirc;n n&agrave;ng v&agrave; trở th&agrave;nh ph&ograve; m&atilde; trong gia đ&igrave;nh ho&agrave;ng gia.</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/Perseus%20-%20Cetus_zpsouuqcae1.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Dũng sĩ Anh Ti&ecirc;n d&ugrave;ng đầu của Medusa để ti&ecirc;u diệt qu&aacute;i vật biển. Image: Internet</em></p>\r\n\r\n<h3>3 &ndash; C&Aacute;C CH&Ograve;M SAO HO&Agrave;NG ĐẠO</h3>\r\n\r\n<p>Chia tay với gia đ&igrave;nh ho&agrave;ng gia, ch&uacute;ng ta c&ugrave;ng nhau t&igrave;m hiểu về c&aacute;c ch&ograve;m sao ho&agrave;ng đạo nh&eacute;!</p>\r\n\r\n<p>Sau khi ho&agrave;ng h&ocirc;n kết th&uacute;c, ch&ograve;m sao Bọ Cạp với h&igrave;nh dạng chữ S đặc trưng, kh&aacute; giống bản đồ Việt Nam phần đất liền, đ&atilde; hiện r&otilde; ở gần ch&acirc;n trời ph&iacute;a t&acirc;y. T&acirc;m điểm của con bọ cạp n&agrave;y l&agrave; ng&ocirc;i sao Antares với m&agrave;u đỏ đặc trưng.</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-001%20copy_zpsz0fn13eg.png" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Bọ Cạp.</em></p>\r\n\r\n<p>B&ecirc;n cạnh đ&oacute; l&agrave; ch&ograve;m sao Cung Thủ quen thuộc với nh&oacute;m sao Ấm Tr&agrave; m&agrave; ch&uacute;ng ta đ&atilde; quan s&aacute;t ở m&ugrave;a h&egrave; vừa rồi. Ch&ograve;m sao n&agrave;y hiện ra như một nh&acirc;n m&atilde; đang giương cung bắn t&ecirc;n v&agrave;o con bọ cạp.</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-002%20copy_zpsz1fi8fb3.png" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Bọ Cạp v&agrave; Cung Thủ.</em></p>\r\n\r\n<p>B&acirc;y giờ ch&uacute;ng ta sẽ t&igrave;m hiểu về ch&ograve;m sao ho&agrave;ng đạo Ma Kết. Ch&ograve;m sao n&agrave;y mang h&igrave;nh ảnh của con vật đầu d&ecirc; đu&ocirc;i c&aacute;. Tuy c&aacute;c ng&ocirc;i sao của ch&ograve;m sao n&agrave;y kh&ocirc;ng qu&aacute; s&aacute;ng nhưng ch&uacute;ng ta c&oacute; thể nhận biết n&oacute; kh&aacute; dễ v&igrave; vị tr&iacute; của n&oacute; nằm ngay b&ecirc;n cạnh ch&ograve;m sao Cung Thủ v&agrave; h&igrave;nh dạng tam gi&aacute;c vu&ocirc;ng c&acirc;n</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-016%20copy_zps4kyjx7dd.png" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Cung Thủ v&agrave; Ma Kết.</em></p>\r\n\r\n<p>Trong thần thoại Hy Lạp, khi con qu&aacute;i vật Typoon đ&aacute;nh bại thần Zeus th&igrave; c&aacute;c vị thần kh&aacute;c đều sợ h&atilde;i v&agrave; chạy trốn. Họ đ&atilde; biến th&agrave;nh c&aacute;c con vật để con qu&aacute;i vật kh&ocirc;ng nhận ra. Thần Pan, một vị thần thiếu sự quyết đo&aacute;n, trong l&uacute;c nguy cấp ấy kh&ocirc;ng biết biến th&agrave;nh con vật g&igrave;, n&ecirc;n đ&atilde; xuống nước v&agrave; biến đầu m&igrave;nh th&agrave;nh con d&ecirc; ng&acirc;y thơ, c&ograve;n phần th&acirc;n dưới để kh&ocirc;ng bị ngập trong nước, thần đ&atilde; biến th&agrave;nh đu&ocirc;i c&aacute;.</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/Capricornus_zpss9m4ogqu.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Ma Kết. Image: Urania&rsquo;s Mirror.</em></p>\r\n\r\n<p>Sau đ&oacute;, thần Hermes giải tho&aacute;t được cho thần Zeus v&agrave; qu&aacute;i vật Typhoon bị đ&aacute;nh bại th&igrave; c&aacute;c thần mới trở lại h&igrave;nh dạng như cũ. H&igrave;nh ảnh &ldquo;đầu d&ecirc; đu&ocirc;i c&aacute;&rdquo; được đưa l&ecirc;n bầu trời th&agrave;nh ch&ograve;m sao Ma Kết để đưa ra b&agrave;i học cho mọi người khi quyết định những vấn đề quan trọng trong cuộc đời.</p>\r\n\r\n<p>Ch&ograve;m sao ho&agrave;ng đạo tiếp theo l&agrave; Bảo B&igrave;nh, mang h&igrave;nh ảnh của vị thần đ&atilde; đổ nước từ thi&ecirc;n đường xuống cho con người. Tuy nhi&ecirc;n, ch&ograve;m sao n&agrave;y gồm nhiều ng&ocirc;i sao mờ v&agrave; rất kh&oacute; để quan s&aacute;t ch&ograve;m sao n&agrave;y.</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-013%20copy_zpsayc85hag.png" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Bảo B&igrave;nh v&agrave; Ma Kết.</em></p>\r\n\r\n<p>Ngay b&ecirc;n cạnh con ngựa Phi M&atilde; l&agrave; ch&ograve;m sao mang h&igrave;nh ảnh hai con c&aacute;: c&aacute; mẹ v&agrave; c&aacute; con, đ&oacute; l&agrave; Song Ngư. Ba ch&ograve;m sao ho&agrave;ng đạo Bảo B&igrave;nh, Ma Kết, Song Ngư, c&ugrave;ng rất nhiều ch&ograve;m sao kh&aacute;c nằm trong khu vực gọi l&agrave; &ldquo;Biển Trời&rdquo;, l&agrave; nơi c&oacute; rất nhiều ch&ograve;m sao li&ecirc;n quan đến biển cả như Qu&aacute;i Vật Biển, S&ocirc;ng C&aacute;i, Nam Ngư, C&aacute; Kiếm,&hellip;</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-018%20copy_zpstebu5srr.png" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Song Ngư.</em></p>\r\n\r\n<p>Trong thần thoại Hy Lạp, khi qu&aacute;i vật Typhoon tấn c&ocirc;ng c&aacute;c vị thần, trong l&uacute;c thần Pan biến th&agrave;nh con vật đầu d&ecirc; đu&ocirc;i c&aacute; th&igrave; nữ thần sắc đẹp Aphrodite v&agrave; con trai l&agrave; Eros &ndash; thần t&igrave;nh y&ecirc;u đ&atilde; biến th&agrave;nh hai con c&aacute;: c&aacute; mẹ v&agrave; c&aacute; con. Để hai mẹ con khỏi lạc nhau, nữ thần Aphrodite đ&atilde; quấn hai mẹ con lại với nhau.</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/Pisces_zpsp17wnvh3.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Song Ngư. Image: Urania&rsquo;s Mirror.</em></p>\r\n\r\n<p>Tiếp đến, ch&uacute;ng ta c&ugrave;ng nhau đến với ch&ograve;m sao Bạch Dương nh&eacute;! Ch&ograve;m sao n&agrave;y nằm giữa Song Ngư v&agrave; Anh Ti&ecirc;n. Nếu c&oacute; bản đồ sao trong tay, bạn sẽ dễ d&agrave;ng nhận biết được n&oacute; v&igrave; c&aacute;c ng&ocirc;i sao của n&oacute; cũng kh&aacute; s&aacute;ng đấy!</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-022%20copy_zpsqho29smu.png" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Bạch Dương nằm giữa Anh Ti&ecirc;n v&agrave; Song Ngư.</em></p>\r\n\r\n<p>Trong thần thoại Hy Lạp, vua Athamus xứ Boetia v&agrave; ho&agrave;ng hậu Nephele sinh hạ hai người con l&agrave; ho&agrave;ng tử Phrixus v&agrave; c&ocirc;ng ch&uacute;a Helle. Tuy nhi&ecirc;n, nh&agrave; vua lại say đắm một người con g&aacute;i kh&aacute;c l&agrave; Ino n&ecirc;n &ocirc;ng đ&atilde; quyết định ly h&ocirc;n với vợ m&igrave;nh v&agrave; sắc phong Ino l&agrave;m ho&agrave;ng hậu mới.</p>\r\n\r\n<p>Tuy nhi&ecirc;n, người mẹ kế Ino lại t&igrave;m c&aacute;ch s&aacute;t hại hai đứa con của chồng m&igrave;nh: ho&agrave;ng tử Phrixus v&agrave; c&ocirc;ng ch&uacute;a Helle. Ở vương quốc n&agrave;y, bắp l&agrave; lương thực ch&iacute;nh, v&igrave; vậy n&ecirc;n người mẹ kế ra lệnh cho những người phụ nữ vương quốc n&agrave;y rang bắp l&ecirc;n trước khi gieo trồng. Đồng thời, Ino c&ograve;n hối lộ nh&agrave; ti&ecirc;n tri &ndash; người m&agrave; vua sai đi hỏi c&aacute;c vị thần về hiện tượng m&ugrave;a m&agrave;ng thất b&aacute;t &ndash; để &ocirc;ng ta n&oacute;i dối rằng 2 đứa con ch&iacute;nh l&agrave; nguồn gốc của hiểm họa v&agrave; phải tế họ cho thần th&igrave; m&ugrave;a m&agrave;ng với trở lại.</p>\r\n\r\n<p>Vua v&agrave; tất cả d&acirc;n ch&uacute;ng đều tin v&agrave;o lời ti&ecirc;n tri độc &aacute;c nọ, họ quyết định hy sinh hai đứa trẻ. Lo cho sự an to&agrave;n của con, Nephele &ndash; mẹ ruột hai đứa trẻ đ&atilde; ph&aacute;i một người bảo vệ đội lốt con cừu c&oacute; l&ocirc;ng bằng v&agrave;ng do thần Zeus tặng cho b&agrave;.</p>\r\n\r\n<p><img src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/Aries_zpst5mr3n4r.jpeg" /></p>\r\n\r\n<p style="text-align:center"><em>Ho&agrave;ng tử Phrixus v&agrave; c&ocirc;ng ch&uacute;a Helle tr&ecirc;n lưng con cừu c&oacute; bộ l&ocirc;ng v&agrave;ng &ndash; Image: Bảo t&agrave;ng Nghệ thuật Bridgeman.</em></p>\r\n\r\n<p>Ng&agrave;y tế lễ đến, con cừu chở ho&agrave;ng tử v&agrave; c&ocirc;ng ch&uacute;a bỏ chạy băng qua đại dương nhưng chẳng may Helle bị rơi xuống biển. Con cừu vừa quay đầu nh&igrave;n c&ocirc; em g&aacute;i, lại vừa bảo vệ người anh trai tiếp tục cuộc chạy trốn.</p>\r\n\r\n<p>Bộ l&ocirc;ng v&agrave;ng của ch&uacute; cừu đực n&agrave;y về sau trở th&agrave;nh b&aacute;u vật khuynh th&agrave;nh của vương quốc Colchis, một vương quốc kh&aacute;c, nơi hai anh em được che giấu suốt đời tho&aacute;t khỏi người mẹ kế Ino. Ch&iacute;nh v&igrave; bộ l&ocirc;ng ấy m&agrave; Jason, người anh h&ugrave;ng trong thần thoại Hy Lạp đ&atilde; t&igrave;m kiếm trong suốt h&agrave;nh tr&igrave;nh truy t&igrave;m bộ l&ocirc;ng cừu v&agrave;ng nổi tiếng của m&igrave;nh, được nhắc đến trong c&acirc;u chuyện về cuộc viễn chinh của nh&oacute;m thủy thủ t&agrave;u Argo.</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/jason3_zpskkhblyph.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>Jason v&agrave; con t&agrave;u Argo &ndash; <NAME> and the Argonauts của đạo diễn <NAME>ey.</em></p>\r\n\r\n<p>V&igrave; ơn huệ đ&oacute;, Zeus đ&atilde; đưa con cừu c&oacute; bộ l&ocirc;ng m&agrave;u v&agrave;ng l&ecirc;n th&agrave;nh một ch&ograve;m sao, do đ&oacute; mới c&oacute; ch&ograve;m sao Bạch Dương như ng&agrave;y nay.</p>\r\n\r\n<h3>4 &ndash; C&Aacute;C CH&Ograve;M SAO KH&Aacute;C</h3>\r\n\r\n<p>Th&ocirc;ng thường, ch&uacute;ng ta thường quan s&aacute;t nhiều c&aacute;c ch&ograve;m sao ở ph&iacute;a bắc, m&agrave; &iacute;t quan t&acirc;m đến c&aacute;c ch&ograve;m sao ph&iacute;a nam hơn.</p>\r\n\r\n<p>Nếu ở hướng nam, bạn quan s&aacute;t thấy 4 ng&ocirc;i sao s&aacute;ng, tạo th&agrave;nh h&igrave;nh tứ gi&aacute;c th&igrave; rất c&oacute; thể đ&oacute; l&agrave; ng&ocirc;i sao Fomalhaut của ch&ograve;m sao Nam Ngư v&agrave; ba ng&ocirc;i sao s&aacute;ng của ch&ograve;m sao Chim Sếu đấy.</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/stellarium-020%20copy_zpsxk8uyh6v.png" /></p>\r\n\r\n<p style="text-align:center"><em>Ch&ograve;m sao Nam Ngư v&agrave; Chim Sếu.</em></p>\r\n\r\n<p>Để quan s&aacute;t c&aacute;c ch&ograve;m sao kh&aacute;c, c&aacute;c bạn h&atilde;y tải bản đồ sao dưới đ&acirc;y v&agrave; in n&oacute; ra giấy k&iacute;ch thước lớn nh&eacute;, n&oacute; sẽ gi&uacute;p &iacute;ch cho bạn rất nhiều trong việc nhận biết c&aacute;c ch&ograve;m sao đấy!</p>\r\n\r\n<p><img alt="Bầu trời sao mùa thu" src="https://i65.photobucket.com/albums/h220/ThaiVanLoiDN/Thang%209%20A%20copy_zpsosp5aath.png" /></p>\r\n\r\n<p style="text-align:center"><em>Bản đồ sao m&ugrave;a thu. Image: Th&aacute;i Lợi &ndash; DAC</em></p>\r\n\r\n<p>Bầu trời sao tuyệt đẹp, c&aacute;c bạn h&atilde;y lựa chọn một địa điểm quan s&aacute;t thật tốt, &iacute;t bị ảnh hưởng bởi &aacute;nh s&aacute;ng v&agrave; chi&ecirc;m ngưỡng vẻ đẹp của n&oacute; trong những ng&agrave;y trời quang, &iacute;t m&acirc;y nh&eacute;!</p>\r\n\r\n<p>Trong b&agrave;i c&oacute; sử dụng c&aacute;c bức ảnh từ phần mềm Stellarium.</p>\r\n\r\n<p style="text-align:right"><em>Th&aacute;i Lợi &ndash; DAC</em></p>', '1492914549.png', 4, 3, 6, '2017-04-22 19:29:09', '2017-05-10 08:49:12', NULL), (24, 'Có phải các ngôi sao luôn di chuyển cùng nhau trên bầu trời?', 'Nhiều bạn thắc mắc với mình rằng: Có phải các ngôi sao chòm sao luôn đi liền với nhau hay không, cùng nhau di chuyển hay sao mà qua một thời gian dài, hình dạng nó vẫn không thay đổi?', '<p>Nhiều bạn thắc mắc với m&igrave;nh rằng: C&oacute; phải c&aacute;c ng&ocirc;i sao ch&ograve;m sao lu&ocirc;n đi liền với nhau hay kh&ocirc;ng, c&ugrave;ng nhau di chuyển hay sao m&agrave; qua một thời gian d&agrave;i, h&igrave;nh dạng n&oacute; vẫn kh&ocirc;ng thay đổi?</p>\r\n\r\n<p><img alt="BacDau%203_zpsz94ycsuh - Có phải các ngôi sao luôn di chuyển cùng nhau trên bầu trời?" src="http://i0.wp.com/i1168.photobucket.com/albums/r491/vuong_anh2/BacDau%203_zpsz94ycsuh.png?resize=980%2C724" /></p>\r\n\r\n<p>C&acirc;u trả lời, như c&aacute;c nh&igrave;n v&agrave;o trong h&igrave;nh ảnh n&agrave;y cũng đ&atilde; r&otilde;. C&aacute;c ng&ocirc;i sao, c&aacute;c thi&ecirc;n thể kh&aacute;c trong vũ trụ (kh&ocirc;ng t&iacute;nh những thi&ecirc;n thể thuộc Hệ Mặt Trời), đều rất xa ch&uacute;ng ta. Mỗi ng&ocirc;i sao hay thi&ecirc;n thể di chuyển theo những c&aacute;ch kh&ocirc;ng giống nhau. Nhưng điều quan trọng ở đ&acirc;y, l&agrave; ch&uacute;ng rất xa, rất rất rất xa. V&igrave; vậy, n&ecirc;n qua h&agrave;ng trăm năm, ta vẫn thấy n&oacute; lu&ocirc;n &ldquo;đi liền&rdquo; với nhau. Tuy nhi&ecirc;n, nếu qua một khoảng thời gian d&agrave;i hơn, th&igrave; n&oacute; sẽ kh&aacute;c nhau nhiều, như h&igrave;nh ảnh dưới đ&acirc;y.</p>\r\n\r\n<p><img alt="BacDau%20copy_zpsynde160k - Có phải các ngôi sao luôn di chuyển cùng nhau trên bầu trời?" src="http://i1.wp.com/i1168.photobucket.com/albums/r491/vuong_anh2/BacDau%20copy_zpsynde160k.png?resize=980%2C724" /></p>\r\n\r\n<p>Tr&ecirc;n bầu trời, những ng&ocirc;i sao v&agrave; c&aacute;c thi&ecirc;n thể đều chuyển động từ đ&ocirc;ng sang t&acirc;y, theo những đường tr&ograve;n. T&acirc;m của những đường tr&ograve;n n&agrave;y l&agrave; g&igrave;? V&acirc;ng, đ&oacute; ch&iacute;nh l&agrave; ng&ocirc;i sao lu&ocirc;n đứng y&ecirc;n một chỗ (nếu chỉ x&eacute;t trong khoảng thời gian v&agrave;i trăm năm gần đ&acirc;y, v&agrave; bỏ qua sai số nhỏ), ng&ocirc;i sao chỉ hướng ch&iacute;nh x&aacute;c gần như tuyệt đối hướng Bắc, v&agrave; đ&oacute; l&agrave; ng&ocirc;i sao Bắc Cực.</p>\r\n\r\n<p><img alt="stars-night-1149134_960_720_zpsbytzscpm - Có phải các ngôi sao luôn di chuyển cùng nhau trên bầu trời?" src="http://i1168.photobucket.com/albums/r491/vuong_anh2/stars-night-1149134_960_720_zpsbytzscpm.jpg" /></p>\r\n\r\n<p style="text-align:center"><em>C&aacute;c ng&ocirc;i sao di chuyển theo c&aacute;c đường tr&ograve;n, t&acirc;m l&agrave; sao Bắc Cực.</em></p>\r\n\r\n<p style="text-align:right"><em><strong>Th&aacute;i Lợi &ndash; DAC</strong></em></p>', '1492914610.jpg', 2, 3, 6, '2017-04-22 19:30:10', '2017-04-26 05:47:35', NULL); -- -------------------------------------------------------- -- -- Table structure for table `project` -- CREATE TABLE `project` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `time` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `link` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `project` -- INSERT INTO `project` (`id`, `name`, `image`, `time`, `link`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Du lịch Đà Nẵng', '1492916952.jpg', 'Tháng 10/2015', '#', 'Quảng bá hình ảnh du lịch Đà Nẵng', '2017-04-17 21:33:34', '2017-04-22 20:09:18', NULL), (2, '<NAME>', '1492917193.png', 'Tháng 3/2016', '#', 'Trung tâm mỹ thuật thiếu thi Bé Chì Màu', '2017-04-17 21:33:48', '2017-04-22 20:13:13', NULL), (3, 'About Me', '1492917248.jpg', 'Tháng 8/2016', '#', 'Website giới thiệu bản thân', '2017-04-17 21:39:56', '2017-04-22 20:14:21', NULL), (4, 'Gia sư online', '1492917482.png', 'Tháng 10/2016', '#', 'Website tìm kiếm gia sư của các bậc phụ huynh', '2017-04-19 04:53:44', '2017-04-22 20:18:02', NULL), (5, 'Tin Hot', '1492917623.jpg', 'Tháng 12/2016', '#', 'Website các tin tức nóng hổi trên cộng đồng mạng', '2017-04-22 20:20:23', '2017-04-22 20:20:23', NULL), (6, 'Cafe Không tên', '1492917731.jpg', 'Tháng 12/2016', '#', 'Website quản lý quán cafe', '2017-04-22 20:22:11', '2017-04-22 20:22:11', NULL), (7, 'ShareIT', '1492917908.jpg', 'Tháng 1/2017', '#', 'Chia sẻ kiến thức về IT', '2017-04-22 20:25:08', '2017-04-22 20:25:08', NULL), (8, 'Đặt phòng BK', '1492918137.png', 'Tháng 4/2017', '#', 'Website quản lý đặt phòng trường ĐH Bách khoa', '2017-04-22 20:28:57', '2017-04-22 20:28:57', NULL), (9, '<NAME>', '', 'Enim duis eveniet dolor corrupti deleniti velit sed dolor', 'Enim aute tempore enim sit et alias quia id et debitis', 'Consectetur temporibus quaerat elit, qui culpa quis rerum a aut aut corrupti, eaque voluptate nisi sed.', '2017-04-22 20:29:54', '2017-04-22 20:32:19', '2017-04-22 20:32:19'), (10, 'My Blog', '1492918333.jpg', 'Tháng 4/2017', '#', 'Tập hợp những bài viết của tôi', '2017-04-22 20:31:19', '2017-04-26 05:58:15', NULL), (11, '<NAME>', '', 'Qui occaecat officia qui aut', 'Aut est aliquid non sed at harum reprehenderit q', 'Tempore, est blanditiis praesentium eius et fugiat a ex aliquid dolore sed hic.', '2017-04-24 09:34:28', '2017-04-24 09:34:33', '2017-04-24 09:34:33'); -- -------------------------------------------------------- -- -- Table structure for table `quotes` -- CREATE TABLE `quotes` ( `id` int(10) UNSIGNED NOT NULL, `author` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `content` text COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `quotes` -- INSERT INTO `quotes` (`id`, `author`, `image`, `content`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, '<NAME>', '1492914795.jpg', 'Cuộc sống vốn không công bằng.\r\nHãy tập quen dần với điều đó!', '2017-04-17 01:24:31', '2017-04-22 19:33:15', NULL), (2, '<NAME>', '1492914831.jpg', 'Chúng ta không có cơ hội để làm nhiều thứ trong đời, cuộc sống này quá ngắn ngủi. Vì vậy bạn cần sống sao cho thật xứng đáng', '2017-04-17 01:26:13', '2017-04-22 19:33:51', NULL), (3, '<NAME>', '1492914861.jpg', 'Người ta thường thích thú những thứ không hoàn thiện', '2017-04-17 01:38:42', '2017-04-22 19:34:21', NULL), (4, '<NAME>', '1492915141.jpg', 'Người ta luôn luôn có ý nghĩ rằng những người bệnh tâm thần đang sống khổ sở. Tôi nghĩ sự điên rồ cũng có thể là một kiểu giải thoát. Nếu mọi chuyện quá tồi tệ, người ta có thể muốn tưởng tượng điều gì đó tốt đẹp hơn.', '2017-04-17 01:39:59', '2017-04-22 19:39:01', NULL), (5, '<NAME>', '1492915730.jpg', 'Trí tưởng tượng quan trọng hơn tri thức. Vì tri thức chỉ giới hạn trong những gì ta hiểu biết, trong khi trí tưởng tượng bao trùm cả thế giới, và cả những gì ta sẽ hiểu biết.', '2017-04-17 01:41:44', '2017-04-22 19:48:50', NULL), (6, 'Voluptatibus amet eos nostrum sequi quo mollitia adipisicing nulla totam quam debitis sit assumenda in molestiae', '', 'Voluptatibus amet eos nostrum sequi quo mollitia adipisicing nulla totam quam debitis sit assumenda in molestiae. Voluptatibus amet eos nostrum sequi quo mollitia adipisicing nulla totam quam debitis sit assumenda in molestiae', '2017-04-17 01:41:56', '2017-04-22 19:50:52', '2017-04-22 19:50:52'), (7, 'Veritatis voluptatibus quas suscipit debitis quis molestiae incidunt dolorem quaerat', '1492424519.jpg', 'Ipsum asperiores enim at non omnis dolor aliquip dolores accusantium et ratione reprehenderit doloribus est ad reprehenderit, voluptatum labore consequatur.', '2017-04-17 01:42:12', '2017-04-22 19:50:55', '2017-04-22 19:50:55'), (8, 'Hic laudantium assumenda dolor et rerum quas sint quod', '', 'Odio quae consequatur? Animi, praesentium cum ut obcaecati inventore incidunt, earum esse perferendis dolores voluptas deserunt velit adipisci quaerat at.', '2017-04-17 01:46:54', '2017-04-17 02:09:40', '2017-04-17 02:09:40'), (9, 'Laborum et sunt unde assumenda tempore consequatur unde cillum cumque ad', '1492421558.jpeg', 'Maxime aut rem ut fugiat molestiae iusto odit blanditiis dolor id, eius vitae ea quis esse, sint, molestiae.', '2017-04-17 02:32:01', '2017-04-17 02:32:42', '2017-04-17 02:32:42'); -- -------------------------------------------------------- -- -- Table structure for table `skill` -- CREATE TABLE `skill` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `percent` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `skill` -- INSERT INTO `skill` (`id`, `name`, `percent`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'PHP Framework: Laravel, Yii, CodeIgniter', 80, '2017-04-18 08:30:35', '2017-04-22 20:34:24', NULL), (2, '<NAME>', 39, '2017-04-18 08:30:40', '2017-04-18 08:30:48', '2017-04-18 08:30:48'), (3, 'Office: Word, Excel, PowerPoint', 90, '2017-04-22 20:36:15', '2017-04-22 20:36:15', NULL), (4, 'Design', 70, '2017-04-22 20:36:41', '2017-04-22 20:36:41', NULL), (5, '<NAME>', 40, '2017-04-24 09:47:40', '2017-04-24 09:47:45', '2017-04-24 09:47:45'), (6, '<NAME>', 163, '2017-04-24 09:47:50', '2017-04-24 09:50:46', '2017-04-24 09:50:46'), (7, '<NAME>', 9000, '2017-04-24 09:50:43', '2017-04-24 09:50:49', '2017-04-24 09:50:49'); -- -------------------------------------------------------- -- -- Table structure for table `slider` -- CREATE TABLE `slider` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `link` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `slider` -- INSERT INTO `slider` (`id`, `name`, `image`, `link`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, '<NAME>', '1492446569.jpg', 'Laborum Non error pariatur Excepteur architecto velit incididunt dolor deserunt et', 'Ipsam est, veniam, consequat. Minim elit, consequatur, nostrud magnam ipsam totam qui ea tempora autem accusantium laborum blanditiis dicta.', '2017-04-17 09:28:40', '2017-04-17 09:29:37', '2017-04-17 09:29:37'), (2, '<NAME> ra biển ngắm nhật thực', '1493212013.png', '/gioi-tre-da-nang-do-xo-ra-bien-don-nhat-thuc-13.html', 'Từ sáng sớm hôm nay, các thành viên CLB Thiên văn học Đ<NAME> cùng những người yêu mến thiên văn đã tới bãi biển xinh đẹp tại công viên Biển Đông để chiêm ngưỡng hiện tượng nhật thực một phần.', '2017-04-17 09:32:26', '2017-04-26 06:06:53', NULL), (3, 'Hướng dẫn quan sát sao Bắc Cực', '1493212027.png', '/huong-dan-quan-sat-sao-bac-cuc-19.html', 'Polaris (Alpha Ursar Minoris) là ngôi sao sáng nhất trong chòm sao Tiểu Hùng (Ursa Minor). Hiện nay, Alpha Ursar Minoris là ngôi sao gần thiên cực Bắc nhất, nên nó được chọn là sao Bắc Cực.', '2017-04-17 09:32:33', '2017-04-26 06:07:07', NULL), (4, 'Bầu trời sao mùa thu', '1493212036.png', '/bau-troi-sao-mua-thu-23.html', 'Bầu trời sao mùa thu nổi bật với chòm sao Phi Mã, các chòm sao hoàng gia và các chòm sao hoàng đạo như Ma Kết, Bảo Bình, Song Ngư,…', '2017-04-17 20:40:45', '2017-04-26 06:07:16', NULL); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `username` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `fullname` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `role` smallint(6) NOT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `username`, `fullname`, `email`, `password`, `image`, `role`, `remember_token`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'thaivanloidn', '<NAME>', '<EMAIL>', <PASSWORD>', '1492881166.jpg', 3, NULL, '2017-04-18 09:09:25', '2017-04-22 10:12:46', NULL), (2, 'user', 'User', '<EMAIL>', <PASSWORD>', '1492881598.jpg', 2, NULL, '2017-04-18 09:09:48', '2017-04-26 08:10:25', NULL), (4, 'nydemav', '<NAME>', '<EMAIL>', <PASSWORD>', '1492532023.jpg', 2, NULL, '2017-04-18 09:13:43', '2017-04-18 18:35:36', '2017-04-18 18:35:36'), (5, 'admindemo', 'Admin Demo', '<EMAIL>', <PASSWORD>', '1492882121.png', 1, NULL, '2017-04-18 09:22:43', '2017-04-26 08:08:25', NULL), (6, 'admin', 'Administrator', '<EMAIL>', <PASSWORD>', '1492532622.png', 3, NULL, '2017-04-18 09:23:42', '2017-04-18 18:17:09', NULL); -- -------------------------------------------------------- -- -- Table structure for table `work` -- CREATE TABLE `work` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `time` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `work` -- INSERT INTO `work` (`id`, `name`, `image`, `time`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, '<NAME>', '1492446037.png', 'Dolorem maiores deserunt quia quia laboriosam maxime asperiores lorem porro laboris rerum optio possimus ipsam', 'Illum, esse a nisi tempor voluptas Nam fugit, ad adipisci.', '2017-04-17 09:15:59', '2017-04-17 09:21:05', '2017-04-17 09:21:05'), (2, '<NAME>', '1492916425.jpg', 'Tháng 9/2013', 'Sinh viên, Khoa Công nghệ thông tin ĐH Bách khoa - ĐH ĐN', '2017-04-17 09:16:39', '2017-04-22 20:00:25', NULL), (3, 'Chủ nhiệm CLB Thiên văn học Đà Nẵng', '1492916461.png', 'Tháng 5/2014 - tháng 5/2016', 'CLB Thiên văn học Đà Nẵng được thành lập năm 2007, hiện trực thuộc Hội Sinh viên Đại học Đà Nẵng', '2017-04-17 09:17:26', '2017-04-25 08:20:44', NULL), (4, 'Làm việc tại Bà Nà', '1492916527.png', 'Mùa hè 2015 và 2016', 'Hướng dẫn khách du lịch quan sát thiên văn', '2017-04-22 20:02:07', '2017-04-22 20:02:07', NULL); -- -- Indexes for dumped tables -- -- -- Indexes for table `ads` -- ALTER TABLE `ads` ADD PRIMARY KEY (`id`); -- -- Indexes for table `category` -- ALTER TABLE `category` ADD PRIMARY KEY (`id`); -- -- Indexes for table `contact` -- ALTER TABLE `contact` ADD PRIMARY KEY (`id`); -- -- Indexes for table `info` -- ALTER TABLE `info` ADD PRIMARY KEY (`id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `post` -- ALTER TABLE `post` ADD PRIMARY KEY (`id`), ADD KEY `post_user_id_foreign` (`user_id`), ADD KEY `post_category_id_foreign` (`category_id`); -- -- Indexes for table `project` -- ALTER TABLE `project` ADD PRIMARY KEY (`id`); -- -- Indexes for table `quotes` -- ALTER TABLE `quotes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `skill` -- ALTER TABLE `skill` ADD PRIMARY KEY (`id`); -- -- Indexes for table `slider` -- ALTER TABLE `slider` ADD PRIMARY KEY (`id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_username_unique` (`username`), ADD UNIQUE KEY `users_email_unique` (`email`); -- -- Indexes for table `work` -- ALTER TABLE `work` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `ads` -- ALTER TABLE `ads` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `category` -- ALTER TABLE `category` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `contact` -- ALTER TABLE `contact` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `info` -- ALTER TABLE `info` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `post` -- ALTER TABLE `post` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; -- -- AUTO_INCREMENT for table `project` -- ALTER TABLE `project` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `quotes` -- ALTER TABLE `quotes` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `skill` -- ALTER TABLE `skill` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `slider` -- ALTER TABLE `slider` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `work` -- ALTER TABLE `work` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- Constraints for dumped tables -- -- -- Constraints for table `post` -- ALTER TABLE `post` ADD CONSTRAINT `post_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `category` (`id`), ADD CONSTRAINT `post_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
<gh_stars>0 /*************************************** Query Passthrough su TD Esempio USER CODE: execute ( replace view &tdStagedb..&table_target. as select geography_dim.* from &tdStagedb..geography_dim geography_dim ) by teradata; ***************************************/ %macro select; /************************************ BEGIN USER CODE ************************************/ execute ( replace view &tdStagedb..&table_target. as select tab1.*, tab2.PERIMETER_DESC, tab2.SUBCONSOLIDATED_CD_SEC, tab2.CONSOLIDATED_CD_SEC, (case when(( tab1.reference_dt )= (select max(s.reference_dt) from P_KGU_GLM_LCRDA.LCR_DA_C_72_TEMPLATE s) )then 'Current Date' else 'Other Dates' end ) as Current_Date_1 from ((select LCR_DA_C_72_TEMPLATE.* from P_KGU_GLM_LCRDA.LCR_DA_C_72_TEMPLATE LCR_DA_C_72_TEMPLATE) union ( SELECT DISTINCT t1.REFERENCE_DT, t1.PERIMETER_CD, t1.LEGAL_ENTITY_CD, t1.FREQ_CD, t1.REPORTING_CURRENCY_CD, /* Row_NUM */ ('475') as Row_NUM, /* item_desc */ ('MEMORANDUM ITEM') as item_desc from P_KGU_GLM_LCRDA.LCR_DA_C_72_TEMPLATE t1) ) tab1 left join P_KGU_GLM_LCRDA.REP_LEGAL_ENTITY_LCR_DA_FLAT tab2 ON tab1.LEGAL_ENTITY_CD = tab2.LEGAL_ENTITY_CD_SEC ) by teradata; /************************************ END USER CODE ************************************/ %mend;
CREATE DATABASE animals_db; USE animals_db; -- not null means this is a required field CREATE TABLE people ( name varchar(30) NOT NULL, has_pet BOOLEAN NOT NULL, pet_name varchar(30), pet_age integer(10) ); -- Create the table peoples within animals_db CREATE TABLE peoples ( -- Create numeric collumn called id, automatically increments default value id INTEGER(11) AUTO_INCREMENT NOT NULL, name VARCHAR(30) NOT NULL, has_pet BOOLEAN NOT NULL, pet_name VARCHAR(30), pet_age INTEGER(10), -- Set the ID as this table's primary key (all data contained w/in it will be unique) PRIMARY KEY(id) ); SELECT * FROM peoples; -- drop database if it already exists -- DROP DATABASE IF EXISTS favorite_db; USE animals_db; select * from peoples; INSERT INTO peoples (name, has_pet, pet_name, pet_age) VALUES ("Laura", true, "Penny", 11); INSERT INTO peoples (name, has_pet, pet_name, pet_age) VALUES ("Caren", true, "Buddy", 15); INSERT INTO peoples (name, has_pet) VALUES ("Mark", false); -- Now Mark has 1 pet UPDATE peoples SET has_pet = 1 WHERE id = 3; -- BOOKS LESSON DROP DATABASE IF EXISTS books_db; CREATE DATABASE books_db; USE books_db; CREATE TABLE books( id INTEGER(11) AUTO_INCREMENT NOT NULL, authorId INTEGER(11), title VARCHAR(100), PRIMARY KEY (id) ); CREATE TABLE authors( id INTEGER(11) AUTO_INCREMENT NOT NULL, firstName VARCHAR(100), lastName VARCHAR(100), PRIMARY KEY (id) ); INSERT INTO authors (firstName, lastName) values ('Jane', 'Austen'); INSERT INTO authors (firstName, lastName) values ('Mark', 'Twain'); INSERT INTO authors (firstName, lastName) values ('Lewis', 'Carroll'); INSERT INTO authors (firstName, lastName) values ('Andre', 'Asselin'); INSERT INTO books (title, authorId) values ('Pride and Prejudice', 1); INSERT INTO books (title, authorId) values ('Emma', 1); INSERT INTO books (title, authorId) values ('The Adventures of <NAME>', 2); INSERT INTO books (title, authorId) values ('Adventures of Huckleberry Finn', 2); INSERT INTO books (title, authorId) values ('Alice''s Adventures in Wonderland', 3); INSERT INTO books (title, authorId) values ('Dracula', null); SELECT * FROM authors; SELECT * FROM books; -- show ALL books with authors -- INNER JOIN will only return all matching values from both tables SELECT title, firstName, lastName FROM books INNER JOIN authors ON books.authorId = authors.id; -- show ALL books, even if we don't know the author -- LEFT JOIN returns all of the values from the left table, and the matching ones from the right table SELECT title, firstName, lastName FROM books LEFT JOIN authors ON books.authorId = authors.id; -- show ALL books, even if we don't know the author -- RIGHT JOIN returns all of the values from the right table, and the matching ones from the left table SELECT title, firstName, lastName FROM books RIGHT JOIN authors ON books.authorId = authors.id;
-- 181. Employees Earning More Than Their Managers create table if not exists Employee(Id int, Name varchar(10), Salary int, ManagerId int); insert into Employee values(1, "Joe", 70000, 3); insert into Employee values(2, "Henry", 80000, 4); insert into Employee values(3, "Sam", 60000, NULL); insert into Employee values(4, "Max", 90000, NULL); -- my solution select x.Name as Employee from employee as x where x.Salary > (select y.Salary from employee y where y.Id = x.ManagerId); -- join solution SELECT a.NAME AS Employee FROM Employee AS a JOIN Employee AS b ON a.ManagerId = b.Id AND a.Salary > b.Salary; -- 2 tables select a.Name as "Employee" from Employee as a, Employee as b where a.ManagerId=b.Id and a.Salary > b.Salary;
<reponame>SysJunkie/RdbmsQueryParsingEngine CREATE TABLE R( A INTEGER NOT NULL, B INTEGER ); CREATE TABLE S(D INTEGER, E INTEGER, F DATE); SELECT A, B FROM R; SELECT A+B FROM R; SELECT G FROM (SELECT A+B AS G FROM R); SELECT * FROM R,S; SELECT * FROM R ORDER BY A DESC; SELECT * FROM R ORDER BY A DESC LIMIT 2; SELECT * FROM R,S LIMIT 2; SELECT R.*, S.E, S.F FROM R,S WHERE R.A > 3; SELECT D, E FROM S WHERE F >= '1994-01-01' AND F < '1994-01-03'; SELECT L_EXTENDEDPRICE, L_DISCOUNT, L_QUANTITY FROM lineitem WHERE L_SHIPDATE >= '2001-01-01' AND L_SHIPDATE < '2004-01-03' AND L_DISCOUNT > 0.05 AND L_DISCOUNT < 0.07 AND L_QUANTITY > 49 ORDER BY L_EXTENDEDPRICE LIMIT 20; SELECT C.*, N.n_name, R.r_name FROM CUSTOMER C, NATION N, REGION R WHERE N.n_nationkey = C.c_nationkey AND N.n_nationkey < 3 AND C.c_mktsegment = 'FURNITURE' AND C.c_acctbal > 9995; SELECT C.*, N.N_NAME, R.R_NAME FROM CUSTOMER C, NATION N, REGION R WHERE N.N_NATIONKEY = C.C_NATIONKEY AND N.N_NATIONKEY < 3 AND C.MKTSEGMENT = 'FURNITURE' AND C.C_ACCTBAL > 9995; CREATE TABLE CUSTOMER ( C_CUSTKEY INTEGER, C_NAME STRING, C_ADDRESS STRING, C_NATIONKEY INTEGER NOT NULL, -- references N_NATIONKEY C_PHONE STRING, C_ACCTBAL DOUBLE, C_MKTSEGMENT STRING, C_COMMENT STRING ); CREATE TABLE ORDERS ( O_ORDERKEY INTEGER, O_CUSTKEY INTEGER NOT NULL, -- references C_CUSTKEY O_ORDERSTATUS STRING, O_TOTALPRICE DOUBLE, O_ORDERDATE DATE, O_ORDERPRIORITY STRING, O_CLERK STRING, O_SHIPPRIORITY INTEGER, O_COMMENT STRING ); CREATE TABLE LINEITEM ( L_ORDERKEY INTEGER NOT NULL, -- references O_ORDERKEY L_PARTKEY INTEGER NOT NULL, -- references P_PARTKEY (compound fk to PARTSUPP) L_SUPPKEY INTEGER NOT NULL, -- references S_SUPPKEY (compound fk to PARTSUPP) L_LINENUMBER INTEGER, L_QUANTITY DOUBLE, L_EXTENDEDPRICE DOUBLE, L_DISCOUNT DOUBLE, L_TAX DOUBLE, L_RETURNFLAG STRING, L_LINESTATUS STRING, L_SHIPDATE DATE, L_COMMITDATE DATE, L_RECEIPTDATE DATE, L_SHIPINSTRUCT STRING, L_SHIPMODE STRING, L_COMMENT STRING ); CREATE TABLE NATION ( N_NATIONKEY INTEGER, N_NAME STRING, N_REGIONKEY INTEGER NOT NULL, -- references R_REGIONKEY N_COMMENT STRING ); CREATE TABLE REGION ( R_REGIONKEY INTEGER, R_NAME STRING, R_COMMENT STRING ); SELECT D.C_NAME, D.N_NAME FROM (SELECT C.*, N.N_NAME, R.R_NAME FROM CUSTOMER C, NATION N, REGION R WHERE R.R_REGIONKEY = N.N_REGIONKEY AND N.N_NATIONKEY = C.C_NATIONKEY AND R.R_NAME = 'AMERICA') D, ORDERS O, LINEITEM L WHERE O.O_ORDERKEY = L.L_ORDERKEY AND O.O_CUSTKEY = D.C_CUSTKEY AND L.L_SHIPDATE < '1992-01-05' ORDER BY D.C_NAME LIMIT 5;
<filename>SQL/Availability/udfHoursInPeriodFleet.sql ALTER FUNCTION udfHoursInPeriodFleet( @MineSite VARCHAR(255), @DateLower DATETIME2(0), @DateUpper DATETIME2(0) ) RETURNS INT -- RETURNS TABLE AS -- RETURN BEGIN Select Unit, dbo.udfHoursInPeriod(UnitID.Unit, @DateLower, @DateUpper) as HrsPeriod From UnitID Where MineSite=@MineSite and Model Like '980%' RETURN SUM(HrsPeriod) END
<reponame>Foxpips/LayeredArchitecture /****** Object: Stored Procedure dbo.b4nGetAttributeList Script Date: 23/06/2005 13:31:10 ******/ CREATE Procedure dbo.b4nGetAttributeList @attributeCollectionID int As set nocount on Select * From b4nAttributeType t with(nolock) , b4nAttributeInCollection c with(nolock) , b4nAttribute a with(nolock) left outer join b4nAttributeProductFamily f with(nolock) on a.attributeID = f.attributeID Where t.attributeTypeID = a.attributeTypeID and a.attributeID = c.attributeID and c.attributeCollectionID = @attributeCollectionID and attributesource = 'C' order by f.productfamilyId asc Select * From b4nAttributeType t with(nolock) , b4nAttributeInCollection c with(nolock) , b4nAttribute a with(nolock) left outer join b4nAttributeProductFamily f with(nolock) on a.attributeID = f.attributeID Where t.attributeTypeID = a.attributeTypeID and a.attributeID = c.attributeID and c.attributeCollectionID = @attributeCollectionID and attributesource = 'S' Order By a.attributeID,f.multiValuePriority GRANT EXECUTE ON b4nGetAttributeList TO b4nuser GO GRANT EXECUTE ON b4nGetAttributeList TO helpdesk GO GRANT EXECUTE ON b4nGetAttributeList TO ofsuser GO GRANT EXECUTE ON b4nGetAttributeList TO reportuser GO GRANT EXECUTE ON b4nGetAttributeList TO b4nexcel GO GRANT EXECUTE ON b4nGetAttributeList TO b4nloader GO
<gh_stars>1-10 TRUNCATE TABLE public.finance CASCADE; TRUNCATE TABLE public.meris CASCADE; TRUNCATE TABLE public.sirius CASCADE;
<gh_stars>1-10 CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; CREATE TYPE element_type AS ENUM ('link', 'image', 'video', 'contact', 'text', 'code', 'title'); CREATE TABLE users ( id SERIAL PRIMARY KEY, email TEXT NOT NULL UNIQUE, password_hash TEXT NOT NULL, name TEXT NOT NULL, created_at TIMESTAMP NOT NULL DEFAULT NOW() ); CREATE TABLE old_tokens ( token TEXT NOT NULL, nulled_at TIMESTAMP NOT NULL DEFAULT NOW() ); CREATE TABLE rooms ( id uuid PRIMARY KEY DEFAULT uuid_generate_v4 (), name TEXT NOT NULL, creator INTEGER NOT NULL REFERENCES users(id), last_updated TIMESTAMP NOT NULL DEFAULT NOW() at time zone 'utc', created_at TIMESTAMP NOT NULL DEFAULT NOW() at time zone 'utc' ); CREATE TABLE discord_watched_channels ( channel_id BIGINT NOT NULL, room_id uuid NOT NULL REFERENCES rooms(id), PRIMARY KEY (channel_id, room_id) ); CREATE TABLE room_components ( id uuid PRIMARY KEY DEFAULT uuid_generate_v4 (), room_id uuid NOT NULL REFERENCES rooms(id), type element_type NOT NULL, content TEXT NOT NULL, content_extra TEXT, x_pos INTEGER NOT NULL, y_pos INTEGER NOT NULL, width INTEGER NOT NULL DEFAULT 200, height INTEGER NOT NULL DEFAULT 200 );
<gh_stars>1-10 ALTER TABLE `clientes` ADD `senha` VARCHAR(200) NOT NULL; CREATE TABLE `resets_de_senha` ( `id` INT NOT NULL AUTO_INCREMENT, `email` VARCHAR(200) NOT NULL , `token` VARCHAR(255) NOT NULL , `data_expiracao` DATETIME NOT NULL, `token_utilizado` TINYINT NOT NULL, PRIMARY KEY (`id`)) ENGINE = InnoDB DEFAULT CHARACTER SET = latin1; INSERT INTO `configuracoes` (`idConfig`, `config`, `valor`) VALUES (13, 'control_edit_vendas', 1);
<filename>1.32.0/var/www/html/indicia/modules/indicia_setup/db/version_0_9_0/201309101341_attr_view_system_function.sql CREATE OR REPLACE VIEW list_sample_attributes AS SELECT sa.id, sa.caption, fsb2.name AS outer_structure_block, fsb.name AS inner_structure_block, sa.data_type, ct.control AS control_type, sa.termlist_id, sa.multi_value, saw.website_id, saw.restrict_to_survey_id, (((sa.id || '|'::text) || sa.data_type::text) || '|'::text) || COALESCE(sa.termlist_id::text, ''::text) AS signature, saw.default_text_value, saw.default_int_value, saw.default_float_value, saw.default_date_start_value, saw.default_date_end_value, saw.default_date_type_value, COALESCE((saw.validation_rules::text || ' '::text) || sa.validation_rules::text, COALESCE(saw.validation_rules, ''::character varying)::text || COALESCE(sa.validation_rules, ''::character varying)::text) AS validation_rules, sa.deleted, saw.deleted AS website_deleted, saw.restrict_to_sample_method_id, sa.system_function FROM sample_attributes sa LEFT JOIN sample_attributes_websites saw ON sa.id = saw.sample_attribute_id AND saw.deleted = false LEFT JOIN control_types ct ON ct.id = saw.control_type_id LEFT JOIN form_structure_blocks fsb ON fsb.id = saw.form_structure_block_id LEFT JOIN form_structure_blocks fsb2 ON fsb2.id = fsb.parent_id WHERE sa.deleted = false ORDER BY fsb2.weight, fsb.weight, saw.weight; CREATE OR REPLACE VIEW list_occurrence_attributes AS SELECT sa.id, sa.caption, fsb2.name AS outer_structure_block, fsb.name AS inner_structure_block, sa.data_type, ct.control AS control_type, sa.termlist_id, sa.multi_value, saw.website_id, saw.restrict_to_survey_id, (((sa.id || '|'::text) || sa.data_type::text) || '|'::text) || COALESCE(sa.termlist_id::text, ''::text) AS signature, saw.default_text_value, saw.default_int_value, saw.default_float_value, saw.default_date_start_value, saw.default_date_end_value, saw.default_date_type_value, COALESCE((saw.validation_rules::text || ' '::text) || sa.validation_rules::text, COALESCE(saw.validation_rules, ''::character varying)::text || COALESCE(sa.validation_rules, ''::character varying)::text) AS validation_rules, sa.deleted, saw.deleted AS website_deleted, sa.system_function FROM occurrence_attributes sa LEFT JOIN occurrence_attributes_websites saw ON sa.id = saw.occurrence_attribute_id AND saw.deleted = false LEFT JOIN control_types ct ON ct.id = saw.control_type_id LEFT JOIN form_structure_blocks fsb ON fsb.id = saw.form_structure_block_id LEFT JOIN form_structure_blocks fsb2 ON fsb2.id = fsb.parent_id WHERE sa.deleted = false ORDER BY fsb2.weight, fsb.weight, saw.weight; CREATE OR REPLACE VIEW list_location_attributes AS SELECT la.id, la.caption, fsb2.name AS outer_structure_block, fsb.name AS inner_structure_block, la.data_type, ct.control AS control_type, la.termlist_id, la.multi_value, law.website_id, law.restrict_to_survey_id, (((la.id || '|'::text) || la.data_type::text) || '|'::text) || COALESCE(la.termlist_id::text, ''::text) AS signature, law.default_text_value, law.default_int_value, law.default_float_value, law.default_date_start_value, law.default_date_end_value, law.default_date_type_value, COALESCE((law.validation_rules::text || ' '::text) || la.validation_rules::text, COALESCE(law.validation_rules, ''::character varying)::text || COALESCE(la.validation_rules, ''::character varying)::text) AS validation_rules, la.deleted, law.deleted AS website_deleted, law.restrict_to_location_type_id, la.system_function FROM location_attributes la LEFT JOIN location_attributes_websites law ON la.id = law.location_attribute_id AND law.deleted = false LEFT JOIN control_types ct ON ct.id = law.control_type_id LEFT JOIN form_structure_blocks fsb ON fsb.id = law.form_structure_block_id LEFT JOIN form_structure_blocks fsb2 ON fsb2.id = fsb.parent_id WHERE la.deleted = false ORDER BY fsb2.weight, fsb.weight, law.weight;
-- THIS SCRIPT REQUIRES THAT THE FOLLOWING VARIABLES ARE ALREADY SET: -- orachk_file_pref -- orachk_srczip_pref -- orachk_orig_file -- orachk_report_file -- orachk_comp_column -- orachk_zip_file -- Defined in pre-sql: -- orachk_exec_sh -- orachk_workdir -- orachk_version_file -- orachk_ver_pdbs -- Defined during this script: -- orachk_orig_red_file -- orachk_ncol_def_file -- orachk_tab_con_id_col -- BEGIN @@&&fc_def_empty_var. orachk_comp_incl_root @@&&fc_set_value_var_nvl. 'orachk_comp_incl_root' '&&orachk_comp_incl_root.' 'N' @@&&fc_def_output_file. orachk_orig_red_file '&&orachk_file_pref._orig_red.csv' @@&&fc_def_output_file. orachk_ncol_def_file '&&orachk_file_pref._ncol_def.sql' -- Define column values. @@&&orachk_exec_sh &&orachk_workdir./sh/def_tab_num_cols.sh &&orachk_workdir. &&orachk_file_pref. &&orachk_ncol_def_file. &&orachk_comp_column. @@&&orachk_ncol_def_file -- Generate CSV to compare. @@&&orachk_exec_sh &&orachk_workdir./sh/call_reduce_tbl.sh &&orachk_workdir. &&orachk_version_file. &&orachk_orig_red_file. &&orachk_report_file. &&orachk_file_pref. &&orachk_srczip_pref. &&orachk_comp_column. @@&&orachk_exec_sh &&orachk_workdir./sh/csv_expand.sh &&orachk_workdir. &&orachk_orig_red_file. &&orachk_orig_file. &&orachk_tab_con_id_col. &&orachk_comp_incl_root. &&orachk_ver_pdbs. -- Sort files -- HOS sort &&orachk_orig_file. > &&orachk_orig_file..2 -- HOS mv &&orachk_orig_file..2 &&orachk_orig_file. HOS zip -mjT &&orachk_zip_file. &&orachk_orig_red_file. >> &&moat369_log3. HOS zip -mjT &&orachk_zip_file. &&orachk_ncol_def_file. >> &&moat369_log3. UNDEF orachk_orig_red_file UNDEF orachk_ncol_def_file UNDEF orachk_comp_incl_root -- END
CREATE OR REPLACE FUNCTION load_lsi_model(path text) RETURNS text AS $$ import gensim GD['lsi_model'] = lsi = gensim.models.LsiModel.load(path) return "Model with %d topics and %d terms" % (lsi.num_topics, lsi.num_terms) $$ LANGUAGE plpython3u; CREATE OR REPLACE FUNCTION transform_to_model(txt text[]) RETURNS real[] AS $$ from gensim.utils import smart_open, simple_preprocess from gensim.parsing.preprocessing import STOPWORDS words=[token for token in simple_preprocess(txt) if token not in STOPWORDS] lsi = GD['lsi_model'] bow = lsi.id2word.doc2bow(words) return [v for k,v in lsi[bow]] $$ LANGUAGE plpython3u; CREATE OR REPLACE FUNCTION transform_to_model(document text) RETURNS real[] AS $$ import re from gensim.utils import smart_open, simple_preprocess from gensim.parsing.preprocessing import STOPWORDS txt = re.sub(r'(?:https?|ftp)://\S+', '', document) from gensim import utils words=[token for token in simple_preprocess(txt) if token not in STOPWORDS] #words = [token.encode('utf8') for token in # utils.tokenize(text, lower=True, errors='ignore') # if 2 <= len(token) <= 15 and not token.startswith('_') #] lsi = GD['lsi_model'] bow = lsi.id2word.doc2bow(words) return [v for k,v in lsi[bow]] $$ LANGUAGE plpython3u; CREATE OR REPLACE FUNCTION "dotproduct" (real[], real[]) RETURNS double precision AS 'MODULE_PATHNAME', 'dotproduct_real' LANGUAGE C STRICT IMMUTABLE;
<reponame>gshri67/S.i.-Systems---Client-App<gh_stars>0  CREATE TABLE [dbo].[Candidate_ResumeInfo]( [UserID] [int] NOT NULL, [ResumeText] [text] NULL, --[HourlyRate] [money] NULL, -- I THINK THAT THIS DEFAULT(5) MIGHT BE A BUG IN MATCHGUIDE.. dbo.picklist item with id=5 is 'Contact', which is used for user type... [ReferenceValue] [int] NULL CONSTRAINT [DF_CandidateResumeInfo_ReferenceValue] DEFAULT (5), --[ResumeVerified] [bit] NULL, --[InterviewedByUserID] [int] NULL, --[SkillsVerified] [bit] NULL, --[WorkedForSI] [bit] NULL, --[ResumeUpdateDate] [datetime] NOT NULL CONSTRAINT [DF_Candidate_ResumeInfo_ResumeUpdateDate] DEFAULT (getdate()), --[ResumeUpdateUserID] [int] NOT NULL, --[zzDateAvailable] [smalldatetime] NULL, --[verticalid] [int] NULL, --[VideoBioUrl] [varchar](150) NULL, CONSTRAINT [PK_CandidateResumeInfo] PRIMARY KEY CLUSTERED ( [UserID] ASC ) ON [PRIMARY]); GO CREATE FULLTEXT CATALOG [SysFullText]WITH ACCENT_SENSITIVITY = OFF AS DEFAULT GO -- Create a Full Text Index on Resume Text CREATE FULLTEXT INDEX ON [dbo].[Candidate_ResumeInfo]( [ResumeText] LANGUAGE 'English') KEY INDEX [PK_CandidateResumeInfo] ON ([SysFullText]) WITH (CHANGE_TRACKING = AUTO, STOPLIST = SYSTEM) GO
<gh_stars>0 -- phpMyAdmin SQL Dump -- version 5.0.2 -- https://www.phpmyadmin.net/ -- -- Máy chủ: localhost -- Thời gian đã tạo: Th3 19, 2021 lúc 07:48 PM -- Phiên bản máy phục vụ: 10.4.14-MariaDB -- Phiên bản PHP: 7.4.10 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Cơ sở dữ liệu: `laravel-test` -- -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `courses` -- CREATE TABLE `courses` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Đang đổ dữ liệu cho bảng `courses` -- INSERT INTO `courses` (`id`, `name`, `created_at`, `updated_at`) VALUES (1, 'PHP Laravel Developer', NULL, NULL), (2, 'Java Developer', NULL, NULL); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `durations` -- CREATE TABLE `durations` ( `id` bigint(20) UNSIGNED NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `time` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Đang đổ dữ liệu cho bảng `durations` -- INSERT INTO `durations` (`id`, `type`, `time`, `created_at`, `updated_at`) VALUES (1, '3', 3, NULL, NULL), (2, '4', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `failed_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `learning_hours` -- CREATE TABLE `learning_hours` ( `id` bigint(20) UNSIGNED NOT NULL, `time` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Đang đổ dữ liệu cho bảng `learning_hours` -- INSERT INTO `learning_hours` (`id`, `time`, `created_at`, `updated_at`) VALUES (1, '1:30', NULL, NULL), (2, '03:00', NULL, NULL); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Đang đổ dữ liệu cho bảng `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (9, '2014_10_12_000000_create_users_table', 1), (10, '2014_10_12_100000_create_password_resets_table', 1), (11, '2019_08_19_000000_create_failed_jobs_table', 1), (12, '2021_03_19_041042_create_starttimes_table', 1), (13, '2021_03_19_041525_create_learninghours_table', 1), (14, '2021_03_19_041721_create_durations_table', 1), (15, '2021_03_19_042738_create_courses_table', 1), (16, '2021_03_19_043105_create_registrations_table', 1); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `registrations` -- CREATE TABLE `registrations` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `dob` date NOT NULL, `address` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `mobile` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `start_date` date NOT NULL, `start_time` bigint(20) UNSIGNED NOT NULL, `learning_hour` bigint(20) UNSIGNED NOT NULL, `duration` bigint(20) UNSIGNED NOT NULL, `course` bigint(20) UNSIGNED NOT NULL, `avatar` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `end_date` date NOT NULL, `end_time` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `enabled` tinyint(1) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Đang đổ dữ liệu cho bảng `registrations` -- INSERT INTO `registrations` (`id`, `name`, `dob`, `address`, `mobile`, `email`, `start_date`, `start_time`, `learning_hour`, `duration`, `course`, `avatar`, `created_at`, `updated_at`, `end_date`, `end_time`, `enabled`) VALUES (24, 'nguyen minh', '1995-03-21', '256 Tran Cao Van', '12345679', '<EMAIL>', '2001-01-21', 2, 1, 2, 1, '1616179326-phpNUmKjU.jpg', '2021-03-19 08:54:04', '2021-03-19 11:42:06', '2002-01-21', '16:30', 1), (25, 'nguyen minh phu12', '1995-03-21', '256 Tran Cao Van', '12345679', '<EMAIL>', '2001-01-21', 2, 2, 2, 1, '1616174615-phpY6I3wq.jpg', '2021-03-19 10:23:35', '2021-03-19 10:23:35', '2002-01-21', '18:00', 1); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `start_times` -- CREATE TABLE `start_times` ( `id` bigint(20) UNSIGNED NOT NULL, `time` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Đang đổ dữ liệu cho bảng `start_times` -- INSERT INTO `start_times` (`id`, `time`, `created_at`, `updated_at`) VALUES (1, '13:30', NULL, NULL), (2, '15:00', NULL, NULL); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Chỉ mục cho các bảng đã đổ -- -- -- Chỉ mục cho bảng `courses` -- ALTER TABLE `courses` ADD PRIMARY KEY (`id`); -- -- Chỉ mục cho bảng `durations` -- ALTER TABLE `durations` ADD PRIMARY KEY (`id`); -- -- Chỉ mục cho bảng `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`); -- -- Chỉ mục cho bảng `learning_hours` -- ALTER TABLE `learning_hours` ADD PRIMARY KEY (`id`); -- -- Chỉ mục cho bảng `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Chỉ mục cho bảng `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Chỉ mục cho bảng `registrations` -- ALTER TABLE `registrations` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `registrations_email_unique` (`email`), ADD KEY `registrations_start_time_foreign` (`start_time`), ADD KEY `registrations_learning_hour_foreign` (`learning_hour`), ADD KEY `registrations_duration_foreign` (`duration`), ADD KEY `registrations_course_foreign` (`course`); -- -- Chỉ mục cho bảng `start_times` -- ALTER TABLE `start_times` ADD PRIMARY KEY (`id`); -- -- Chỉ mục cho bảng `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_email_unique` (`email`); -- -- AUTO_INCREMENT cho các bảng đã đổ -- -- -- AUTO_INCREMENT cho bảng `courses` -- ALTER TABLE `courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT cho bảng `durations` -- ALTER TABLE `durations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT cho bảng `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT cho bảng `learning_hours` -- ALTER TABLE `learning_hours` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT cho bảng `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT cho bảng `registrations` -- ALTER TABLE `registrations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; -- -- AUTO_INCREMENT cho bảng `start_times` -- ALTER TABLE `start_times` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT cho bảng `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- Các ràng buộc cho các bảng đã đổ -- -- -- Các ràng buộc cho bảng `registrations` -- ALTER TABLE `registrations` ADD CONSTRAINT `registrations_course_foreign` FOREIGN KEY (`course`) REFERENCES `courses` (`id`), ADD CONSTRAINT `registrations_duration_foreign` FOREIGN KEY (`duration`) REFERENCES `durations` (`id`), ADD CONSTRAINT `registrations_learning_hour_foreign` FOREIGN KEY (`learning_hour`) REFERENCES `learning_hours` (`id`), ADD CONSTRAINT `registrations_start_time_foreign` FOREIGN KEY (`start_time`) REFERENCES `start_times` (`id`); COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40101 SET NAMES binary*/; /*!40014 SET FOREIGN_KEY_CHECKS=0*/; CREATE TABLE `password_resets` ( `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, KEY `password_resets_email_index` (`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
<filename>db/data.sql -- phpMyAdmin SQL Dump -- version 4.5.4.1deb2ubuntu2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Nov 16, 2017 at 12:02 PM -- Server version: 5.7.19-0ubuntu0.16.04.1 -- PHP Version: 5.6.31-4+ubuntu16.04.1+deb.sury.org+4 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `ohi` -- -- -- Dumping data for table `role` -- INSERT INTO `role` (`role_id`, `role_name`) VALUES (1, 'Super Admin'), (2, 'Admin'); -- -- Dumping data for table `user` -- INSERT INTO `user` (`user_id`, `role_id`, `user_name`, `user_password`, `user_full_name`, `user_email`, `date_created`, `last_update`) VALUES (1, 1, 'junaidihamid', SHA1('jatinegaraindah'), 'Administrator', '<EMAIL>', '2016-10-02 08:06:45', NULL); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
<reponame>ShruKin/Database-Management-Systems-Lab<gh_stars>0 select sqrt(16), power(7, 2), ceil(2.98), substr(12345, 2, 4), round(27.9), exp(2), mod(14, 2) from dual;
CREATE TABLE [CharityImport].[extract_class] ( [regno] [int] NULL, [class] [varchar](10) NOT NULL )
INSERT INTO `jiajiale_address` VALUES (5, '111111', 'hzy', '河南省信阳市商城县李集乡', '123456', '18866668888', 0); INSERT INTO `jiajiale_address` VALUES (6, '111111', '111111', '111111', '123456', '18866668888', 0); INSERT INTO `jiajiale_address` VALUES (7, '111111', '222222', '222222', '222222', '18866668888', 0);
<filename>database/rentalmobil.sql -- phpMyAdmin SQL Dump -- version 4.5.1 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: 01 Nov 2017 pada 14.45 -- Versi Server: 10.1.10-MariaDB -- PHP Version: 5.6.19 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `rentalmobil` -- -- -------------------------------------------------------- -- -- Struktur dari tabel `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_karyawan` -- CREATE TABLE `tbl_karyawan` ( `id_karyawan` int(11) NOT NULL, `nama_karyawan` varchar(20) NOT NULL, `alamat` varchar(50) NOT NULL, `no_telp` varchar(13) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_karyawan` -- INSERT INTO `tbl_karyawan` (`id_karyawan`, `nama_karyawan`, `alamat`, `no_telp`) VALUES (1, 'Joko', 'Jl. Rambutan', '085312987111'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_merk` -- CREATE TABLE `tbl_merk` ( `id_merk` int(11) NOT NULL, `nama_merk` varchar(25) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_merk` -- INSERT INTO `tbl_merk` (`id_merk`, `nama_merk`) VALUES (1, 'Toyota'), (2, 'Daihatsu'), (3, 'Honda'), (8, 'Ford'), (9, 'Nissan'), (10, 'Mitsubitshi'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_mobil` -- CREATE TABLE `tbl_mobil` ( `id_mobil` int(11) NOT NULL, `plat_nomor` varchar(12) NOT NULL, `jenis_mobil` varchar(20) NOT NULL, `id_merk` int(11) NOT NULL, `warna` varchar(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_mobil` -- INSERT INTO `tbl_mobil` (`id_mobil`, `plat_nomor`, `jenis_mobil`, `id_merk`, `warna`) VALUES (1, 'L 23 NA', 'Avanza Veloz', 2, 'Hitam'), (3, 'M 7462 DA', 'Kijang Inova', 1, 'Hitam'), (4, 'S 44 YA', 'Juke', 9, 'Merah'), (5, 'M 4123 HH', 'Kijang Inova', 1, 'Putih'), (6, 'N 441 LA', 'Xenia', 2, 'Hitam'), (7, 'L 441 NN', 'Mobilo', 3, 'Hitam'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_pelanggan` -- CREATE TABLE `tbl_pelanggan` ( `id_pelanggan` int(11) NOT NULL, `nama_pelanggan` varchar(25) NOT NULL, `alamat` varchar(50) NOT NULL, `no_telp` varchar(13) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_pelanggan` -- INSERT INTO `tbl_pelanggan` (`id_pelanggan`, `nama_pelanggan`, `alamat`, `no_telp`) VALUES (1, 'Naya', 'Kamal', '085335001672'), (3, 'Sonia', 'Sumenep', '08755271911'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_transaksi` -- CREATE TABLE `tbl_transaksi` ( `id_transaksi` int(11) NOT NULL, `id_karyawan` int(11) NOT NULL, `id_pelanggan` int(11) NOT NULL, `id_mobil` int(11) NOT NULL, `tanggal_pinjam` date NOT NULL, `tanggal_kembali` date NOT NULL, `tarif_sewa` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_transaksi` -- INSERT INTO `tbl_transaksi` (`id_transaksi`, `id_karyawan`, `id_pelanggan`, `id_mobil`, `tanggal_pinjam`, `tanggal_kembali`, `tarif_sewa`) VALUES (1, 1, 1, 1, '2017-10-28', '2017-10-29', 300000); -- -------------------------------------------------------- -- -- Struktur dari tabel `users` -- CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `users` -- INSERT INTO `users` (`id`, `name`, `email`, `password`, `remember_token`, `created_at`, `updated_at`) VALUES (1, 'Nayla', '<EMAIL>', <PASSWORD>', '<PASSWORD>', '2017-11-01 05:15:21', '2017-11-01 05:15:21'); -- -- Indexes for dumped tables -- -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_karyawan` -- ALTER TABLE `tbl_karyawan` ADD PRIMARY KEY (`id_karyawan`); -- -- Indexes for table `tbl_merk` -- ALTER TABLE `tbl_merk` ADD PRIMARY KEY (`id_merk`); -- -- Indexes for table `tbl_mobil` -- ALTER TABLE `tbl_mobil` ADD PRIMARY KEY (`id_mobil`), ADD KEY `id_merk` (`id_merk`); -- -- Indexes for table `tbl_pelanggan` -- ALTER TABLE `tbl_pelanggan` ADD PRIMARY KEY (`id_pelanggan`); -- -- Indexes for table `tbl_transaksi` -- ALTER TABLE `tbl_transaksi` ADD PRIMARY KEY (`id_transaksi`), ADD KEY `id_karyawan` (`id_karyawan`), ADD KEY `id_pelanggan` (`id_pelanggan`), ADD KEY `id_mobil` (`id_mobil`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_karyawan` -- ALTER TABLE `tbl_karyawan` MODIFY `id_karyawan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `tbl_merk` -- ALTER TABLE `tbl_merk` MODIFY `id_merk` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `tbl_mobil` -- ALTER TABLE `tbl_mobil` MODIFY `id_mobil` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `tbl_pelanggan` -- ALTER TABLE `tbl_pelanggan` MODIFY `id_pelanggan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `tbl_transaksi` -- ALTER TABLE `tbl_transaksi` MODIFY `id_transaksi` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables) -- -- -- Ketidakleluasaan untuk tabel `tbl_mobil` -- ALTER TABLE `tbl_mobil` ADD CONSTRAINT `tbl_mobil_ibfk_1` FOREIGN KEY (`id_merk`) REFERENCES `tbl_merk` (`id_merk`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Ketidakleluasaan untuk tabel `tbl_transaksi` -- ALTER TABLE `tbl_transaksi` ADD CONSTRAINT `tbl_transaksi_ibfk_1` FOREIGN KEY (`id_karyawan`) REFERENCES `tbl_karyawan` (`id_karyawan`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `tbl_transaksi_ibfk_2` FOREIGN KEY (`id_mobil`) REFERENCES `tbl_mobil` (`id_mobil`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `tbl_transaksi_ibfk_3` FOREIGN KEY (`id_pelanggan`) REFERENCES `tbl_pelanggan` (`id_pelanggan`) ON DELETE CASCADE ON UPDATE CASCADE; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
{%- macro core_ad_metrics() -%} impressions as impressions, interactions as interactions, -- Interaction Rate = interactions / impressions round((1.0 * interactions / NULLIF(impressions, 0)) * 100, 2) as interaction_rate, round(cost, 2) as cost, clicks as clicks, -- CPC = cost / clicks round(cost / NULLIF(clicks, 0), 2) as cpc, -- CPM = cost / impressions round((cost / NULLIF(impressions, 0)) * 1000, 2) as cpm, -- CTR = clicks / impressions round((1.0 * clicks / NULLIF(impressions, 0)) * 100, 2) as ctr, conversions as conversions, -- Cost per Convension = cost / conversions round(cost / NULLIF(conversions, 0), 2) as cost_per_conversion, -- Convension Rate = conversions / interactions round((1.0 * conversions / NULLIF(interactions, 0)) * 100, 2) as conversion_rate {%- endmacro -%}
<reponame>stoyanovmiroslav/CSharp-DB-Fundamentals-SoftUni CREATE FUNCTION udf_GetReportsCount(@employeeId INT, @statusId INT) RETURNS INT AS BEGIN RETURN (SELECT COUNT(*) FROM Reports AS r WHERE r.StatusId = @statusId AND r.EmployeeId = @employeeId) END GO SELECT Id, FirstName, Lastname, dbo.udf_GetReportsCount(Id, 2) AS ReportsCount FROM Employees ORDER BY Id
CREATE TABLE IF NOT EXISTS CONTACTS_INFO ( ID INTEGER PRIMARY KEY, NAME TEXT, SURNAME TEXT, PHONE INTEGER, EMAIL TEXT, ADRESS TEXT )
<reponame>jdkoren/sqlite-parser<filename>src/test/resources/subquery.test_13.sql -- subquery.test -- -- execsql { -- SELECT * FROM (SELECT (SELECT a), b FROM t1); -- } SELECT * FROM (SELECT (SELECT a), b FROM t1);
<filename>src/test/resources/sql/create_table/5e7edbc9.sql -- file:rangetypes.sql ln:355 expect:true create table float8range_test(f8r float8range, i int)
<gh_stars>10-100 select distinct billtype, `DTYPE`, count(billtype) from bill where `BILLDATE` > '20190101 00:00:00.000' group by `BILLTYPE`, `DTYPE` order by `BILLTYPE`;
<reponame>hiromaily/go-crypto-wallet<gh_stars>10-100 -- -- DATABASE signature -- DROP DATABASE IF EXISTS `sign`; CREATE DATABASE /*!32312 IF NOT EXISTS*/ `sign` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `sign`; -- signature table definition source /sqls/definition_sign.sql
update cetcal_entite set type='mbio' where type='magasin bio'; update cetcal_entite set type='amap' where type='amap'; update cetcal_entite set type='autre' where type='autre'; update cetcal_entite set type='assocdist' where type='association distributeur'; update cetcal_entite set type='marche' where type='marche'; update cetcal_entite set type='autre' where type=''; update cetcal_entite set type='mbio' where type LIKE '%magasin%'; update cetcal_entite set type='mbio' where type LIKE '%Magasin%'; update cetcal_entite set type='amap' where type LIKE '%amap%'; update cetcal_entite set type='amap' where type LIKE '%AMAP%'; update cetcal_entite set type='marche' where type LIKE '%marche%'; update cetcal_entite set type='marche' where type LIKE '%Marché%'; update cetcal_entite set type='marche' where type LIKE '%marché%'; update cetcal_entite set type='assocdist' where type LIKE '%association%'; update cetcal_entite set type='assocdist' where type LIKE '%Association%'; update cetcal_entite set type='autre' where type NOT IN ("assocdist", "mbio", "amap", "autre", "marche");
create or replace view aws_api as select a.*,b.accountname from (select * from pd_api where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_api group by accountid,region ))a, cf_aws_accounts b where a.accountid = b.accountid(+) ; create or replace view aws_appelb as select a.*,b.accountname from (select * from pd_appelb where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_appelb group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_appelb_instances as select a.*,b.accountname from (select * from pd_app_elb_instance where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_app_elb_instance group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_appelb_secgroups as select a.*,b.accountname from (select * from pd_appelb_secgroups where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_appelb_secgroups group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_appelb_tags as select a.*,b.accountname from (select * from pd_appelb_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_appelb_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_asg as select a.*,b.accountname from (select * from pd_asg where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_asg group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_asg_elb as select a.*,b.accountname from (select * from pd_asg_elb where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_asg_elb group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_asg_instances as select a.*,b.accountname from (select * from pd_asg_instances where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_asg_instances group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_asg_tags as select a.*,b.accountname from (select * from pd_asg_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_asg_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_asgpolicy as select a.*,b.accountname from (select * from pd_scalingpolicy where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_scalingpolicy group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_asgpolicy_alarms as select a.*,b.accountname from (select * from pd_scalingpolicy_alarms where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_scalingpolicy_alarms group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_asgpolicy_stepadjustments as select a.*,b.accountname from (select * from pd_scalingpolicy_stepadjustments where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_scalingpolicy_stepadjustments group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_beanstalk as select a.*,b.accountname from (select * from pd_beanstalk where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_beanstalk group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_beanstalk_asg as select a.*,b.accountname from (select * from pd_beanstalk_asg where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_beanstalk_asg group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_beanstalk_elb as select a.*,b.accountname from (select * from pd_beanstalk_elb where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_beanstalk_elb group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_beanstalk_instance as select a.*,b.accountname from (select * from pd_beanstalk_instance where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_beanstalk_instance group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_checks as select a.*,b.accountname from (select * from pd_checks where (discoverydate,accountid) in (select max(discoverydate),accountid from pd_checks group by accountid ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_checks_resources as select a.*,b.accountname from (select * from pd_checks_resources where (discoverydate,accountid) in (select max(discoverydate),accountid from pd_checks_resources group by accountid ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_classicelb as select a.*,b.accountname from (select * from pd_classicelb where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_classicelb group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_classicelb_instances as select a.*,b.accountname from (select * from pd_classicelb_instances where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_classicelb_instances group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_classicelb_secgroups as select a.*,b.accountname from (select * from pd_classicelb_secgroups where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_classicelb_secgroups group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_classicelb_tags as select a.*,b.accountname from (select * from pd_classicelb_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_classicelb_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_cloudfront as select a.*,b.accountname from (select * from pd_cloudfront where (discoverydate,accountid ) in (select max(discoverydate),accountid from pd_cloudfront group by accountid))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_cloudfront_tags as select a.*,b.accountname from (select * from pd_cloudfront_tags where (discoverydate,accountid ) in (select max(discoverydate),accountid from pd_cloudfront_tags group by accountid ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_dynamodb as select a.*,b.accountname from (select * from pd_dynamodb_tables where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_dynamodb_tables group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_dynamodb_tags as select a.*,b.accountname from (select * from pd_dynamodb_tables_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_dynamodb_tables_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_ec2 as select a.*,b.accountname from (select * from pd_instance where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_instance group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_ec2_blockdevices as select a.*,b.accountname from (select * from pd_instance_blockdevices where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_instance_blockdevices group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_ec2_nwinterfaces as select a.*,b.accountname from (select * from pd_instance_nwinterfaces where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_instance_nwinterfaces group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_ec2_productcodes as select a.*,b.accountname from (select * from pd_instance_productcodes where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_instance_productcodes group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_ec2_secgroups as select a.*,b.accountname from (select * from pd_instance_secgroups where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_instance_secgroups group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_ec2_tags as select a.*,b.accountname from (select * from pd_instance_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_instance_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_efs as select a.*,b.accountname from (select * from pd_efs where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_efs group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_efs_tags as select a.*,b.accountname from (select * from pd_efs_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_efs_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_elasticip as select a.*,b.accountname from (select * from pd_elasticip where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_elasticip group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_emr as select a.*,b.accountname from (select * from pd_emr where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_emr group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_emr_tags as select a.*,b.accountname from (select * from pd_emr_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_emr_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_eni as select a.*,b.accountname from (select * from pd_nwinterface where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_nwinterface group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_eni_ipv6 as select a.*,b.accountname from (select * from pd_nwinterface_ipv where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_nwinterface_ipv group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_eni_privateipaddr as select a.*,b.accountname from (select * from pd_nwinterface_privateipaddr where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_nwinterface_privateipaddr group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_eni_secgroups as select a.*,b.accountname from (select * from pd_nwinterface_secgroups where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_nwinterface_secgroups group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_iamrole as select a.*,b.accountname from (select * from pd_iamrole where (discoverydate,accountid ) in (select max(discoverydate),accountid from pd_iamrole group by accountid ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_iamuser as select a.*,b.accountname from (select * from pd_iamuser where (discoverydate,accountid) in (select max(discoverydate),accountid from pd_iamuser group by accountid ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_internetgateway as select a.*,b.accountname from (select * from pd_internetgateway where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_internetgateway group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_internetgateway_attachments as select a.*,b.accountname from (select * from pd_internetgateway_attachments where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_internetgateway_attachments group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_internetgateway_tags as select a.*,b.accountname from (select * from pd_internetgateway_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_internetgateway_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_kms as select a.*,b.accountname from (select * from pd_kms where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_kms group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_kms_tags as select a.*,b.accountname from (select * from pd_kms_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_kms_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_lambda as select a.*,b.accountname from (select * from pd_lamda where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_lamda group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_lambda_secgroups as select a.*,b.accountname from (select * from pd_lambda_secgroups where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_lambda_secgroups group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_lambda_tags as select a.*,b.accountname from (select * from pd_lambda_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_lambda_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_launchconfig as select a.*,b.accountname from (select * from pd_launchconfig where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_launchconfig group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_launchconfig_blockdevicemappings as select a.*,b.accountname from (select * from pd_launchconfig_blockdevicemappings where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_launchconfig_blockdevicemappings group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_loaderror as select a.*,b.accountname from (select * from pd_loaderror where discoverydate = (select max(discoverydate) from pd_loaderror ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_nat as select a.*,b.accountname from (select * from pd_natgateway where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_natgateway group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_nat_addresses as select a.*,b.accountname from (select * from pd_natgateway_addresses where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_natgateway_addresses group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_networkacl as select a.*,b.accountname from (select * from pd_networkacl where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_networkacl group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_networkacl_associations as select a.*,b.accountname from (select * from pd_networkacl_associations where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_networkacl_associations group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_networkacl_entries as select a.*,b.accountname from (select * from pd_networkacl_entries where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_networkacl_entries group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_networkacl_tags as select a.*,b.accountname from (select * from pd_networkacl_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_networkacl_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_phd as select a.*,b.accountname from (select * from pd_phd where (discoverydate,accountid ) in (select max(discoverydate),accountid from pd_phd group by accountid ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_phd_entities as select a.*,b.accountname from (select * from pd_phd_entities where (discoverydate,accountid ) in (select max(discoverydate),accountid from pd_phd_entities group by accountid ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_rdscluster as select a.*,b.accountname from (select * from pd_rdscluster where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_rdscluster group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_rdscluster_secgroups as select a.*,b.accountname from (select * from pd_rdscluster_vpcsecgroup where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_rdscluster_vpcsecgroup group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_rdscluster_tags as select a.*,b.accountname from (select * from pd_rdscluster_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_rdscluster_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_rdsdb as select a.*,b.accountname from (select * from pd_rdsinstance where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_rdsinstance group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_rdsdb_secgroups as select a.*,b.accountname from (select * from pd_rdsinstance_vpcsecgroup where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_rdsinstance_vpcsecgroup group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_rdsdb_tags as select a.*,b.accountname from (select * from pd_rdsinstance_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_rdsinstance_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_rdssnapshot as select a.*,b.accountname from (select * from pd_rdssnapshot where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_rdssnapshot group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_redshift as select a.*,b.accountname from (select * from pd_redshift where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_redshift group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_redshift_secgroups as select a.*,b.accountname from (select * from pd_redshfit_secgroup where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_redshfit_secgroup group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_redshift_tags as select a.*,b.accountname from (select * from pd_redshfit_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_redshfit_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_routetable as select a.*,b.accountname from (select * from pd_routetable where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_routetable group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_routetable_associations as select a.*,b.accountname from (select * from pd_routetable_associations where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_routetable_associations group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_routetable_propagatingvgws as select a.*,b.accountname from (select * from pd_routetable_propagatingvgws where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_routetable_propagatingvgws group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_routetable_routes as select a.*,b.accountname from (select * from pd_routetable_routes where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_routetable_routes group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_routetable_tags as select a.*,b.accountname from (select * from pd_routetable_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_routetable_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_s3 as select a.*,b.accountname from (select * from pd_s3bucket where (discoverydate,accountid ) in (select max(discoverydate),accountid from pd_s3bucket group by accountid ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_s3_tags as select a.*,b.accountname from (select * from pd_s3_tags where (discoverydate,accountid) in (select max(discoverydate),accountid from pd_s3_tags group by accountid ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_sg as select a.*,b.accountname from (select * from pd_secgroup where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_secgroup group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_sg_tags as select a.*,b.accountname from (select * from pd_secgroup_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_secgroup_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_snapshot as select a.*,b.accountname from (select * from pd_snapshot where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_snapshot group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_snapshot_tags as select a.*,b.accountname from (select * from pd_snapshot_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_snapshot_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_stack as select a.*,b.accountname from (select * from pd_cloudfrmnstack where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_cloudfrmnstack group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_stack_tags as select a.*,b.accountname from (select * from pd_cloudfrmnstack_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_cloudfrmnstack_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_subnet as select a.*,b.accountname from (select * from pd_subnet where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_subnet group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_subnet_tags as select a.*,b.accountname from (select * from pd_subnet_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_subnet_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_targetgroup as select a.*,b.accountname from (select * from pd_targetgroup where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_targetgroup group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_targetgroup_instances as select a.*,b.accountname from (select * from pd_targetgroup_instances where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_targetgroup_instances group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_volume as select a.*,b.accountname from (select * from pd_volume where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_volume group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_volume_attachments as select a.*,b.accountname from (select * from pd_volume_attachment where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_volume_attachment group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_volume_tags as select a.*,b.accountname from (select * from pd_volume_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_volume_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_vpc as select a.*,b.accountname from (select * from pd_vpc where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_vpc group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_vpc_tags as select a.*,b.accountname from (select * from pd_vpc_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_vpc_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_vpngateway as select a.*,b.accountname from (select * from pd_vpngateway where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_vpngateway group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_vpngateway_tags as select a.*,b.accountname from (select * from pd_vpngateway_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_vpngateway_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_vpngateway_vpcattachments as select a.*,b.accountname from (select * from pd_vpngateway_vpcattachments where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_vpngateway_vpcattachments group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_sg_rules as select a.*,b.accountname from (select * from pd_secgroup_rules where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_secgroup_rules group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_iamuser_keys as select a.*,b.accountname from (select * from pd_iamuserkeys where (discoverydate,accountid) in (select max(discoverydate),accountid from pd_iamuserkeys group by accountid ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_snstopic as select a.*,b.accountname from (select * from pd_sns_topic where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_sns_topic group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_egressgateway as select a.*,b.accountname from (select * from pd_egress_internetgateway where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_egress_internetgateway group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_dhcpoption as select a.*,b.accountname from (select * from pd_dhcp_options where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_dhcp_options group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_dhcpoption_tags as select a.*,b.accountname from (select * from pd_dhcp_options_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_dhcp_options_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_peeringconnection as select a.*,b.accountname from (select * from pd_peering_connection where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_peering_connection group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_peeringconnection_tags as select a.*,b.accountname from (select * from pd_peering_connection_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_peering_connection_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_customergateway as select a.*,b.accountname from (select * from pd_customer_gateway where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_customer_gateway group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_customergateway_tags as select a.*,b.accountname from (select * from pd_customer_gateway_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_customer_gateway_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_vpnconnection as select a.*,b.accountname from (select * from pd_vpn_connection where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_vpn_connection group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_vpnconnection_routes as select a.*,b.accountname from (select * from pd_vpn_connection_routes where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_vpn_connection_routes group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_vpnconnection_telemetry as select a.*,b.accountname from (select * from pd_vpn_connection_telemetry where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_vpn_connection_telemetry group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_vpnconnection_tags as select a.*,b.accountname from (select * from pd_vpn_connection_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_vpn_connection_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_directconnect as select a.*,b.accountname from (select * from pd_direct_connect where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_direct_connect group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_virtualinterface as select a.*,b.accountname from (select * from pd_virtual_interfaces where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_virtual_interfaces group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_elasticsearch as select a.*,b.accountname from (select * from pd_elasticsearch where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_elasticsearch group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_elasticsearch_tags as select a.*,b.accountname from (select * from pd_elasticsearch_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_elasticsearch_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_ec2_ssminfo as select a.*,b.accountname from (select * from pd_ssm_instance where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_ssm_instance group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_reservedinstance as select a.*,b.accountname from (select * from pd_reserved_instance where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_reserved_instance group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_reservedinstance_tags as select a.*,b.accountname from (select * from pd_reserved_instance_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_reserved_instance_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_elasticache as select a.*,b.accountname from (select * from pd_elasticache where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_elasticache group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ; create or replace view aws_elasticache_tags as select a.*,b.accountname from (select * from pd_elasticache_tags where (discoverydate,accountid,region ) in (select max(discoverydate),accountid,region from pd_elasticache_tags group by accountid,region ))a, cf_aws_accounts b where a.accountid= b.accountid(+) ;
<gh_stars>1000+ ALTER TABLE `selfservice_profile_management_requests` ADD COLUMN `form` JSON; UPDATE selfservice_profile_management_requests SET form=(SELECT * FROM (SELECT m.config FROM selfservice_profile_management_requests AS r INNER JOIN selfservice_profile_management_request_methods AS m ON r.id=m.selfservice_profile_management_request_id) as t); ALTER TABLE `selfservice_profile_management_requests` MODIFY `form` JSON; DROP TABLE `selfservice_profile_management_request_methods`; ALTER TABLE `selfservice_profile_management_requests` DROP COLUMN `active_method`;
<gh_stars>0 DROP TABLE IF EXISTS polls CASCADE; CREATE TABLE polls ( id VARCHAR(255) PRIMARY KEY NOT NULL, title VARCHAR(255) NOT NULL, description VARCHAR(255), creator_name VARCHAR(255), creator_email VARCHAR(255) );
<filename>dbv-2/data/schema/prc_start_end_time.sql CREATE DEFINER=`root`@`localhost` PROCEDURE `prc_start_end_time`(IN `p_ProcessID` VARCHAR(2000), IN `p_tbltempusagedetail_name` VARCHAR(50)) BEGIN SET SESSION TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; set @stm1 = CONCAT('select MAX(disconnect_time) as max_date,MIN(connect_time) as min_date from RMCDR3.`' , p_tbltempusagedetail_name , '` where ProcessID = "' , p_ProcessID , '"'); PREPARE stmt1 FROM @stm1; EXECUTE stmt1; DEALLOCATE PREPARE stmt1; SET SESSION TRANSACTION ISOLATION LEVEL REPEATABLE READ; END
<reponame>Ripa-Shah/DBA-Scripts<gh_stars>0 --crud op SELECT * FROM OPENQUERY(LSNorthwind, 'select * from dbo.Categories') SELECT * FROM OPENQUERY(LSNorthwind, 'EXEC [dbo].[CustOrdersOrders] VINET') insert OPENQUERY(LSNorthwind, 'select CategoryName, Description from dbo.Categories') select 'Testing', 'Testing'
<gh_stars>0 INSERT IGNORE INTO `permission` (`libelle`) VALUES ('user.getListByItem'); INSERT IGNORE INTO `role_permission` (`role_id`, `permission_id`) VALUES (4, (SELECT `id` FROM `permission` WHERE `libelle`= 'user.getListByItem')); INSERT IGNORE INTO `permission` (`libelle`) VALUES ('videoconf.getByItem'); INSERT IGNORE INTO `role_permission` (`role_id`, `permission_id`) VALUES (4, (SELECT `id` FROM `permission` WHERE `libelle`= 'videoconf.getByItem'));
<filename>mysql/Sample-table-with-common-fields.sql CREATE TABLE IF NOT EXISTS `partner`( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `title` VARCHAR(250) NOT NULL, `url` VARCHAR(250) NOT NULL, `is_public` ENUM('y', 'n') NOT NULL DEFAULT 'n' COMMENT 'ENUM is more readable, stricter and faster than VARCHAR.', `is_visible` ENUM('y', 'n') NOT NULL DEFAULT 'n' COMMENT 'Show in menu?', `has_auth` enum('y','n') NOT NULL DEFAULT 'n' COMMENT 'Does the page has authorization?', `status` ENUM('draft', 'completed', 'other') NULL DEFAULT 'draft' COMMENT '#33 #36 #38.', `price` SMALLINT(5) UNSIGNED DEFAULT NULL COMMENT "Base price should always be a long INT field, so any time could add a higher precision than 2 digits, easily make conversions and calc.", `mirror_id` INT(10) UNSIGNED NOT NULL COMMENT 'Same item in multiple languages.', `country` CHAR(2) NOT NULL, `seq` TINYINT(2) UNSIGNED NOT NULL DEFAULT '1', `created_at` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Timestamp is readable and has supported default methods available', `created_at_int` INT(10) UNSIGNED NOT NULL COMMENT 'INT is easier and faster for a comparison', `created_at` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` TIMESTAMP NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, `deleted_at` TIMESTAMP NULL DEFAULT NULL, `cached_at` TIMESTAMP NULL DEFAULT NULL DEFAULT CURRENT_TIMESTAMP, `modified_at` INT(10) UNSIGNED NOT NULL, `lang_id` TINYINT(3) UNSIGNED NOT NULL, `sys_info` varchar(20) DEFAULT NULL COMMENT 'In case if You need to mark it or add some flag. For inner use. For example, edited 3 JSONs by hand and mark \"#1234 upd\", so they could be identified later.', PRIMARY KEY(`id`), UNIQUE INDEX `title`(`title`), INDEX `owner_order` (`owner_id`, `order_id`) ) ENGINE = INNODB DEFAULT CHARACTER SET = UTF8 COMMENT='Related information in #33 #36 #38.'
/*Here will put all thesql creation script after export from php my admin*/ CREATE DATABASE IF NOT EXISTS adserv; CREATE TABLE IF NOT EXISTS admins ( adminID int(11) NOT NULL AUTO_INCREMENT, usernameAdmin varchar(255) NOT NULL, passwordAdmin varchar(255) NOT NULL, email varchar(255) NOT NULL, bidcount int(11) DEFAULT '0', PRIMARY KEY (adminID) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; CREATE TABLE IF NOT EXISTS bids ( bidID int(11) NOT NULL AUTO_INCREMENT, adminID int(11), topic varchar(255) NOT NULL, price float(11), geography varchar(100), blockedbypublisher boolean, PRIMARY KEY (bidID), CONSTRAINT FOREIGN KEY (adminID) REFERENCES admins(adminID) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; CREATE TABLE IF NOT EXISTS users ( userID int(11) DEFAULT '1', adminID int(11), keywordsAboutInterests varchar(255), age int(11), sex varchar(1), geo varchar(100), PRIMARY KEY (userID), CONSTRAINT FOREIGN KEY (adminID) REFERENCES admins(adminID) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
<reponame>wildanbash/carz -- phpMyAdmin SQL Dump -- version 4.9.4 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Mar 31, 2020 at 09:03 PM -- Server version: 5.7.24 -- PHP Version: 7.2.19 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `carz` -- -- -------------------------------------------------------- -- -- Table structure for table `transaksi` -- CREATE TABLE `transaksi` ( `id_transaksi` int(11) NOT NULL, `id_user` int(11) NOT NULL, `id_mobil` int(11) NOT NULL, `tanggal_sewa` date NOT NULL, `tanggal_kembali` date NOT NULL, `total_sewa` int(11) NOT NULL, `status` int(1) NOT NULL COMMENT '1. Disewa, 2. Selesai', `status_pembayaran` int(1) NOT NULL COMMENT '0.belum dibayar, 1.menunggu pembayaran, 2.sudah dibayar', `bukti_pembayaran` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `transaksi` -- INSERT INTO `transaksi` (`id_transaksi`, `id_user`, `id_mobil`, `tanggal_sewa`, `tanggal_kembali`, `total_sewa`, `status`, `status_pembayaran`, `bukti_pembayaran`) VALUES (12, 2, 7, '2020-03-31', '2020-04-05', 5000000, 2, 2, 'sss.png'), (20, 4, 6, '0000-00-00', '0000-00-00', 1600000, 2, 2, ''), (21, 4, 8, '0000-00-00', '0000-00-00', 600000, 2, 2, ''), (23, 4, 7, '0000-00-00', '0000-00-00', 2000000, 2, 2, 'KTP-15445232621.png'); -- -------------------------------------------------------- -- -- Table structure for table `user` -- CREATE TABLE `user` ( `id_user` int(11) NOT NULL, `nama` varchar(100) NOT NULL, `email` varchar(150) NOT NULL, `password` varchar(255) NOT NULL, `alamat` varchar(100) NOT NULL, `gender` varchar(20) NOT NULL, `no_telp` varchar(20) NOT NULL, `no_ktp` varchar(50) NOT NULL, `scan_ktp` varchar(255) NOT NULL, `scan_kk` varchar(255) NOT NULL, `level` int(1) NOT NULL COMMENT '1.admin, 2.customer' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `user` -- INSERT INTO `user` (`id_user`, `nama`, `email`, `password`, `alamat`, `gender`, `no_telp`, `no_ktp`, `scan_ktp`, `scan_kk`, `level`) VALUES (1, 'wild<NAME>', '<EMAIL>', '<PASSWORD>359f500814679', 'Probolinggo', 'Laki Laki', '089697574547', '32169736678', 'sajdbajksda', 'jhasdbjhadsbhj', 1), (4, '<NAME>', '<EMAIL>', '32c9e71e866ecdbc93e497482aa6779f', 'Jombang', 'Laki-Laki', '0897857865467', '87875875875', 'KTP-15445232621.png', 'KK.PNG', 2); -- -- Indexes for dumped tables -- -- -- Indexes for table `transaksi` -- ALTER TABLE `transaksi` ADD PRIMARY KEY (`id_transaksi`); -- -- Indexes for table `user` -- ALTER TABLE `user` ADD PRIMARY KEY (`id_user`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `transaksi` -- ALTER TABLE `transaksi` MODIFY `id_transaksi` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; -- -- AUTO_INCREMENT for table `user` -- ALTER TABLE `user` MODIFY `id_user` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
--PO1 CREATE DATABASE WMS drop database WMS USE WMS CREATE TABLE Clients ( ClientId SMALLINT PRIMARY KEY IDENTITY, FirstName VARCHAR(50), LastName VARCHAR(50), Phone CHAR(12) NOT NULL ) CREATE TABLE Mechanics ( MechanicId SMALLINT PRIMARY KEY IDENTITY, FirstName VARCHAR(50), LastName VARCHAR(50), Address VARCHAR(255), ) CREATE TABLE Models ( ModelId SMALLINT PRIMARY KEY IDENTITY, Name VARCHAR(50) UNIQUE ) CREATE TABLE Jobs ( JobId SMALLINT PRIMARY KEY IDENTITY, ModelId SMALLINT FOREIGN KEY REFERENCES Models(ModelId), Status VARCHAR(11) DEFAULT 'Pending', ClientId SMALLINT FOREIGN KEY REFERENCES Clients(ClientId), MechanicId SMALLINT FOREIGN KEY REFERENCES Mechanics(MechanicId), --Can be NULL IssueDate DATE NOT NULL, FinishDate DATE, CONSTRAINT CHK_Status CHECK (Status='Pending' OR Status='In Progress' OR Status='Finished') ) CREATE TABLE Orders ( OrderId SMALLINT PRIMARY KEY IDENTITY, JobId SMALLINT FOREIGN KEY REFERENCES Jobs(JobId), IssueDate DATE, Delivered BIT DEFAULT 0, ) CREATE TABLE Vendors ( VendorId SMALLINT PRIMARY KEY IDENTITY, Name VARCHAR(50) UNIQUE ) CREATE TABLE Parts ( PartId SMALLINT PRIMARY KEY IDENTITY, SerialNumber VARCHAR(50) UNIQUE, Description VARCHAR(255), Price DECIMAL(6,2) CHECK(Price>0), VendorId SMALLINT FOREIGN KEY REFERENCES Vendors(VendorId), StockQty SMALLINT DEFAULT 0 CHECK (StockQty>=0) ) CREATE TABLE OrderParts ( OrderId SMALLINT FOREIGN KEY REFERENCES Orders(OrderId), PartId SMALLINT FOREIGN KEY REFERENCES Parts(PartId), Quantity SMALLINT DEFAULT 1 CHECK(Quantity>=1), CONSTRAINT PK_Part PRIMARY KEY (OrderId,PartId) ) CREATE TABLE PartsNeeded ( JobId SMALLINT FOREIGN KEY REFERENCES Jobs(JobId), PartId SMALLINT FOREIGN KEY REFERENCES Parts(PartId), Quantity SMALLINT DEFAULT 1 CHECK(Quantity>=1), CONSTRAINT PK_Need PRIMARY KEY (JobId,PartId) ) --PO2 INSERT INTO Clients(FirstName,LastName,Phone) VALUES('Teri','Ennaco','570-889-5187'),('Merlyn','Lawler','201-588-7810'),('Georgene','Montezuma','925-615-5185') ,('Jettie','Mconnell','908-802-3564'),('Lemuel','Latzke','631-748-6479'),('Melodie','Knipp','805-690-1682'),('Candida','Corbley','908-275-8357') INSERT INTO Parts (SerialNumber,Description,Price,VendorId) VALUES ('WP8182119','Door Boot Seal',117.86,2),('W10780048','Suspension Rod',42.81,1), ('W10841140','Silicone Adhesive ',6.77,4),('WPY055980','High Temperature Adhesive',13.94,3) --PO3 UPDATE Jobs SET Status='In Progress', MechanicId=3 WHERE Status='Pending' --PO4 DELETE FROM OrderParts WHERE OrderId=19 DELETE FROM Orders WHERE OrderId=19 --PO5 SELECT m.FirstName+' '+m.LastName as Mechanic,j.Status,j.IssueDate FROM Mechanics m JOIN Jobs j ON m.MechanicId=J.MechanicId ORDER BY m.MechanicId,j.IssueDate,j.JobId --PO6 SELECT * FROM Clients SELECT c.FirstName+' '+c.LastName as Client, ABS(DATEDIFF(day,'2017-04-24',j.IssueDate)) as 'Days going',j.Status FROM Jobs j JOIN Clients c ON j.ClientId=c.ClientId where j.Status != 'Finished' ORDER BY ABS(DATEDIFF(day,'2017-04-24',j.IssueDate)) DESC,c.ClientId --PO7 SELECT Mechanic,[Average Days] FROM( SELECT m.MechanicId, m.FirstName+' '+m.LastName as Mechanic,AVG(ABS(DATEDIFF(day,j.FinishDate,j.IssueDate))) as [Average Days] FROM Jobs j JOIN Mechanics m ON j.MechanicId=m.MechanicId GROUP BY m.MechanicId, m.FirstName,m.LastName ) AS K --PO8 SELECT m.FirstName+' '+m.LastName as Available FROM Mechanics AS m LEFT JOIN Jobs j ON m.MechanicId=j.MechanicId WHERE j.Status='Finished' or j.Status IS NULL GROUP BY m.FirstName+' '+m.LastName,m.MechanicId ORDER BY m.MechanicId --SECOND DECISION--> MUCH BETTER SELECT m.FirstName+' '+m.LastName as Available,J.Status FROM Mechanics AS m LEFT JOIN Jobs j ON m.MechanicId=j.MechanicId WHERE j.Status IS NULL OR 'Finished'=ALL(SELECT j.Status FROM Jobs J WHERE j.MechanicId=m.MechanicId) GROUP BY m.FirstName+' '+m.LastName,m.MechanicId ORDER BY m.MechanicId --PO9 SELECT j.JobId, ISNULL(SUM(p.Price*op.Quantity),0) AS Total FROM Jobs j JOIN Orders o ON j.JobId=o.JobId JOIN OrderParts op ON o.OrderId=op.OrderId JOIN Parts p ON op.PartId=p.PartId WHERE j.Status='Finished' GROUP BY j.JobId ORDER BY SUM(p.Price*op.Quantity) DESC,j.JobId --PO10 SELECT p.PartId,p.Description,pn.Quantity as Required,p.StockQty as 'In Stock',IIF(o.Delivered=0,op.Quantity,0) as Ordered FROM Parts p LEFT JOIN PartsNeeded pn ON p.PartId=pn.PartId LEFT JOIN OrderParts op ON pn.PartId=op.PartId LEFT JOIN Jobs j ON pn.JobId=j.JobId LEFT JOIN Orders o ON o.JobId=j.JobId WHERE j.Status!='Finished' AND p.StockQty +IIF(o.Delivered=0,op.Quantity,0)<pn.Quantity ORDER BY p.PartId --PO11 CREATE PROC usp_PlaceOrder (@JobId INT,@SerialNumber VARCHAR(50),@QTY INT) AS DECLARE @status VARCHAR(10)= (SELECT * FROM Jobs WHERE JobId=@JobId) DECLARE @partId VARCHAR(10)= (SELECT * FROM Parts WHERE SerialNumber=@SerialNumber) IF(@status='Finished') THROW 50011,'This job is not active!',1 ELSE IF(@QTY<=0) THROW 50012,'Part quantity must be more than zero!',1 ELSE IF(@status IS NULL) THROW 50013,'Job not found!',1 ELSE IF(@partId IS NULL) THROW 50014,'Part not found!',1 DECLARE @doesOrderExist INT = (SELECT OrderId FROM Orders WHERE JobId=@JobId) IF(@doesOrderExist IS NULL) BEGIN INSERT INTO Orders(JobId,IssueDate) VALUES(@JobId,NULL) SET @doesOrderExist = (SELECT OrderId FROM Orders WHERE JobId=@JobId) INSERT INTO OrderParts(OrderId,PartId,Quantity) VALUES(@doesOrderExist,@partId,@QTY) END ELSE BEGIN DECLARE @issueDate DATE = (SELECT IssueDate FROM Orders WHERE OrderId=@doesOrderExist) IF(@issueDate IS NULL) INSERT INTO OrderParts(OrderId,PartId,Quantity) VALUES(@doesOrderExist,@partId,@QTY) ELSE UPDATE OrderParts SET Quantity+=@QTY WHERE OrderId=@doesOrderExist and PartId=@partId END --PO12 CREATE FUNCTION udf_GetCost(@JobId INT) RETURNS DECIMAL(15,2) AS BEGIN DECLARE @Result DECIMAL(15,2); SET @Result=(SELECT SUM(p.Price*op.Quantity) AS Result FROM Jobs j LEFT JOIN Orders o ON j.JobId=o.JobId JOIN OrderParts op ON o.OrderId=op.OrderId LEFT JOIN Parts p ON op.PartId=p.PartId WHERE j.JobId=@JobId GROUP BY j.JobId) IF(@Result IS NULL) SET @Result=0 RETURN @Result END
-- <NAME> -- This is a package that contains 25 subprograms and supporting constructs for the JTA database. /* 01 Exception Package This package keeps our exceptions in on place for reference and gives us procedures to call, so we can raise an exception and also log the exception into an error table. */ CREATE OR REPLACE PACKAGE jta_error IS invalid_input EXCEPTION; PRAGMA exception_init (invalid_input, -20201); missing_data EXCEPTION; PRAGMA exception_init (missing_data, -20202); -- procedures for quick exception handling PROCEDURE throw ( p_code IN NUMBER, p_message IN VARCHAR2 ); PROCEDURE log_error ( p_code IN NUMBER, p_message IN VARCHAR2 ); PROCEDURE show_in_console ( p_code IN NUMBER := NULL, p_message IN VARCHAR2 ); END jta_error; / -- package body for jta_error CREATE OR REPLACE PACKAGE BODY jta_error IS /* Throw an exception, this makes coding a little simpler */ PROCEDURE throw ( p_code IN NUMBER, p_message IN VARCHAR2 ) IS BEGIN raise_application_error(p_code, p_message); END; /* Log the exception to an error table. Most procedures will do this when exceptions occur. For development we will show the error in console as well. */ PROCEDURE log_error ( p_code IN NUMBER, p_message IN VARCHAR2 ) IS -- autonomous transaction needed, otherwise rollback will remove log entry PRAGMA autonomous_transaction; BEGIN -- show info in console, disable this line in production dbms_output.put_line('error logged: ' || p_message); -- log error into error table INSERT INTO jta_errors (error_id, date_time, user_name, code, message) VALUES (error_seq.NEXTVAL, sysdate, USER, p_code, p_message); COMMIT; END; /* Show an error in the console. Sometimes you don't want to log an error because it is not a note worthy failure, e.g. it is not a problem if no data was found for a query. This procedure is available for testing purposes */ PROCEDURE show_in_console ( p_code IN NUMBER := NULL, p_message IN VARCHAR2 ) IS BEGIN dbms_output.put_line('A trivial error occured: ' || p_message); END; END jta_error; / -- JTA Package Specification -- This package contains the main constructs for the jta database CREATE OR REPLACE PACKAGE jta IS -- some constants nat_insurance_rate CONSTANT NUMBER := 0.132; hlt_surcharge_rate CONSTANT NUMBER := 0.005; -- public procedures and functions PROCEDURE process_payroll ( p_date IN DATE ); PROCEDURE update_inventory ( p_product_id IN cost_sales_tracker.product_id%TYPE, p_quantity IN NUMBER, p_new_cost IN cost_sales_tracker.cost_per_unit%TYPE ); PROCEDURE restock_urgent ( p_staff_id IN staff.staff_id%TYPE ); FUNCTION get_last_cashier_payout ( p_staff_id staff.staff_id%TYPE ) RETURN cashier_drawer_assignments.cash_amount_end%TYPE; FUNCTION get_money_inflow ( p_location_id locations.location_id%TYPE, p_start_date DATE, p_end_date DATE, p_type VARCHAR2 := 'cash' ) RETURN cashier_drawer_assignments.cash_amount_start%TYPE; PROCEDURE update_taxes; TYPE price_change_record IS RECORD ( product_id products.product_id%TYPE, product_name products.product_name%TYPE, date_changed price_history.start_date%TYPE, old_price price_history.price_rate%TYPE, new_price price_history.price_rate%TYPE, direction VARCHAR2(5) ); TYPE price_changes_table IS TABLE OF price_change_record INDEX BY BINARY_INTEGER; FUNCTION get_price_changes ( p_product_id products.product_id%type, p_start_date DATE, p_end_date DATE ) RETURN price_changes_table; PROCEDURE get_profits_for ( p_start_date IN DATE, p_end_date IN DATE, p_goods_sold OUT NOCOPY NUMBER, p_gross_gain OUT NOCOPY NUMBER, p_costs OUT NOCOPY NUMBER, p_net_gain OUT NOCOPY NUMBER ); PROCEDURE get_recommended_price_for ( p_product_id IN products.product_id%TYPE, p_avg_cost OUT NOCOPY products.price_rate%TYPE, p_old_price OUT NOCOPY products.price_rate%TYPE, p_new_price OUT NOCOPY products.price_rate%TYPE ); PROCEDURE evaluate_po_order_line ( p_line_id IN purchase_order_lines.po_line_id%TYPE, p_not_enough_to_restock OUT NOCOPY BOOLEAN, p_not_at_min_level OUT NOCOPY BOOLEAN ); PROCEDURE lookup_barcode ( p_barcode IN VARCHAR2, p_product_id OUT NOCOPY products.product_id%TYPE, p_product_name OUT NOCOPY products.product_name%TYPE, p_price_rate OUT NOCOPY products.price_rate%TYPE, p_tax_code OUT NOCOPY tax_rates.tax_code%TYPE, p_tax_rate OUT NOCOPY tax_rates.tax_rate%TYPE ); PROCEDURE update_from_bill ( p_bill_id IN customer_bills.bill_id%TYPE ); PROCEDURE update_sales; FUNCTION receive_payment ( p_bill_id customer_bills.bill_id%TYPE, p_type customer_bills.payment_type%TYPE, p_amount customer_bills.payment_amount%TYPE ) RETURN NUMBER; PROCEDURE add_item_to_bill ( p_bill_id IN customer_bills.bill_id%TYPE, p_barcode IN products.barcode%TYPE ); FUNCTION get_tax_payment_due ( p_tax_code tax_rates.tax_code%TYPE, p_year DATE ) RETURN NUMBER; FUNCTION get_quantity_sold ( p_product_id products.product_id%TYPE, p_location_id locations.location_id%TYPE, p_date_start DATE, p_date_end DATE ) RETURN NUMBER; PROCEDURE stock_check ( p_product_id IN products.product_id%TYPE, p_location_id IN locations.location_id%TYPE, p_value_counted INTEGER, p_in_stock OUT NOCOPY INTEGER ); PROCEDURE sunday_check ( p_staff_id IN staff.staff_id%TYPE, p_month IN DATE, p_sundays OUT NOCOPY INTEGER, p_available OUT NOCOPY BOOLEAN ); PROCEDURE payout ( p_staff_id IN staff.staff_id%TYPE, p_begin_date IN DATE, p_end_date IN DATE, p_gross_pay OUT NOCOPY payroll.gross_pay%TYPE, p_net_pay OUT NOCOPY payroll.net_pay%TYPE, p_hlt OUT NOCOPY payroll.hlt_surcharge_deduction%TYPE, p_nat OUT NOCOPY payroll.nat_insurance_deduction%TYPE, p_deductions OUT NOCOPY payroll.net_pay%TYPE ); FUNCTION get_name ( p_staff_id staff.staff_id%TYPE ) RETURN VARCHAR2; -- end specification END jta; / -- JTA Package Body CREATE OR REPLACE PACKAGE BODY jta IS /* 02 Private procedure: Get Hours Given staff_id and time period, retrieve the regular, overtime and doubletime hours that a staff member has worked for. */ PROCEDURE get_hours ( p_staff_id IN staff.staff_id%TYPE, start_date IN DATE, end_date IN DATE, basic OUT NOCOPY INTEGER, overtime OUT NOCOPY INTEGER, doubletime OUT NOCOPY INTEGER ) IS BEGIN basic := 0; overtime := 0; doubletime := 0; SELECT nvl(SUM(hours_worked), 0) INTO doubletime FROM work_hours WHERE work_date BETWEEN start_date AND end_date AND staff_id = p_staff_id AND to_char(work_date, 'd') = '1'; SELECT nvl(SUM(hours_worked), 0) INTO basic FROM work_hours WHERE work_date BETWEEN start_date AND end_date AND staff_id = p_staff_id AND to_char(work_date, 'd') != '1'; IF basic > 40 THEN overtime := basic - 40; basic := 40; END IF; -- excpetions will be handled in called procedure END; /* 03 Process payroll Given any date in a week, retrieve the hours worked for each relevant employee from the work_hours table and populate the payroll table with payroll data for the week. Payroll Rules: > First forty hours is regular rate > Above forty hours is overtime x1.5 > Sunday is double time Note1: this query only considers basic deductions. In the real world payroll is far more complex, however we couldn't find enough information and didn't have the time to learn all Accounting practices for this organization. This procedure can be modified easily to calculate other automatic deductions as needed. */ PROCEDURE process_payroll ( p_date IN DATE ) IS -- date range is Sunday to Sat for this day (friday) v_start_date DATE := TRUNC(p_date, 'DAY'); v_end_date DATE := v_start_date + 6 + numtodsinterval(23, 'hour') + numtodsinterval(59, 'minute') + numtodsinterval(59, 'second'); -- gets a list of staff_ids for workers who worked for the week CURSOR c_staff_worked IS SELECT DISTINCT staff_id FROM work_hours WHERE work_date BETWEEN v_start_date AND v_end_date ORDER BY staff_id; doubletime payroll.hours_doubletime%TYPE; overtime payroll.hours_overtime%TYPE; basic payroll.hours_basic%TYPE; payrate staff.wage_rate%TYPE; gross_pay payroll.gross_pay%TYPE; nat_insurance_deduction payroll.nat_insurance_deduction%TYPE; hlt_surcharge_deduction payroll.hlt_surcharge_deduction%TYPE; net_pay payroll.net_pay%TYPE; v_count INTEGER := 0; BEGIN --dbms_output.put_line(to_char(v_start_date, 'yyyy-Mon-dd, HH24:MI:SS')); --dbms_output.put_line(to_char(v_end_date, 'yyyy-Mon-dd, HH24:MI:SS')); -- note that the procedure essentially do nothing if there are no work data for this week -- delete rows from payroll table if they already exist with current dates DELETE FROM payroll WHERE payroll.start_date = v_start_date AND payroll.end_date = v_end_date; -- for each staff that worked this week FOR current_staff IN c_staff_worked LOOP -- get the hours each staff member worked for get_hours(current_staff.staff_id, v_start_date, v_end_date, basic, overtime, doubletime); -- get staff pay rate SELECT wage_rate INTO payrate FROM staff WHERE staff_id = current_staff.staff_id; -- calculate and save gross pay gross_pay := (basic * payrate) + (overtime * payrate * 1.5) + (doubletime * payrate * 2); -- calculate and save deductions nat_insurance_deduction := ROUND((gross_pay * nat_insurance_rate) / 3, 2); hlt_surcharge_deduction := ROUND((gross_pay * hlt_surcharge_rate), 2); -- calculate and save net pay net_pay := gross_pay - (nat_insurance_deduction + hlt_surcharge_deduction); -- insert new row into payroll table INSERT INTO payroll ( payroll_id, staff_id, start_date, end_date, hours_basic, hours_overtime, hours_doubletime, basic_pay_rate, gross_pay, nat_insurance_deduction, hlt_surcharge_deduction, net_pay) VALUES ( payroll_id_seq.NEXTVAL, current_staff.staff_id, v_start_date, v_end_date, basic, overtime, doubletime, payrate, gross_pay, nat_insurance_deduction, hlt_surcharge_deduction, net_pay); v_count := v_count + 1; END LOOP; IF v_count > 0 THEN COMMIT; -- commit when done and only when rows modified ELSE -- this exception is caught but not logged since it is trivial jta_error.throw(-20201, 'There was no work hours recorded for this week: ' || to_char(v_start_date, 'yyyy-Mon-dd, HH24:MI:SS') || ' to ' || to_char(v_end_date, 'yyyy-Mon-dd, HH24:MI:SS')); END IF; EXCEPTION WHEN jta_error.invalid_input THEN jta_error.show_in_console(SQLCODE, SQLERRM); ROLLBACK; WHEN OTHERS THEN -- all OTHER exceptions will be logged into error table... jta_error.log_error(SQLCODE, SQLERRM); ROLLBACK; END process_payroll; /* 04 Update Inventory Add or remove items from the overall inventory (all lcoations). This procedure also updates the average cost per unit whenever items are added. This procedure would be called whenever new items are recieved into the warehouse and also called for every item at the end of the day to remove items. The cost_sales_tracker table is slighlty redundant, however it improves speed when the supermarket needs to quickly check the inventory total for a product as well as its current avg_cost_price. This is a query that is run very often in the business as prices change daily for the organization. p_product_id: the product to update p_quantity: the quantity to update, negative numbers for removing, positive for adding p_new_cost: the cost per unit when adding new items, set to null when removing */ PROCEDURE update_inventory ( p_product_id IN cost_sales_tracker.product_id%TYPE, p_quantity IN NUMBER, p_new_cost IN cost_sales_tracker.cost_per_unit%TYPE ) IS v_direction cost_sales_tracker.direction%TYPE := 'OUT'; v_old_total cost_sales_tracker.total%TYPE; v_new_total cost_sales_tracker.total%TYPE; v_old_avg cost_sales_tracker.average_cost_per_unit%TYPE; v_new_avg cost_sales_tracker.average_cost_per_unit%TYPE; v_test_id products.product_id%TYPE; v_cost cost_sales_tracker.cost_per_unit%TYPE; BEGIN -- if zero quantity, raise error IF p_quantity = 0 THEN jta_error.throw(-20201, 'cannot update a zero amount to inventory'); END IF; -- if not actual product raise error BEGIN -- see if product id exists in product table SELECT product_id INTO v_test_id FROM products WHERE product_id = p_product_id; EXCEPTION WHEN no_data_found THEN jta_error.throw(-20201, 'non existing product being updated to inventory'); WHEN OTHERS THEN RAISE; -- outer procedure will deal with it END; -- get old total from db, if exists v_old_total := 0; BEGIN SELECT total INTO v_old_total FROM cost_sales_tracker WHERE product_id = p_product_id AND transaction_id IN ( SELECT MAX(transaction_id) FROM cost_sales_tracker WHERE product_id = p_product_id); EXCEPTION WHEN no_data_found THEN -- if a previous entry was not made for this product it will remain zero NULL; WHEN OTHERS THEN RAISE; END; -- get old average if exists v_old_avg := 0; BEGIN SELECT average_cost_per_unit INTO v_old_avg FROM cost_sales_tracker WHERE product_id = p_product_id AND transaction_id IN (SELECT MAX(transaction_id) FROM cost_sales_tracker WHERE product_id = p_product_id); EXCEPTION WHEN no_data_found THEN -- if we never added a this product before, the old average is zero NULL; WHEN OTHERS THEN RAISE; END; -- update to new total, IF p_quantity > 0 THEN -- if adding an item, the cost must be positive, otherwise it is ignored IF p_new_cost <= 0 OR p_new_cost IS NULL THEN jta_error.throw(-20201, 'cannot update inventory with non positive cost per unit'); ELSE v_cost := p_new_cost; END IF; -- switch direction v_direction := 'IN'; -- update new average v_new_avg := ROUND(((v_old_avg * v_old_total) + (p_quantity * p_new_cost) ) / (v_old_total + p_quantity), 2); -- calculate new total v_new_total := v_old_total + p_quantity; ELSE -- cost is ignored if removing items, v_cost := NULL; -- average also remains the same -- reduce quantity (its a negative number) v_new_total := v_old_total + p_quantity; -- throw error if negative IF v_new_total < 0 THEN jta_error.throw(-20201, 'cannot remove more items than already exists in inventory'); END IF; -- set old average as new average, -- if old average doesn't exist, the above negative error would have been thrown v_new_avg := v_old_avg; END IF; -- insert data into database INSERT INTO cost_sales_tracker ( transaction_id, product_id, direction, date_time, quantity, total, average_cost_per_unit, cost_per_unit ) VALUES ( transaction_id_seq.NEXTVAL, p_product_id, v_direction, sysdate, p_quantity, v_new_total, v_new_avg, v_cost ); COMMIT; EXCEPTION WHEN OTHERS THEN -- all exceptions will be logged into error table... jta_error.log_error(SQLCODE, SQLERRM); ROLLBACK; END update_inventory; /* 05 Restock Urgent Find items that need restocking, and automatically create a purchase order for them. The application can then allow the user to modify the purchase order to suit or delete it if they want. Items are choosen based on the re-order level stored for each product. */ PROCEDURE restock_urgent ( p_staff_id IN staff.staff_id%TYPE ) IS -- find products that need to be restocked -- by checking reorder-level and min_stock_level and quantity -- for a specific supplier's goods and location CURSOR urgent( p_supplier_id suppliers_per_products.supplier_id%TYPE, p_location_id inventory_by_location.location_id%TYPE ) IS SELECT inv.product_id, inv.reorder_level FROM inventory_by_location inv JOIN products pr ON (inv.product_id = pr.product_id) JOIN suppliers_per_products sp ON (sp.product_id = pr.product_id) WHERE inv.reorder_level <= (inv.min_stock_level - inv.quantity) AND inv.location_id = p_location_id AND sp.supplier_id = p_supplier_id; -- find distinct list of suppliers whose products need restocking CURSOR suppliers IS SELECT DISTINCT supplier_id, location_id FROM inventory_by_location inv JOIN products pr ON (inv.product_id = pr.product_id) JOIN suppliers_per_products sp ON (sp.product_id = pr.product_id) WHERE inv.reorder_level <= (inv.min_stock_level - inv.quantity); -- current purchase order being worked on v_current_po purchase_orders.po_id%TYPE; BEGIN -- for all suppliers who need restocking at each inventory location... FOR supplier IN suppliers LOOP -- create purchase orders for each supplier v_current_po := po_id_seq.NEXTVAL; INSERT INTO purchase_orders (po_id, supplier_id, staff_id, location_id, pending, approved, submitted_date) VALUES (v_current_po, supplier.supplier_id, p_staff_id, supplier.location_id, 'T', 'F', sysdate); -- add purchase order lines for this supplier FOR stock IN urgent(supplier.supplier_id, supplier.location_id) LOOP INSERT INTO purchase_order_lines (po_line_id, po_id, product_id, quantity, price_rate) VALUES(po_line_id_seq.NEXTVAL, v_current_po, stock.product_id, stock.reorder_level, NULL ); END LOOP; END LOOP; COMMIT; EXCEPTION WHEN OTHERS THEN -- all exceptions will be logged into error table... jta_error.log_error(SQLCODE, SQLERRM); ROLLBACK; END restock_urgent; /* 06 Get last cashier payout. This function processes all bills created by a cashier for his/her last shift. This function would be called everytime a cashier finishes a shift in order to find out how much money should be recieved from them. */ FUNCTION get_last_cashier_payout ( p_staff_id staff.staff_id%TYPE ) RETURN cashier_drawer_assignments.cash_amount_end%TYPE IS v_assignment_id cashier_drawer_assignments.assignment_id%TYPE; v_cash_sum cashier_drawer_assignments.cash_amount_end%TYPE := 0; BEGIN -- get last cashier assingment (shift) SELECT MAX(assignment_id) INTO v_assignment_id FROM cashier_drawer_assignments WHERE staff_id = p_staff_id; -- we can sum the bill amounts, however we do something else instead /* SELECT SUM(nvl(payment_tender, 0)) INTO v_cash_sum FROM customer_bills b WHERE LOWER(payment_type) = 'cash' AND assignment_id = v_assignment_id; */ -- we can get the payout from the assignment table instead, -- this is because we have now set up the package so that this table -- is automatically updated when the recieve_payment procedure is called -- to pay a bill. SELECT nvl(cash_amount_end, 0) INTO v_cash_sum FROM cashier_drawer_assignments WHERE assignment_id = v_assignment_id; -- return sum return v_cash_sum; EXCEPTION WHEN no_data_found THEN -- no shift for cashier, no cashier with that id etc... RETURN 0; WHEN OTHERS THEN -- all exceptions will be logged into error table... jta_error.log_error(SQLCODE, SQLERRM); -- return null because the function failed RETURN NULL; END get_last_cashier_payout; /* 07 Cash flow query Find the total cash amount retrieved by cashiers for a certain period This query is useful in determining how much cash is on hand and when to arrange with the bank to collect. Date range can be changed to reflect days, week�s months etc. The default type value of cash can be changed to non-cash to find out how much was gained via credit card, linx etc. */ FUNCTION get_money_inflow ( p_location_id locations.location_id%TYPE, p_start_date DATE, p_end_date DATE, p_type VARCHAR2 := 'cash' ) RETURN cashier_drawer_assignments.cash_amount_start%TYPE IS v_cash_flow cashier_drawer_assignments.cash_amount_start%TYPE; v_location locations.location_id%TYPE; BEGIN BEGIN SELECT location_id INTO v_location FROM locations where location_id = p_location_id; EXCEPTION WHEN no_data_found THEN jta_error.throw(-20201, 'location does not exist'); END; IF p_type = 'cash' THEN SELECT SUM(cash_amount_end) INTO v_cash_flow FROM cashier_drawer_assignments cda JOIN cashier_stations cs ON (cs.station_id = cda.station_id) WHERE TRUNC(cda.start_time, 'dd') BETWEEN p_start_date AND p_end_date AND cs.location_id = p_location_id; ELSIF p_type = 'non-cash' THEN SELECT SUM(non_cash_tender) INTO v_cash_flow FROM cashier_drawer_assignments cda JOIN cashier_stations cs ON (cs.station_id = cda.station_id) WHERE TRUNC(cda.start_time, 'dd') BETWEEN p_start_date AND p_end_date AND cs.location_id = p_location_id; ELSE jta_error.throw(-20201, 'invalid type, valid types: cash, non-cash'); END IF; RETURN v_cash_flow; EXCEPTION WHEN no_data_found THEN -- no need to log an error -- this means that there was no gain for that day or payment type RETURN 0; WHEN jta_error.invalid_input THEN -- no need to log error, will output something to console for us to see jta_error.show_in_console(SQLCODE, SQLERRM); RETURN NULL; WHEN OTHERS THEN -- all other exceptions will be logged into error table... jta_error.log_error(SQLCODE, SQLERRM); -- return null instead of zero because of fail RETURN NULL; END get_money_inflow; /* 08 Update Taxes This procedure reads the pending tax rates table, and updates the tax_rates and tax_rate_history table to reflect the changes that should take place that day. It then deletes the pending tax rates once changes have been made. This procedure should be scheduled to run every day 6 am via dbms_scheduler. A similar procedure should be run for pending price changes as well. However, since that would just be a copy of this algorithm, we didn't bother including it. */ PROCEDURE update_taxes IS -- for update cursor, gets all changes starting today only CURSOR changes IS SELECT * FROM pending_tax_changes WHERE start_date = TRUNC(SYSDATE, 'dd') FOR UPDATE; BEGIN -- open cursor and update the taxes FOR new_rate IN changes LOOP -- an exception may be raised if the tax code is the same -- in which case, the loop should continue in on to the next rate BEGIN -- update the current taxes table UPDATE tax_rates SET tax_rate = new_rate.tax_rate, DESCRIPTION = new_rate.DESCRIPTION WHERE tax_code = new_rate.tax_code AND tax_rate != new_rate.tax_rate; -- only if tax rate not the same -- if no rows updated, that means the tax rate was the same IF SQL%rowcount = 0 THEN jta_error.throw(-20201, 'attempt to update tax to same rate'); END IF; -- update the tax_rate_history table, set old rate to end UPDATE tax_rate_history SET end_date = sysdate WHERE tax_code = new_rate.tax_code AND start_date IN ( SELECT MAX(start_date) FROM tax_rate_history WHERE tax_code = new_rate.tax_code); -- insert new rate into tax_rate_history INSERT INTO tax_rate_history (tax_code, start_date, end_date, tax_rate) VALUES (new_rate.tax_code, sysdate, NULL, new_rate.tax_rate); EXCEPTION WHEN jta_error.invalid_input THEN -- log error and proceed to next row jta_error.log_error(SQLCODE, SQLERRM); END; END LOOP; -- delete relevant entries from pending tax changes table DELETE FROM pending_tax_changes WHERE start_date = TRUNC(SYSDATE, 'dd'); COMMIT; EXCEPTION WHEN no_data_found THEN -- ignore no data found error, there are no pending changes to be made NULL; WHEN OTHERS THEN -- all other exceptions will be logged into error table (not the no_data_exception) jta_error.log_error(SQLCODE, SQLERRM); ROLLBACK; END update_taxes; /* 09 Get price changes Retreive a table (not stored) containing the price changes that have occured for a given product within a time frame It can be used to track how a products price fluctuates over time for planning purposes The return type is an index by table of records, this would then have to be read by the application layer and displayed on screen or printed out somewhere. */ FUNCTION get_price_changes ( p_product_id products.product_id%type, p_start_date DATE, p_end_date DATE ) RETURN price_changes_table IS -- cursor, retrieves price change history for this product CURSOR price_changes IS SELECT hist.product_id, pr.product_name, hist.start_date, hist.price_rate FROM price_history hist JOIN products pr ON (hist.product_id = pr.product_id) WHERE hist.product_id = p_product_id AND hist.start_date BETWEEN p_start_date AND p_end_date ORDER BY start_date; -- record for each change v_price_record price_change_record; -- return this index by table of records v_return_table price_changes_table; -- return empty table if exception v_empty price_changes_table; -- index for table v_index BINARY_INTEGER := 1; BEGIN FOR pc_record IN price_changes LOOP -- insert values into record v_price_record.product_id := pc_record.product_id; v_price_record.product_name := pc_record.product_name; v_price_record.date_changed := pc_record.start_date; v_price_record.new_price := pc_record.price_rate; -- get old price for this product change BEGIN SELECT price_rate into v_price_record.old_price FROM price_history WHERE start_date = ( SELECT MAX(start_date) FROM price_history WHERE start_date < v_price_record.date_changed ) AND product_id = p_product_id; EXCEPTION WHEN no_data_found THEN v_price_record.old_price := 0; END; -- calculate direcion IF v_price_record.new_price > v_price_record.old_price THEN v_price_record.direction := 'UP'; ELSIF v_price_record.new_price < v_price_record.old_price THEN v_price_record.direction := 'DOWN'; ELSE v_price_record.direction := '--'; END IF; -- add to index by table of records v_return_table(v_index) := v_price_record; v_index := v_index + 1; END LOOP; RETURN v_return_table; EXCEPTION WHEN OTHERS THEN -- all exceptions will be logged into error table... jta_error.log_error(SQLCODE, SQLERRM); RETURN v_empty; END get_price_changes; /* 10 Get profits for Retrieve total number of goods sold, and total profit for a given time period */ PROCEDURE get_profits_for ( p_start_date IN DATE, p_end_date IN DATE, p_goods_sold OUT NOCOPY NUMBER, p_gross_gain OUT NOCOPY NUMBER, p_costs OUT NOCOPY NUMBER, p_net_gain OUT NOCOPY NUMBER ) IS BEGIN -- complex query to get values -- this is actually more efficient that using several cursors WITH avg_cost AS ( SELECT bi.bill_line_id, bi.quantity AS "Quantity", bi.quantity * bi.price_rate AS "Gross Gain", cb.date_time_created AS "Date", ( SELECT average_cost_per_unit FROM cost_sales_tracker WHERE date_time = (SELECT MAX(date_time) FROM cost_sales_tracker WHERE cb.date_time_created >= date_time AND bi.product_id = product_id) ) AS "Average Cost" FROM billed_items bi JOIN customer_bills cb ON (cb.bill_id = bi.bill_id) ), total_cost AS ( SELECT bi.bill_line_id, bi.quantity * av."Average Cost" AS "Cost" FROM billed_items bi JOIN avg_cost av ON (bi.bill_line_id = av.bill_line_id) ), net_gain AS ( SELECT av.bill_line_id, av."Gross Gain" - co."Cost" AS "Net Gain" FROM avg_cost av JOIN total_cost co ON (av.bill_line_id = co.bill_line_id) ) SELECT SUM(av."Quantity"), SUM(av."Gross Gain"), SUM(co."Cost"), SUM(ng."Net Gain") INTO p_goods_sold, p_gross_gain, p_costs, p_net_gain FROM avg_cost av JOIN total_cost co ON (av.bill_line_id = co.bill_line_id) JOIN net_gain ng ON (ng.bill_line_id = av.bill_line_id) WHERE av."Date" BETWEEN p_start_date AND p_end_date; EXCEPTION WHEN OTHERS THEN -- all exceptions will be logged into error table... jta_error.log_error(SQLCODE, SQLERRM); p_goods_sold := NULL; p_gross_gain := NULL; p_costs := NULL; p_net_gain := NULL; END get_profits_for; /* 11 Get recommended price for given a product_id, recommend a new price based on the average cost calculation: > find the average cost price from the cost sales tracker table, > add a minimum markup of 30% > add the correct vat rate from the tax_rate table > round the value up to the nearest integer, > subtracts 0.01 to produce a nice $19.99 like price */ PROCEDURE get_recommended_price_for ( p_product_id IN products.product_id%TYPE, p_avg_cost OUT NOCOPY products.price_rate%TYPE, p_old_price OUT NOCOPY products.price_rate%TYPE, p_new_price OUT NOCOPY products.price_rate%TYPE ) IS v_avg products.price_rate%TYPE; v_tax tax_rates.tax_rate%TYPE; BEGIN -- try to get current price and average cost and perform calculations, -- log our own error if doesn't exist. BEGIN SELECT price_rate, tax_rate INTO p_old_price, v_tax FROM products pr JOIN tax_rates tr ON (pr.tax_code = tr.tax_code) WHERE pr.product_id = p_product_id; SELECT average_cost_per_unit INTO v_avg FROM cost_sales_tracker WHERE transaction_id IN (SELECT MAX(transaction_id) FROM cost_sales_tracker WHERE product_id = p_product_id); p_avg_cost := v_avg; p_new_price := CEIL((v_avg * 1.3) + (v_avg * 1.3 * (v_tax/100))) - 0.01; EXCEPTION WHEN no_data_found THEN -- outside procedure will log this error insead of a generic no data found error jta_error.throw(-20202, 'product does not exist or has not been added to inventory'); END; EXCEPTION WHEN OTHERS THEN -- all exceptions will be logged into error table... jta_error.log_error(SQLCODE, SQLERRM); p_avg_cost := NULL; p_old_price := NULL; p_new_price := NULL; END get_recommended_price_for; /* 12 Evalutate purchaase order line Given a purchase order line... Find out how much exists in the current stock, and alert if not ordering enough or not ordering the recommended amount This procedure can be called from the application when a user is creating or viewing a purchase order, alerting them about their input. */ PROCEDURE evaluate_po_order_line ( p_line_id IN purchase_order_lines.po_line_id%TYPE, p_not_enough_to_restock OUT NOCOPY BOOLEAN, p_not_at_min_level OUT NOCOPY BOOLEAN ) IS v_quantity_ordered purchase_order_lines.quantity%TYPE; v_in_stock inventory_by_location.quantity%TYPE; v_min_stock inventory_by_location.min_stock_level%TYPE; v_reorder_level inventory_by_location.reorder_level%TYPE; BEGIN -- get relevant data for this purchase order line SELECT pol.quantity, inv.quantity, inv.min_stock_level, inv.reorder_level INTO v_quantity_ordered, v_in_stock, v_min_stock, v_reorder_level FROM purchase_order_lines pol JOIN purchase_orders po ON (po.po_id = pol.po_id) JOIN inventory_by_location inv ON (inv.product_id = pol.product_id AND inv.location_id = po.location_id) WHERE pol.po_line_id = p_line_id; IF (v_in_stock + v_quantity_ordered) < v_min_stock THEN p_not_enough_to_restock := TRUE; ELSE p_not_enough_to_restock := FALSE; END IF; IF v_quantity_ordered < v_reorder_level THEN p_not_at_min_level := TRUE; ELSE p_not_at_min_level := FALSE; END IF; EXCEPTION WHEN no_data_found THEN -- log a missing data exception jta_error.log_error(-20202, 'purchase not exist or inventory has never been added for this item'); p_not_enough_to_restock := TRUE; p_not_at_min_level := TRUE; WHEN OTHERS THEN -- all OTHER exceptions will be logged into error table... jta_error.log_error(SQLCODE, SQLERRM); p_not_enough_to_restock := TRUE; p_not_at_min_level := TRUE; END evaluate_po_order_line; /* 13 Lookup barcode Find the price of an item given the barcode. Barcodes can be international standard barcodes, or Price Lookup codes which contain a unique id and the price of the item in the barcode itself. Price lookup codes start with the number 2 and are guaranteed to not be the same as any official barcode. example: 212340012062 -- beef using price lookup, value = 12.06 1234567879111 -- puncheon using regular barcode see appendix for more info on how barcodes work */ PROCEDURE lookup_barcode ( p_barcode IN VARCHAR2, p_product_id OUT NOCOPY products.product_id%TYPE, p_product_name OUT NOCOPY products.product_name%TYPE, p_price_rate OUT NOCOPY products.price_rate%TYPE, p_tax_code OUT NOCOPY tax_rates.tax_code%TYPE, p_tax_rate OUT NOCOPY tax_rates.tax_rate%TYPE ) IS BEGIN /* SUBSTR is used to test the barcode to find if it is a PLU or not and to extract the id and price if needed. */ IF SUBSTR(p_barcode, 1, 1) = '2' THEN -- price rate is calculated from the barcode itself p_price_rate := TO_NUMBER(SUBSTR(p_barcode, 7, 5)/100); -- get id and name from products table SELECT pr.product_id, pr.product_name, tr.tax_code, tr.tax_rate INTO p_product_id, p_product_name, p_tax_code, p_tax_rate FROM products pr JOIN tax_rates tr ON (pr.tax_code = tr.tax_code) WHERE price_lookup_code = SUBSTR(p_barcode, 1, 5); ELSE -- regular look up from products table SELECT pr.product_id, pr.product_name, pr.price_rate, tr.tax_code, tr.tax_rate INTO p_product_id, p_product_name, p_price_rate, p_tax_code, p_tax_rate FROM products pr JOIN tax_rates tr ON (pr.tax_code = tr.tax_code) WHERE barcode = p_barcode; END IF; EXCEPTION WHEN no_data_found THEN -- log a missing data exception instead of no data exception jta_error.log_error(-20202, 'price look up for item that does not exist'); p_product_id := NULL; p_product_name := NULL; p_price_rate := NULL; p_tax_code := NULL; p_tax_rate := NULL; WHEN OTHERS THEN -- all OTHER exceptions will be logged into error table... jta_error.log_error(SQLCODE, SQLERRM); p_product_id := NULL; p_product_name := NULL; p_price_rate := NULL; p_tax_code := NULL; p_tax_rate := NULL; END lookup_barcode; /* 14 Update from bill Given a bill (which has just been approved and cashed), remove the items on the bill from inventory at that location, then update products sold table to relect changes. */ PROCEDURE update_from_bill ( p_bill_id IN customer_bills.bill_id%TYPE ) IS -- products, and their inventory location from current bill CURSOR items_in_bill IS SELECT bit.product_id, inv.location_id, bit.quantity, pr.barcode FROM billed_items bit JOIN customer_bills cb ON (bit.bill_id = cb.bill_id) JOIN products pr ON (pr.product_id = bit.product_id) JOIN cashier_drawer_assignments cda ON (cda.assignment_id = cb.assignment_id) JOIN cashier_stations cs ON (cs.station_id = cda.station_id) JOIN inventory_by_location inv ON (cs.location_id = inv.location_id AND bit.product_id = inv.product_id) WHERE cb.bill_id = p_bill_id FOR UPDATE OF inv.quantity; -- for update lock to prevent issues BEGIN FOR item IN items_in_bill LOOP -- if the product is not a plu item then we track it in inventory -- (see barcode info in document appendix) IF item.barcode IS NOT NULL THEN -- if one item throws an excpetion, we still want to -- proceed through the cursor to other items -- hence, we have this sub-block to catch exceptions here BEGIN -- updates don't throw errors if 0 rows updated UPDATE inventory_by_location SET quantity = quantity - item.quantity WHERE product_id = item.product_id AND location_id = item.location_id; -- throw error if didn't update anything IF SQL%rowcount = 0 THEN jta_error.throw(-20202, 'product not in inventory'); END IF; -- insert into sold products, -- only inserts if above exception was not thrown INSERT INTO sold_products (sold_products_id, product_id, quantity) VALUES (sold_products_seq.NEXTVAL, item.product_id, item.quantity); EXCEPTION WHEN OTHERS THEN -- log all errors regardless of type (including 20202) jta_error.log_error(SQLCODE, SQLERRM); -- then proceed through cursor END; END IF; END LOOP; COMMIT; EXCEPTION WHEN OTHERS THEN -- all OTHER exceptions will be logged into error table as well jta_error.log_error(SQLCODE, SQLERRM); ROLLBACK; -- roll back only if something terrible happened END update_from_bill; /* 15 Update sales Update the cost_sales_tracker using the update_inventory procedure (procedure 04) with data from sold_products. This updates the inventory for all locations from the sold_products table. Sold_products is updated after every bill transaction (customer pays for goods). This procedure should run once at the end of the day to perform its update. A few tables are locked during this procedure, as there may be concurrency issues (updating sold_products while running this procedure). */ PROCEDURE update_sales IS -- current date to add cost_sales_tracker v_date DATE := sysdate; -- index by to bulk collect all products sold TYPE v_sold_products IS TABLE OF sold_products%ROWTYPE INDEX BY BINARY_INTEGER; v_all v_sold_products; -- collection to hold sum of quantities TYPE v_sum_type IS TABLE OF sold_products.quantity%TYPE INDEX BY BINARY_INTEGER; v_sum v_sum_type; -- hold current quantity from collection v_current_sum sold_products.quantity%TYPE; v_current_product sold_products.product_id%TYPE; BEGIN -- perform a commit, -- if application freezes and a rollback is needed because we -- locked a bunch of tables without unlocking them, it will rollback -- to this point. COMMIT; -- lock the tables before doing anything LOCK TABLE sold_products, customer_bills, billed_items IN EXCLUSIVE MODE NOWAIT; -- bulk collect all rows SELECT * BULK COLLECT INTO v_all FROM sold_products ORDER BY product_id; -- loop through all and records and sum up products quantities -- into v_sum collection FOR indx IN v_all.FIRST..v_all.LAST LOOP -- try to update v_sum as if it already has an entry for this product BEGIN v_current_product := v_all(indx).product_id; v_current_sum := v_sum(v_current_product); v_sum(v_current_product) := v_current_sum + v_all(indx).quantity; EXCEPTION -- if the above throws a no data found exception, -- it means we didn't have an entry before, -- now we insert a new one like normal WHEN no_data_found THEN v_sum(v_all(indx).product_id) := v_all(indx).quantity; END; --dbms_output.put_line(v_all(indx).product_id || ' - ' || v_sum(v_all(indx).product_id) ); END LOOP; -- update inventory FOR indx IN v_sum.FIRST..v_sum.LAST LOOP --dbms_output.put_line(indx || ' - ' || (v_sum(indx) * -1) ); update_inventory (indx, (v_sum(indx) * -1), NULL); END LOOP; -- remove all entries from sold_products table DELETE FROM sold_products; -- a commit here or a rollback in the excpetion will unlock all the locked tables COMMIT; EXCEPTION WHEN no_data_found THEN -- there was nothing to update, this isn't an error per se dbms_output.put_line('*alert application layer*, there was no data to update'); WHEN OTHERS THEN -- all exceptions will be logged into error table regardless jta_error.log_error(SQLCODE, SQLERRM); ROLLBACK; END update_sales; /* 16 Add item to bill Given bill id and a barcode... Update the bill with item, update its due value. The procedure ensures you cannot update a bill that has been already paid for. */ PROCEDURE add_item_to_bill ( p_bill_id IN customer_bills.bill_id%TYPE, p_barcode IN products.barcode%TYPE ) IS v_price products.price_rate%TYPE; v_product_id products.product_id%TYPE; v_tax_code tax_rates.tax_code%TYPE; v_tax_rate tax_rates.tax_rate%TYPE; v_line_id billed_items.bill_line_id%TYPE := NULL; v_bill_id customer_bills.bill_id%TYPE; -- not used in this function, but retrieved in lookup_barcode procedure v_name products.product_name%TYPE; BEGIN -- if bill already paid or pending then throw exception, BEGIN SELECT bill_id INTO v_bill_id FROM customer_bills WHERE bill_id = p_bill_id AND payment_status = 'unpaid'; -- exception thrown here if status not unpaid -- payment_status column constrained to paid, pending and unpaid via DDL EXCEPTION WHEN no_data_found THEN jta_error.throw(-20201, 'failed to update bill items because bill status not unpaid'); END; -- find price and tax info using lookup_barcode procedure jta.lookup_barcode (p_barcode, v_product_id, v_name, v_price, v_tax_code, v_tax_rate); -- test if item already in bill -- the same item may be cashed several times e.g. customer buys to sacks of flour BEGIN -- query billed_items to see if this product exists for this bill SELECT bill_line_id INTO v_line_id FROM billed_items WHERE product_id = v_product_id AND bill_id = p_bill_id; EXCEPTION WHEN no_data_found THEN NULL; -- ignore and proceed END; -- item alread exists, will update its quantity IF v_line_id IS NOT NULL THEN UPDATE billed_items SET quantity = quantity + 1 WHERE bill_line_id = v_line_id; -- otherwise, insert new item for this product ELSE INSERT INTO billed_items ( bill_line_id, bill_id, product_id, quantity, price_rate, tax_code, tax_rate ) VALUES ( bill_line_id_seq.NEXTVAL, p_bill_id, v_product_id, 1, v_price, v_tax_code, v_tax_rate ); END IF; -- update price of bill, UPDATE customer_bills SET payment_tender = nvl(payment_tender, 0) + v_price WHERE bill_id = p_bill_id; COMMIT; EXCEPTION WHEN jta_error.invalid_input THEN -- this code can change to invoke an application layer event or something... jta_error.show_in_console(SQLCODE, SQLERRM); ROLLBACK; WHEN OTHERS THEN -- all OTHER exceptions will be logged into error table regardless jta_error.log_error(SQLCODE, SQLERRM); ROLLBACK; END add_item_to_bill; /* 17 Receive payment for bill Given bill id, recieve payment for it and update the cashiers shift data. This function returns NULL if the transaction function failed or a number for the amount of money to pay a customer as change. It is an autonomous transaction. */ FUNCTION receive_payment ( p_bill_id customer_bills.bill_id%TYPE, p_type customer_bills.payment_type%TYPE, p_amount customer_bills.payment_amount%TYPE ) RETURN NUMBER IS -- this function performs DML, therefore it is set to autonomous -- that way it won't cause issues like committing during a query PRAGMA autonomous_transaction; -- hold amount due v_tender customer_bills.payment_tender%TYPE; -- hold previous payment if exists v_prev customer_bills.payment_amount%TYPE; -- hold cashier assigned to bill v_assignment customer_bills.assignment_id%TYPE; -- return cash amount (change for customer) v_return_change NUMBER := 0; -- hold status of this bill v_status customer_bills.payment_status%TYPE; -- update inventory after payment received? v_do_update_inventory BOOLEAN := TRUE; BEGIN -- check payment type, throw (raise) error if not valid IF p_type NOT IN ('cash', 'cheque', 'creditcard', 'linx') THEN jta_error.throw(-20201, 'invalid payment type, valid types: cash, cheque, creditcard, linx'); END IF; -- get tender (amount due) from bill SELECT assignment_id, nvl(payment_tender, 0), nvl(payment_amount, 0), nvl(payment_status, 'unpaid') INTO v_assignment, v_tender, v_prev, v_status FROM customer_bills WHERE bill_id = p_bill_id; -- check if already paid, throw (raise) error if it did IF v_status = 'paid' THEN -- throw (raise) invalid input error jta_error.throw(-20201, 'attempt to pay on bill that has already received full payment'); end if; -- check if amount is valid, change status depending on if full amount is paid IF p_amount <= 0 THEN -- throw (raise) invalid input error jta_error.throw(-20201, 'invalid money amount, negative number'); end if; -- check if bill is pending (has previous payment on it) IF v_status = 'pending' THEN -- amount due is now less v_tender := v_tender - v_prev; v_do_update_inventory := FALSE; -- no need to remove items from inventory END IF; -- perform new payment calculation IF p_amount < v_tender THEN -- no change given, however bill is set to pending... -- this means that the customer owes the supermaket money -- sometimes they let frequent customers do this if they forget their wallet etc. -- the goods are usually kept at the grocery (in a special area) until the full amount is paid -- or sometimes they will let the customer leave with the goods if they the owners trust them. v_status := 'pending'; ELSE v_status := 'paid'; -- calculate change, -- **note: although non cash payments usually do not have change, -- sometimes a customer will request to pay more than the bill amount in order to receive change. -- otherwise the exact value is processed, which results in zero change here. v_return_change := p_amount - v_tender; END IF; -- update bill with payment UPDATE customer_bills SET payment_amount = v_prev + (p_amount - v_return_change), payment_type = p_type, payment_status = v_status, date_time_paid = sysdate WHERE bill_id = p_bill_id; -- if paying in cash, update cashier's cash on hand IF p_type = 'cash' THEN -- update cashier cash amount on hand UPDATE cashier_drawer_assignments SET cash_amount_end = nvl(cash_amount_end, 0) + (p_amount - v_return_change) WHERE assignment_id = v_assignment; -- if non-cash, then update non_cash_tender ELSE UPDATE cashier_drawer_assignments SET non_cash_tender = nvl(non_cash_tender, 0) + p_amount, cash_amount_end = nvl(cash_amount_end, 0) - v_return_change WHERE assignment_id = v_assignment; END IF; -- MAGIC!! call procedure to update inventory for bill, only if status was not pending IF v_do_update_inventory THEN jta.update_from_bill(p_bill_id); END IF; COMMIT; RETURN v_return_change; EXCEPTION WHEN jta_error.invalid_input THEN -- if amount is less than payment, then this error isn't logged, -- however the application layer should be alerted. jta_error.show_in_console(SQLCODE, SQLERRM); ROLLBACK; RETURN NULL; WHEN OTHERS THEN -- all exceptions will be logged into error table regardless jta_error.log_error(SQLCODE, SQLERRM); ROLLBACK; RETURN NULL; END receive_payment; /* 18 Get tax payments due Find out tax payments due for a specified year. Any date can be passed in, taxes are processed for the period Jan 1st to Dec 31st for that year. You can pass in different tax_rates to find out payments due for those, if you have a combo tax_rate like vat plus luxury tax, then the amount retrieved will have to be divided into the seperate rates accordingly. Currently there is only one tax that the company deals with at the product level (VAT), if this changes in the future, this can be run for other tax rates and then processed by an accountant accordingly or a procedure can be made to do all the calulations automatically. */ FUNCTION get_tax_payment_due ( p_tax_code tax_rates.tax_code%TYPE, p_year DATE ) RETURN NUMBER IS v_begin DATE; v_end DATE; v_tax_value NUMBER; BEGIN -- sysdate can be passed in to find out for this year, -- therefore we need to find the begin and end for the year provided v_begin := TRUNC(p_year, 'YEAR'); -- for end, we add 12 months, then subract one day -- then add 23 hours, 59 mins and 59 seconds v_end := add_months(v_begin, 12); v_end := v_end - 1; v_end := v_end + numtodsinterval(23, 'hour'); v_end := v_end + numtodsinterval(59, 'minute'); v_end := v_end + numtodsinterval(59, 'second'); -- since we don't use timestamps, we don't have to add milliseconds. -- it was decided that bills, payroll and other transactions only needed -- to record up the the seconds time frame and there is no security or -- liability difference between 11:50:59.0000 and 11:50:59.9999 -- get tax value from querying bills SELECT SUM(ROUND(((tax_rate/100) * (price_rate * quantity)), 2)) INTO v_tax_value FROM billed_items bi JOIN customer_bills cb ON (bi.bill_id = cb.bill_id) WHERE cb.date_time_created BETWEEN v_begin AND v_end AND bi.tax_code = p_tax_code; RETURN v_tax_value; /* Development Note: since this query is likely to end up processing millions of rows, it will probably be very slow and should run after business hours. thankfully, the company usually closes for stock taking during the new years holdiday, at which time they do these kinds of queries. Further note: bulk collect may not solve this issue since it is aggregate function (one context switch). One possible solution is to modify the database to use plsql to save tax payout in a table everytime a bill is processed. much like the sold_products table. However, they might not want the day to day overhead and would most likely double check billed_items anyway. */ EXCEPTION WHEN no_data_found THEN -- return zero if no data, -- this means the supermarket didn't sell anything for that year (incorrect date provided?) RETURN 0; WHEN OTHERS THEN -- log error and return null if other exceptions occur jta_error.log_error(SQLCODE, SQLERRM); RETURN NULL; END get_tax_payment_due; /* 19 Get quantity sold A useful function to get quantity of item sold at a location given a time period. It can be used to analyze sale trends and so on. We query billed_items because the sold_products table gets emptied when inventory is updated */ FUNCTION get_quantity_sold ( p_product_id products.product_id%TYPE, p_location_id locations.location_id%TYPE, p_date_start DATE, p_date_end DATE ) RETURN NUMBER IS v_quantity NUMBER; BEGIN -- raise our own invalid input error if product id or location id not in database DECLARE v_product products.product_id%TYPE; v_location locations.location_id%TYPE; BEGIN -- check if product id in db SELECT product_id INTO v_product FROM products WHERE product_id = p_product_id; -- check if location id in db SELECT location_id INTO v_location FROM locations WHERE location_id = p_location_id; EXCEPTION WHEN no_data_found THEN -- raise this instead of no data, for these conditions jta_error.throw(-20201, 'invalid location or product id when finding quantity sold'); END; SELECT SUM(quantity) INTO v_quantity FROM billed_items bi JOIN customer_bills cb USING (bill_id) JOIN cashier_drawer_assignments cda USING (assignment_id) JOIN cashier_stations cs USING (station_id) WHERE cb.date_time_created BETWEEN p_date_start AND p_date_end AND cs.location_id = p_location_id and bi.product_id = p_product_id; RETURN v_quantity; EXCEPTION WHEN no_data_found THEN -- this item did not sell at this location during time period RETURN 0; WHEN jta_error.invalid_input THEN -- application alert, this can be modified to do something else instead -- no need to log this error. jta_error.show_in_console(SQLCODE, SQLERRM); RETURN NULL; WHEN OTHERS THEN -- log error and return null if other exceptions occur jta_error.log_error(SQLCODE, SQLERRM); RETURN NULL; END get_quantity_sold; /* 20 Stock check When checking stock at the end of the year, compare value in database with the actual stock counted. Update the missing items table as well as the inventory by location table and cost sale tracker For convenience it returns an out value to show how much was reported in stock */ PROCEDURE stock_check ( p_product_id IN products.product_id%TYPE, p_location_id IN locations.location_id%TYPE, p_value_counted INTEGER, p_in_stock OUT NOCOPY INTEGER ) IS v_difference INTEGER; BEGIN -- get current in stock for product by location -- product_id and location_id make up a composite key -- therefore we don't need to worry about too many rows SELECT quantity INTO p_in_stock FROM inventory_by_location WHERE product_id = p_product_id AND location_id = p_location_id; IF p_in_stock > p_value_counted THEN -- there are missing items... v_difference := p_in_stock - p_value_counted; -- insert missing items into table INSERT INTO missing_items (m_item_id, product_id, date_recorded, quantity) VALUES (m_item_id_seq.nextval, p_product_id, sysdate, v_difference); v_difference := v_difference * -1; -- update the inventory to reflect the counted stock value UPDATE inventory_by_location SET quantity = p_value_counted WHERE product_id = p_product_id AND location_id = p_location_id; -- call update inventory and pass in a negative value for this product. jta.update_inventory(p_product_id, v_difference, NULL); /* ELSIF p_in_stock < value_counted -- what happens when you have more than what you expect -- in inventory. currently we don't do anything but this -- comment is here to show that something could be done */ END IF; EXCEPTION WHEN no_data_found THEN -- select statment failed because item/location doesn't exist -- or there was no inventory data for the item p_in_stock := NULL; jta_error.show_in_console(SQLCODE, SQLERRM); WHEN OTHERS THEN -- log error and return null if other exceptions occur jta_error.log_error(SQLCODE, SQLERRM); p_in_stock := NULL; END stock_check; /* 21 Sunday Check, Find the number of Sundays an employee has worked so far in a given month. Employees are only allowed to work 2 Sundays for the month. It also lets you know if they are available to work on Sunday or not. */ PROCEDURE sunday_check ( p_staff_id IN staff.staff_id%TYPE, p_month IN DATE, p_sundays OUT NOCOPY INTEGER, p_available OUT NOCOPY BOOLEAN ) IS -- work days for this staff memeber, for month begin to end CURSOR work_days IS SELECT * FROM work_hours WHERE staff_id = p_staff_id AND work_date BETWEEN TRUNC(p_month, 'MONTH') AND add_months(TRUNC(p_month, 'MONTH'), 1) -1; BEGIN p_sundays := 0; p_available := TRUE; -- find sundays for the month FOR work_day IN work_days LOOP IF to_char(work_day.work_date, 'd') = '1' THEN p_sundays := p_sundays + 1; END IF; END LOOP; -- check if available to work another sunday IF p_sundays >= 2 THEN p_available := FALSE; END IF; EXCEPTION WHEN no_data_found THEN p_sundays := 0; p_available := TRUE; WHEN OTHERS THEN jta_error.log_error(SQLCODE, SQLERRM); p_sundays := NULL; p_available := NULL; END sunday_check; /* 22 payout Get payout for employee for a specifed period. This procedure returns the national insurance and hlt surchage deductions for that employeee as well. This data is usefull for reporting and paying employee related payments and taxes. */ PROCEDURE payout ( p_staff_id IN staff.staff_id%TYPE, p_begin_date IN DATE, p_end_date IN DATE, p_gross_pay OUT NOCOPY payroll.gross_pay%TYPE, p_net_pay OUT NOCOPY payroll.net_pay%TYPE, p_hlt OUT NOCOPY payroll.hlt_surcharge_deduction%TYPE, p_nat OUT NOCOPY payroll.nat_insurance_deduction%TYPE, p_deductions OUT NOCOPY payroll.net_pay%TYPE ) IS BEGIN -- select the sum of gross and net pay from payroll -- if date_recieved is null, that means the pay hasn't been collected yet SELECT SUM(gross_pay), SUM(net_pay), SUM(hlt_surcharge_deduction), SUM(nat_insurance_deduction) INTO p_gross_pay, p_net_pay, p_hlt, p_nat FROM payroll WHERE staff_id = p_staff_id AND date_staff_received BETWEEN p_begin_date AND p_end_date; -- calculate deductions p_deductions := p_hlt + p_nat; EXCEPTION WHEN no_data_found THEN -- staff didn't work? doesn't exist? p_gross_pay := 0; p_net_pay := 0; p_deductions := 0; -- no need worry about too many rows because select uses aggregate function WHEN OTHERS THEN jta_error.log_error(SQLCODE, SQLERRM); p_gross_pay := NULL; p_net_pay := NULL; p_deductions := NULL; END payout; /* minor extra functions for debug etc... */ FUNCTION get_name ( p_staff_id staff.staff_id%TYPE ) RETURN VARCHAR2 IS v_return VARCHAR2(100); BEGIN SELECT first_name || ' ' || last_name INTO v_return FROM staff WHERE staff_id = p_staff_id; RETURN v_return; EXCEPTION WHEN OTHERS THEN RETURN 'Unknown'; END get_name; -- end of jta package body END jta; / /* 23 trigger, update job history when staff job_id changes note1: because start_date is part of the primary key, the trigger will fail if the datetime is the same, therefore when testing, wait at least one second between updating job_ids for the same staff memeber. (we use sysdate to insert/update the rows) note2: even though this seems useful, it is probably better to have a procedure similar to update_taxes that handles this without the trigger because we shouldn't use triggers to do things we can usually do in regualr plsql. We kept this in here to demonstrate that it could be done this way if we wanted. */ CREATE OR REPLACE TRIGGER update_job_history_trigger AFTER INSERT OR UPDATE OF job_id ON staff FOR EACH ROW WHEN (NEW.job_id != OLD.job_id) BEGIN -- update the old job end date to today UPDATE job_posts_history SET date_ended = sysdate WHERE staff_id = :OLD.staff_id AND job_id = :OLD.job_id; -- if no rows updated then this is an employee without a history (first job) -- updates don't throw exceptions if no rows updated -- insert new job with today as startdate and null and end date INSERT INTO job_posts_history (staff_id, job_id, date_started, date_ended) VALUES (:OLD.staff_id, :NEW.job_id, sysdate, NULL); END update_job_history_trigger; / /* 24 email the purchasing department staff if an item is close to running out (quantity reaches min_stock_level) note: triggers are fired once per transaction, the database is usually committed after an inventory update however for testing, ensure that everytime you update the inventory table, you commit afterwards. */ CREATE OR REPLACE TRIGGER email_on_inv_trigger AFTER UPDATE OF quantity ON inventory_by_location FOR EACH ROW WHEN (NEW.quantity < OLD.quantity) -- only when quanitity is being decreased BEGIN -- need an inner block to declare variables in triggers DECLARE v_email VARCHAR2(50); v_product_name products.product_name%TYPE; v_subject VARCHAR2(200); v_message VARCHAR2(200); BEGIN -- we only want this trigger to work when we have reduced the quantity from above min stock level -- to a value below min stock level, otherwise we will send emails everytime an item -- is sold and our stock is below the min stock level -- only if we had enough items before, but now the quanity has droped below min_stock_level ... IF :OLD.quantity > :old.min_stock_level and :NEW.quantity < :NEW.min_stock_level THEN -- set the recipient email to the department at that location IF :OLD.location_id = 10 OR :OLD.location_id = 12 THEN v_email := '<EMAIL>'; ELSIF :OLD.location_id = 11 THEN v_email := '<EMAIL>'; END IF; SELECT product_name INTO v_product_name FROM products WHERE product_id = :OLD.product_id; -- set subject and message v_subject := 'subject: purchase needed for: ' || v_product_name; v_message := 'instock = ' || :NEW.quantity || ', min stock level = ' || :OLD.min_stock_level || ', reorder level = ' || :OLD.reorder_level; -- utl_mail is not available on apex and not installed by default when installing oracle locally -- therefore we output to console instead dbms_output.put_line(' '); dbms_output.put_line('---------------------------------------'); dbms_output.put_line('restock trigger activated'); dbms_output.put_line ('the following email will be sent'); dbms_output.put_line ('from: <EMAIL>'); dbms_output.put_line ('to: ' || v_email); dbms_output.put_line ('subject: ' || v_subject); dbms_output.put_line ('message: ' || v_message); dbms_output.put_line('---------------------------------------'); dbms_output.put_line(' '); -- utl mail package code -- we have this disabled, otherwise the trigger won't compile. -- to test the trigger, utl_mail will have to be installed and configured to work /* utl_mail.send( '<EMAIL>', v_email, message => v_message, subject => v_subject); */ END IF; EXCEPTION WHEN OTHERS THEN jta_error.log_error(SQLCODE, SQLERRM); END; END email_on_inv_trigger; / /* 25 database event triggers The purpose of these database event triggers is to log users logging into and out of the database */ CREATE OR REPLACE TRIGGER logon_trigger AFTER LOGON ON SCHEMA BEGIN -- log event INSERT INTO jta_events (event_id, user_name, date_time, event, ip_address) VALUES (event_seq.nextval, USER, SYSDATE, ora_sysevent, ora_client_ip_address); COMMIT; /* if user logged in from strange ip address we can raise an application error and perform additional steps if needed */ DECLARE v_ip VARCHAR2(20); BEGIN -- find if ip is in authorized_ip_addresses table SELECT ip_address INTO v_ip FROM authorized_ip_adresses WHERE ip_address = ora_client_ip_address; EXCEPTION WHEN no_data_found THEN NULL; --raise_application_error(-20900, 'Unauthorized Access'); -- additional code -- note: code here disabled becuase we are in a dev environment -- in production we can alert IT staff, shutdown the db -- through dbms_scheduler or do other tasks. END; EXCEPTION WHEN OTHERS THEN jta_error.log_error(SQLCODE, SQLERRM); END logon_trigger; / CREATE OR REPLACE TRIGGER logoff_trigger BEFORE LOGOFF ON SCHEMA BEGIN -- log event INSERT INTO jta_events (event_id, user_name, date_time, event, ip_address) VALUES (event_seq.nextval, USER, SYSDATE, ora_sysevent, NULL); COMMIT; EXCEPTION WHEN OTHERS THEN jta_error.log_error(SQLCODE, SQLERRM); END logoff_trigger; /
/****************************** ** File: ~\GroundFrame\GroundFrame.SQL\Tables\app\app.TSETTING.sql ** Name: app.TSETTING ** Desc: Table to store available settings ** Unit Test: ** Auth: <NAME> ** Date: 2019-12-12 ************************** ** Change History ************************** ** Ver Date Author Description ** --- -------- ------- ------------------------------------ ** 1 2020-01-25 TC Initial Script creation ** *******************************/ CREATE TABLE [app].[TSETTING] ( [id] SMALLINT NOT NULL, [key] NVARCHAR(256) NOT NULL, [description] NVARCHAR(2048) NULL, [data_type] VARCHAR(16) NOT NULL, [default_value] NVARCHAR(128) NOT NULL, CONSTRAINT PK_APP_TSETTING PRIMARY KEY (id ASC), CONSTRAINT UQ_APP_TSETTING_KEY UNIQUE ([key]) )
<reponame>remew/Seditor -- drop to exist tables; DROP TABLE IF EXISTS scenario; DROP TABLE IF EXISTS account; DROP TABLE IF EXISTS tag; DROP TABLE IF EXISTS tagging; -- account CREATE TABLE account ( id serial primary key, email varchar(64) NOT NULL UNIQUE, name varchar(16) NOT NULL, hashed_password varchar(64) NOT NULL, created_at timestamp default now() NOT NULL ); -- scenario CREATE TABLE scenario ( id serial primary key, owner_id integer NOT NULL, title varchar(32) NOT NULL, body text NOT NULL, updated_at timestamp default now() NOT NULL, created_at timestamp default now() NOT NULL, foreign key(owner_id) references account(id) ON UPDATE CASCADE ON DELETE CASCADE ); -- tag CREATE TABLE tag ( id serial primary key, name varchar(16) NOT NULL UNIQUE ); -- relation table -- tagging CREATE TABLE tagging ( scenario_id integer NOT NULL, tag_id integer NOT NULL, PRIMARY KEY(scenario_id, tag_id), foreign key(scenario_id) references scenario(id), foreign key(tag_id) references tag(id) );
UPDATE portti_view set application='full-map_experimental' where id = 1;
<gh_stars>0 SELECT Manufacturer, Model FROM Models ORDER BY Manufacturer ASC, Id DESC
-- phpMyAdmin SQL Dump -- version 5.1.0 -- https://www.phpmyadmin.net/ -- -- Host: 1172.16.31.10 -- Generation Time: Jan 02, 2022 at 12:09 AM -- Server version: 10.4.19-MariaDB -- PHP Version: 7.3.28 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `tb_ppsi` -- -- -------------------------------------------------------- -- -- Table structure for table `alumni` -- CREATE TABLE `alumni` ( `id` bigint(20) UNSIGNED NOT NULL, `email` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `nama` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `nim` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `thn_lulus` int(11) NOT NULL, `jk` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tempat_lahir` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tgl_lahir` date DEFAULT NULL, `about` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `organisasi` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `prestasi` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `no_hp` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `instagram` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `linkedin` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `foto` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `alamat` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ipk` varchar(4) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tpt_kerja` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pekerjaan` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `jurusan` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `alumni` -- INSERT INTO `alumni` (`id`, `email`, `password`, `nama`, `nim`, `thn_lulus`, `jk`, `tempat_lahir`, `tgl_lahir`, `about`, `organisasi`, `prestasi`, `no_hp`, `instagram`, `linkedin`, `foto`, `alamat`, `ipk`, `tpt_kerja`, `pekerjaan`, `jurusan`, `created_at`, `updated_at`) VALUES (1, '<EMAIL>', '12345', 'Admin', '123456', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (4, '<EMAIL>', <PASSWORD>', '<NAME>', '1911522009', 2022, 'Perempuan', 'Padang', '1999-10-30', '<p>halooo</p>', '<p>1. Staff dinas</p><p>2. Iyain aja</p>', '<p>1. sdndfsd</p><p>2. dfgfd</p><p>3. skjdfskdj</p>', '082387887559', '@hayoloo', '@hmmm', '1640862154.png', 'Wisma Pondok Indah Blok c4, Korong Gadang Kuranji', '4.00', 'PT . Asia', 'Sistem Analyst', NULL, '2021-12-19 02:14:15', '2021-12-30 06:08:09'), (10, '<EMAIL>', <PASSWORD>', '<NAME>', '1911523021', 2022, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1641077305.jpg', NULL, NULL, NULL, NULL, NULL, '2021-12-30 03:40:14', '2021-12-30 03:40:14'), (11, '<EMAIL>', <PASSWORD>$FErbNEdO/dHaFQd4lGCZNuAKdizLd1LTd3guoUDsinL2zWBAUZeH.', 'Pertama Edit', '1911522091', 2031, 'Laki-Laki', 'Padang', '2021-12-01', '<p>ini tentang saya edit</p>', '<p>1. org 1</p><p>2. org 2</p>', '<p>1. prestasi 1</p><p>2. prestasi 2</p>', '082563453455', '@pertama', '@pertama_linkedin', '1640876746.png', 'Padang', '4.00', 'Pt.Gudang', 'Sistem Analyst', NULL, '2021-12-30 07:57:54', '2021-12-30 08:06:37'); -- -------------------------------------------------------- -- -- Table structure for table `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `failed_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `informasi` -- CREATE TABLE `informasi` ( `id` bigint(20) UNSIGNED NOT NULL, `id_penulis` bigint(20) UNSIGNED DEFAULT NULL, `id_kategori` bigint(20) UNSIGNED NOT NULL, `judul` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `gambar` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `isi` text COLLATE utf8mb4_unicode_ci NOT NULL, `tgl_up` date NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `informasi` -- INSERT INTO `informasi` (`id`, `id_penulis`, `id_kategori`, `judul`, `gambar`, `isi`, `tgl_up`, `created_at`, `updated_at`) VALUES (2, 4, 3, 'dua test', '1640866160.gif', 'dua test', '2021-12-30', '2021-12-26 04:33:58', '2021-12-30 02:27:55'), (7, 1, 3, 'Admin input', NULL, 'asdsada', '2021-12-29', '2021-12-28 17:22:07', '2021-12-28 17:22:07'), (10, 11, 3, 'Testing up Gambar Edit', '1640858256.PNG', 'Testing up Gambar Edit<br>', '2021-12-30', '2021-12-30 02:57:36', '2021-12-30 02:57:36'), (13, 4, 3, 'Informasi saya', '1640864975.gif', '<p>Ini Beasiswa</p>', '2021-12-30', '2021-12-30 04:49:35', '2021-12-30 04:49:35'), (21, 1, 2, 'Admin Informasi', '1640877056.gif', '<p>Informasi admin<br></p>', '2021-12-30', '2021-12-30 08:10:56', '2021-12-30 08:10:56'); -- -------------------------------------------------------- -- -- Table structure for table `kat_info` -- CREATE TABLE `kat_info` ( `id` bigint(20) UNSIGNED NOT NULL, `nama_kategori` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `kat_info` -- INSERT INTO `kat_info` (`id`, `nama_kategori`, `created_at`, `updated_at`) VALUES (1, 'Umum', '2021-12-26 08:48:54', '2021-12-26 08:48:54'), (2, 'Magang', '2021-12-26 08:48:54', '2021-12-26 08:48:54'), (3, 'Beasiswa', '2021-12-26 08:49:48', '2021-12-26 08:49:48'), (4, ' Pelatihan', '2021-12-26 08:50:45', '2021-12-26 08:50:45'), (5, 'Loker', '2021-12-26 08:51:25', '2021-12-26 08:51:25'); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1), (2, '2014_10_12_100000_create_password_resets_table', 1), (3, '2019_08_19_000000_create_failed_jobs_table', 1), (4, '2019_12_14_000001_create_personal_access_tokens_table', 1), (5, '2021_12_13_131755_create_pengajuan_akun_tables', 1), (6, '2021_12_13_131856_create_alumni_tables', 1), (7, '2021_12_13_132038_create_kat_info_tables', 1), (8, '2021_12_13_141329_create_informasi_tables', 1), (9, '2021_12_30_102418_add_foto_field_to_pengajuan_akun_table', 2); -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `pengajuan_akun` -- CREATE TABLE `pengajuan_akun` ( `id` bigint(20) UNSIGNED NOT NULL, `email` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `nama` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `nim` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `thn_lulus` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `personal_access_tokens` -- CREATE TABLE `personal_access_tokens` ( `id` bigint(20) UNSIGNED NOT NULL, `tokenable_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `tokenable_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `abilities` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_used_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`) VALUES (1, 'Admin', '<EMAIL>', NULL, '$2y$10$IBr3D2EQnkizZ7qNFDDY2Ozu.AS/OBfTKbwKYDRJqbAA7nBPShUyq', 'PIxMGl4EPStjt4OjhmnkBX38GoeU1KKHAIcvBV9bm7gTMgvYu9arB5lQ4yue', '2021-12-13 11:53:05', '2021-12-13 11:53:05'); -- -- Indexes for dumped tables -- -- -- Indexes for table `alumni` -- ALTER TABLE `alumni` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `alumni_email_unique` (`email`); -- -- Indexes for table `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`); -- -- Indexes for table `informasi` -- ALTER TABLE `informasi` ADD PRIMARY KEY (`id`), ADD KEY `informasi_id_penulis_foreign` (`id_penulis`), ADD KEY `informasi_id_kategori_foreign` (`id_kategori`); -- -- Indexes for table `kat_info` -- ALTER TABLE `kat_info` ADD PRIMARY KEY (`id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `pengajuan_akun` -- ALTER TABLE `pengajuan_akun` ADD PRIMARY KEY (`id`); -- -- Indexes for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`), ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_email_unique` (`email`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `alumni` -- ALTER TABLE `alumni` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `informasi` -- ALTER TABLE `informasi` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; -- -- AUTO_INCREMENT for table `kat_info` -- ALTER TABLE `kat_info` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `pengajuan_akun` -- ALTER TABLE `pengajuan_akun` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- Constraints for dumped tables -- -- -- Constraints for table `informasi` -- ALTER TABLE `informasi` ADD CONSTRAINT `informasi_id_kategori_foreign` FOREIGN KEY (`id_kategori`) REFERENCES `kat_info` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `informasi_id_penulis_foreign` FOREIGN KEY (`id_penulis`) REFERENCES `alumni` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
<filename>SQL/META/DBA_DATABASEPROPERTYEX.sql /*------------------------------------------------------------------------------------------------- NAME: DBA_DATABASEPROPERTYEX.sql CREATED BY: <NAME> EMAIL: <EMAIL> DESCRIPTION: Returns property information about the database. USE CTRL + SHIFT + M to provide database name. ------------------------------------------------------------------------------------------------- -- TR/PROJ# DATE MODIFIED DESCRIPTION ------------------------------------------------------------------------------------------------- -- F000000 11.19.2013 SYoung Initial creation. ------------------------------------------------------------------------------------------------- DISCLAIMER: The AUTHOR ASSUMES NO RESPONSIBILITY FOR ANYTHING, including the destruction of personal property, creating singularities, making deep fried chicken, causing your toilet to explode, making your animals spin around like mad, causing hair loss, killing your buzz or ANYTHING else that can be thought up. -------------------------------------------------------------------------------------------------*/ SET NOCOUNT ON SELECT DATABASEPROPERTYEX('<DBName, sysname, DBName>','Collation') [Collation] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','ComparisonStyle') [ComparisonStyle] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','Edition') [Edition] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsAnsiNullDefault') [IsAnsiNullDefault] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsAnsiNullsEnabled') [IsAnsiNullsEnabled] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsAnsiPaddingEnabled') [IsAnsiPaddingEnabled] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsAnsiWarningsEnabled') [IsAnsiWarningsEnabled] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsArithmeticAbortEnabled') [IsArithmeticAbortEnabled] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsAutoClose') [IsAutoClose] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsAutoCreateStatistics') [IsAutoCreateStatistics] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsAutoCreateStatisticsIncremental') [IsAutoCreateStatisticsIncremental] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsAutoShrink') [IsAutoShrink] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsAutoUpdateStatistics') [IsAutoUpdateStatistics] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsClone') [IsClone] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsCloseCursorsOnCommitEnabled') [IsCloseCursorsOnCommitEnabled] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsFulltextEnabled') [IsFulltextEnabled] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsInStandBy') [IsInStandBy] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsLocalCursorsDefault') [IsLocalCursorsDefault] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsMemoryOptimizedElevateToSnapshotEnabled') [IsMemoryOptimizedElevateToSnapshotEnabled] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsMergePublished') [IsMergePublished] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsNullConcat') [IsNullConcat] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsNumericRoundAbortEnabled') [IsNumericRoundAbortEnabled] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsParameterizationForced') [IsParameterizationForced] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsQuotedIdentifiersEnabled') [IsQuotedIdentifiersEnabled] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsPublished') [IsPublished] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsRecursiveTriggersEnabled') [IsRecursiveTriggersEnabled] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsSubscribed') [IsSubscribed] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsSyncWithBackup') [IsSyncWithBackup] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsTornPageDetectionEnabled') [IsTornPageDetectionEnabled] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsVerifiedClone') [IsVerifiedClone] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','IsXTPSupported') [IsXTPSupported] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','LastgoodCheckDBTime') [LastgoodCheckDBTime] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','LCID') [LCID] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','MaxSizeInBytes') [MaxSizeInBytes] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','Recovery') [Recovery] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','ServiceObjective') [ServiceObjective] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','ServiceObjectiveId') [ServiceObjectiveId] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','SQLSortOrder') [SQLSortOrder] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','Status') [Status] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','Updateability') [Updateability] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','UserAccess') [UserAccess] , DATABASEPROPERTYEX('<DBName, sysname, DBName>','Version') [Version] GO
<reponame>taise/Spectrometer<gh_stars>1-10 SELECT sysdate AS current_ts, endtime AS restart_ts FROM stl_utilitytext WHERE text LIKE '%xen_is_up.sql%' AND userid = 1 ORDER BY endtime DESC
update store set phone = '222222' , city = 'NewTest' , store_address = 'NewTest' , postal_code = '22222', opening_time = '09:00:00' , closing_time = '22:00:00' , square_meters = '22222' where store_id = 11;
DELETE fir FROM form_input_response AS fir INNER JOIN form_input fi ON fi.id = fir.form_input_id WHERE fi.form_input_type_id not in (2, 4, 21, 22, 23, 24, 25, 26, 27, 28, 29); DELETE qs from question_status qs inner join process_role pr on pr.id = marked_as_complete_by_id inner join question q on q.id= qs.question_id where q.multiple_statuses = 0 and pr.role_id != 1 and qs.marked_as_complete = 1; DELETE qs from question_status qs inner join question q on q.id= qs.question_id where q.mark_as_completed_enabled = 0 and qs.marked_as_complete = 1;
-- Drop Table DROP TABLE IF EXISTS "institution_user_auth";
<reponame>UAMS-DBMI/PosdaTools -- Name: SetLoadPathByImportEventIdAndFileId -- Schema: posda_files -- Columns: [] -- Args: ['file_name', 'file_id', 'import_event_id'] -- Tags: ['import_events', 'QIN-GBM-DSC-MRI-DRO/Barrow'] -- Description: Counts query by Collection, Site -- update file_import set file_name = ? where file_id = ? and import_event_id = ?
<reponame>grassrootza/grassroot-platform alter table event alter column importance type varchar(50) using cast(importance as varchar); alter table event alter column importance drop default; update event set importance = 'ORDINARY' where type = 'MEETING'; update event set importance = null where type = 'VOTE';
-- MySQL dump 10.13 Distrib 5.7.19, for macos10.12 (x86_64) -- -- Host: localhost Database: chanjo4_demo -- ------------------------------------------------------ -- Server version 5.7.19 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `sample` -- DROP TABLE IF EXISTS `sample`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sample` ( `id` varchar(32) NOT NULL, `group_id` varchar(128) DEFAULT NULL, `source` varchar(256) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `name` varchar(128) DEFAULT NULL, `group_name` varchar(128) DEFAULT NULL, PRIMARY KEY (`id`), KEY `ix_sample_group_id` (`group_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sample` -- LOCK TABLES `sample` WRITE; /*!40000 ALTER TABLE `sample` DISABLE KEYS */; INSERT INTO `sample` VALUES ('ADM1059A1','vitalmouse','path/to/ADM1059A1_coverage.bed','2017-10-13 10:44:13','NA12877-300M','643594-300M'),('ADM1059A2','vitalmouse','path/to/ADM1059A2_coverage.bed','2017-10-13 10:42:47','NA12882-300M','643594-300M'),('ADM1059A3','vitalmouse','path/to/ADM1059A3_coverage.bed','2017-10-13 10:45:39','NA12878-300M','643594-300M'); /*!40000 ALTER TABLE `sample` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `transcript` -- DROP TABLE IF EXISTS `transcript`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `transcript` ( `id` varchar(32) NOT NULL, `gene_id` int(11) NOT NULL, `gene_name` varchar(32) DEFAULT NULL, `chromosome` varchar(10) DEFAULT NULL, `length` int(11) DEFAULT NULL, PRIMARY KEY (`id`), KEY `ix_transcript_gene_name` (`gene_name`), KEY `ix_transcript_gene_id` (`gene_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `transcript` -- LOCK TABLES `transcript` WRITE; /*!40000 ALTER TABLE `transcript` DISABLE KEYS */; INSERT INTO `transcript` VALUES ('NM_000016',89,'ACADM','1',1304),('NM_000017',90,'ACADS','12',1271),('NM_000018',92,'ACADVL','17',2030),('NM_000019',93,'ACAT1','11',1322),('NM_000022',186,'ADA','20',1130),('NM_000026',291,'ADSL','22',1496),('NM_000027',318,'AGA','4',1070),('NM_000028',321,'AGL','1',4700),('NM_000030',341,'AGXT','2',1214),('NM_000031',395,'ALAD','9',1028),('NM_000033',61,'ABCD1','X',2270),('NM_000034',414,'ALDOA','16',1121),('NM_000035',417,'ALDOB','9',1121),('NM_000044',644,'AR','X',2789),('NM_000046',714,'ARSB','5',1628),('NM_000047',719,'ARSE','X',1802),('NM_000048',746,'ASL','7',1445),('NM_000049',756,'ASPA','17',962),('NM_000050',758,'ASS1','9',1283),('NM_000051',795,'ATM','11',9359),('NM_000052',869,'ATP7A','X',4571),('NM_000056',987,'BCKDHB','6',1211),('NM_000057',1058,'BLM','15',4319),('NM_000059',1101,'BRCA2','13',10337),('NM_000060',1122,'BTD','3',1646),('NM_000067',1373,'CA2','8',806),('NM_000071',1550,'CBS','21',1703),('NM_000076',1786,'CDKN1C','11',959),('NM_000079',1955,'CHRNA1','2',1403),('NM_000081',1968,'LYST','1',11561),('NM_000082',3439,'ERCC8','5',1229),('NM_000085',2027,'CLCNKB','1',2123),('NM_000086',2074,'CLN3','16',1364),('NM_000088',2197,'COL1A1','17',4550),('NM_000090',2201,'COL3A1','2',4556),('NM_000091',2204,'COL4A3','2',5171),('NM_000092',2206,'COL4A4','2',5216),('NM_000095',2227,'COMP','19',2333),('NM_000100',2482,'CSTB','21',308),('NM_000104',2597,'CYP1B1','2',1640),('NM_000107',2718,'DDB2','11',1316),('NM_000108',2898,'DLD','7',1574),('NM_000110',3012,'DPYD','1',3149),('NM_000112',10994,'SLC26A2','5',2228),('NM_000115',3180,'EDNRB','13',1352),('NM_000116',11577,'TAZ','X',914),('NM_000122',3435,'ERCC3','2',2396),('NM_000123',3437,'ERCC5','13',3608),('NM_000124',3438,'ERCC6','10',4544),('NM_000126',3481,'ETFA','15',1040),('NM_000127',3512,'EXT1','8',2276),('NM_000135',3582,'FANCA','16',4499),('NM_000136',3584,'FANCC','9',1721),('NM_000137',3579,'FAH','15',1304),('NM_000138',3603,'FBN1','15',8813),('NM_000141',3689,'FGFR2','10',2519),('NM_000142',3690,'FGFR3','4',2474),('NM_000143',3700,'FH','1',1565),('NM_000146',3999,'FTL','19',542),('NM_000147',4006,'FUCA1','1',1427),('NM_000152',4065,'GAA','17',2918),('NM_000153',4115,'GALC','14',2111),('NM_000154',4118,'GALK1','17',1294),('NM_000155',4135,'GALT','9',1175),('NM_000156',4136,'GAMT','19',731),('NM_000157',4177,'GBA','1',1646),('NM_000159',4189,'GCDH','19',1352),('NM_000161',4193,'GCH1','14',773),('NM_000163',4263,'GHR','5',1946),('NM_000165',4274,'GJA1','6',1154),('NM_000167',4289,'GK','X',1655),('NM_000168',4319,'GLI3','7',4787),('NM_000170',4313,'GLDC','9',3140),('NM_000181',4696,'GUSB','7',1994),('NM_000182',4801,'HADHA','2',2354),('NM_000191',5005,'HMGCL','1',1007),('NM_000192',11604,'TBX5','12',1583),('NM_000193',10848,'SHH','7',1400),('NM_000194',5157,'HPRT1','X',686),('NM_000195',5163,'HPS1','10',2158),('NM_000199',10818,'SGSH','17',1535),('NM_000203',5391,'IDUA','4',2006),('NM_000214',6188,'JAG1','20',3737),('NM_000215',6193,'JAK3','19',3446),('NM_000218',6294,'KCNQ1','11',2081),('NM_000219',6240,'KCNE1','21',395),('NM_000222',6342,'KIT','4',2996),('NM_000240',6833,'MAOA','X',1631),('NM_000248',7105,'MITF','3',1289),('NM_000252',7448,'MTM1','X',1856),('NM_000253',7467,'MTTP','4',2741),('NM_000254',7468,'MTR','1',3899),('NM_000255',7526,'MUT','6',2291),('NM_000259',7602,'MYO5A','15',5693),('NM_000260',7606,'MYO7A','11',6794),('NM_000262',7631,'NAGA','22',1265),('NM_000263',7632,'NAGLU','17',2252),('NM_000264',9585,'PTCH1','9',4415),('NM_000266',7678,'NDP','X',410),('NM_000267',7765,'NF1','17',8630),('NM_000271',7897,'NPC1','18',3914),('NM_000272',7905,'NPHP1','2',2261),('NM_000276',8108,'OCRL','X',2780),('NM_000277',8582,'PAH','12',1400),('NM_000278',8616,'PAX2','10',1217),('NM_000280',8620,'PAX6','11',1301),('NM_000281',8646,'PCBD1','10',329),('NM_000282',8653,'PCCA','13',2261),('NM_000284',8806,'PDHA1','X',1229),('NM_000285',8840,'PEPD','19',1529),('NM_000286',8854,'PEX12','17',1091),('NM_000287',8859,'PEX6','6',2996),('NM_000288',8860,'PEX7','6',1004),('NM_000291',8896,'PGK1','X',1289),('NM_000302',9081,'PLOD1','1',2243),('NM_000303',9115,'PMM2','16',767),('NM_000306',9210,'POU1F1','3',896),('NM_000308',9251,'CTSA','20',1544),('NM_000310',9325,'PPT1','1',950),('NM_000314',9588,'PTEN','10',1241),('NM_000315',9606,'PTH','11',356),('NM_000316',9608,'PTH1R','3',1826),('NM_000317',9689,'PTS','11',458),('NM_000318',9717,'PEX2','8',923),('NM_000319',9719,'PEX5','12',1943),('NM_000320',9752,'QDPR','4',758),('NM_000325',9005,'PITX2','4',986),('NM_000329',10294,'RPE65','1',1646),('NM_000334',10591,'SCN4A','17',5585),('NM_000340',11006,'SLC2A2','3',1610),('NM_000342',11027,'SLC4A1','17',2795),('NM_000346',11204,'SOX9','17',1541),('NM_000349',11359,'STAR','8',881),('NM_000351',11425,'STS','X',1784),('NM_000353',11573,'TAT','16',1400),('NM_000356',11654,'TCOF1','5',4313),('NM_000360',11782,'TH','11',1535),('NM_000369',12373,'TSHR','14',2327),('NM_000372',12442,'TYR','11',1607),('NM_000373',12563,'UMPS','3',1463),('NM_000375',12592,'UROS','10',827),('NM_000376',12679,'VDR','12',1310),('NM_000378',12796,'WT1','11',1522),('NM_000380',12814,'XPA','9',842),('NM_000382',403,'ALDH3A2','17',1490),('NM_000383',360,'AIRE','21',1682),('NM_000387',1421,'SLC25A20','3',935),('NM_000390',1940,'CHM','X',2009),('NM_000391',2073,'TPP1','11',1733),('NM_000394',2388,'CRYAA','21',533),('NM_000396',2536,'CTSK','1',1013),('NM_000398',2873,'CYB5R3','22',935),('NM_000399',3239,'EGR2','10',1439),('NM_000400',3434,'ERCC2','19',2354),('NM_000401',3513,'EXT2','11',2300),('NM_000403',4116,'GALE','1',1079),('NM_000404',4298,'GLB1','3',2084),('NM_000405',4367,'GM2A','5',596),('NM_000411',4976,'HLCS','21',2210),('NM_000414',5213,'HSD17B4','5',2285),('NM_000428',6715,'LTBP2','14',5576),('NM_000429',6903,'MAT1A','10',1217),('NM_000430',8574,'PAFAH1B1','17',1265),('NM_000434',7758,'NEU1','6',1268),('NM_000436',8527,'OXCT1','5',1616),('NM_000438',8617,'PAX3','2',662),('NM_000451',10853,'SHOX','X',896),('NM_000453',11040,'SLC5A5','19',1979),('NM_000456',11460,'SUOX','12',1649),('NM_000458',11630,'HNF1B','17',1703),('NM_000459',11724,'TEK','9',3446),('NM_000462',12496,'UBE3A','15',2654),('NM_000463',12530,'UGT1A1','2',1619),('NM_000466',8850,'PEX1','7',3926),('NM_000474',12428,'TWIST1','7',614),('NM_000478',438,'ALPL','1',1610),('NM_000481',473,'AMT','3',1241),('NM_000487',713,'ARSA','22',1556),('NM_000489',886,'ATRX','X',7586),('NM_000493',2185,'COL10A1','6',2051),('NM_000496',2398,'CRYBB2','22',635),('NM_000501',3327,'ELN','7',2276),('NM_000503',3519,'EYA1','8',1829),('NM_000507',3606,'FBP1','9',1040),('NM_000512',4122,'GALNS','16',1613),('NM_000516',4392,'GNAS','20',1226),('NM_000520',4878,'HEXA','15',1634),('NM_000521',4879,'HEXB','5',1715),('NM_000522',5102,'HOXA13','7',1175),('NM_000523',5136,'HOXD13','2',1039),('NM_000525',6257,'KCNJ11','11',1178),('NM_000528',6826,'MAN2B1','19',3110),('NM_000529',6930,'MC2R','18',899),('NM_000531',8512,'OTC','X',1097),('NM_000532',8654,'PCCB','3',1667),('NM_000533',9086,'PLP1','X',857),('NM_000535',9122,'PMS2','7',2636),('NM_000540',10483,'RYR1','19',15419),('NM_000543',11120,'SMPD1','11',1916),('NM_000548',12363,'TSC2','16',5549),('NM_000549',12372,'TSHB','1',425),('NM_000550',12450,'TYRP1','9',1637),('NM_000554',2383,'CRX','19',911),('NM_000555',2714,'DCX','X',1349),('NM_000557',4220,'GDF5','20',1514),('NM_000612',5466,'IGF2','11',563),('NM_000618',5464,'IGF1','12',476),('NM_000642',321,'AGL','1',4700),('NM_000643',321,'AGL','1',4700),('NM_000644',321,'AGL','1',4700),('NM_000645',321,'AGL','1',4646),('NM_000646',321,'AGL','1',4652),('NM_000660',11766,'TGFB1','19',1196),('NM_000666',177,'ACY1','3',1271),('NM_000693',409,'ALDH1A3','15',1580),('NM_000709',986,'BCKDHA','19',1367),('NM_000719',1390,'CACNA1C','12',6560),('NM_000720',1391,'CACNA1D','3',6695),('NM_000742',1956,'CHRNA2','8',1610),('NM_000744',1958,'CHRNA4','20',1904),('NM_000748',1962,'CHRNB2','1',1529),('NM_000790',2719,'DDC','7',1484),('NM_000791',2861,'DHFR','5',584),('NM_000806',4075,'GABRA1','5',1400),('NM_000814',4083,'GABRB3','15',1451),('NM_000828',4573,'GRIA3','X',2732),('NM_000832',4584,'GRIN1','9',2717),('NM_000833',4585,'GRIN2A','16',4433),('NM_000834',4586,'GRIN2B','12',4493),('NM_000836',4588,'GRIN2D','19',4049),('NM_000843',4598,'GRM6','5',2666),('NM_000860',5154,'HPGD','4',824),('NM_000875',5465,'IGF1R','15',4169),('NM_000900',7060,'MGP','12',326),('NM_000918',8548,'P4HB','17',1562),('NM_000920',8636,'PC','11',3598),('NM_000933',9059,'PLCB4','20',3695),('NM_000935',9082,'PLOD2','3',2273),('NM_000965',9865,'RARB','3',1373),('NM_001001557',4221,'GDF6','8',1376),('NM_001002010',17820,'NT5C3A','7',1040),('NM_001002755',16287,'NFU1','2',791),('NM_001002756',16287,'NFU1','2',356),('NM_001003694',14255,'BRPF1','3',3704),('NM_001003722',4315,'GLE1','9',2147),('NM_001003800',17208,'BICD2','9',2591),('NM_001003809',2905,'DLGAP1','18',2060),('NM_001003841',27960,'SLC6A19','5',1943),('NM_001004127',32456,'ALG11','13',1493),('NM_001004334',31371,'GPR179','17',7139),('NM_001004426',9039,'PLA2G6','22',2306),('NM_001005207',7523,'TRIM37','17',2972),('NM_001005336',2972,'DNM1','9',2624),('NM_001005463',19087,'EBF3','10',1706),('NM_001005609',3157,'EDA','X',1196),('NM_001005610',3157,'EDA','X',416),('NM_001005613',3157,'EDA','X',455),('NM_001005742',4177,'GBA','1',1646),('NM_001005746',1404,'CACNB4','2',1553),('NM_001005747',1404,'CACNB4','2',1502),('NM_001005752',4285,'GJB3','1',818),('NM_001006657',29250,'WDR35','2',3632),('NM_001006941',23056,'ALG3','3',1202),('NM_001007027',23161,'ALG8','11',1445),('NM_001007139',5466,'IGF2','11',554),('NM_001007188',18423,'DEPDC5','22',1745),('NM_001007468',11103,'SMARCB1','22',1160),('NM_001007792',8031,'NTRK1','1',2336),('NM_001008222',18475,'ZDHHC9','X',1124),('NM_001008388',24212,'CISD2','4',419),('NM_001008537',29433,'KIAA2022','X',4562),('NM_001008657',11654,'TCOF1','5',2933),('NM_001010895',26922,'ERCC6L2','9',2183),('NM_001010898',31399,'SLC6A17','1',2219),('NM_001011645',644,'AR','X',1193),('NM_001011649',18672,'CDK5RAP2','9',5558),('NM_001011658',23068,'TRAPPC2','X',458),('NM_001012331',8031,'NTRK1','1',2423),('NM_001012505',3823,'FOXP1','3',353),('NM_001013406',1573,'KRIT1','7',2114),('NM_001014431',391,'AKT1','14',1484),('NM_001014432',391,'AKT1','14',1484),('NM_001014763',3482,'ETFB','19',1058),('NM_001014796',2731,'DDR2','1',2618),('NM_001015051',10472,'RUNX2','6',1728),('NM_001015877',18145,'PHF6','X',1129),('NM_001015880',8604,'PAPSS2','10',1901),('NM_001017369',10545,'MSMO1','4',503),('NM_001017420',27230,'ESCO2','8',1838),('NM_001017423',9722,'ALDH18A1','10',2435),('NM_001017535',12679,'VDR','12',1310),('NM_001017536',12679,'VDR','12',1466),('NM_001017995',29242,'SH3PXD2B','5',2777),('NM_001018056',12698,'VLDLR','9',2594),('NM_001018112',3582,'FANCA','16',929),('NM_001018113',3583,'FANCB','X',2606),('NM_001018115',3585,'FANCD2','3',4487),('NM_001018837',16915,'HAX1','1',719),('NM_001022',10402,'RPS19','19',454),('NM_001024024',4193,'GCH1','14',773),('NM_001024070',4193,'GCH1','14',722),('NM_001024071',4193,'GCH1','14',662),('NM_001024613',22788,'FEZF1','7',1442),('NM_001024630',10472,'RUNX2','6',1592),('NM_001024843',29190,'TNRC6B','22',3158),('NM_001024845',11056,'SLC6A9','1',1943),('NM_001024847',11773,'TGFBR2','3',1805),('NM_001024943',746,'ASL','7',1445),('NM_001024944',746,'ASL','7',1382),('NM_001024946',746,'ASL','7',1364),('NM_001024956',10547,'SC5D','11',914),('NM_001025107',225,'ADAR','1',3856),('NM_001025295',16644,'IFITM5','11',407),('NM_001029871',16175,'RSPO4','20',722),('NM_001029882',25230,'AHDC1','1',4817),('NM_001029883',34383,'C2orf71','2',3874),('NM_001029896',28912,'WDR45','X',1115),('NM_001030004',5024,'HNF4A','20',1213),('NM_001031681',2518,'CTNS','17',1238),('NM_001031710',15646,'KLHL7','7',1796),('NM_001031717',14630,'CRELD1','3',1304),('NM_001031725',25360,'DDX59','1',1883),('NM_001031737',14153,'CCDC78','16',1361),('NM_001031804',6776,'MAF','16',1127),('NM_001031806',403,'ALDH3A2','17',1559),('NM_001031849',6901,'MASP1','3',1172),('NM_001032221',11444,'STXBP1','9',1844),('NM_001032280',11742,'TFAP2A','6',1319),('NM_001032289',11022,'SLC35A2','X',743),('NM_001032384',9330,'PQBP1','X',818),('NM_001032386',11460,'SUOX','12',1649),('NM_001032387',11460,'SUOX','12',1649),('NM_001033044',4341,'GLUL','1',1142),('NM_001033054',359,'AIPL1','17',983),('NM_001033056',4341,'GLUL','1',1142),('NM_001033117',19744,'SRGAP3','3',3296),('NM_001033559',21493,'DYX1C1','15',1157),('NM_001033560',21493,'DYX1C1','15',1172),('NM_001033604',30000,'BBS9','7',2624),('NM_001033605',30000,'BBS9','7',2714),('NM_001033859',92,'ACADVL','17',1961),('NM_001034833',14377,'NHP2','5',284),('NM_001034850',25964,'FAM134B','5',1523),('NM_001034852',20318,'SMOC1','14',1343),('NM_001035505',24415,'BOLA3','2',317),('NM_001037',10586,'SCN1B','19',674),('NM_001037343',11411,'CDKL5','X',3155),('NM_001037633',24624,'SIL1','5',1415),('NM_001039523',1955,'CHRNA1','2',1481),('NM_001039590',12632,'USP9X','X',7847),('NM_001039958',29659,'MESP2','15',1201),('NM_001040002',7013,'MEOX1','17',776),('NM_001040007',16175,'RSPO4','20',533),('NM_001040142',10588,'SCN2A','2',6098),('NM_001040143',10588,'SCN2A','2',6098),('NM_001040167',6560,'LFNG','7',1166),('NM_001040168',6560,'LFNG','7',1111),('NM_001040667',5227,'HSF4','16',1520),('NM_001040716',8636,'PC','11',3598),('NM_001042383',25815,'CEP63','3',1523),('NM_001042384',25815,'CEP63','3',1463),('NM_001042385',30228,'PREPL','2',2039),('NM_001042386',30228,'PREPL','2',2027),('NM_001042400',25815,'CEP63','3',1664),('NM_001042413',28510,'GLIS3','9',2825),('NM_001042425',11742,'TFAP2A','6',1325),('NM_001042432',2074,'CLN3','16',1364),('NM_001042437',10872,'ST3GAL5','2',1211),('NM_001042492',7765,'NF1','17',8696),('NM_001042494',10914,'SLC12A6','15',3353),('NM_001042495',10914,'SLC12A6','15',3353),('NM_001042496',10914,'SLC12A6','15',3502),('NM_001042497',10914,'SLC12A6','15',3482),('NM_001042498',11022,'SLC35A2','X',1196),('NM_001042529',29932,'COASY','17',1724),('NM_001042537',11079,'SLC9A6','X',2156),('NM_001042572',1917,'CHD2','15',1544),('NM_001042631',33867,'SDHAF1','19',353),('NM_001042681',9965,'RERE','1',4769),('NM_001042682',9965,'RERE','1',3068),('NM_001044',11049,'SLC6A3','5',1907),('NM_001044385',14432,'TMEM237','2',1268),('NM_001048218',14372,'SCYL1','11',2432),('NM_001059',11528,'TACR3','4',1415),('NM_001061',11609,'TBXAS1','7',1646),('NM_001064',11834,'TKT','3',1772),('NM_001069',12412,'TUBB2A','6',1352),('NM_001075098',7190,'MOCS1','6',1190),('NM_001077183',12363,'TSC2','16',5342),('NM_001077365',9202,'POMT1','9',2237),('NM_001077366',9202,'POMT1','9',2072),('NM_001077415',14630,'CRELD1','3',1295),('NM_001077446',15506,'TSEN34','19',947),('NM_001077488',4392,'GNAS','20',1229),('NM_001077489',4392,'GNAS','20',1178),('NM_001077490',4392,'GNAS','20',3155),('NM_001077653',11598,'TBX20','7',1369),('NM_001077691',15672,'ALG9','11',1358),('NM_001079528',57,'ABCC6','16',308),('NM_001079668',11825,'NKX2-1','14',1217),('NM_001079802',3622,'FKTN','9',1415),('NM_001079804',4065,'GAA','17',2918),('NM_001079811',4298,'GLB1','3',1991),('NM_001079812',2876,'DIAPH1','5',3875),('NM_001079823',6482,'LAMA2','6',9566),('NM_001079846',2348,'CREBBP','16',7307),('NM_001079872',2555,'CUL4B','X',2750),('NM_001079911',2932,'DMP1','4',1508),('NM_001080',408,'ALDH5A1','6',1640),('NM_001080114',15710,'LDB3','10',1895),('NM_001080115',15710,'LDB3','10',1016),('NM_001080116',15710,'LDB3','10',878),('NM_001080414',19967,'CCDC88C','14',6179),('NM_001080463',2962,'DYNC2H1','11',13193),('NM_001080467',7603,'MYO5B','18',5669),('NM_001080508',11595,'TBX18','6',1850),('NM_001080517',25566,'SETD5','3',4394),('NM_001080522',29253,'CC2D2A','4',4973),('NM_001081550',19073,'THOC2','X',4898),('NM_001081562',2933,'DMPK','19',1922),('NM_001081563',2933,'DMPK','19',1964),('NM_001081677',10590,'SCN3A','2',6083),('NM_001081753',3327,'ELN','7',2174),('NM_001081754',3327,'ELN','7',2234),('NM_001082971',2719,'DDC','7',1484),('NM_001083314',8740,'CHMP1A','16',743),('NM_001083603',9585,'PTCH1','9',4217),('NM_001083604',9585,'PTCH1','9',3956),('NM_001083606',9585,'PTCH1','9',3956),('NM_001083607',9585,'PTCH1','9',3956),('NM_001083961',24502,'WDR62','19',4670),('NM_001083962',11634,'TCF4','18',2072),('NM_001085425',713,'ARSA','22',1550),('NM_001085426',713,'ARSA','22',1556),('NM_001085427',713,'ARSA','22',1556),('NM_001085428',713,'ARSA','22',1295),('NM_001098',118,'ACO2','22',2399),('NM_001098209',2514,'CTNNB1','3',2390),('NM_001098210',2514,'CTNNB1','3',2390),('NM_001098268',6601,'LIG4','13',2741),('NM_001098484',11030,'SLC4A4','4',3314),('NM_001098511',6318,'KIF2A','5',2300),('NM_001098624',7095,'MID1','X',2033),('NM_001099274',11824,'TINF2','14',1385),('NM_001099412',13013,'KAT6A','8',6065),('NM_001099413',13013,'KAT6A','8',6065),('NM_001099856',5961,'IKBKG','X',1496),('NM_001099857',5961,'IKBKG','X',1289),('NM_001099952',6180,'ITPR1','3',8306),('NM_001100',129,'ACTA1','1',1154),('NM_001101',132,'ACTB','7',1145),('NM_001101362',37227,'KBTBD13','15',1381),('NM_001101426',37276,'ISPD','7',1387),('NM_001101802',24156,'PHF21A','11',2096),('NM_001102401',26262,'TTI2','8',1550),('NM_001102469',23452,'LIPN','10',1224),('NM_001104631',8783,'PDE4D','5',2477),('NM_001105',171,'ACVR1','2',1559),('NM_001105077',3498,'MECOM','3',3401),('NM_001105078',3498,'MECOM','3',3200),('NM_001109809',18791,'ZFP57','6',1625),('NM_001109878',11600,'TBX22','X',1223),('NM_001110556',3754,'FLNA','X',8087),('NM_001110792',6990,'MECP2','X',1508),('NM_001111',225,'ADAR','1',3728),('NM_001111018',15997,'NAV2','11',7214),('NM_001111019',15997,'NAV2','11',4565),('NM_001111034',124,'ACP5','19',991),('NM_001111035',124,'ACP5','19',991),('NM_001111036',124,'ACP5','19',991),('NM_001111067',171,'ACVR1','2',1559),('NM_001111125',29059,'IQSEC2','X',4514),('NM_001111283',5464,'IGF1','12',494),('NM_001111284',5464,'IGF1','12',428),('NM_001111285',5464,'IGF1','12',602),('NM_001112741',6233,'KCNC1','11',1772),('NM_001113226',23319,'NTNG1','1',1643),('NM_001113228',23319,'NTNG1','1',1466),('NM_001113378',25568,'FANCI','15',4100),('NM_001114331',2025,'CLCN7','16',2420),('NM_001114377',6106,'FOXP3','X',1223),('NM_001114382',12363,'TSC2','16',5477),('NM_001114636',20748,'FANCL','2',1187),('NM_001114979',15979,'TP63','3',1499),('NM_001114981',15979,'TP63','3',1799),('NM_001114982',15979,'TP63','3',1210),('NM_001122608',4837,'HCCS','X',827),('NM_001122631',1786,'CDKN1C','11',926),('NM_001122633',2323,'CPS1','2',4640),('NM_001122634',2323,'CPS1','2',3230),('NM_001122757',9210,'POU1F1','3',974),('NM_001122772',16921,'AGAP2','12',3636),('NM_001122821',10760,'SET','9',899),('NM_001123',257,'ADK','10',1073),('NM_001123226',19261,'MTO1','6',2240),('NM_001123378',291,'ADSL','22',1316),('NM_001123383',20893,'BCOR','X',5210),('NM_001123384',20893,'BCOR','X',5153),('NM_001123385',20893,'BCOR','X',5312),('NM_001126054',1497,'CASK','X',2777),('NM_001126055',1497,'CASK','X',2771),('NM_001126121',14409,'SLC25A19','17',983),('NM_001126122',14409,'SLC25A19','17',983),('NM_001127178',25985,'PIGG','4',2993),('NM_001127179',7606,'MYO7A','11',3617),('NM_001127180',7606,'MYO7A','11',6674),('NM_001127207',11102,'SMARCAL1','2',2915),('NM_001127231',14262,'AUTS2','7',3764),('NM_001127232',14262,'AUTS2','7',818),('NM_001127366',8617,'PAX3','2',1550),('NM_001127394',16791,'TSEN15','1',404),('NM_001127493',493,'ANK2','4',5732),('NM_001127501',438,'ALPL','1',1442),('NM_001127505',735,'ASAH1','8',1214),('NM_001127598',5466,'IGF2','11',725),('NM_001127617',414,'ALDOA','16',1121),('NM_001127628',3606,'FBP1','9',1040),('NM_001127643',4075,'GABRA1','5',1400),('NM_001127644',4075,'GABRA1','5',1400),('NM_001127645',4075,'GABRA1','5',1400),('NM_001127648',4075,'GABRA1','5',1400),('NM_001127649',22965,'PEX26','22',935),('NM_001127668',6240,'KCNE1','21',395),('NM_001127669',6240,'KCNE1','21',395),('NM_001127692',8653,'PCCA','13',2180),('NM_001127716',3481,'ETFA','15',890),('NM_001127892',10524,'SALL1','16',3692),('NM_001127897',29168,'RPGRIP1L','16',3782),('NM_001128085',756,'ASPA','17',961),('NM_001128126',575,'AP4S1','14',452),('NM_001128127',4289,'GK','X',1724),('NM_001128147',7765,'NF1','17',1829),('NM_001128166',8592,'PAK3','X',1679),('NM_001128167',8592,'PAK3','X',1679),('NM_001128168',8592,'PAK3','X',1793),('NM_001128172',8592,'PAK3','X',1745),('NM_001128173',8592,'PAK3','X',1727),('NM_001128178',7905,'NPHP1','2',2096),('NM_001128179',7905,'NPHP1','2',1901),('NM_001128225',20859,'SLC39A13','11',1145),('NM_001128827',2903,'DLG4','17',2228),('NM_001128834',9086,'PLP1','X',857),('NM_001128839',1391,'CACNA1D','3',6552),('NM_001128840',1391,'CACNA1D','3',6632),('NM_001128844',11100,'SMARCA4','19',5048),('NM_001128845',11100,'SMARCA4','19',4954),('NM_001128846',11100,'SMARCA4','19',4951),('NM_001128849',11100,'SMARCA4','19',5147),('NM_001128855',14880,'GTPBP3','19',1445),('NM_001129765',13398,'NSDHL','X',1145),('NM_001129819',2873,'CYB5R3','22',863),('NM_001129830',1390,'CACNA1C','12',6667),('NM_001129831',1390,'CACNA1C','12',6646),('NM_001129832',1390,'CACNA1C','12',6622),('NM_001129833',1390,'CACNA1C','12',6616),('NM_001129835',1390,'CACNA1C','12',6616),('NM_001129836',1390,'CACNA1C','12',6610),('NM_001129837',1390,'CACNA1C','12',6580),('NM_001129838',1390,'CACNA1C','12',6580),('NM_001129839',1390,'CACNA1C','12',6574),('NM_001129840',1390,'CACNA1C','12',6559),('NM_001129841',1390,'CACNA1C','12',6559),('NM_001129843',1390,'CACNA1C','12',6559),('NM_001129844',1390,'CACNA1C','12',6559),('NM_001130089',6215,'KARS','16',1922),('NM_001130103',2190,'COL13A1','10',2276),('NM_001130105',2205,'COL4A3BP','5',2315),('NM_001130110',15573,'SETBP1','18',740),('NM_001130144',6716,'LTBP3','11',3998),('NM_001130145',16262,'YAP1','11',1544),('NM_001130438',11273,'SPTAN1','9',7604),('NM_001130442',5173,'HRAS','11',584),('NM_001130690',8772,'PDE10A','6',2438),('NM_001130846',8768,'AIFM1','X',809),('NM_001130867',3434,'ERCC2','19',1256),('NM_001130916',11772,'TGFBR1','9',1307),('NM_001130966',11609,'TBXAS1','7',1646),('NM_001131005',6996,'MEF2C','5',1421),('NM_001131019',4235,'GFAP','17',1322),('NM_001131023',9719,'PEX5','12',2012),('NM_001131024',9719,'PEX5','12',1853),('NM_001131025',9719,'PEX5','12',1967),('NM_001131026',9719,'PEX5','12',1967),('NM_001134407',4585,'GRIN2A','16',4433),('NM_001134408',4585,'GRIN2A','16',3887),('NM_001134742',11030,'SLC4A4','4',3359),('NM_001134771',13818,'SLC12A5','20',3500),('NM_001134793',26558,'HYLS1','11',905),('NM_001134830',21575,'AHI1','6',3671),('NM_001134831',21575,'AHI1','6',3671),('NM_001134832',21575,'AHI1','6',3227),('NM_001135',319,'ACAN','15',7343),('NM_001135055',11834,'TKT','3',1916),('NM_001135146',20862,'SLC39A8','4',1409),('NM_001135147',20862,'SLC39A8','4',1367),('NM_001135243',11654,'TCOF1','5',4550),('NM_001135244',11654,'TCOF1','5',4433),('NM_001135245',11654,'TCOF1','5',4316),('NM_001135599',11768,'TGFB2','1',1355),('NM_001135602',4298,'GLB1','3',1682),('NM_001135642',33882,'INPP5K','17',1151),('NM_001135659',8008,'NRXN1','2',4715),('NM_001135745',443,'ALS2','2',1202),('NM_001135998',20372,'NDUFB11','X',473),('NM_001136024',7820,'NHS','X',4454),('NM_001136029',18423,'DEPDC5','22',4913),('NM_001136033',17042,'PUF60','8',1583),('NM_001136113',9202,'POMT1','9',2237),('NM_001136114',9202,'POMT1','9',1877),('NM_001136178',3239,'EGR2','10',1439),('NM_001136179',3239,'EGR2','10',1289),('NM_001136205',18249,'KCTD1','18',788),('NM_001136493',25897,'MFSD2A','1',1676),('NM_001139441',16695,'BCAP31','X',968),('NM_001141945',130,'ACTA2','10',1160),('NM_001141974',30213,'ATP13A2','1',3560),('NM_001142279',25671,'RNASEH2B','13',806),('NM_001142281',649,'ARCN1','11',1301),('NM_001142301',28396,'TMEM67','8',2828),('NM_001142415',10648,'AIMP1','4',959),('NM_001142416',10648,'AIMP1','4',1034),('NM_001142495',7602,'MYO5A','15',5609),('NM_001142520',24725,'FAM111A','11',1844),('NM_001142604',9325,'PPT1','1',632),('NM_001142618',30650,'STRA6','15',2060),('NM_001142620',30650,'STRA6','15',497),('NM_001142626',12373,'TSHR','14',791),('NM_001142730',18249,'KCTD1','18',2614),('NM_001142777',18324,'HSD3B7','16',608),('NM_001142778',18324,'HSD3B7','16',608),('NM_001142784',5967,'IL11RA','9',1306),('NM_001142805',11055,'SLC6A8','X',1949),('NM_001142806',11055,'SLC6A8','X',1601),('NM_001142864',28993,'PIEZO1','16',7721),('NM_001143826',6891,'MAPRE2','18',875),('NM_001143827',6891,'MAPRE2','18',974),('NM_001143838',23089,'SLC13A5','17',1604),('NM_001143905',26784,'C12orf65','12',509),('NM_001143963',6470,'L1CAM','X',3827),('NM_001143973',24519,'TCTN3','10',1412),('NM_001143979',17619,'NDE1','16',1034),('NM_001143983',29861,'CHRDL1','X',1163),('NM_001143990',25522,'WRAP53','17',1679),('NM_001143991',25522,'WRAP53','17',1679),('NM_001144913',3689,'FGFR2','10',2363),('NM_001144914',3689,'FGFR2','10',2177),('NM_001144917',3689,'FGFR2','10',2165),('NM_001144918',3689,'FGFR2','10',2162),('NM_001144919',3689,'FGFR2','10',2093),('NM_001144951',24247,'GLYCTK','3',716),('NM_001144996',6143,'ITGA7','12',3503),('NM_001144997',6143,'ITGA7','12',3212),('NM_001145102',6769,'SMAD3','15',989),('NM_001145103',6769,'SMAD3','15',1175),('NM_001145104',6769,'SMAD3','15',713),('NM_001145155',7976,'NR2F2','15',857),('NM_001145156',7976,'NR2F2','15',794),('NM_001145255',5961,'IKBKG','X',986),('NM_001145266',20197,'SLC35C1','11',1064),('NM_001145293',17646,'NGLY1','3',1949),('NM_001145294',17646,'NGLY1','3',1877),('NM_001145295',17646,'NGLY1','3',1712),('NM_001145357',19353,'SIN3A','15',3884),('NM_001145358',19353,'SIN3A','15',3884),('NM_001145392',28422,'TSEN2','3',1433),('NM_001145393',28422,'TSEN2','3',1352),('NM_001145394',28422,'TSEN2','3',1259),('NM_001145395',28422,'TSEN2','3',1235),('NM_001145408',7871,'NONO','X',1448),('NM_001145409',7871,'NONO','X',1448),('NM_001145410',7871,'NONO','X',1178),('NM_001145414',1940,'CHM','X',350),('NM_001145438',17893,'PGAP2','11',947),('NM_001145468',29022,'SPECC1L','22',3401),('NM_001145472',26521,'LOXHD1','18',3413),('NM_001145473',26521,'LOXHD1','18',1565),('NM_001145527',24650,'EHMT1','9',2477),('NM_001145661',4171,'GATA2','3',1459),('NM_001145662',4171,'GATA2','3',1418),('NM_001145717',21246,'PNPLA1','6',1624),('NM_001145798',1404,'CACNB4','2',1607),('NM_001145966',7107,'MKI67','10',8732),('NM_001146039',25676,'GORAB','1',755),('NM_001146056',15505,'MBOAT7','19',1217),('NM_001146082',15505,'MBOAT7','19',1055),('NM_001146083',15505,'MBOAT7','19',1217),('NM_001146114',17217,'DIP2A','21',3419),('NM_001146115',17217,'DIP2A','21',2459),('NM_001146158',24862,'MOGS','2',2210),('NM_001146284',11641,'TCF7L2','10',1493),('NM_001146285',11641,'TCF7L2','10',1853),('NM_001146286',11641,'TCF7L2','10',1511),('NM_001146702',11114,'KDM5C','X',4214),('NM_001148',493,'ANK2','4',12014),('NM_001149',494,'ANK3','10',3068),('NM_001151',10990,'SLC25A4','4',911),('NM_001159508',6186,'IVD','15',1226),('NM_001159699',3702,'FHL1','X',911),('NM_001159700',3702,'FHL1','X',860),('NM_001159701',3702,'FHL1','X',950),('NM_001159702',3702,'FHL1','X',992),('NM_001159704',3702,'FHL1','X',860),('NM_001160147',19714,'DDHD1','14',2681),('NM_001160148',19714,'DDHD1','14',2743),('NM_001160227',11226,'SPG11','15',7109),('NM_001160301',3012,'DPYD','1',542),('NM_001160372',30832,'TRAPPC9','8',3515),('NM_001160708',30348,'POLR3B','12',3305),('NM_001161504',406,'ALDH4A1','1',1553),('NM_001161520',14857,'COG5','7',2537),('NM_001161580',24488,'POC1A','3',1112),('NM_001161581',24488,'POC1A','3',1139),('NM_001161707',23204,'KIRREL3','11',1847),('NM_001162426',12362,'TSC1','9',3560),('NM_001162501',29190,'TNRC6B','22',5573),('NM_001163213',3690,'FGFR3','4',2480),('NM_001163435',28261,'TBCK','4',2758),('NM_001163436',28261,'TBCK','4',2759),('NM_001163437',28261,'TBCK','4',2642),('NM_001163771',2187,'COL11A2','6',890),('NM_001163940',9725,'PYGL','14',2501),('NM_001164000',3498,'MECOM','3',3170),('NM_001164232',29106,'DDHD2','8',2186),('NM_001164269',9817,'RAD51','15',1052),('NM_001164270',9817,'RAD51','15',869),('NM_001164317',3755,'FLNB','3',8045),('NM_001164318',3755,'FLNB','3',7916),('NM_001164319',3755,'FLNB','3',7874),('NM_001164342',13503,'ZBTB20','3',2240),('NM_001164343',13503,'ZBTB20','3',2015),('NM_001164344',13503,'ZBTB20','3',2015),('NM_001164345',13503,'ZBTB20','3',2015),('NM_001164346',13503,'ZBTB20','3',2015),('NM_001164347',13503,'ZBTB20','3',2015),('NM_001164405',35126,'BHLHA9','17',713),('NM_001164615',4044,'FZD6','8',2141),('NM_001164617',4451,'GPC3','X',1841),('NM_001164619',4451,'GPC3','X',1602),('NM_001164674',20376,'SUMF1','3',1076),('NM_001164675',20376,'SUMF1','3',1091),('NM_001164710',473,'AMT','3',1106),('NM_001164711',473,'AMT','3',1070),('NM_001164712',473,'AMT','3',1193),('NM_001164720',29253,'CC2D2A','4',350),('NM_001164750',757,'ASPH','8',2267),('NM_001164751',757,'ASPH','8',944),('NM_001164753',757,'ASPH','8',815),('NM_001164755',757,'ASPH','8',854),('NM_001164756',757,'ASPH','8',629),('NM_001164796',20661,'SLC25A26','3',587),('NM_001164821',25784,'DCAF17','2',1400),('NM_001165255',4979,'MNX1','7',581),('NM_001165899',8783,'PDE4D','5',2297),('NM_001165927',7121,'MKS1','17',1706),('NM_001165945',2027,'CLCNKB','1',1595),('NM_001165962',14198,'ELAC2','17',2432),('NM_001165963',10585,'SCN1A','2',6110),('NM_001165974',26444,'UROC1','3',2276),('NM_001165979',17175,'PLCE1','10',6080),('NM_001166049',3433,'ERCC1','19',848),('NM_001166055',3179,'EDNRA','4',974),('NM_001166056',8840,'PEPD','19',1400),('NM_001166057',8840,'PEPD','19',1331),('NM_001166059',5005,'HMGCL','1',788),('NM_001166107',5008,'HMGCS2','1',1427),('NM_001166118',17820,'NT5C3A','7',883),('NM_001166133',19185,'FRAS1','4',6059),('NM_001166136',19747,'EVC2','4',3752),('NM_001166158',21350,'PDHX','11',845),('NM_001166244',18374,'HPSE2','10',1640),('NM_001166245',18374,'HPSE2','10',1473),('NM_001166246',18374,'HPSE2','10',1684),('NM_001166247',4580,'GRIK2','6',2729),('NM_001166253',11609,'TBXAS1','7',1787),('NM_001166254',11609,'TBXAS1','7',1436),('NM_001166278',2902,'DLG3','X',1136),('NM_001166290',6257,'KCNJ11','11',917),('NM_001166355',6560,'LFNG','7',956),('NM_001166412',20323,'SMOC2','6',1382),('NM_001166418',13315,'HDAC8','X',890),('NM_001166419',13315,'HDAC8','X',797),('NM_001166420',13315,'HDAC8','X',455),('NM_001166422',13315,'HDAC8','X',494),('NM_001166448',13315,'HDAC8','X',437),('NM_001166550',5389,'IDS','X',1682),('NM_001166660',14289,'NLGN3','X',2444),('NM_001167594',9251,'CTSA','20',1490),('NM_001167623',1390,'CACNA1C','12',6559),('NM_001167624',1390,'CACNA1C','12',6667),('NM_001167625',1390,'CACNA1C','12',6775),('NM_001167819',3702,'FHL1','X',860),('NM_001167989',9330,'PQBP1','X',818),('NM_001167990',9330,'PQBP1','X',818),('NM_001168272',6180,'ITPR1','3',8411),('NM_001168398',11021,'SLC35A1','6',860),('NM_001168407',17282,'RIMS1','6',3116),('NM_001168408',17282,'RIMS1','6',2519),('NM_001168409',17282,'RIMS1','6',2345),('NM_001168410',17282,'RIMS1','6',2549),('NM_001168411',17282,'RIMS1','6',677),('NM_001168647',19701,'CNKSR2','X',3080),('NM_001168648',19701,'CNKSR2','X',2762),('NM_001168649',19701,'CNKSR2','X',2612),('NM_001169109',10604,'SCO2','22',806),('NM_001169110',10604,'SCO2','22',806),('NM_001169111',10604,'SCO2','22',806),('NM_001169122',3776,'AFF2','X',3893),('NM_001169154',28570,'PIH1D3','X',665),('NM_001170535',25567,'ATAD3A','1',1811),('NM_001170536',25567,'ATAD3A','1',1571),('NM_001170628',3776,'AFF2','X',2915),('NM_001170629',20153,'CHD8','14',7859),('NM_001170962',5948,'IGSF1','X',4040),('NM_001170963',5948,'IGSF1','X',743),('NM_001171',57,'ABCC6','16',4607),('NM_001171155',40038,'PET100','19',236),('NM_001171603',30228,'PREPL','2',2228),('NM_001171606',30228,'PREPL','2',2228),('NM_001171610',15710,'LDB3','10',2240),('NM_001171611',15710,'LDB3','10',1223),('NM_001171613',30228,'PREPL','2',1958),('NM_001171617',30228,'PREPL','2',1958),('NM_001171653',14881,'ZEB2','2',3599),('NM_001171660',2873,'CYB5R3','22',1033),('NM_001171811',4177,'GBA','1',1379),('NM_001171812',4177,'GBA','1',1496),('NM_001171933',13733,'CDH23','10',3413),('NM_001171993',5147,'HPD','12',1100),('NM_001172086',9717,'PEX2','8',13),('NM_001172087',9717,'PEX2','8',923),('NM_001172428',15646,'KLHL7','7',518),('NM_001172435',17063,'RAB3GAP1','2',3044),('NM_001172509',21637,'SATB2','2',2234),('NM_001172517',21637,'SATB2','2',2234),('NM_001172574',6954,'MCPH1','8',1859),('NM_001172575',6954,'MCPH1','8',1712),('NM_001172631',19957,'TECPR2','14',3854),('NM_001172643',11831,'TK2','16',737),('NM_001172646',9059,'PLCB4','20',3674),('NM_001172695',12367,'TSFM','12',521),('NM_001172696',12367,'TSFM','12',1064),('NM_001172697',12367,'TSFM','12',668),('NM_001172745',10702,'SEC23B','20',2363),('NM_001172746',10702,'SEC23B','20',2363),('NM_001172818',8905,'PGM1','1',1778),('NM_001172819',8905,'PGM1','1',1124),('NM_001173129',26521,'LOXHD1','18',1403),('NM_001173408',29092,'OBSL1','2',3107),('NM_001173431',29092,'OBSL1','2',4676),('NM_001173454',8806,'PDHA1','X',1325),('NM_001173456',8806,'PDHA1','X',1112),('NM_001173466',13666,'AAAS','12',1589),('NM_001173476',16901,'SPEG','2',356),('NM_001173479',14561,'ARHGEF9','X',1421),('NM_001173480',14561,'ARHGEF9','X',1271),('NM_001173975',26113,'TCTN1','12',1823),('NM_001174063',3688,'FGFR1','8',2522),('NM_001174064',3688,'FGFR1','8',2492),('NM_001174066',3688,'FGFR1','8',2516),('NM_001174067',3688,'FGFR1','8',2618),('NM_001174089',16438,'SLC4A11','20',2690),('NM_001174090',16438,'SLC4A11','20',2819),('NM_001174146',6654,'LMX1B','9',1247),('NM_001177428',18083,'TRPV4','12',2517),('NM_001177431',18083,'TRPV4','12',2663),('NM_001177433',18083,'TRPV4','12',2334),('NM_001177465',2568,'MAMLD1','X',3011),('NM_001177466',2568,'MAMLD1','X',2267),('NM_001177520',438,'ALPL','1',1373),('NM_001177634',2666,'DAG1','3',2696),('NM_001177638',2666,'DAG1','3',2696),('NM_001177639',2666,'DAG1','3',2696),('NM_001177642',2666,'DAG1','3',2696),('NM_001177643',2666,'DAG1','3',2696),('NM_001177644',2666,'DAG1','3',2696),('NM_001177651',11079,'SLC9A6','X',2000),('NM_001177704',23399,'FREM1','9',2189),('NM_001178004',8653,'PCCA','13',2117),('NM_001178007',26648,'BBS12','4',2138),('NM_001178008',1550,'CBS','21',1703),('NM_001178009',1550,'CBS','21',1703),('NM_001178010',1739,'CDC45','22',1856),('NM_001178011',1739,'CDC45','22',1616),('NM_001178014',8654,'PCCB','3',1730),('NM_001178032',24931,'ZC4H2','X',620),('NM_001178033',24931,'ZC4H2','X',545),('NM_001178054',11521,'TAC3','12',326),('NM_001178083',3513,'EXT2','11',2231),('NM_001182',877,'ALDH7A1','5',1676),('NM_001184',882,'ATR','3',8078),('NM_001184705',4799,'HADH','4',1202),('NM_001184726',11653,'TCN2','22',1232),('NM_001184728',14938,'PIGT','20',1604),('NM_001184729',14938,'PIGT','20',1571),('NM_001184730',14938,'PIGT','20',1463),('NM_001184744',9608,'PTH1R','3',1826),('NM_001184880',14270,'PCDH19','X',3467),('NM_001184891',24671,'FLAD1','1',1361),('NM_001184892',24671,'FLAD1','1',890),('NM_001184896',20672,'PHF8','X',3251),('NM_001184897',20672,'PHF8','X',2912),('NM_001184898',20672,'PHF8','X',2702),('NM_001184967',7105,'MITF','3',1436),('NM_001184992',21158,'RNF135','17',881),('NM_001185039',119,'ACOX1','17',1910),('NM_001185075',3775,'FMR1','X',1664),('NM_001185082',3775,'FMR1','X',1886),('NM_001185090',4584,'GRIN1','9',2897),('NM_001185091',4584,'GRIN1','9',2783),('NM_001185117',2040,'CLDN19','1',668),('NM_001189',951,'NKX3-2','4',1010),('NM_001190241',29262,'IFT80','3',1973),('NM_001190242',29262,'IFT80','3',1973),('NM_001190438',7672,'NCOR1','17',2804),('NM_001190440',7672,'NCOR1','17',7151),('NM_001190458',19191,'DOCK8','9',6137),('NM_001190709',2186,'COL11A1','1',5504),('NM_001190799',11397,'PLK4','4',2864),('NM_001190801',11397,'PLK4','4',2837),('NM_001190839',7060,'MGP','12',404),('NM_001190881',8490,'ORC4','2',1091),('NM_001190882',8490,'ORC4','2',1352),('NM_001190906',388,'AKR1D1','7',884),('NM_001190907',388,'AKR1D1','7',899),('NM_001190918',11796,'THRA','17',1385),('NM_001190919',11796,'THRA','17',1502),('NM_001191022',13723,'CTCF','16',1226),('NM_001191060',19954,'SLC25A22','11',1001),('NM_001191320',4083,'GABRB3','15',1187),('NM_001191321',4083,'GABRB3','15',1232),('NM_001193270',7370,'MSL3','X',1571),('NM_001193277',7095,'MID1','X',2033),('NM_001193315',20347,'VIPAS39','14',1540),('NM_001193347',6996,'MEF2C','5',1484),('NM_001193348',6996,'MEF2C','5',1278),('NM_001193357',8066,'NUP62','19',1574),('NM_001193414',12410,'TUBA8','22',1166),('NM_001193417',2745,'DDX3X','X',2042),('NM_001193455',25994,'NSUN2','5',2255),('NM_001193465',24565,'KANSL1','17',3362),('NM_001193466',24565,'KANSL1','17',3362),('NM_001193538',30883,'TMEM126B','11',617),('NM_001193640',2343,'CRB1','1',3915),('NM_001194938',18801,'POGZ','1',4127),('NM_001195010',25839,'GRHL3','1',1718),('NM_001195044',16262,'YAP1','11',1505),('NM_001195045',16262,'YAP1','11',1007),('NM_001195129',39433,'PRSS56','2',1856),('NM_001195226',9453,'PRODH','22',1520),('NM_001195250',15984,'APTX','9',932),('NM_001195252',15984,'APTX','9',881),('NM_001195283',20105,'FLVCR2','14',998),('NM_001195302',25792,'USB1','16',764),('NM_001195422',14880,'GTPBP3','19',1574),('NM_001195519',1530,'MICU1','10',860),('NM_001195563',18806,'CAMTA1','1',257),('NM_001195728',10940,'SLC1A2','11',1730),('NM_001197218',8783,'PDE4D','5',2285),('NM_001197219',8783,'PDE4D','5',2111),('NM_001197220',8783,'PDE4D','5',2087),('NM_001197221',8783,'PDE4D','5',1556),('NM_001197223',8783,'PDE4D','5',1589),('NM_001198531',11641,'TCF7L2','10',1853),('NM_001198542',19368,'HYDIN','16',2912),('NM_001198543',19368,'HYDIN','16',2882),('NM_001198551',12796,'WT1','11',941),('NM_001198552',12796,'WT1','11',896),('NM_001198896',177,'ACY1','3',1049),('NM_001198897',177,'ACY1','3',1070),('NM_001198898',177,'ACY1','3',1163),('NM_001198963',3622,'FKTN','9',1325),('NM_001199040',30650,'STRA6','15',2174),('NM_001199041',30650,'STRA6','15',2108),('NM_001199107',29203,'TBC1D24','16',1703),('NM_001199199',362,'AK2','1',722),('NM_001199282',1742,'LRBA','4',8726),('NM_001199291',5213,'HSD17B4','5',2363),('NM_001199292',5213,'HSD17B4','5',2228),('NM_001199297',30298,'UIMC1','5',2204),('NM_001199319',22965,'PEX26','22',784),('NM_001199397',7744,'NEK1','4',3965),('NM_001199398',7744,'NEK1','4',3830),('NM_001199399',7744,'NEK1','4',3665),('NM_001199400',7744,'NEK1','4',3743),('NM_001199562',9039,'PLA2G6','22',2306),('NM_001199642',236,'ADCY5','3',2801),('NM_001199777',30836,'POC1B','12',1343),('NM_001199917',8907,'PGM3','6',1754),('NM_001199919',8907,'PGM3','6',1742),('NM_001199954',144,'ACTG1','17',1145),('NM_001199981',7707,'NDUFS1','2',2129),('NM_001199982',7707,'NDUFS1','2',1898),('NM_001199983',7707,'NDUFS1','2',2063),('NM_001199984',7707,'NDUFS1','2',2285),('NM_001201397',3180,'EDNRB','13',1625),('NM_001201402',4115,'GALC','14',2033),('NM_001201484',23215,'PIGO','9',2054),('NM_001201543',25808,'FAM161A','2',2174),('NM_001202',1071,'BMP4','14',1235),('NM_001202450',257,'ADK','10',950),('NM_001202464',16966,'ZMYND11','10',1565),('NM_001202465',16966,'ZMYND11','10',1592),('NM_001202467',16966,'ZMYND11','10',1747),('NM_001202554',26031,'PIGV','1',1493),('NM_001203',1077,'BMPR1B','4',1541),('NM_001203249',3527,'EZH2','7',2144),('NM_001204269',6220,'KCNA2','1',1082),('NM_001204397',9005,'PITX2','4',968),('NM_001204398',9005,'PITX2','4',883),('NM_001204403',494,'ANK3','10',5717),('NM_001204404',494,'ANK3','10',5738),('NM_001204466',9896,'RBM10','X',2627),('NM_001204824',6297,'KCNQ3','8',2306),('NM_001205254',8104,'OCLN','5',1594),('NM_001205255',8104,'OCLN','5',836),('NM_001205329',15532,'JAM3','11',806),('NM_001206696',6121,'IRF6','1',1139),('NM_001206729',393,'AKT3','1',1439),('NM_001206846',19048,'ASPM','1',5762),('NM_001206981',26300,'C4orf26','4',542),('NM_001206999',1985,'CIT','12',6353),('NM_001207056',2979,'DNMT3B','20',2138),('NM_001211',1149,'BUB1B','15',3224),('NM_001242366',30521,'SLC46A1','17',1310),('NM_001242460',4263,'GHR','5',1877),('NM_001242466',8979,'PIK3R1','5',1112),('NM_001242701',18806,'CAMTA1','1',320),('NM_001242761',2905,'DLGAP1','18',2819),('NM_001242762',2905,'DLGAP1','18',2018),('NM_001242764',2905,'DLGAP1','18',2084),('NM_001242765',2905,'DLGAP1','18',1913),('NM_001242766',2905,'DLGAP1','18',2093),('NM_001242784',4976,'HLCS','21',2210),('NM_001242888',2719,'DDC','7',1244),('NM_001242889',2719,'DDC','7',1199),('NM_001242890',2719,'DDC','7',1046),('NM_001242897',18423,'DEPDC5','22',4631),('NM_001242992',8609,'PARN','16',1853),('NM_001243177',414,'ALDOA','16',1286),('NM_001243226',11634,'TCF4','18',2384),('NM_001243227',11634,'TCF4','18',1996),('NM_001243228',11634,'TCF4','18',2090),('NM_001243230',11634,'TCF4','18',2050),('NM_001243231',11634,'TCF4','18',1931),('NM_001243232',11634,'TCF4','18',1850),('NM_001243233',11634,'TCF4','18',1655),('NM_001243235',11634,'TCF4','18',1562),('NM_001243236',11634,'TCF4','18',1562),('NM_001243342',26090,'CCDC40','17',3148),('NM_001243475',24123,'B9D1','17',464),('NM_001243743',3584,'FANCC','9',1721),('NM_001243766',19139,'POMGNT1','1',2315),('NM_001243777',30794,'CEP57','11',1457),('NM_001243952',6318,'KIF2A','5',2123),('NM_001244008',888,'KIF1A','2',5522),('NM_001244189',19960,'KIAA0586','14',5039),('NM_001244190',19960,'KIAA0586','14',4697),('NM_001244192',19960,'KIAA0586','14',4610),('NM_001244438',663,'ARG1','6',1019),('NM_001244580',12347,'TRRAP','7',11795),('NM_001244808',3823,'FOXP1','3',2081),('NM_001244812',3823,'FOXP1','3',1850),('NM_001244814',3823,'FOXP1','3',2084),('NM_001244815',3823,'FOXP1','3',2090),('NM_001244816',3823,'FOXP1','3',2084),('NM_001244963',15997,'NAV2','11',7592),('NM_001248000',10760,'SET','9',833),('NM_001248001',10760,'SET','9',826),('NM_001251989',17493,'GMNN','6',650),('NM_001251991',17493,'GMNN','6',557),('NM_001252020',7146,'TRPM1','15',5012),('NM_001252024',7146,'TRPM1','15',4961),('NM_001252030',7146,'TRPM1','15',419),('NM_001252120',17270,'PASK','2',4025),('NM_001252124',17270,'PASK','2',3473),('NM_001252127',573,'AP4E1','15',3479),('NM_001252652',10940,'SLC1A2','11',1730),('NM_001252678',969,'BBS4','15',1073),('NM_001253835',5476,'IGFBP7','4',854),('NM_001253852',572,'AP4B1','1',2252),('NM_001254',1744,'CDC6','17',1718),('NM_001254726',575,'AP4S1','14',422),('NM_001254727',575,'AP4S1','14',467),('NM_001254729',575,'AP4S1','14',415),('NM_001254752',12582,'UQCRB','8',440),('NM_001255983',17213,'COLEC11','2',761),('NM_001255985',17213,'COLEC11','2',881),('NM_001255986',17213,'COLEC11','2',758),('NM_001255987',17213,'COLEC11','2',683),('NM_001255988',17213,'COLEC11','2',683),('NM_001255989',17213,'COLEC11','2',608),('NM_001256074',18603,'COL25A1','4',2039),('NM_001256105',12784,'WNT5A','3',1112),('NM_001256119',18704,'NAA10','X',686),('NM_001256182',21316,'ANKRD11','16',8027),('NM_001256213',801,'ATP1A3','19',3146),('NM_001256214',801,'ATP1A3','19',3152),('NM_001256235',17893,'PGAP2','11',179),('NM_001256236',17893,'PGAP2','11',968),('NM_001256238',17893,'PGAP2','11',713),('NM_001256240',17893,'PGAP2','11',782),('NM_001256269',6391,'KIF22','16',2042),('NM_001256270',6391,'KIF22','16',1835),('NM_001256283',3179,'EDNRA','4',626),('NM_001256305',5154,'HPGD','4',448),('NM_001256306',5154,'HPGD','4',614),('NM_001256412',14244,'RAB18','10',446),('NM_001256414',4384,'GNAI1','7',932),('NM_001256420',6891,'MAPRE2','18',845),('NM_001256447',16695,'BCAP31','X',764),('NM_001256469',17582,'KAT6B','10',5396),('NM_001256545',29634,'MEGF10','5',3497),('NM_001256547',30883,'TMEM126B','11',185),('NM_001256714',30492,'DNAAF3','19',1865),('NM_001256743',4573,'GRIA3','X',509),('NM_001256792',1077,'BMPR1B','4',1540),('NM_001256793',1077,'BMPR1B','4',1541),('NM_001256794',1077,'BMPR1B','4',1541),('NM_001256820',10023,'RIT1','1',566),('NM_001256821',10023,'RIT1','1',731),('NM_001257144',2736,'DDX11','12',2993),('NM_001257145',2736,'DDX11','12',2723),('NM_001257159',12370,'CEP41','7',887),('NM_001257160',12370,'CEP41','7',176),('NM_001257231',30881,'ALG13','X',3497),('NM_001257237',30881,'ALG13','X',2939),('NM_001257281',28648,'DIS3L2','2',1853),('NM_001257282',28648,'DIS3L2','2',770),('NM_001257342',1020,'BCS1L','2',1283),('NM_001257344',1020,'BCS1L','2',1283),('NM_001257360',469,'AMPD2','1',2695),('NM_001257361',469,'AMPD2','1',2339),('NM_001257374',6636,'LMNA','1',1766),('NM_001257965',2343,'CRB1','1',4187),('NM_001257966',2343,'CRB1','1',2645),('NM_001258028',11834,'TKT','3',1943),('NM_001258332',4135,'GALT','9',839),('NM_001258353',30858,'EFTUD2','17',3002),('NM_001258355',5024,'HNF4A','20',1457),('NM_001258392',30664,'CLPB','11',2084),('NM_001258393',30664,'CLPB','11',1994),('NM_001258395',32700,'CCDC103','17',740),('NM_001258397',32700,'CCDC103','17',308),('NM_001258398',32700,'CCDC103','17',722),('NM_001258423',11123,'SMS','X',971),('NM_001258462',8620,'PAX6','11',1346),('NM_001258465',8620,'PAX6','11',1301),('NM_001261414',11201,'SOX5','12',1967),('NM_001261415',11201,'SOX5','12',2309),('NM_001267039',24912,'LARP7','4',1811),('NM_001269039',15454,'SHOC2','10',1141),('NM_001270399',20766,'TUBA1A','12',1370),('NM_001270403',6240,'KCNE1','21',395),('NM_001270447',92,'ACADVL','17',2102),('NM_001270449',13478,'UBE3B','12',758),('NM_001270450',13478,'UBE3B','12',758),('NM_001270458',6833,'MAOA','X',1223),('NM_001270460',10866,'ST3GAL3','1',1067),('NM_001270461',10866,'ST3GAL3','1',863),('NM_001270463',10866,'ST3GAL3','1',628),('NM_001270464',10866,'ST3GAL3','1',583),('NM_001270465',10866,'ST3GAL3','1',577),('NM_001270466',10866,'ST3GAL3','1',319),('NM_001270524',8522,'OTX2','14',905),('NM_001270974',19368,'HYDIN','16',15623),('NM_001271',1917,'CHD2','15',5603),('NM_001271044',7788,'NFIX','19',1331),('NM_001271097',17042,'PUF60','8',1573),('NM_001271098',17042,'PUF60','8',1718),('NM_001271099',17042,'PUF60','8',1627),('NM_001271100',17042,'PUF60','8',1529),('NM_001271429',28957,'EMC1','1',2984),('NM_001271699',48,'ABCB7','X',2186),('NM_001271888',24579,'CIB2','15',449),('NM_001271889',24579,'CIB2','15',431),('NM_001272001',19190,'DOCK7','1',6539),('NM_001272002',19190,'DOCK7','1',1949),('NM_001272003',18865,'KCNT1','9',3731),('NM_001272039',18672,'CDK5RAP2','9',5699),('NM_001272050',11831,'TK2','16',527),('NM_001273',1919,'CHD4','12',5858),('NM_001276289',9388,'PRKAR1A','17',1178),('NM_001276290',9388,'PRKAR1A','17',1045),('NM_001276468',4117,'B4GALNT1','12',1466),('NM_001276469',4117,'B4GALNT1','12',1004),('NM_001276479',9479,'LONP1','19',2747),('NM_001276480',9479,'LONP1','19',2342),('NM_001277061',24858,'MFF','2',1058),('NM_001277062',24858,'MFF','2',899),('NM_001277063',24858,'MFF','2',752),('NM_001277064',24858,'MFF','2',737),('NM_001277065',24858,'MFF','2',674),('NM_001277066',24858,'MFF','2',674),('NM_001277155',28596,'B3GALNT2','1',1007),('NM_001278',1974,'CHUK','10',2303),('NM_001278055',10519,'SACS','13',11495),('NM_001278066',4593,'GRM1','6',2747),('NM_001278067',4593,'GRM1','6',3611),('NM_001278116',6470,'L1CAM','X',3860),('NM_001278237',13530,'TMEM5','12',560),('NM_001278293',13210,'ARL6','3',584),('NM_001278433',9388,'PRKAR1A','17',1178),('NM_001278478',10472,'RUNX2','6',1478),('NM_001278511',567,'AP3B2','15',3230),('NM_001278512',567,'AP3B2','15',3389),('NM_001278658',11006,'SLC2A2','3',1247),('NM_001278684',11776,'TGIF1','18',830),('NM_001278689',28526,'EOGT','3',1631),('NM_001278912',3327,'ELN','7',2219),('NM_001278913',3327,'ELN','7',2021),('NM_001278914',3327,'ELN','7',2198),('NM_001278916',3327,'ELN','7',2066),('NM_001278917',3327,'ELN','7',2243),('NM_001278918',3327,'ELN','7',2126),('NM_001278939',3327,'ELN','7',2483),('NM_001280541',13556,'IFT122','3',3796),('NM_001280545',13556,'IFT122','3',3350),('NM_001280546',13556,'IFT122','3',3170),('NM_001281723',1122,'BTD','3',1652),('NM_001281724',1122,'BTD','3',1652),('NM_001281725',1122,'BTD','3',1583),('NM_001281737',3483,'ETFDH','4',1751),('NM_001282157',13254,'FTSJ1','X',602),('NM_001282167',17652,'PORCN','X',1639),('NM_001282174',7370,'MSL3','X',1148),('NM_001282279',9721,'PYCR1','17',887),('NM_001282281',9721,'PYCR1','17',1067),('NM_001282403',6971,'MDH2','7',916),('NM_001282455',1956,'CHRNA2','8',1565),('NM_001282532',15766,'ADNP','20',3320),('NM_001282622',11114,'KDM5C','X',4760),('NM_001282625',6636,'LMNA','1',1751),('NM_001282628',719,'ARSE','X',1877),('NM_001282631',719,'ARSE','X',1667),('NM_001282647',11022,'SLC35A2','X',691),('NM_001282649',11022,'SLC35A2','X',1010),('NM_001282651',11022,'SLC35A2','X',1283),('NM_001282677',8850,'PEX1','7',3750),('NM_001282689',30972,'SECISBP2','9',2396),('NM_001282690',30972,'SECISBP2','9',2408),('NM_001282902',12340,'TRPS1','8',3878),('NM_001282925',24011,'ABI2','2',1577),('NM_001282926',24011,'ABI2','2',1556),('NM_001282927',24011,'ABI2','2',1235),('NM_001282936',10879,'STIL','1',3914),('NM_001283009',15888,'RTEL1','20',4007),('NM_001283129',25439,'TANGO2','22',980),('NM_001283186',25439,'TANGO2','22',665),('NM_001283215',25439,'TANGO2','22',617),('NM_001283235',25439,'TANGO2','22',554),('NM_001284214',12306,'TRIP12','2',6248),('NM_001284216',12306,'TRIP12','2',5285),('NM_001284290',4696,'GUSB','7',1550),('NM_001284509',23089,'SLC13A5','17',1694),('NM_001284510',23089,'SLC13A5','17',1613),('NM_001285399',359,'AIPL1','17',1139),('NM_001285400',359,'AIPL1','17',1109),('NM_001285401',359,'AIPL1','17',1103),('NM_001285402',359,'AIPL1','17',194),('NM_001285403',359,'AIPL1','17',806),('NM_001286042',89,'ACADM','1',1193),('NM_001286074',11535,'TAF1','X',5807),('NM_001286167',3582,'FANCA','16',4406),('NM_001286208',4166,'GAS8','16',119),('NM_001286209',4166,'GAS8','16',1394),('NM_001286414',16691,'TUBGCP4','15',2060),('NM_001286506',12371,'RSPH1','21',841),('NM_001286577',24564,'C2CD3','11',7162),('NM_001286957',29937,'CCDC65','12',137),('NM_001287',2025,'CLCN7','16',2495),('NM_001287223',10583,'SCN11A','3',5456),('NM_001287248',1058,'BLM','15',1259),('NM_001287801',11582,'TBCE','1',1790),('NM_001288575',3519,'EYA1','8',662),('NM_001288737',2972,'DNM1','9',2624),('NM_001288738',2972,'DNM1','9',2624),('NM_001288765',2933,'DMPK','19',248),('NM_001288766',2933,'DMPK','19',1634),('NM_001288781',20087,'TTC8','14',1643),('NM_001288782',20087,'TTC8','14',578),('NM_001288783',20087,'TTC8','14',854),('NM_001303',2260,'COX10','17',1355),('NM_001332',2516,'CTNND2','5',3746),('NM_001349',2678,'DARS','2',1556),('NM_001359',2753,'DECR1','8',1040),('NM_001360',2860,'DHCR7','11',1451),('NM_001361',2867,'DHODH','16',1217),('NM_001363',2890,'DKC1','X',1592),('NM_001365',2903,'DLG4','17',2372),('NM_001376',2961,'DYNC1H1','14',14177),('NM_001382',2995,'DPAGT1','11',1256),('NM_001389',3039,'DSCAM','21',6140),('NM_001396',3091,'DYRK1A','21',2327),('NM_001399',3157,'EDA','X',1202),('NM_001410',3233,'MEGF8','19',8462),('NM_001415',3267,'EIF2S3','X',1457),('NM_001429',3373,'EP300','22',7340),('NM_001449',3702,'FHL1','X',860),('NM_001451',3809,'FOXF1','16',1148),('NM_001453',3800,'FOXC1','6',1666),('NM_001456',3754,'FLNA','X',8060),('NM_001457',3755,'FLNB','3',7949),('NM_001478',4117,'B4GALNT1','12',1634),('NM_001481',4166,'GAS8','16',1472),('NM_001482',4175,'GATM','15',1301),('NM_001493',4226,'GDI1','X',1379),('NM_001499',4315,'GLE1','9',2024),('NM_001538',5227,'HSF4','16',1430),('NM_001553',5476,'IGFBP7','4',866),('NM_001555',5948,'IGSF1','X',4085),('NM_001567',6080,'INPPL1','11',3863),('NM_001587',8108,'OCRL','X',2753),('NM_001604',8620,'PAX6','11',1346),('NM_001605',20,'AARS','16',2969),('NM_001611',124,'ACP5','19',991),('NM_001613',130,'ACTA2','10',1160),('NM_001614',144,'ACTG1','17',1145),('NM_001620',347,'AHNAK','11',17683),('NM_001625',362,'AK2','1',740),('NM_001655',649,'ARCN1','11',1568),('NM_001692',853,'ATP6V1B1','2',1586),('NM_001693',854,'ATP6V1B2','8',1580),('NM_001698',890,'AUH','9',1052),('NM_001711',1044,'BGN','X',1130),('NM_001739',1377,'CA5A','16',941),('NM_001759',1583,'CCND2','12',887),('NM_001793',1762,'CDH3','16',2540),('NM_001844',2200,'COL2A1','12',4628),('NM_001845',2202,'COL4A1','13',5168),('NM_001846',2203,'COL4A2','13',5282),('NM_001848',2211,'COL6A1','21',3194),('NM_001851',2217,'COL9A1','6',2882),('NM_001852',2218,'COL9A2','1',2168),('NM_001853',2219,'COL9A3','20',2153),('NM_001854',2186,'COL11A1','1',5624),('NM_001863',2280,'COX6B1','19',272),('NM_001866',2291,'COX7B','X',254),('NM_001875',2323,'CPS1','2',4619),('NM_001879',6901,'MASP1','3',2150),('NM_001886',2396,'CRYBA4','22',608),('NM_001887',2397,'CRYBB1','22',776),('NM_001895',2457,'CSNK2A1','20',1214),('NM_001904',2514,'CTNNB1','3',2390),('NM_001909',2529,'CTSD','11',1268),('NM_001916',2579,'CYC1','8',1001),('NM_001918',2698,'DBT','1',1484),('NM_001931',2896,'DLAT','11',1988),('NM_001942',3048,'DSG1','18',3197),('NM_001955',3176,'EDN1','6',656),('NM_001957',3179,'EDNRA','4',1307),('NM_001958',3192,'EEF1A2','20',1415),('NM_001983',3433,'ERCC1','19',923),('NM_001985',3482,'ETFB','19',788),('NM_001999',3604,'FBN2','5',8936),('NM_002010',3687,'FGF9','13',638),('NM_002020',3767,'FLT4','5',3989),('NM_002024',3775,'FMR1','X',1952),('NM_002025',3776,'AFF2','X',4001),('NM_002052',4173,'GATA4','8',1349),('NM_002055',4235,'GFAP','17',1328),('NM_002065',4341,'GLUL','1',1142),('NM_002067',4379,'GNA11','19',1103),('NM_002069',4384,'GNAI1','7',1091),('NM_002072',4390,'GNAQ','9',1103),('NM_002074',4396,'GNB1','1',1052),('NM_002076',4422,'GNS','12',1703),('NM_002085',4556,'GPX4','19',617),('NM_002095',4651,'GTF2E2','8',899),('NM_002144',5111,'HOXB1','17',914),('NM_002150',5147,'HPD','12',1226),('NM_002156',5261,'HSPD1','2',1757),('NM_002161',5330,'IARS','9',3890),('NM_002168',5383,'IDH2','15',1394),('NM_002180',5542,'IGHMBP2','11',3029),('NM_002181',5956,'IHH','2',1246),('NM_002206',6143,'ITGA7','12',3491),('NM_002222',6180,'ITPR1','3',8258),('NM_002225',6186,'IVD','15',1310),('NM_002238',6250,'KCNH1','1',2924),('NM_002240',6267,'KCNJ6','21',1283),('NM_002241',6256,'KCNJ10','1',1144),('NM_002291',6486,'LAMB1','7',5462),('NM_002294',6501,'LAMP2','X',1265),('NM_002296',6518,'LBR','1',1889),('NM_002304',6560,'LFNG','7',779),('NM_002312',6601,'LIG4','13',2741),('NM_002316',6654,'LMX1B','9',1145),('NM_002334',6696,'LRP4','11',5834),('NM_002335',6697,'LRP5','11',4919),('NM_002381',6909,'MATN3','2',1487),('NM_002397',6996,'MEF2C','5',1454),('NM_002408',7045,'MGAT2','14',1349),('NM_002417',7107,'MKI67','10',9815),('NM_002420',7146,'TRPM1','15',4892),('NM_002427',7159,'MMP13','11',1448),('NM_002437',7224,'MPV17','2',554),('NM_002448',7391,'MSX1','4',920),('NM_002449',7392,'MSX2','5',812),('NM_002470',7573,'MYH3','17',5942),('NM_002471',7576,'MYH6','14',5933),('NM_002472',7578,'MYH8','17',5930),('NM_002473',7579,'MYH9','22',6005),('NM_002485',7652,'NBN','8',2315),('NM_002495',7711,'NDUFS4','5',545),('NM_002496',7715,'NDUFS8','11',652),('NM_002501',7788,'NFIX','19',1355),('NM_002524',7989,'NRAS','1',584),('NM_002529',8031,'NTRK1','1',2443),('NM_002538',8104,'OCLN','5',1595),('NM_002547',8148,'OPHN1','X',2480),('NM_002578',8592,'PAK3','X',1679),('NM_002582',8609,'PARN','16',1994),('NM_002602',8789,'PDE6G','17',275),('NM_002609',8804,'PDGFRB','5',3389),('NM_002617',8851,'PEX10','1',1001),('NM_002618',8855,'PEX13','2',1226),('NM_002633',8905,'PGM1','1',1724),('NM_002641',8957,'PIGA','X',1472),('NM_002653',9004,'PITX1','5',956),('NM_002691',9175,'POLD1','19',3404),('NM_002693',9179,'POLG','15',3788),('NM_002709',9282,'PPP1CB','2',1010),('NM_002742',9407,'PRKD1','14',2795),('NM_002755',6840,'MAP2K1','15',1217),('NM_002764',9462,'PRPS1','X',980),('NM_002768',8740,'CHMP1A','16',614),('NM_002778',9498,'PSAP','10',1625),('NM_002820',9607,'PTHLH','12',536),('NM_002834',9644,'PTPN11','12',1829),('NM_002857',9713,'PEX19','1',926),('NM_002860',9722,'ALDH18A1','10',2441),('NM_002863',9725,'PYGL','14',2606),('NM_002875',9817,'RAD51','15',1049),('NM_002876',9820,'RAD51C','17',416),('NM_002880',9829,'RAF1','3',1997),('NM_002890',9871,'RASA1','5',3221),('NM_002968',10524,'SALL1','16',3986),('NM_003011',10760,'SET','9',860),('NM_003035',10879,'STIL','1',3914),('NM_003036',10896,'SKI','1',2210),('NM_003042',11042,'SLC6A1','3',1844),('NM_003060',10969,'SLC22A5','5',1706),('NM_003070',11098,'SMARCA2','9',4874),('NM_003072',11100,'SMARCA4','19',5048),('NM_003073',11103,'SMARCB1','22',1187),('NM_003079',11109,'SMARCE1','17',1268),('NM_003091',11153,'SNRPB','20',719),('NM_003094',11161,'SNRPE','1',296),('NM_003106',11195,'SOX2','3',959),('NM_003108',11191,'SOX11','2',1331),('NM_003114',11212,'SPAG1','8',2837),('NM_003118',11219,'SPARC','5',941),('NM_003124',11257,'SPR','2',797),('NM_003127',11273,'SPTAN1','9',7586),('NM_003132',11296,'SRM','1',935),('NM_003140',11311,'SRY','Y',620),('NM_003159',11411,'CDKL5','X',3155),('NM_003165',11444,'STXBP1','9',1871),('NM_003172',11474,'SURF1','9',932),('NM_003179',11506,'SYP','X',962),('NM_003188',6859,'MAP3K7','6',1790),('NM_003193',11582,'TBCE','1',1634),('NM_003199',11634,'TCF4','18',2060),('NM_003205',11623,'TCF12','15',2105),('NM_003220',11742,'TFAP2A','6',1337),('NM_003221',11743,'TFAP2B','6',1406),('NM_003238',11768,'TGFB2','1',1268),('NM_003239',11769,'TGFB3','14',1262),('NM_003242',11773,'TGFBR2','3',1727),('NM_003250',11796,'THRA','17',1502),('NM_003289',12011,'TPM2','9',884),('NM_003317',11825,'NKX2-1','14',1124),('NM_003321',12420,'TUFM','16',1400),('NM_003336',12472,'UBE2A','X',479),('NM_003383',12698,'VLDLR','9',2681),('NM_003384',12718,'VRK1','14',1229),('NM_003392',12784,'WNT5A','3',1160),('NM_003394',12775,'WNT10B','12',1184),('NM_003403',12856,'YY1','14',1262),('NM_003412',12872,'ZIC1','3',1355),('NM_003413',12874,'ZIC3','X',1415),('NM_003466',8622,'PAX8','2',1388),('NM_003468',4043,'FZD5','2',1763),('NM_003477',21350,'PDHX','11',1496),('NM_003482',7133,'KMT2D','12',16777),('NM_003491',18704,'NAA10','X',734),('NM_003496',12347,'TRRAP','7',11705),('NM_003504',1739,'CDC45','22',1757),('NM_003506',4044,'FZD6','8',2141),('NM_003560',9039,'PLA2G6','22',2471),('NM_003571',1041,'BFSP2','3',1271),('NM_003588',2555,'CUL4B','X',2807),('NM_003593',12765,'FOXN1','17',1973),('NM_003611',2567,'OFD1','X',3110),('NM_003619',9477,'PRSS12','4',2669),('NM_003620',9277,'PPM1D','17',1838),('NM_003630',8858,'PEX3','6',1160),('NM_003632',8011,'CNTNAP1','17',4229),('NM_003638',6144,'ITGA8','10',3284),('NM_003639',5961,'IKBKG','X',1289),('NM_003659',327,'AGPS','2',2039),('NM_003688',1497,'CASK','X',2849),('NM_003718',1733,'CDK13','7',4583),('NM_003722',15979,'TP63','3',2087),('NM_003730',21686,'RNASET2','6',800),('NM_003737',13681,'DCHS1','11',9959),('NM_003742',42,'ABCB11','2',4049),('NM_003748',406,'ALDH4A1','1',1739),('NM_003759',11030,'SLC4A4','4',3176),('NM_003805',2340,'CRADD','12',608),('NM_003849',11449,'SUCLG1','2',1070),('NM_003859',3005,'DPM1','20',812),('NM_003860',17397,'BANF1','11',278),('NM_003865',4877,'HESX1','3',572),('NM_003896',10872,'ST3GAL5','2',1280),('NM_003916',560,'AP1S2','X',487),('NM_003922',4867,'HERC1','15',14819),('NM_003924',9143,'PHOX2B','4',956),('NM_003988',8616,'PAX2','10',1222),('NM_003990',8616,'PAX2','10',1289),('NM_003991',3180,'EDNRB','13',1334),('NM_003995',7944,'NPR2','9',3212),('NM_004004',4284,'GJB2','13',686),('NM_004006',2928,'DMD','X',11297),('NM_004009',2928,'DMD','X',11285),('NM_004013',2928,'DMD','X',3767),('NM_004015',2928,'DMD','X',1910),('NM_004016',2928,'DMD','X',1961),('NM_004017',2928,'DMD','X',1919),('NM_004020',2928,'DMD','X',3425),('NM_004022',2928,'DMD','X',3776),('NM_004023',2928,'DMD','X',3476),('NM_004035',119,'ACOX1','17',2027),('NM_004037',469,'AMPD2','1',2696),('NM_004044',794,'ATIC','2',1829),('NM_004056',1382,'CA8','8',899),('NM_004076',2400,'CRYBB3','22',653),('NM_004085',11817,'TIMM8A','X',302),('NM_004113',3668,'FGF12','3',563),('NM_004153',8487,'ORC1','1',2636),('NM_004159',9545,'PSMB8','6',839),('NM_004168',10680,'SDHA','5',2042),('NM_004171',10940,'SLC1A2','11',1760),('NM_004187',11114,'KDM5C','X',4763),('NM_004208',8768,'AIFM1','X',1892),('NM_004211',11051,'SLC6A5','11',2444),('NM_004238',12306,'TRIP12','2',6101),('NM_004239',12305,'TRIP11','14',6005),('NM_004247',30858,'EFTUD2','17',3002),('NM_004260',9949,'RECQL4','8',3695),('NM_004268',2375,'MED17','11',1994),('NM_004273',1971,'CHST3','10',1448),('NM_004278',8966,'PIGL','17',782),('NM_004297',4382,'GNA14','9',1091),('NM_004299',48,'ABCB7','X',2312),('NM_004305',1052,'BIN1','2',1412),('NM_004315',735,'ASAH1','8',1280),('NM_004318',757,'ASPH','8',2354),('NM_004321',888,'KIF1A','2',5213),('NM_004328',1020,'BCS1L','2',1283),('NM_004333',1097,'BRAF','7',2357),('NM_004357',1630,'CD151','11',785),('NM_004369',2213,'COL6A3','2',9665),('NM_004380',2348,'CREBBP','16',7424),('NM_004387',2488,'NKX2-5','5',983),('NM_004399',2736,'DDX11','12',2648),('NM_004407',2932,'DMP1','4',1559),('NM_004408',2972,'DNM1','9',2663),('NM_004409',2933,'DMPK','19',1937),('NM_004421',3084,'DVL1','1',2060),('NM_004423',3087,'DVL3','3',2198),('NM_004429',3226,'EFNB1','X',1058),('NM_004453',3483,'ETFDH','4',1895),('NM_004456',3527,'EZH2','7',2315),('NM_004458',3571,'ACSL4','X',2057),('NM_004463',3663,'FGD1','X',2942),('NM_004465',3666,'FGF10','5',638),('NM_004473',3806,'FOXE1','9',1127),('NM_004484',4451,'GPC3','X',1769),('NM_004493',4800,'HSD17B10','X',806),('NM_004515',6037,'ILF2','1',1217),('NM_004518',6296,'KCNQ2','20',2582),('NM_004519',6297,'KCNQ3','8',2666),('NM_004520',6318,'KIF2A','5',2183),('NM_004522',6325,'KIF5C','2',2659),('NM_004523',6388,'KIF11','10',3239),('NM_004525',6694,'LRP2','2',14207),('NM_004531',7193,'MOCS2','5',584),('NM_004541',7683,'NDUFA1','X',224),('NM_004544',7684,'NDUFA10','2',1100),('NM_004560',10257,'ROR2','9',2861),('NM_004565',8856,'PEX14','1',1163),('NM_004577',9577,'PSPH','7',695),('NM_004586',10432,'RPS6KA3','X',2291),('NM_004589',10603,'SCO1','17',926),('NM_004595',11123,'SMS','X',1136),('NM_004606',11535,'TAF1','X',5735),('NM_004612',11772,'TGFBR1','9',1541),('NM_004614',11831,'TK2','16',956),('NM_004615',11854,'TSPAN7','X',773),('NM_004625',12786,'WNT7A','3',1064),('NM_004628',12816,'XPC','3',2873),('NM_004629',3588,'FANCG','9',1913),('NM_004634',14255,'BRPF1','3',3686),('NM_004644',567,'AP3B2','15',3329),('NM_004646',7908,'NPHS1','19',3814),('NM_004670',8604,'PAPSS2','10',1883),('NM_004715',2498,'CTDP1','18',2927),('NM_004722',574,'AP4M1','7',1409),('NM_004733',95,'SLC33A1','3',1670),('NM_004744',6685,'LRAT','4',701),('NM_004746',2905,'DLGAP1','18',2966),('NM_004757',10648,'AIMP1','4',959),('NM_004782',11133,'SNAP29','22',794),('NM_004793',9479,'LONP1','19',2936),('NM_004801',8008,'NRXN1','2',4499),('NM_004826',3147,'ECEL1','2',2381),('NM_004836',3255,'EIF2AK3','2',3404),('NM_004840',685,'ARHGEF6','X',2399),('NM_004863',11278,'SPTLC2','14',1727),('NM_004870',7207,'MPDU1','17',767),('NM_004912',1573,'KRIT1','7',2261),('NM_004933',1754,'CDH15','16',2489),('NM_004937',2518,'CTNS','17',1136),('NM_004959',7983,'NR5A1','9',1406),('NM_004963',4688,'GUCY2C','12',3305),('NM_004974',6220,'KCNA2','1',1505),('NM_004975',6231,'KCNB1','20',2585),('NM_004976',6233,'KCNC1','11',1544),('NM_004977',6235,'KCNC3','19',2288),('NM_004985',6407,'KRAS','12',581),('NM_004991',3498,'MECOM','3',3743),('NM_004992',6990,'MECP2','X',1472),('NM_005006',7707,'NDUFS1','2',2240),('NM_005017',8754,'PCYT1A','3',1130),('NM_005027',8980,'PIK3R2','19',2234),('NM_005029',9006,'PITX3','10',920),('NM_005045',9957,'RELN','7',10580),('NM_005050',68,'ABCD4','14',1880),('NM_005051',9751,'QARS','3',2402),('NM_005055',9863,'RAPSN','11',1265),('NM_005094',10998,'SLC27A4','9',1970),('NM_005105',9905,'RBM8A','1',545),('NM_005120',11957,'MED12','X',6680),('NM_005135',10914,'SLC12A6','15',3377),('NM_005138',10604,'SCO2','22',806),('NM_005144',5172,'HR','8',3626),('NM_005163',391,'AKT1','14',1484),('NM_005188',1541,'CBL','11',2771),('NM_005199',1967,'CHRNG','2',1592),('NM_005208',2394,'CRYBA1','17',668),('NM_005213',2481,'CSTA','3',308),('NM_005216',2728,'DDOST','1',1406),('NM_005219',2876,'DIAPH1','5',3905),('NM_005236',3436,'ERCC4','16',2786),('NM_005241',3498,'MECOM','3',3200),('NM_005247',3681,'FGF3','11',731),('NM_005249',3811,'FOXG1','14',1475),('NM_005251',3801,'FOXC2','16',1511),('NM_005257',4174,'GATA6','18',1808),('NM_005267',4281,'GJA8','1',1307),('NM_005270',4318,'GLI2','2',4802),('NM_005271',4335,'GLUD1','10',1718),('NM_005327',4799,'HADH','4',971),('NM_005334',4839,'HCFC1','X',6188),('NM_005340',4912,'HINT1','5',392),('NM_005349',5724,'RBPJ','4',1538),('NM_005359',6770,'SMAD4','18',1694),('NM_005360',6776,'MAF','16',1220),('NM_005378',7559,'MYCN','2',1403),('NM_005392',8920,'PHF2','9',3359),('NM_005401',9647,'PTPN14','1',3620),('NM_005413',10889,'SIX3','2',1007),('NM_005430',12774,'WNT1','12',1127),('NM_005445',2468,'SMC3','10',3743),('NM_005450',7866,'NOG','17',704),('NM_005461',6408,'MAFB','20',977),('NM_005465',393,'AKT3','1',1481),('NM_005491',2568,'MAMLD1','X',2345),('NM_005501',6139,'ITGA3','17',3233),('NM_005515',4979,'MNX1','7',1217),('NM_005518',5008,'HMGCS2','1',1556),('NM_005522',5099,'HOXA1','7',1016),('NM_005529',5273,'HSPG2','1',13469),('NM_005548',6215,'KARS','16',1838),('NM_005559',6481,'LAMA1','18',9419),('NM_005568',6593,'LHX1','17',1238),('NM_005572',6636,'LMNA','1',1751),('NM_005603',3706,'ATP8B1','18',3839),('NM_005631',11119,'SMO','7',2402),('NM_005633',11187,'SOS1','2',4073),('NM_005634',11199,'SOX3','X',1345),('NM_005650',11631,'TCF20','22',5897),('NM_005654',7975,'NR2F1','5',1283),('NM_005660',11022,'SLC35A2','X',1208),('NM_005676',9896,'RBM10','X',2864),('NM_005691',60,'ABCC9','12',4764),('NM_005708',4454,'GPC6','13',1697),('NM_005710',9330,'PQBP1','X',818),('NM_005713',2205,'COL4A3BP','5',1928),('NM_005726',12367,'TSFM','12',998),('NM_005745',16695,'BCAP31','X',764),('NM_005759',24011,'ABI2','2',1460),('NM_005763',17366,'AASS','7',2852),('NM_005787',23056,'ALG3','3',1346),('NM_005816',16892,'CD96','3',1754),('NM_005850',10771,'SF3B4','1',1295),('NM_005853',14361,'IRX5','16',1459),('NM_005857',12877,'ZMPSTE24','1',1460),('NM_005859',9701,'PURA','5',974),('NM_005862',11354,'STAG1','3',3878),('NM_005876',16901,'SPEG','2',9929),('NM_005879',30764,'TRAIP','3',1457),('NM_005902',6769,'SMAD3','15',1307),('NM_005908',6831,'MANBA','4',2693),('NM_005918',6971,'MDH2','7',1046),('NM_005921',6848,'MAP3K1','5',4600),('NM_005933',7132,'KMT2A','11',12029),('NM_005943',7190,'MOCS1','6',1187),('NM_005957',7436,'MTHFR','1',2006),('NM_005982',10887,'SIX1','14',863),('NM_005984',10979,'SLC25A1','22',965),('NM_005989',388,'AKR1D1','7',1010),('NM_005992',11592,'TBX1','22',1145),('NM_005993',11581,'TBCD','17',3698),('NM_005996',11602,'TBX3','12',2195),('NM_006009',20766,'TUBA1A','12',1370),('NM_006012',2084,'CLPP','19',854),('NM_006015',11110,'ARID1A','1',6920),('NM_006031',16068,'PCNT','21',10154),('NM_006035',1738,'CDC42BPB','14',5249),('NM_006036',30228,'PREPL','2',2228),('NM_006037',14063,'HDAC4','2',3335),('NM_006059',6494,'LAMC3','9',4814),('NM_006077',1530,'MICU1','10',1466),('NM_006087',20774,'TUBB4A','19',1349),('NM_006106',16262,'YAP1','11',1388),('NM_006118',16915,'HAX1','1',863),('NM_006123',5389,'IDS','X',1058),('NM_006147',6121,'IRF6','1',1427),('NM_006182',2731,'DDR2','1',2618),('NM_006194',8623,'PAX9','14',1040),('NM_006203',8783,'PDE4D','5',2069),('NM_006205',8790,'PDE6H','12',263),('NM_006208',3356,'ENPP1','6',2855),('NM_006218',8975,'PIK3CA','3',3269),('NM_006245',9312,'PPP2R5D','6',1859),('NM_006261',9455,'PROP1','5',692),('NM_006265',9811,'RAD21','8',1937),('NM_006267',9848,'RANBP2','2',9764),('NM_006270',10447,'RRAS','19',677),('NM_006279',10866,'ST3GAL3','1',1163),('NM_006294',12582,'UQCRB','8',350),('NM_006302',24862,'MOGS','2',2528),('NM_006306',11111,'SMC1A','X',3779),('NM_006311',7672,'NCOR1','17',7460),('NM_006331',16912,'EMG1','12',755),('NM_006348',14857,'COG5','7',2651),('NM_006359',11079,'SLC9A6','X',2060),('NM_006383',24579,'CIB2','15',584),('NM_006397',18518,'RNASEH2A','19',926),('NM_006416',11021,'SLC35A1','6',1040),('NM_006420',15853,'ARFGEF2','20',5476),('NM_006432',14537,'NPC2','14',473),('NM_006439',6758,'MAB21L2','4',1085),('NM_006463',16950,'STAMBP','2',1304),('NM_006492',449,'ALX3','1',1046),('NM_006493',2076,'CLN5','13',1238),('NM_006494',3444,'ERF','19',1661),('NM_006496',4387,'GNAI3','1',1091),('NM_006516',11005,'SLC2A1','1',1511),('NM_006517',10923,'SLC16A2','X',1640),('NM_006563',6345,'KLF1','19',1100),('NM_006565',13723,'CTCF','16',2216),('NM_006578',4401,'GNB5','15',1097),('NM_006579',3133,'EBP','X',707),('NM_006593',11590,'TBR1','2',2069),('NM_006594',572,'AP4B1','1',2252),('NM_006618',18039,'KDM5B','1',4718),('NM_006623',8923,'PHGDH','1',1640),('NM_006624',16966,'ZMYND11','10',1730),('NM_006642',10671,'SDCCAG8','1',2198),('NM_006657',3974,'FTCD','21',1670),('NM_006662',16974,'SRCAP','16',9791),('NM_006701',30551,'TXNL4A','18',440),('NM_006721',257,'ADK','10',1124),('NM_006722',7105,'MITF','3',1592),('NM_006726',1742,'LRBA','4',8765),('NM_006731',3622,'FKTN','9',1415),('NM_006734',4921,'HIVEP2','6',7361),('NM_006745',10545,'MSMO1','4',899),('NM_006765',30242,'TUSC3','8',1079),('NM_006766',13013,'KAT6A','8',6065),('NM_006772',11497,'SYNGAP1','6',4091),('NM_006796',315,'AFG3L2','18',2447),('NM_006800',7370,'MSL3','X',1094),('NM_006831',16999,'CLP1','11',1094),('NM_006883',10853,'SHOX','X',695),('NM_006891',2411,'CRYGD','2',536),('NM_006892',2979,'DNMT3B','20',2630),('NM_006903',28883,'PPA2','4',953),('NM_006907',9721,'PYCR1','17',983),('NM_006912',10023,'RIT1','1',677),('NM_006918',10547,'SC5D','11',914),('NM_006920',10585,'SCN1A','2',6077),('NM_006922',10590,'SCN3A','2',6083),('NM_006929',10898,'SKIV2L','6',3827),('NM_006934',11056,'SLC6A9','1',2000),('NM_006940',11201,'SOX5','12',2297),('NM_006941',11190,'SOX10','22',1412),('NM_006950',11494,'SYN1','X',2159),('NM_006982',1494,'ALX1','12',995),('NM_007055',30074,'POLR3A','10',4268),('NM_007059',6404,'KPTN','19',1349),('NM_007075',28912,'WDR45','X',1118),('NM_007077',575,'AP4S1','14',497),('NM_007078',15710,'LDB3','10',2225),('NM_007103',7716,'NDUFV1','11',1427),('NM_007118',12303,'TRIO','5',9467),('NM_007129',12873,'ZIC2','13',1610),('NM_007144',12929,'PCGF2','17',1064),('NM_007171',9202,'POMT1','9',2303),('NM_007174',1985,'CIT','12',6224),('NM_007198',9457,'PROSC','8',854),('NM_007217',8761,'PDCD10','3',662),('NM_007248',12269,'TREX1','3',920),('NM_007254',9154,'PNKP','19',1616),('NM_007255',930,'B4GALT7','5',1004),('NM_007292',119,'ACOX1','17',2027),('NM_007294',1100,'BRCA1','17',5660),('NM_007297',1100,'BRCA1','17',4748),('NM_007298',1100,'BRCA1','17',2347),('NM_007299',1100,'BRCA1','17',2165),('NM_007300',1100,'BRCA1','17',5726),('NM_007315',11362,'STAT1','2',2324),('NM_007325',4573,'GRIA3','X',2732),('NM_007326',2873,'CYB5R3','22',863),('NM_007327',4584,'GRIN1','9',2879),('NM_007363',7871,'NONO','X',1448),('NM_007373',15454,'SHOC2','10',1775),('NM_012102',9965,'RERE','1',4769),('NM_012123',19261,'MTO1','6',2195),('NM_012160',13601,'FBXL4','6',1889),('NM_012186',3808,'FOXE3','1',965),('NM_012210',16380,'TRIM32','9',1967),('NM_012213',7150,'MLYCD','16',1499),('NM_012224',7744,'NEK1','4',3878),('NM_012233',17063,'RAB3GAP1','2',3020),('NM_012280',13254,'FTSJ1','X',1025),('NM_012293',14966,'PXDN','2',4511),('NM_012327',8967,'PIGN','18',2882),('NM_012330',17582,'KAT6B','10',6272),('NM_012388',8549,'BLOC1S6','15',536),('NM_012414',17168,'RAB3GAP2','1',4289),('NM_012434',10933,'SLC17A5','6',1523),('NM_012448',11367,'STAT5B','17',2420),('NM_012452',18153,'TNFRSF13B','17',899),('NM_012461',11824,'TINF2','14',1085),('NM_012472',16725,'LRRC6','8',1439),('NM_013227',319,'ACAN','15',7646),('NM_013251',11521,'TAC3','12',383),('NM_013275',21316,'ANKRD11','16',8027),('NM_013296',29501,'GPSM2','1',2099),('NM_013328',30262,'PYCR2','1',986),('NM_013334',22932,'GMPPB','3',1112),('NM_013335',22923,'GMPPA','2',1301),('NM_013339',23157,'ALG6','1',1568),('NM_013382',19743,'POMT2','14',2318),('NM_013417',5330,'IARS','9',3890),('NM_013435',18662,'RAX','18',1052),('NM_013942',8617,'PAX3','2',638),('NM_013952',8622,'PAX8','2',1228),('NM_013953',8622,'PAX8','2',991),('NM_013976',4189,'GCDH','19',1322),('NM_013992',8622,'PAX8','2',886),('NM_013995',6501,'LAMP2','X',1262),('NM_013999',7013,'MEOX1','17',563),('NM_014008',28909,'CCDC22','X',1937),('NM_014009',6106,'FOXP3','X',1331),('NM_014049',21497,'ACAD9','3',1922),('NM_014053',24682,'FLVCR1','1',1700),('NM_014112',12340,'TRPS1','8',3905),('NM_014139',10583,'SCN11A','3',5456),('NM_014140',11102,'SMARCAL1','2',2915),('NM_014141',13830,'CNTNAP2','7',4070),('NM_014159',18420,'SETD2','3',7760),('NM_014176',25009,'UBE2T','1',614),('NM_014191',10596,'SCN8A','12',6023),('NM_014208',3054,'DSPP','4',3920),('NM_014225',9302,'PPP2R1A','19',1817),('NM_014236',4416,'GNPAT','1',2093),('NM_014252',10985,'SLC25A15','13',926),('NM_014254',13530,'TMEM5','12',1352),('NM_014264',11397,'PLK4','4',2963),('NM_014268',6891,'MAPRE2','18',1007),('NM_014271',5996,'IL1RAPL1','X',2123),('NM_014281',17042,'PUF60','8',1664),('NM_014297',23287,'ETHE1','19',788),('NM_014305',20324,'TGDS','13',1091),('NM_014317',17759,'PDSS1','10',1286),('NM_014319',28887,'LEMD3','12',2777),('NM_014321',17151,'ORC6','16',782),('NM_014334',1362,'FRRS1L','9',1051),('NM_014336',359,'AIPL1','17',1175),('NM_014362',4908,'HIBCH','2',1205),('NM_014363',10519,'SACS','13',13769),('NM_014402',29594,'UQCRQ','5',257),('NM_014423',17869,'AFF4','5',3554),('NM_014444',16691,'TUBGCP4','15',2057),('NM_014451',30000,'BBS9','7',2606),('NM_014467',30668,'SRPX2','X',1430),('NM_014489',17893,'PGAP2','11',968),('NM_014491',13875,'FOXP2','7',2276),('NM_014504',21957,'KCTD7','7',1502),('NM_014516',7879,'CNOT3','19',2315),('NM_014563',23068,'TRAPPC2','X',437),('NM_014564',6595,'LHX3','9',1229),('NM_014625',13394,'NPHS2','1',1178),('NM_014639',23639,'TTC37','5',4817),('NM_014662',18423,'DEPDC5','22',4844),('NM_014679',30794,'CEP57','11',1538),('NM_014704',24866,'CEP104','1',2843),('NM_014712',29010,'SETD1A','16',5180),('NM_014714',29077,'IFT140','16',4478),('NM_014740',18683,'EIF4A3','17',1274),('NM_014749',19960,'KIAA0586','14',4511),('NM_014754',9587,'PTDSS1','8',1463),('NM_014762',2859,'DHCR24','1',1580),('NM_014770',16921,'AGAP2','12',2567),('NM_014780',21024,'CUL7','6',5429),('NM_014795',14881,'ZEB2','2',3674),('NM_014813',20889,'LRIG2','1',3254),('NM_014822',10706,'SEC24D','4',3170),('NM_014844',19957,'TECPR2','14',4295),('NM_014845',16873,'FIG4','6',2795),('NM_014850',19744,'SRGAP3','3',3368),('NM_014908',23406,'DOLK','9',1622),('NM_014915',29186,'ANKRD26','10',5237),('NM_014917',23319,'NTNG1','1',1334),('NM_014918',17198,'CHSY1','15',2420),('NM_014927',19701,'CNKSR2','X',3173),('NM_014941',23573,'MORC2','22',2984),('NM_014946',11233,'SPAST','2',1904),('NM_014985',29298,'CEP152','15',5213),('NM_014989',17282,'RIMS1','6',5181),('NM_014991',20751,'WDFY3','4',10778),('NM_015025',7623,'MYT1L','2',3622),('NM_015047',28957,'EMC1','1',3053),('NM_015065',30578,'EXPH5','11',5990),('NM_015075',29059,'IQSEC2','X',2894),('NM_015080',8009,'NRXN2','11',5207),('NM_015088',29190,'TNRC6B','22',5237),('NM_015093',17075,'TAB2','6',2102),('NM_015100',18801,'POGZ','1',4289),('NM_015102',19104,'NPHP4','1',4370),('NM_015107',20672,'PHF8','X',3140),('NM_015120',428,'ALMS1','2',12575),('NM_015139',20800,'SLC35D1','1',1106),('NM_015148',17270,'PASK','2',4025),('NM_015151',17217,'DIP2A','21',4835),('NM_015166',17082,'MLC1','22',1169),('NM_015168',17808,'ZC3H4','19',3956),('NM_015185',14561,'ARHGEF9','X',1583),('NM_015192',15917,'PLCB1','20',3749),('NM_015213',19344,'DENND5A','11',3935),('NM_015214',29106,'DDHD2','8',2186),('NM_015215',18806,'CAMTA1','1',5093),('NM_015243',2183,'VPS13B','8',2645),('NM_015250',17208,'BICD2','9',2501),('NM_015265',21637,'SATB2','2',2234),('NM_015272',29168,'RPGRIP1L','16',4028),('NM_015284',29040,'SZT2','1',10342),('NM_015294',7523,'TRIM37','17',2969),('NM_015295',29090,'SMCHD1','18',6164),('NM_015311',29092,'OBSL1','2',5756),('NM_015330',29022,'SPECC1L','22',3401),('NM_015335',22962,'MED13L','12',6728),('NM_015338',18318,'ASXL1','20',4667),('NM_015339',15766,'ADNP','20',3320),('NM_015340',17095,'LARS2','3',2774),('NM_015346',20761,'ZFYVE26','14',7745),('NM_015375',29043,'DSTYK','1',2831),('NM_015384',28862,'NIPBL','5',8555),('NM_015386',18620,'COG4','16',2429),('NM_015425',17264,'POLR1A','2',5084),('NM_015426',24488,'POC1A','3',1259),('NM_015443',24565,'KANSL1','17',3362),('NM_015454',24912,'LARP7','4',1787),('NM_015474',15925,'SAMHD1','20',1931),('NM_015477',19353,'SIN3A','15',3884),('NM_015506',24525,'MMACHC','1',863),('NM_015513',14630,'CRELD1','3',1295),('NM_015531',24564,'C2CD3','11',5987),('NM_015559',15573,'SETBP1','18',4808),('NM_015567',20295,'SLITRK5','13',2882),('NM_015570',14262,'AUTS2','7',3839),('NM_015599',8907,'PGM3','6',1667),('NM_015634',23419,'KIF1BP','10',1889),('NM_015642',13503,'ZBTB20','3',2015),('NM_015662',30391,'IFT172','2',5396),('NM_015665',13666,'AAAS','12',1691),('NM_015681',24123,'B9D1','17',638),('NM_015692',23228,'CPAMD8','19',5927),('NM_015697',25223,'COQ2','4',1288),('NM_015700',16287,'NFU1','2',716),('NM_015702',25221,'MMADHC','2',914),('NM_015874',5724,'RBPJ','4',1499),('NM_015895',17493,'GMNN','6',650),('NM_015896',19412,'ZMYND10','3',1361),('NM_015909',15625,'NBAS','2',7274),('NM_015910',28027,'WDPCP','2',2297),('NM_015922',13398,'NSDHL','X',1145),('NM_015937',14938,'PIGT','20',1775),('NM_015972',20422,'POLR1D','13',410),('NM_016006',21396,'ABHD5','3',1073),('NM_016011',19691,'MECR','1',923),('NM_016032',18475,'ZDHHC9','X',1124),('NM_016035',19693,'COQ4','9',821),('NM_016038',19440,'SBDS','7',770),('NM_016042',17944,'EXOSC3','9',842),('NM_016111',29099,'TELO2','16',2576),('NM_016148',15474,'SHANK1','19',6557),('NM_016152',9865,'RARB','3',1031),('NM_016194',4401,'GNB5','15',1226),('NM_016213',12310,'TRIP4','15',1787),('NM_016219',6823,'MAN1B1','9',2141),('NM_016277',14263,'RAB23','6',734),('NM_016290',30298,'UIMC1','5',2207),('NM_016335',9453,'PRODH','22',1847),('NM_016341',17175,'PLCE1','10',7004),('NM_016356',18141,'DCDC2','6',1463),('NM_016360',24316,'TACO1','17',911),('NM_016373',12799,'WWOX','16',1274),('NM_016381',12269,'TREX1','3',1115),('NM_016489',17820,'NT5C3A','7',923),('NM_016499',25018,'TMEM216','11',464),('NM_016532',33882,'INPP5K','17',1385),('NM_016553',8066,'NUP62','19',1574),('NM_016569',11602,'TBX3','12',2258),('NM_016592',4392,'GNAS','20',743),('NM_016621',24156,'PHF21A','11',1955),('NM_016628',17327,'WAC','10',1988),('NM_016648',24912,'LARP7','4',1787),('NM_016724',3791,'FOLR1','11',788),('NM_016725',3791,'FOLR1','11',788),('NM_016729',3791,'FOLR1','11',788),('NM_016941',2909,'DLL3','19',1883),('NM_016952',17104,'CDON','11',3923),('NM_016954',11600,'TBX22','X',1589),('NM_017410',5125,'HOXC13','12',1001),('NM_017414',12616,'USP18','22',1151),('NM_017519',18040,'ARID1B','6',6770),('NM_017547',26927,'FOXRED1','11',1496),('NM_017558',19368,'HYDIN','16',3113),('NM_017565',23015,'FAM20A','17',1661),('NM_017617',7881,'NOTCH1','9',7772),('NM_017629',18424,'AGO4','1',2642),('NM_017635',24283,'KMT5B','11',2690),('NM_017649',103,'CNNM2','10',2654),('NM_017651',21575,'AHI1','6',3671),('NM_017653',21317,'DYM','18',2060),('NM_017654',1348,'SAMD9','7',4775),('NM_017668',17619,'NDE1','16',1034),('NM_017721',30237,'CC2D1A','19',2945),('NM_017730',24713,'QRICH1','3',2360),('NM_017733',25985,'PIGG','4',2969),('NM_017739',19139,'POMGNT1','1',2048),('NM_017745',20893,'BCOR','X',5210),('NM_017755',25994,'NSUN2','5',2363),('NM_017775',26006,'TTC19','17',1175),('NM_017777',7121,'MKS1','17',1736),('NM_017780',20626,'CHD7','8',9107),('NM_017791',20105,'FLVCR2','14',1613),('NM_017802',26013,'DNAAF5','7',2609),('NM_017813',26019,'IMPAD1','8',1097),('NM_017819',26022,'TRMT10C','3',1217),('NM_017837',26031,'PIGV','1',1493),('NM_017838',14377,'NHP2','5',476),('NM_017866',26050,'TMEM70','8',794),('NM_017875',26054,'SLC25A38','3',938),('NM_017882',2077,'CLN6','15',959),('NM_017890',2183,'VPS13B','8',12254),('NM_017909',21176,'RMND1','6',1385),('NM_017929',22965,'PEX26','22',935),('NM_017946',18625,'FKBP14','7',650),('NM_017950',26090,'CCDC40','17',3491),('NM_018014',13221,'BCL11A','2',2339),('NM_018026',30032,'PACS1','11',2966),('NM_018051',21862,'WDR60','7',3278),('NM_018055',7865,'NODAL','10',1054),('NM_018062',20748,'FANCL','2',1172),('NM_018076',25583,'ARMC4','10',3194),('NM_018081',25522,'WRAP53','17',1679),('NM_018082',30348,'POLR3B','12',3488),('NM_018094',4622,'GSPT2','X',1892),('NM_018105',20856,'THAP1','8',653),('NM_018117',13831,'WDR11','10',3764),('NM_018122',25538,'DARS2','1',1991),('NM_018127',14198,'ELAC2','17',2555),('NM_018136',19048,'ASPM','1',10520),('NM_018153',21014,'ANTXR1','2',1043),('NM_018188',25567,'ATAD3A','1',1955),('NM_018190',18758,'BBS7','4',2075),('NM_018193',25568,'FANCI','15',3917),('NM_018238',21869,'AGK','7',1316),('NM_018249',18672,'CDK5RAP2','9',5798),('NM_018262',13556,'IFT122','3',3638),('NM_018263',23805,'ASXL2','2',4259),('NM_018297',17646,'NGLY1','3',2003),('NM_018328',20444,'MBD5','2',4517),('NM_018368',23038,'LMBRD1','6',1673),('NM_018389',20197,'SLC35C1','11',1103),('NM_018398',15460,'CACNA2D3','3',3392),('NM_018411',5172,'HR','8',3458),('NM_018451',17272,'CENPJ','13',4067),('NM_018466',30881,'ALG13','X',512),('NM_018475',30760,'TMEM165','4',995),('NM_018480',30883,'TMEM126B','11',710),('NM_018486',13315,'HDAC8','X',1169),('NM_018488',11603,'TBX4','17',1664),('NM_018489',19088,'ASH1L','1',8978),('NM_018668',12712,'VPS33B','15',1925),('NM_018682',18541,'KMT2E','7',5654),('NM_018684',24931,'ZC4H2','X',692),('NM_018706',23537,'DHTKD1','10',2813),('NM_018714',6545,'COG1','17',2987),('NM_018718',12370,'CEP41','7',1157),('NM_018846',15646,'KLHL7','7',1649),('NM_018848',7108,'MKKS','20',1727),('NM_018941',2079,'CLN8','8',869),('NM_018942',5017,'HMX1','4',1055),('NM_018943',12410,'TUBA8','22',1367),('NM_018946',19237,'NANS','9',1100),('NM_018973',3007,'DPM3','1',374),('NM_018977',14289,'NLGN3','X',2507),('NM_018993',18750,'RIN2','20',2873),('NM_019000',25964,'FAM134B','5',1094),('NM_019023',25557,'PRMT7','16',1979),('NM_019026',18188,'TMCO1','1',590),('NM_019056',20372,'NDUFB11','X',503),('NM_019066',6814,'MAGEL2','15',1946),('NM_019074',2910,'DLL4','15',2093),('NM_019108',25763,'SMG9','19',1604),('NM_019109',18294,'ALG1','16',1436),('NM_019597',5042,'HNRNPH2','X',1355),('NM_019892',21474,'INPP5E','9',1967),('NM_020066',14074,'FMN2','1',5225),('NM_020164',757,'ASPH','8',698),('NM_020166',6936,'MCCC1','3',2237),('NM_020191',14508,'MRPS22','3',1109),('NM_020194',24858,'MFF','2',1058),('NM_020223',22140,'FAM20C','7',1787),('NM_020297',60,'ABCC9','12',4765),('NM_020312',25302,'COQ9','16',986),('NM_020320',21406,'RARS2','6',1799),('NM_020366',13436,'RPGRIP1','14',3934),('NM_020376',30802,'PNPLA2','11',1544),('NM_020381',23041,'PDSS2','6',1226),('NM_020401',29914,'NUP107','12',2864),('NM_020435',17494,'GJC2','1',1325),('NM_020436',15924,'SALL4','20',3176),('NM_020455',13841,'ADGRG6','6',3746),('NM_020458',19750,'TTC7A','2',2639),('NM_020461',18127,'TUBGCP6','22',4541),('NM_020468',14977,'SNX14','6',2762),('NM_020473',8957,'PIGA','X',770),('NM_020533',13356,'MCOLN1','19',1787),('NM_020630',9967,'RET','10',3278),('NM_020639',496,'RIPK4','21',2381),('NM_020680',14372,'SCYL1','11',2483),('NM_020699',30778,'GATAD2B','1',1814),('NM_020705',29203,'TBC1D24','16',1682),('NM_020708',13818,'SLC12A5','20',3431),('NM_020730',2902,'DLG3','X',1583),('NM_020732',18040,'ARID1B','6',6812),('NM_020738',29508,'KIDINS220','2',5405),('NM_020754',29216,'ARHGAP31','3',4373),('NM_020760',29853,'HECW2','2',4805),('NM_020766',14270,'PCDH19','X',3323),('NM_020771',21033,'HACE1','6',2804),('NM_020779',29250,'WDR35','2',3596),('NM_020785',29253,'CC2D2A','4',386),('NM_020800',29262,'IFT80','3',2393),('NM_020812',19189,'DOCK6','19',6290),('NM_020822',18865,'KCNT1','9',3803),('NM_020859',30422,'SHROOM3','4',6026),('NM_020894',29304,'UVSSA','4',2171),('NM_020919',443,'ALS2','2',5075),('NM_020920',20153,'CHD8','14',7022),('NM_020928',29316,'ZSWIM6','5',3691),('NM_020937',23168,'FANCM','14',6218),('NM_020944',18986,'GBA2','9',2837),('NM_020964',29331,'EPG5','18',7874),('NM_020975',9967,'RET','10',3407),('NM_020977',493,'ANK2','4',5756),('NM_020987',494,'ANK3','10',13265),('NM_020988',4389,'GNAO1','16',1091),('NM_020989',2410,'CRYGC','2',536),('NM_021005',7976,'NR2F2','15',1256),('NM_021007',10588,'SCN2A','2',6098),('NM_021008',14677,'DEAF1','11',1736),('NM_021032',3668,'FGF12','3',749),('NM_021070',6716,'LTBP3','11',3853),('NM_021072',4845,'HCN1','5',2699),('NM_021120',2902,'DLG3','X',2513),('NM_021140',12637,'KDM6A','X',4295),('NM_021147',18576,'CCNO','5',1064),('NM_021154',19129,'PSAT1','9',1001),('NM_021180',25839,'GRHL3','1',1873),('NM_021252',14244,'RAB18','10',644),('NM_021254',1301,'C21orf59','21',896),('NM_021569',4584,'GRIN1','9',2765),('NM_021619',13997,'PRDM12','9',1121),('NM_021625',18083,'TRPV4','12',2663),('NM_021734',14409,'SLC25A19','17',983),('NM_021800',28908,'DNAJC12','10',614),('NM_021815',14025,'SLC5A7','2',1769),('NM_021828',18374,'HPSE2','10',1817),('NM_021912',4083,'GABRB3','15',1451),('NM_021914',1875,'CFL2','14',515),('NM_021922',3586,'FANCE','6',1643),('NM_021926',450,'ALX4','11',1250),('NM_021942',25751,'TRAPPC11','4',3491),('NM_021954',4277,'GJA3','13',1313),('NM_021956',4580,'GRIK2','6',2777),('NM_021978',11344,'ST14','11',2627),('NM_021998',13128,'ZNF711','X',2309),('NM_022067',20347,'VIPAS39','14',1540),('NM_022074',24725,'FAM111A','11',1844),('NM_022089',30213,'ATP13A2','1',3617),('NM_022132',6937,'MCCC2','5',1745),('NM_022138',20323,'SMOC2','6',1415),('NM_022154',20862,'SLC39A8','4',1409),('NM_022166',15516,'XYLT1','16',2918),('NM_022167',15517,'XYLT2','17',2633),('NM_022168',18873,'IFIH1','2',3128),('NM_022172',8636,'PC','11',3598),('NM_022369',30650,'STRA6','15',2060),('NM_022370',13433,'ROBO3','11',4247),('NM_022454',18122,'SOX17','8',1253),('NM_022455',14234,'NSD1','5',8159),('NM_022464',24624,'SIL1','5',1415),('NM_022550',12831,'XRCC4','5',1028),('NM_022552',2978,'DNMT3A','2',2807),('NM_022567',8082,'NYX','X',1454),('NM_022650',9871,'RASA1','5',2690),('NM_022725',3587,'FANCF','11',1130),('NM_022726',14415,'ELOVL4','6',965),('NM_022787',17877,'NMNAT1','1',854),('NM_022825',17652,'PORCN','X',1391),('NM_022893',13221,'BCL11A','2',2522),('NM_022965',3690,'FGFR3','4',2132),('NM_022970',3689,'FGFR2','10',2521),('NM_022977',3571,'ACSL4','X',2180),('NM_023010',20439,'UPF3B','X',1445),('NM_023029',3689,'FGFR2','10',2174),('NM_023067',1092,'FOXL2','3',1136),('NM_023073',25801,'C5orf42','5',9749),('NM_023105',3688,'FGFR1','8',2252),('NM_023106',3688,'FGFR1','8',2246),('NM_024003',6470,'L1CAM','X',3860),('NM_024009',4285,'GJB3','1',818),('NM_024010',7473,'MTRR','5',2225),('NM_024027',17213,'COLEC11','2',836),('NM_024060',347,'AHNAK','11',463),('NM_024075',15506,'TSEN34','19',947),('NM_024077',30972,'SECISBP2','9',2618),('NM_024079',23161,'ALG8','11',1622),('NM_024105',19358,'ALG12','22',1496),('NM_024298',15505,'MBOAT7','19',1442),('NM_024301',17997,'FKRP','19',1493),('NM_024312',29670,'GNPTAB','12',3836),('NM_024407',7714,'NDUFS7','19',668),('NM_024408',7882,'NOTCH2','1',7520),('NM_024426',12796,'WT1','11',1586),('NM_024513',14673,'FYCO1','3',4490),('NM_024549',26113,'TCTN1','12',1766),('NM_024570',25671,'RNASEH2B','13',974),('NM_024582',23109,'FAT4','4',14999),('NM_024589',29478,'ROGDI','16',899),('NM_024592',25812,'SRD5A3','4',974),('NM_024596',6954,'MCPH1','8',2552),('NM_024598',25792,'USB1','16',821),('NM_024649',966,'BBS1','11',1835),('NM_024665',29529,'TBL1XR1','3',1589),('NM_024675',26144,'PALB2','16',3602),('NM_024685',26291,'BBS10','12',2180),('NM_024698',19954,'SLC25A22','11',1001),('NM_024702',25843,'ZNF750','17',2180),('NM_024740',15672,'ALG9','11',1379),('NM_024757',24650,'EHMT1','9',3980),('NM_024769',24039,'CLMP','11',1145),('NM_024790',26193,'CSPP1','8',3755),('NM_024809',25774,'TCTN2','12',2150),('NM_024818',23230,'UBA5','3',1253),('NM_024854',26162,'PYROXD1','12',1541),('NM_024884',20499,'L2HGDH','14',1424),('NM_024915',2799,'GRHL2','8',1928),('NM_024996',13780,'GFM1','3',2312),('NM_025000',25784,'DCAF17','2',1607),('NM_025009',29086,'CEP135','4',3497),('NM_025074',19185,'FRAS1','4',12262),('NM_025099',26169,'CTC1','17',3725),('NM_025114',29021,'CEP290','12',7601),('NM_025115',26262,'TTI2','8',1550),('NM_025132',18340,'WDR19','4',4139),('NM_025137',11226,'SPG11','15',7454),('NM_025152',20278,'NUBPL','14',995),('NM_025180',25815,'CEP63','3',2156),('NM_025193',18324,'HSD3B7','16',1130),('NM_025207',24671,'FLAD1','1',1787),('NM_025233',29932,'COASY','17',1724),('NM_025243',16266,'SLC19A3','2',1508),('NM_025265',28422,'TSEN2','3',1433),('NM_030582',2195,'COL18A1','21',4685),('NM_030632',29357,'ASXL3','18',6784),('NM_030637',19714,'DDHD1','14',2657),('NM_030653',2736,'DDX11','12',2993),('NM_030662',6842,'MAP2K2','19',1238),('NM_030665',9834,'RAI1','17',5735),('NM_030753',12782,'WNT3','17',1082),('NM_030756',11641,'TCF7L2','10',1835),('NM_030761',12783,'WNT4','1',1073),('NM_030777',13444,'SLC2A10','20',1643),('NM_030813',30664,'CLPB','11',2177),('NM_030916',19688,'NECTIN4','1',1562),('NM_030928',24576,'CDT1','16',1673),('NM_030984',11609,'TBXAS1','7',1421),('NM_031303',25387,'KATNAL2','18',1445),('NM_031361',2205,'COL4A3BP','5',1847),('NM_031407',30892,'HUWE1','X',13370),('NM_031466',30832,'TRAPPC9','8',3812),('NM_031483',13890,'ITCH','20',2660),('NM_031844',5048,'HNRNPU','1',2465),('NM_031885',967,'BBS2','16',2219),('NM_031924',21054,'RSPH3','6',1709),('NM_032034',16438,'SLC4A11','20',2735),('NM_032040',25367,'CCDC8','19',1622),('NM_032043',20473,'BRIP1','17',3809),('NM_032146',13210,'ARL6','3',584),('NM_032180',25808,'FAM161A','2',2003),('NM_032193',24116,'RNASEH2C','11',509),('NM_032195',11183,'SON','21',6935),('NM_032208',21014,'ANTXR1','2',1751),('NM_032228',26222,'FAR1','11',1583),('NM_032322',21158,'RNF135','17',1316),('NM_032335',18145,'PHF6','X',962),('NM_032357',28178,'CCDC115','2',560),('NM_032374',20492,'APOPT1','14',638),('NM_032382',18623,'COG8','16',1856),('NM_032436',20311,'CHAMP1','13',2444),('NM_032444',23845,'SLX4','16',5549),('NM_032446',29634,'MEGF10','5',3497),('NM_032458',18145,'PHF6','X',1127),('NM_032466',757,'ASPH','8',986),('NM_032467',757,'ASPH','8',650),('NM_032492',26926,'JAGN1','3',560),('NM_032504',26582,'UNC80','2',9971),('NM_032518',18603,'COL25A1','4',2033),('NM_032520',23026,'GNPTG','16',953),('NM_032531',23204,'KIRREL3','11',2390),('NM_032545',18292,'CFC1','2',692),('NM_032575',29450,'GLIS2','16',1595),('NM_032578',23246,'MYPN','10',4022),('NM_032581',24587,'FAM126A','7',1598),('NM_032601',16732,'MCEE','2',542),('NM_032620',14880,'GTPBP3','19',1508),('NM_032634',23215,'PIGO','9',3302),('NM_032638',4171,'GATA2','3',1460),('NM_032645',9863,'RAPSN','11',1082),('NM_032682',3823,'FOXP1','3',2084),('NM_032730',18647,'RTN4IP1','6',1220),('NM_032793',25897,'MFSD2A','1',1637),('NM_032801',15532,'JAM3','11',1097),('NM_032806',25902,'POMGNT2','3',1748),('NM_032856',25928,'WDR73','15',1163),('NM_032957',15888,'RTEL1','20',3764),('NM_032985',10702,'SEC23B','20',2363),('NM_033028',969,'BBS4','15',1610),('NM_033071',17089,'SYNE1','6',26687),('NM_033084',3585,'FANCD2','3',4544),('NM_033087',23159,'ALG2','9',1259),('NM_033109',23166,'PNPT1','2',2438),('NM_033115',28261,'TBCK','4',2564),('NM_033124',29937,'CCDC65','12',1481),('NM_033225',14026,'CSMD1','8',10905),('NM_033289',7095,'MID1','X',2033),('NM_033290',7095,'MID1','X',2033),('NM_033343',21734,'LHX4','1',1193),('NM_033360',6407,'KRAS','12',584),('NM_033407',19190,'DOCK7','1',6479),('NM_033409',16187,'SLC52A3','20',1424),('NM_033419',23719,'PGAP3','17',989),('NM_033517',14294,'SHANK3','22',5314),('NM_033629',12269,'TREX1','3',950),('NM_048368',2498,'CTDP1','18',2642),('NM_052836',13733,'CDH23','10',1634),('NM_052844',28296,'WDR34','9',1640),('NM_052845',19331,'MMAB','12',782),('NM_052859',30220,'RFT1','3',1667),('NM_052867',19082,'NALCN','13',5348),('NM_052874',18539,'STX1B','16',899),('NM_052876',20967,'NACC1','19',1601),('NM_052965',16791,'TSEN15','1',533),('NM_052985',13556,'IFT122','3',3974),('NM_052989',13556,'IFT122','3',3818),('NM_052990',13556,'IFT122','3',3479),('NM_053034',21014,'ANTXR1','2',1154),('NM_053274',14373,'GLMN','1',1841),('NM_054012',758,'ASS1','9',1283),('NM_054027',15492,'ANKH','5',1517),('NM_057164',2213,'COL6A3','2',3131),('NM_057165',2213,'COL6A3','2',3737),('NM_057166',2213,'COL6A3','2',7835),('NM_057167',2213,'COL6A3','2',9044),('NM_057174',8857,'PEX16','11',1076),('NM_057175',30782,'NAA15','4',2663),('NM_057176',16512,'BSND','1',977),('NM_057179',20670,'TWIST2','2',488),('NM_058179',19129,'PSAT1','9',1142),('NM_058216',9820,'RAD51C','17',1160),('NM_078470',2263,'COX15','10',1196),('NM_078485',2217,'COL9A1','6',2135),('NM_078628',7370,'MSL3','X',1280),('NM_078629',7370,'MSL3','X',1607),('NM_080601',9644,'PTPN11','12',1418),('NM_080605',17978,'B3GALT6','1',995),('NM_080629',2186,'COL11A1','1',5660),('NM_080630',2186,'COL11A1','1',5270),('NM_080632',20439,'UPF3B','X',1487),('NM_080646',11592,'TBX1','22',1223),('NM_080647',11592,'TBX1','22',1514),('NM_080669',30521,'SLC46A1','17',1400),('NM_080679',2187,'COL11A2','6',5081),('NM_080680',2187,'COL11A2','6',5411),('NM_080681',2187,'COL11A2','6',5147),('NM_080717',11604,'TBX5','12',1430),('NM_080798',2190,'COL13A1','10',2045),('NM_080800',2190,'COL13A1','10',2175),('NM_080801',2190,'COL13A1','10',2207),('NM_080802',2190,'COL13A1','10',2168),('NM_080805',2190,'COL13A1','10',1935),('NM_080860',12371,'RSPH1','21',959),('NM_100486',17327,'WAC','10',1676),('NM_101395',3091,'DYRK1A','21',1787),('NM_130436',3091,'DYRK1A','21',2300),('NM_130445',2195,'COL18A1','21',4148),('NM_130466',13478,'UBE3B','12',3287),('NM_130468',24464,'CHST14','15',1136),('NM_130766',33882,'INPP5K','17',1151),('NM_130791',12799,'WWOX','16',590),('NM_130810',21493,'DYX1C1','15',1292),('NM_130838',12496,'UBE3A','15',2591),('NM_130844',12799,'WWOX','16',116),('NM_130850',1071,'BMP4','14',1235),('NM_130851',1071,'BMP4','14',1235),('NM_133171',17233,'ELMO2','20',2225),('NM_133259',15714,'LRPPRC','2',4301),('NM_133266',14295,'SHANK2','11',3797),('NM_133368',29420,'RSPRY1','16',1775),('NM_133459',29426,'CCBE1','18',1256),('NM_133468',24154,'BMPER','7',2105),('NM_133487',9817,'RAD51','15',1052),('NM_133499',11494,'SYN1','X',2051),('NM_133647',10914,'SLC12A6','15',3530),('NM_138270',886,'ATRX','X',7469),('NM_138295',18053,'PKD1L1','7',8723),('NM_138425',29521,'C12orf57','12',392),('NM_138559',13221,'BCL11A','2',749),('NM_138638',1875,'CFL2','14',515),('NM_138694',9016,'PKHD1','6',12425),('NM_138701',16002,'MPLKIP','7',548),('NM_138732',8009,'NRXN2','11',4988),('NM_138734',8009,'NRXN2','11',2024),('NM_138735',8008,'NRXN1','2',1349),('NM_138736',4389,'GNAO1','16',1091),('NM_138924',4136,'GAMT','19',827),('NM_138927',11183,'SON','21',7319),('NM_139030',1630,'CD151','11',785),('NM_139045',11098,'SMARCA2','9',4817),('NM_139058',18060,'ARX','X',1706),('NM_139125',6901,'MASP1','3',2222),('NM_139135',11110,'ARID1A','1',6268),('NM_139156',469,'AMPD2','1',2453),('NM_139202',17082,'MLC1','22',1169),('NM_139266',11362,'STAT1','2',2204),('NM_139343',1052,'BIN1','2',1841),('NM_139344',1052,'BIN1','2',1709),('NM_139345',1052,'BIN1','2',1571),('NM_139346',1052,'BIN1','2',1544),('NM_139347',1052,'BIN1','2',1607),('NM_139348',1052,'BIN1','2',1496),('NM_139349',1052,'BIN1','2',1475),('NM_139350',1052,'BIN1','2',1364),('NM_139351',1052,'BIN1','2',1271),('NM_144495',9330,'PQBP1','X',530),('NM_144577',26560,'CCDC114','19',2054),('NM_144596',20087,'TTC8','14',1595),('NM_144612',26521,'LOXHD1','18',6757),('NM_144639',26444,'UROC1','3',2093),('NM_144966',23399,'FREM1','9',6650),('NM_145014',26558,'HYLS1','11',905),('NM_145038',24245,'DRC1','2',2276),('NM_145045',28303,'CCDC151','19',1829),('NM_145068',18084,'TRPV3','17',2426),('NM_145117',15997,'NAV2','11',7406),('NM_145207',18119,'SPATA5','4',2732),('NM_145234',29861,'CHRDL1','X',1406),('NM_145239',30500,'PRRT2','16',1034),('NM_145262',24247,'GLYCTK','3',1120),('NM_145331',6859,'MAP3K7','6',1874),('NM_145332',6859,'MAP3K7','6',1606),('NM_145333',6859,'MAP3K7','6',1523),('NM_145796',18801,'POGZ','1',3998),('NM_145812',8768,'AIFM1','X',1880),('NM_145859',8761,'PDCD10','3',662),('NM_145860',8761,'PDCD10','3',662),('NM_147127',19747,'EVC2','4',3995),('NM_147191',14357,'MMP21','10',1732),('NM_147204',18083,'TRPV4','12',2478),('NM_148899',13875,'FOXP2','7',1328),('NM_148900',13875,'FOXP2','7',2252),('NM_148919',9545,'PSMB8','6',851),('NM_148960',2040,'CLDN19','1',692),('NM_152264',20859,'SLC39A13','11',1124),('NM_152269',26784,'C12orf65','12',509),('NM_152274',28434,'FAM58A','X',764),('NM_152281',25676,'GORAB','1',1202),('NM_152296',801,'ATP1A3','19',3113),('NM_152380',11594,'TBX15','1',1514),('NM_152383',28648,'DIS3L2','2',2720),('NM_152384',970,'BBS5','2',1064),('NM_152388',14432,'TMEM237','2',1244),('NM_152393',30372,'KLHL40','3',1886),('NM_152419',26527,'HGSNAT','8',1964),('NM_152424',26837,'AMER1','X',3413),('NM_152464',18085,'TMEM199','17',647),('NM_152490',28596,'B3GALNT2','1',1541),('NM_152515',26877,'CKAP2L','2',2267),('NM_152564',2183,'VPS13B','8',12179),('NM_152594',20249,'SPRED1','15',1358),('NM_152618',26648,'BBS12','4',2138),('NM_152629',28510,'GLIS3','9',2357),('NM_152633',3583,'FANCB','X',2606),('NM_152705',20422,'POLR1D','13',380),('NM_152743',21701,'BRAT1','7',2507),('NM_152778',28486,'MFSD8','4',1595),('NM_152850',23215,'PIGO','9',2054),('NM_152906',25439,'TANGO2','22',857),('NM_152998',3527,'EZH2','7',2180),('NM_153006',17996,'NAGS','17',1628),('NM_153033',21957,'KCTD7','7',884),('NM_153240',7907,'NPHP3','3',4076),('NM_153252',17342,'BRWD3','X',5534),('NM_153281',5320,'HYAL1','3',1319),('NM_153282',5320,'HYAL1','3',1226),('NM_153283',5320,'HYAL1','3',1319),('NM_153285',5320,'HYAL1','3',542),('NM_153334',19869,'SCARF2','22',2648),('NM_153365',26887,'TAPT1','4',1748),('NM_153426',9005,'PITX2','4',968),('NM_153427',9005,'PITX2','4',827),('NM_153447',21269,'NLRP5','19',3649),('NM_153603',18622,'COG7','16',2366),('NM_153609',16517,'TMPRSS6','22',2492),('NM_153620',5099,'HOXA1','7',422),('NM_153646',10978,'SLC24A4','14',1871),('NM_153647',10978,'SLC24A4','14',1865),('NM_153648',10978,'SLC24A4','14',1727),('NM_153704',28396,'TMEM67','8',3074),('NM_153717',3497,'EVC','4',3044),('NM_153718',8066,'NUP62','19',1574),('NM_153741',3007,'DPM3','1',284),('NM_153759',2978,'DNMT3A','2',2231),('NM_153816',14977,'SNX14','6',2930),('NM_153818',8851,'PEX10','1',1061),('NM_153824',9721,'PYCR1','17',977),('NM_170606',13726,'KMT2C','7',14915),('NM_170695',11776,'TGIF1','18',1217),('NM_170707',6636,'LMNA','1',2033),('NM_170708',6636,'LMNA','1',1940),('NM_170724',9016,'PKHD1','6',10373),('NM_170726',406,'ALDH4A1','1',1739),('NM_170740',408,'ALDH5A1','6',1682),('NM_170784',7108,'MKKS','20',1727),('NM_171998',16499,'RAB39B','X',650),('NM_172058',3519,'EYA1','8',1829),('NM_172060',3519,'EYA1','8',1730),('NM_172106',6296,'KCNQ2','20',2615),('NM_172107',6296,'KCNQ2','20',2672),('NM_172109',6296,'KCNQ2','20',1208),('NM_172218',11212,'SPAG1','8',2837),('NM_172240',30836,'POC1B','12',1475),('NM_172250',18871,'MMAA','4',1277),('NM_172349',14234,'NSD1','5',7355),('NM_173054',9957,'RELN','7',10571),('NM_173207',11776,'TGIF1','18',872),('NM_173209',11776,'TGIF1','18',767),('NM_173211',11776,'TGIF1','18',767),('NM_173354',11142,'SIK1','21',2393),('NM_173471',20661,'SLC25A26','3',857),('NM_173494',28570,'PIH1D3','X',665),('NM_173495',26392,'PTCHD1','X',2678),('NM_173560',21478,'RFX6','6',2846),('NM_173591',26901,'OTOGL','12',7211),('NM_173630',18654,'RTTN','18',6830),('NM_173654',28526,'EOGT','3',1370),('NM_173676',21246,'PNPLA1','6',1337),('NM_173689',18688,'CRB2','9',3899),('NM_174886',11776,'TGIF1','18',767),('NM_174889',28086,'NDUFAF2','5',524),('NM_174916',16808,'UBR1','15',5393),('NM_174963',10866,'ST3GAL3','1',1373),('NM_174965',10866,'ST3GAL3','1',533),('NM_174967',10866,'ST3GAL3','1',488),('NM_174968',10866,'ST3GAL3','1',1328),('NM_174969',10866,'ST3GAL3','1',1112),('NM_174971',10866,'ST3GAL3','1',1277),('NM_175053',28929,'KRT74','12',1619),('NM_175069',15984,'APTX','9',947),('NM_175629',2978,'DNMT3A','2',2807),('NM_175630',2978,'DNMT3A','2',512),('NM_175768',4580,'GRIK2','6',2660),('NM_175848',2979,'DNMT3B','20',2567),('NM_175849',2979,'DNMT3B','20',2372),('NM_175850',2979,'DNMT3B','20',2606),('NM_175875',10891,'SIX5','19',2231),('NM_175914',5024,'HNF4A','20',1361),('NM_176787',8967,'PIGN','18',2882),('NM_176795',5173,'HRAS','11',527),('NM_176806',7193,'MOCS2','5',278),('NM_176824',18758,'BBS7','4',2207),('NM_176866',28883,'PPA2','4',724),('NM_176867',28883,'PPA2','4',526),('NM_176869',28883,'PPA2','4',1043),('NM_177434',13254,'FTSJ1','X',1019),('NM_177439',13254,'FTSJ1','X',1019),('NM_177550',23089,'SLC13A5','17',1745),('NM_177559',2457,'CSNK2A1','20',1214),('NM_177560',2457,'CSNK2A1','20',794),('NM_177924',735,'ASAH1','8',1232),('NM_177965',27232,'C8orf37','8',644),('NM_177976',13210,'ARL6','3',584),('NM_178010',11201,'SOX5','12',1157),('NM_178012',30829,'TUBB2B','6',1352),('NM_178014',20778,'TUBB','6',1349),('NM_178138',6595,'LHX3','9',1214),('NM_178151',2714,'DCX','X',1103),('NM_178153',2714,'DCX','X',1118),('NM_178161',23734,'PTF1A','10',995),('NM_178170',13387,'NEK8','17',2126),('NM_178229',20669,'IQGAP3','1',5012),('NM_178234',30242,'TUSC3','8',1076),('NM_178497',26300,'C4orf26','4',401),('NM_178837',30492,'DNAAF3','19',1805),('NM_178850',5024,'HNF4A','20',1280),('NM_180976',9312,'PPP2R5D','6',1763),('NM_180977',9312,'PPP2R5D','6',1535),('NM_181303',14289,'NLGN3','X',2570),('NM_181311',11577,'TAZ','X',821),('NM_181312',11577,'TAZ','X',869),('NM_181313',11577,'TAZ','X',776),('NM_181426',25244,'CCDC39','3',2888),('NM_181442',15766,'ADNP','20',3320),('NM_181457',8617,'PAX3','2',1466),('NM_181461',8617,'PAX3','2',1238),('NM_181486',11604,'TBX5','12',1583),('NM_181492',11631,'TCF20','22',5831),('NM_181504',8979,'PIK3R1','5',1397),('NM_181523',8979,'PIK3R1','5',2222),('NM_181524',8979,'PIK3R1','5',1307),('NM_181661',2183,'VPS13B','8',1271),('NM_181690',393,'AKT3','1',1439),('NM_181733',14857,'COG5','7',2585),('NM_181742',8490,'ORC4','2',1352),('NM_181777',12472,'UBE2A','X',245),('NM_181783',26899,'TMTC3','12',2786),('NM_181789',29514,'GLDN','15',1688),('NM_182587',26582,'UNC80','2',9896),('NM_182639',5163,'HPS1','10',1000),('NM_182734',15917,'PLCB1','20',3620),('NM_182760',20376,'SUMF1','3',1154),('NM_182764',17233,'ELMO2','20',2225),('NM_182797',9059,'PLCB4','20',3635),('NM_182894',1975,'VSX2','14',1103),('NM_182895',19869,'SCARF2','22',2633),('NM_182925',3767,'FLT4','5',4184),('NM_182931',18541,'KMT2E','7',5654),('NM_182943',9082,'PLOD2','3',2339),('NM_182961',17089,'SYNE1','6',26828),('NM_182964',15997,'NAV2','11',7418),('NM_183050',987,'BCKDHB','6',1211),('NM_183075',20582,'CYP2U1','4',1652),('NM_183227',14263,'RAB23','6',734),('NM_183357',236,'ADCY5','3',3851),('NM_183415',13478,'UBE3B','12',3287),('NM_184043',414,'ALDOA','16',1121),('NM_194277',8079,'FRMD7','X',2183),('NM_194318',20207,'B3GLCT','13',1544),('NM_194442',6518,'LBR','1',1889),('NM_194454',1573,'KRIT1','7',2261),('NM_194456',1573,'KRIT1','7',2261),('NM_197939',21158,'RNF135','17',647),('NM_198159',7105,'MITF','3',1595),('NM_198173',25839,'GRHL3','1',1859),('NM_198174',25839,'GRHL3','1',1931),('NM_198177',7105,'MITF','3',1516),('NM_198178',7105,'MITF','3',1271),('NM_198196',16892,'CD96','3',1805),('NM_198216',11153,'SNRPB','20',746),('NM_198253',11730,'TERT','5',3449),('NM_198270',7820,'NHS','X',4919),('NM_198309',20087,'TTC8','14',1562),('NM_198310',20087,'TTC8','14',1469),('NM_198329',23230,'UBA5','3',1082),('NM_198428',30000,'BBS9','7',2732),('NM_198506',24783,'LRIT3','4',2053),('NM_198525',30497,'KIF7','15',4088),('NM_198709',714,'ARSB','5',1265),('NM_198721',18603,'COL25A1','4',2078),('NM_198880',24713,'QRICH1','3',2360),('NM_198903',4087,'GABRG2','5',1583),('NM_198904',4087,'GABRG2','5',1460),('NM_198964',9607,'PTHLH','12',536),('NM_198965',9607,'PTHLH','12',545),('NM_198991',18249,'KCTD1','18',788),('NM_199003',20856,'THAP1','8',170),('NM_199037',10586,'SCN1B','19',817),('NM_199053',25751,'TRAPPC11','4',3353),('NM_199076',103,'CNNM2','10',2585),('NM_199077',103,'CNNM2','10',1667),('NM_199235',17213,'COLEC11','2',830),('NM_199292',11782,'TH','11',1631),('NM_199293',11782,'TH','11',1619),('NM_199334',11796,'THRA','17',1259),('NM_199436',11233,'SPAST','2',1805),('NM_199440',5261,'HSPD1','2',1757),('NM_199460',1390,'CACNA1C','12',6709),('NM_199462',29043,'DSTYK','1',2693),('NM_199478',9086,'PLP1','X',752),('NM_201253',2343,'CRB1','1',4259),('NM_201262',28908,'DNAJC12','10',335),('NM_201398',24671,'FLAD1','1',1496),('NM_201647',16950,'STAMBP','2',1304),('NM_201649',11056,'SLC6A9','1',2165),('NM_202001',3433,'ERCC1','19',998),('NM_203283',5724,'RBPJ','4',1493),('NM_203284',5724,'RBPJ','4',1496),('NM_203290',20194,'POLR1C','6',1070),('NM_203404',469,'AMPD2','1',2333),('NM_203447',19191,'DOCK8','9',6236),('NM_203473',17652,'PORCN','X',1412),('NM_203474',17652,'PORCN','X',1409),('NM_203475',17652,'PORCN','X',1430),('NM_203486',2909,'DLL3','19',1793),('NM_205768',13030,'ZBTB18','1',1604),('NM_205833',5948,'IGSF1','X',743),('NM_205842',7666,'NCKAP1','2',3503),('NM_205847',22923,'GMPPA','2',1301),('NM_206876',9282,'PPP1CB','2',1010),('NM_206889',17217,'DIP2A','21',2738),('NM_206890',17217,'DIP2A','21',2591),('NM_206965',3974,'FTCD','21',1670),('NM_207037',11623,'TCF12','15',2180),('NM_207040',11623,'TCF12','15',1577),('NM_207118',21157,'GTF2H5','6',224),('NM_207122',3513,'EXT2','11',2198),('NM_207171',18801,'POGZ','1',4126),('NM_207346',27561,'TSEN54','17',1616),('NM_207361',25396,'FREM2','13',9584),('NM_212471',9388,'PRKAR1A','17',1178),('NM_212472',9388,'PRKAR1A','17',1178),('NM_212479',16966,'ZMYND11','10',1625),('NM_212552',24415,'BOLA3','2',338),('NM_213599',27337,'ANO5','11',2810),('NM_213607',32700,'CCDC103','17',740),('NM_213622',16950,'STAMBP','2',1304),('NM_213674',12011,'TPM2','9',884),('NR_001566',11727,'TERC','3',544),('NR_001587',17168,'RAB3GAP2','1',1912),('NR_002984',2890,'DKC1','X',957),('NR_003259',4392,'GNAS','20',1702),('NR_023343',34016,'RNU4ATAC','2',130),('NR_026778',5048,'HNRNPU','1',5013),('NR_026872',8789,'PDE6G','17',507),('NR_027017',17893,'PGAP2','11',1537),('NR_027299',12816,'XPC','3',569),('NR_027349',23564,'MIR17HG','13',943),('NR_027397',25676,'GORAB','1',2197),('NR_027751',23015,'FAM20A','17',3701),('NR_028435',473,'AMT','3',2065),('NR_028482',25784,'DCAF17','2',2468),('NR_029487',23564,'MIR17HG','13',87),('NR_029488',23564,'MIR17HG','13',95),('NR_029489',23564,'MIR17HG','13',85),('NR_029490',23564,'MIR17HG','13',90),('NR_029492',23564,'MIR17HG','13',4966),('NR_029508',23564,'MIR17HG','13',83),('NR_031589',1985,'CIT','12',1265),('NR_033125',30881,'ALG13','X',922),('NR_033294',32952,'SNORD118','17',137),('NR_033329',15646,'KLHL7','7',528),('NR_033334',26050,'TMEM70','8',543),('NR_033655',318,'AGA','4',780),('NR_038913',18294,'ALG1','16',2271),('NR_038934',18806,'CAMTA1','1',875),('NR_039875',18085,'TMEM199','17',834),('NR_045632',16287,'NFU1','2',616),('NR_046418',8740,'CHMP1A','16',2013),('NR_046429',26300,'C4orf26','4',243),('NR_073590',9751,'QARS','3',2410),('NR_102317',4189,'GCDH','19',1763),('NR_102436',1968,'LYST','1',963),('NR_103532',10472,'RUNX2','6',473),('NR_103556',19368,'HYDIN','16',4674),('NR_104396',11535,'TAF1','X',1692),('NR_106799',30262,'PYCR2','1',3164),('NR_106950',9751,'QARS','3',685),('NR_106963',7715,'NDUFS8','11',3081),('NR_109896',25897,'MFSD2A','1',1965),('NR_109986',25244,'CCDC39','3',2916),('NR_110023',2890,'DKC1','X',923),('XM_005244732',3084,'DVL1','1',2135),('XM_005244828',16915,'HAX1','1',887),('XM_005244897',18453,'NAXE','1',803),('XM_005245003',18801,'POGZ','1',4262),('XM_005245337',19088,'ASH1L','1',8993),('XM_005245484',13394,'NPHS2','1',971),('XM_005245520',25360,'DDX59','1',1727),('XM_005245848',25230,'AHDC1','1',4817),('XM_005245857',5005,'HMGCL','1',1168),('XM_005245890',19691,'MECR','1',1154),('XM_005245940',26031,'PIGV','1',809),('XM_005246026',406,'ALDH4A1','1',1583),('XM_005246065',2213,'COL6A3','2',9061),('XM_005246066',2213,'COL6A3','2',9059),('XM_005246172',29508,'KIDINS220','2',5345),('XM_005246174',29508,'KIDINS220','2',5099),('XM_005246178',29508,'KIDINS220','2',3164),('XM_005246288',970,'BBS5','2',998),('XM_005246426',29092,'OBSL1','2',4247),('XM_005246747',1020,'BCS1L','2',1283),('XM_005246749',1020,'BCS1L','2',1283),('XM_005246756',10588,'SCN2A','2',6098),('XM_005246816',11362,'STAT1','2',602),('XM_005246930',42,'ABCB11','2',226),('XM_005246990',17270,'PASK','2',3461),('XM_005247509',8654,'PCCB','3',1256),('XM_005247635',6936,'MCCC1','3',155),('XM_005247640',14508,'MRPS22','3',1109),('XM_005247743',12563,'UMPS','3',440),('XM_005247744',12563,'UMPS','3',808),('XM_005247776',29529,'TBL1XR1','3',1589),('XM_005247799',25815,'CEP63','3',2156),('XM_005247845',15979,'TP63','3',1571),('XM_005247939',19747,'EVC2','4',3566),('XM_005248161',5724,'RBPJ','4',1496),('XM_005248178',29253,'CC2D2A','4',4640),('XM_005248179',29253,'CC2D2A','4',4973),('XM_005248180',29253,'CC2D2A','4',350),('XM_005248280',28862,'NIPBL','5',8231),('XM_005248296',27960,'SLC6A19','5',1088),('XM_005248304',7473,'MTRR','5',2141),('XM_005248349',25801,'C5orf42','5',6392),('XM_005248424',3439,'ERCC8','5',758),('XM_005248506',714,'ARSB','5',1265),('XM_005248512',6996,'MEF2C','5',1451),('XM_005248595',12831,'XRCC4','5',1034),('XM_005248739',14977,'SNX14','6',2900),('XM_005248742',14977,'SNX14','6',2771),('XM_005248757',987,'BCKDHB','6',677),('XM_005249128',7190,'MOCS1','6',1895),('XM_005249129',7190,'MOCS1','6',1102),('XM_005249347',11743,'TFAP2B','6',1436),('XM_005249462',11497,'SYNGAP1','6',3958),('XM_005249491',20194,'POLR1C','6',1058),('XM_005249503',21024,'CUL7','6',5174),('XM_005249820',132,'ACTB','7',389),('XM_005249962',3527,'EZH2','7',2300),('XM_005249963',3527,'EZH2','7',2273),('XM_005249964',3527,'EZH2','7',2144),('XM_005250030',13726,'KMT2C','7',15089),('XM_005250297',4696,'GUSB','7',1838),('XM_005250299',4696,'GUSB','7',446),('XM_005250494',18541,'KMT2E','7',5525),('XM_005250691',574,'AP4M1','7',602),('XM_005250808',2753,'DECR1','8',134),('XM_005250923',7652,'NBN','8',188),('XM_005251405',3588,'FANCG','9',335),('XM_005251527',18986,'GBA2','9',2687),('XM_005251558',11098,'SMARCA2','9',4874),('XM_005251605',19191,'DOCK8','9',6446),('XM_005251620',23215,'PIGO','9',3302),('XM_005251814',16380,'TRIM32','9',1967),('XM_005251934',18688,'CRB2','9',2887),('XM_005252072',890,'AUH','9',791),('XM_005252073',890,'AUH','9',962),('XM_005252360',16966,'ZMYND11','10',1853),('XM_005252409',29186,'ANKRD26','10',5285),('XM_005252412',29186,'ANKRD26','10',3862),('XM_005252438',17759,'PDSS1','10',953),('XM_005252458',17327,'WAC','10',1847),('XM_005252668',19087,'EBF3','10',1841),('XM_005252749',14677,'DEAF1','11',1508),('XM_005252807',2718,'DDB2','11',1121),('XM_005252808',2718,'DDB2','11',737),('XM_005252900',5466,'IGF2','11',554),('XM_005252956',8620,'PAX6','11',1301),('XM_005253076',11120,'SMPD1','11',1781),('XM_005253101',11782,'TH','11',1259),('XM_005253225',11051,'SLC6A5','11',575),('XM_005253480',11201,'SOX5','12',2339),('XM_005253668',1919,'CHD4','12',5837),('XM_005253769',1390,'CACNA1C','12',6682),('XM_005253774',1390,'CACNA1C','12',6616),('XM_005253919',18083,'TRPV4','12',2562),('XM_005253936',26113,'TCTN1','12',554),('XM_005254130',4401,'GNB5','15',881),('XM_005254264',573,'AP4E1','15',3248),('XM_005254330',4878,'HEXA','15',446),('XM_005254386',7216,'MPI','15',1298),('XM_005254387',7216,'MPI','15',1112),('XM_005254401',7602,'MYO5A','15',5681),('XM_005254403',7602,'MYO5A','15',5770),('XM_005254590',30650,'STRA6','15',2176),('XM_005254614',11623,'TCF12','15',2168),('XM_005254886',12712,'VPS33B','15',1900),('XM_005255046',16974,'SRCAP','16',9602),('XM_005255053',30500,'PRRT2','16',1193),('XM_005255530',12363,'TSC2','16',5417),('XM_005255533',12363,'TSC2','16',5231),('XM_005255642',29450,'GLIS2','16',1595),('XM_005255980',12799,'WWOX','16',953),('XM_005255982',12799,'WWOX','16',725),('XM_005255990',25557,'PRMT7','16',2132),('XM_005256373',8548,'P4HB','17',173),('XM_005256486',18084,'TRPV3','17',176),('XM_005256493',2903,'DLG4','17',2237),('XM_005256577',18153,'TNFRSF13B','17',758),('XM_005256610',24123,'B9D1','17',482),('XM_005257235',24565,'KANSL1','17',1226),('XM_005257390',7523,'TRIM37','17',2471),('XM_005257486',7121,'MKS1','17',1624),('XM_005257492',26090,'CCDC40','17',1775),('XM_005257562',14409,'SLC25A19','17',983),('XM_005257584',10818,'SGSH','17',1533),('XM_005257642',12929,'PCGF2','17',1064),('XM_005257702',29932,'COASY','17',1814),('XM_005257742',9277,'PPM1D','17',1313),('XM_005257813',23719,'PGAP3','17',833),('XM_005257838',11603,'TBX4','17',1667),('XM_005258046',12765,'FOXN1','17',1972),('XM_005258640',3434,'ERCC2','19',2114),('XM_005258688',23287,'ETHE1','19',299),('XM_005258874',30492,'DNAAF3','19',1937),('XM_005258963',15474,'SHANK1','19',6584),('XM_005259477',20774,'TUBB4A','19',1349),('XM_005259725',28303,'CCDC151','19',1667),('XM_005259917',7788,'NFIX','19',1411),('XM_005260001',19189,'DOCK6','19',4256),('XM_005260034',11100,'SMARCA4','19',4945),('XM_005260035',11100,'SMARCA4','19',4942),('XM_005260205',6296,'KCNQ2','20',2576),('XM_005260397',4392,'GNAS','20',743),('XM_005260503',17233,'ELMO2','20',1949),('XM_005260600',3005,'DPM1','20',896),('XM_005260726',9059,'PLCB4','20',3635),('XM_005261088',3974,'FTCD','21',1766),('XM_005261089',3974,'FTCD','21',1526),('XM_005261182',2195,'COL18A1','21',5390),('XM_005261223',25439,'TANGO2','22',665),('XM_005261256',9453,'PRODH','22',1520),('XM_005261286',1739,'CDC45','22',1757),('XM_005261377',291,'ADSL','22',1538),('XM_005261382',16517,'TMPRSS6','22',2531),('XM_005261392',23573,'MORC2','22',3179),('XM_005261866',18423,'DEPDC5','22',4784),('XM_005261867',18423,'DEPDC5','22',4871),('XM_005262108',3571,'ACSL4','X',2180),('XM_005262150',869,'ATP7A','X',1541),('XM_005262221',29861,'CHRDL1','X',1412),('XM_005262222',29861,'CHRDL1','X',1409),('XM_005262224',29861,'CHRDL1','X',1388),('XM_005262297',11535,'TAF1','X',5840),('XM_005262300',11535,'TAF1','X',5797),('XM_005262450',19073,'THOC2','X',4898),('XM_005262480',18145,'PHF6','X',1126),('XM_005262501',685,'ARHGEF6','X',1925),('XM_005262659',18340,'WDR19','4',3964),('XM_005262860',20751,'WDFY3','4',10724),('XM_005262900',28486,'MFSD8','4',575),('XM_005262918',28883,'PPA2','4',765),('XM_005262951',493,'ANK2','4',11910),('XM_005262972',4799,'HADH','4',983),('XM_005262979',24783,'LRIT3','4',1502),('XM_005263025',7467,'MTTP','4',2741),('XM_005263353',28261,'TBCK','4',2759),('XM_005263407',18865,'KCNT1','9',3869),('XM_005263461',7436,'MTHFR','1',2371),('XM_005263489',17877,'NMNAT1','1',497),('XM_005263618',3435,'ERCC3','2',221),('XM_005263619',3435,'ERCC3','2',2422),('XM_005264079',14063,'HDAC4','2',2261),('XM_005264089',16950,'STAMBP','2',1304),('XM_005264326',7224,'MPV17','2',554),('XM_005264327',7224,'MPV17','2',314),('XM_005264439',19750,'TTC7A','2',206),('XM_005264946',3585,'FANCD2','3',4487),('XM_005264979',3755,'FLNB','3',7405),('XM_005265006',17095,'LARS2','3',2774),('XM_005265096',22932,'GMPPB','3',1112),('XM_005265214',19412,'ZMYND10','3',1343),('XM_005265307',25566,'SETD5','3',4094),('XM_005265319',15460,'CACNA2D3','3',3392),('XM_005265342',9608,'PTH1R','3',1826),('XM_005265344',9608,'PTH1R','3',1826),('XM_005265394',4298,'GLB1','3',2231),('XM_005265483',14673,'FYCO1','3',4553),('XM_005265499',28422,'TSEN2','3',1161),('XM_005265515',25902,'POMGNT2','3',1748),('XM_005265930',30298,'UIMC1','5',2204),('XM_005265933',30298,'UIMC1','5',794),('XM_005266071',4584,'GRIN1','9',2831),('XM_005266112',24650,'EHMT1','9',2524),('XM_005266679',18654,'RTTN','18',1541),('XM_005266950',4593,'GRM1','6',3611),('XM_005267040',21176,'RMND1','6',746),('XM_005267060',23041,'PDSS2','6',737),('XM_005267069',18040,'ARID1B','6',6931),('XM_005267153',21054,'RSPH3','6',1415),('XM_005267166',18647,'RTN4IP1','6',698),('XM_005267241',16873,'FIG4','6',1856),('XM_005267341',10978,'SLC24A4','14',1922),('XM_005267402',391,'AKT1','14',1484),('XM_005267501',4115,'GALC','14',1823),('XM_005267529',11824,'TINF2','14',1277),('XM_005267881',13436,'RPGRIP1','14',3934),('XM_005267882',13436,'RPGRIP1','14',84),('XM_005267884',13436,'RPGRIP1','14',187),('XM_005267937',68,'ABCD4','14',1642),('XM_005267987',20347,'VIPAS39','14',1540),('XM_005268037',12373,'TSHR','14',2327),('XM_005268076',20499,'L2HGDH','14',1358),('XM_005268100',20278,'NUBPL','14',700),('XM_005268504',11654,'TCOF1','5',4661),('XM_005268562',13530,'TMEM5','12',374),('XM_005268841',6143,'ITGA7','12',3572),('XM_005268849',6143,'ITGA7','12',3626),('XM_005269143',20766,'TUBA1A','12',1261),('XM_005269160',29021,'CEP290','12',4708),('XM_005269203',29937,'CCDC65','12',1523),('XM_005269704',4335,'GLUD1','10',1214),('XM_005269882',17175,'PLCE1','10',7004),('XM_005270084',11641,'TCF7L2','10',1907),('XM_005270141',12592,'UROS','10',440),('XM_005270400',14373,'GLMN','1',1796),('XM_005270544',2698,'DBT','1',988),('XM_005270630',23319,'NTNG1','1',1541),('XM_005270688',29040,'SZT2','1',7769),('XM_005270786',29501,'GPSM2','1',2099),('XM_005270842',6220,'KCNA2','1',1505),('XM_005271012',19139,'POMGNT1','1',1982),('XM_005271423',2995,'DPAGT1','11',1004),('XM_005271424',2995,'DPAGT1','11',182),('XM_005271461',30578,'EXPH5','11',5972),('XM_005271462',30578,'EXPH5','11',5759),('XM_005271463',30578,'EXPH5','11',5414),('XM_005271564',795,'ATM','11',9359),('XM_005271689',18121,'MFRP','11',1781),('XM_005271773',9577,'PSPH','7',695),('XM_005272115',29634,'MEGF10','5',1745),('XM_005272160',9202,'POMT1','9',1436),('XM_005272200',758,'ASS1','9',1283),('XM_005272276',5391,'IDUA','4',2063),('XM_005272290',29304,'UVSSA','4',2171),('XM_005272632',8082,'NYX','X',1454),('XM_005272655',12637,'KDM6A','X',3188),('XM_005272657',12637,'KDM6A','X',4316),('XM_005272661',12637,'KDM6A','X',4050),('XM_005272662',12637,'KDM6A','X',3050),('XM_005272676',12632,'USP9X','X',7799),('XM_005272686',1497,'CASK','X',2849),('XM_005272997',393,'AKT3','1',1481),('XM_005273019',10671,'SDCCAG8','1',1751),('XM_005273020',10671,'SDCCAG8','1',2066),('XM_005273023',10671,'SDCCAG8','1',1114),('XM_005273027',1968,'LYST','1',11561),('XM_005273143',7468,'MTR','1',3743),('XM_005273206',16812,'COQ8A','1',1988),('XM_005273692',26527,'HGSNAT','8',2047),('XM_005273725',16999,'CLP1','11',1286),('XM_005273981',6080,'INPPL1','11',3122),('XM_005274015',7715,'NDUFS8','11',139),('XM_005274119',14372,'SCYL1','11',2420),('XM_005274121',14372,'SCYL1','11',2396),('XM_005274176',24725,'FAM111A','11',1844),('XM_005274406',8009,'NRXN2','11',5207),('XM_005274583',11123,'SMS','X',854),('XM_005274605',2567,'OFD1','X',2987),('XM_005274612',560,'AP1S2','X',496),('XM_005275518',20778,'TUBB','6',1127),('XM_005276048',57,'ABCC6','16',2680),('XM_005277807',8896,'PGK1','X',1202),('XM_005277962',30892,'HUWE1','X',13370),('XM_005278002',11114,'KDM5C','X',4628),('XM_005278018',9330,'PQBP1','X',530),('XM_005278047',17652,'PORCN','X',1409),('XM_005278163',2568,'MAMLD1','X',2345),('XM_005278170',3775,'FMR1','X',1829),('XM_005278175',3775,'FMR1','X',926),('XM_005278316',9896,'RBM10','X',2630),('XM_005278392',10402,'RPS19','19',454); /*!40000 ALTER TABLE `transcript` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `transcript_stat` -- DROP TABLE IF EXISTS `transcript_stat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `transcript_stat` ( `id` int(11) NOT NULL AUTO_INCREMENT, `mean_coverage` float NOT NULL, `completeness_10` float DEFAULT NULL, `completeness_15` float DEFAULT NULL, `completeness_20` float DEFAULT NULL, `completeness_50` float DEFAULT NULL, `completeness_100` float DEFAULT NULL, `threshold` int(11) DEFAULT NULL, `_incomplete_exons` text, `sample_id` varchar(32) NOT NULL, `transcript_id` varchar(32) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `_sample_transcript_uc` (`sample_id`,`transcript_id`), KEY `transcript_id` (`transcript_id`), CONSTRAINT `transcript_stat_ibfk_1` FOREIGN KEY (`sample_id`) REFERENCES `sample` (`id`), CONSTRAINT `transcript_stat_ibfk_2` FOREIGN KEY (`transcript_id`) REFERENCES `transcript` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=132347652 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `transcript_stat` -- LOCK TABLES `transcript_stat` WRITE; /*!40000 ALTER TABLE `transcript_stat` DISABLE KEYS */; INSERT INTO `transcript_stat` VALUES (103725634,23.6677,100,99.2163,75.5486,0,0,10,NULL,'ADM1059A2','NM_002010'),(103725639,26.8026,99.2265,97.3893,89.7119,1.19899,0,10,'2|228159678|228159780|60.7843','ADM1059A2','NM_000091'),(103725640,27.2857,100,98.9955,90.2902,0,0,10,NULL,'ADM1059A2','XM_005260600'),(103725659,18.8851,99.351,80.4023,40.2985,0,0,10,'17|70119682|70120531|98.8221','ADM1059A2','NM_000346'),(103725669,13.066,85.6514,29.8415,6.33802,0,0,10,'X|21996076|21996234|99.3671,X|21985312|21985436|15.3226,X|21995177|21995356|83.2402,X|21958940|21958993|64.1509,X|21996993|21997086|91.3979','ADM1059A2','NM_004595'),(103725698,28.2209,100,100,94.802,0,0,10,NULL,'ADM1059A2','NM_000436'),(103725705,21.8997,99.346,92.4251,74.8229,0,0,10,'10|114711240|114711368|90.625','ADM1059A2','NM_030756'),(103725706,22.1647,99.3707,92.7111,75.7735,0,0,10,'10|114711240|114711368|90.625','ADM1059A2','XM_005270084'),(103725707,21.7474,99.3524,92.4986,73.5564,0,0,10,'10|114711240|114711368|90.625','ADM1059A2','NM_001198531'),(103725708,21.9245,99.3524,92.4986,75.0675,0,0,10,'10|114711240|114711368|90.625','ADM1059A2','NM_001146285'),(103725709,22.1066,99.2058,90.8008,74.7187,0,0,10,'10|114711240|114711368|90.625','ADM1059A2','NM_001146286'),(103725710,21.927,99.1963,90.6899,74.4139,0,0,10,'10|114711240|114711368|90.625','ADM1059A2','NM_001146284'),(103725711,24.7001,100,97.9192,74.541,0,0,10,NULL,'ADM1059A2','NM_052836'),(103725736,30.2945,100,99.9427,95.9038,0,0,10,NULL,'ADM1059A2','NM_021942'),(103725737,30.6445,100,99.9404,96.6001,0,0,10,NULL,'ADM1059A2','NM_199053'),(103725749,26.8479,100,100,98.4117,0,0,10,NULL,'ADM1059A2','NM_032793'),(103725750,26.8574,100,100,98.4487,0,0,10,NULL,'ADM1059A2','NM_001136493'),(103725751,27.0901,100,97.5064,94.7583,0,0,10,NULL,'ADM1059A2','NR_109896'),(103725759,21.8359,99.9706,92.2806,63.2521,0,0,10,'10|43614977|43615195|99.5413','ADM1059A2','NM_020975'),(103725760,21.4085,99.9695,91.9768,61.806,0,0,10,'10|43614977|43615195|99.5413','ADM1059A2','NM_020630'),(103725761,24.9626,100,95.9365,83.7459,0,0,10,NULL,'ADM1059A2','NM_016219'),(103725772,26.9448,100,96.2642,89.8213,0,0,10,NULL,'ADM1059A2','XM_005252458'),(103725773,26.9069,100,95.8831,89.0811,0,0,10,NULL,'ADM1059A2','NM_100486'),(103725774,26.7012,100,96.5292,89.2354,0,0,10,NULL,'ADM1059A2','NM_016628'),(103725779,30.118,100,99.9932,97.7461,0.357649,0,10,NULL,'ADM1059A2','NM_003922'),(103725790,26.0816,100,99.0037,88.2628,0.0622665,0,10,NULL,'ADM1059A2','NM_001144997'),(103725821,28.9725,100,100,97.3237,0,0,10,NULL,'ADM1059A2','NM_001272001'),(103725837,27.914,100,92.9596,85.9192,0,0,10,NULL,'ADM1059A2','NM_000303'),(103725859,24.9624,100,97.8592,80.7802,0,0,10,NULL,'ADM1059A2','NM_001270447'),(103725860,24.5394,100,97.4877,77.0936,0,0,10,NULL,'ADM1059A2','NM_000018'),(103725861,25.676,100,98.8408,87.6754,0,0,10,NULL,'ADM1059A2','NM_018051'),(103725881,29.4536,99.9351,97.7287,95.6522,0,0,10,'18|67872862|67872897|97.1429','ADM1059A2','XM_005266679'),(103725883,14.2447,88.9772,45.7897,6.63173,0,0,10,'X|79937962|79938129|44.3114,X|80064938|80064973|82.8571,X|79955454|79955565|28.8288,X|80064743|80064805|27.4194,X|79932105|79932864|88.4058,X|80064510|80064543|81.8182,X|79962924|79963004|91.25,X|80064036|80064099|11.1111,X|79999529|79999754|99.1111,X|80001066|80001230|69.5122,X|79952236|79952364|44.5312,X|79936838|79937000|82.716,X|79946550|79946674|58.871,X|79958977|79959094|99.1453,X|79943566|79943626|55.0','ADM1059A2','NM_153252'),(103725900,24.8305,100,98.1267,87.6003,0,0,10,NULL,'ADM1059A2','NM_000034'),(103725901,24.8305,100,98.1267,87.6003,0,0,10,NULL,'ADM1059A2','NM_184043'),(103725902,24.8305,100,98.1267,87.6003,0,0,10,NULL,'ADM1059A2','NM_001127617'),(103725903,24.8639,100,98.367,89.1913,0,0,10,NULL,'ADM1059A2','NM_001243177'),(103725926,26.0929,99.4665,96.9104,87.0638,0,0,10,'16|89882943|89883026|71.0843','ADM1059A2','NM_000135'),(103725927,26.0785,99.4553,96.8452,86.8588,0,0,10,'16|89882943|89883026|71.0843','ADM1059A2','NM_001286167'),(103725928,23.1066,97.4166,89.5587,74.8116,0,0,10,'16|89882943|89883026|71.0843','ADM1059A2','NM_001018112'),(103725929,26.9518,100,99.8309,88.4615,0,0,10,NULL,'ADM1059A2','NM_153603'),(103725933,24.7004,99.8184,96.7183,81.7044,0,0,10,'19|39055597|39056413|96.5686','ADM1059A2','NM_000540'),(103725940,27.8207,100,100,92.5175,0,0,10,NULL,'ADM1059A2','NM_054012'),(103725941,27.8207,100,100,92.5175,0,0,10,NULL,'ADM1059A2','XM_005272200'),(103725942,27.8207,100,100,92.5175,0,0,10,NULL,'ADM1059A2','NM_000050'),(103725954,27.6901,99.591,96.2838,90.1316,0,0,10,'1|103496670|103496802|82.5758','ADM1059A2','NM_001854'),(103725955,27.6524,99.5636,96.0342,89.4687,0,0,10,'1|103496670|103496802|82.5758','ADM1059A2','NM_080630'),(103725956,27.9806,99.5936,96.3074,90.1943,0,0,10,'1|103496670|103496802|82.5758','ADM1059A2','NM_080629'),(103725957,27.7095,99.5821,96.2028,89.9164,0,0,10,'1|103496670|103496802|82.5758','ADM1059A2','NM_001190709'),(103725965,27.5586,100,99.9508,93.1399,0,0,10,NULL,'ADM1059A2','NM_018451'),(103725994,14.4182,91.8545,47.3091,7.85455,0,0,10,'X|119693936|119694496|99.8214,X|119678334|119678500|70.4819,X|119679297|119679374|97.4026,X|119680400|119680473|68.4931,X|119669683|119669800|5.98291,X|119674223|119674419|80.102','ADM1059A2','NM_001079872'),(103725995,14.4859,92.0199,48.6997,7.69505,0,0,10,'X|119678334|119678500|70.4819,X|119679297|119679374|97.4026,X|119680400|119680473|68.4931,X|119669683|119669800|5.98291,X|119693936|119694482|99.8168,X|119674223|119674419|80.102','ADM1059A2','NM_003588'),(103726001,24.2883,100,96.2808,77.3506,0,0,10,NULL,'ADM1059A2','NM_173354'),(103726015,24.9173,100,100,94.8529,0,0,10,NULL,'ADM1059A2','NR_001566'),(103726040,27.6844,100,98.8649,79.3417,0,0,10,NULL,'ADM1059A2','NM_001195252'),(103726049,24.9991,100,98.6533,85.419,0,0,10,NULL,'ADM1059A2','NM_024582'),(103726050,24.8491,100,100,91.0377,0,0,10,NULL,'ADM1059A2','XM_005267402'),(103726051,24.8491,100,100,91.0377,0,0,10,NULL,'ADM1059A2','NM_001014431'),(103726052,24.8491,100,100,91.0377,0,0,10,NULL,'ADM1059A2','NM_001014432'),(103726053,24.8491,100,100,91.0377,0,0,10,NULL,'ADM1059A2','NM_005163'),(103726059,27.4646,100,99.8424,91.0739,0,0,10,NULL,'ADM1059A2','NM_020919'),(103726060,11.3531,69.7607,14.0682,0,0,0,10,'X|153669441|153669544|9.70874,X|153670865|153671022|49.6815,X|153665598|153665647|59.1837,X|153668720|153668855|83.7037,X|153668286|153668488|85.6436,X|153669968|153670143|99.4286,X|153670456|153670604|18.2432,X|153670719|153670777|98.2759,X|153666867|153666978|54.0541','ADM1059A2','NM_001493'),(103726063,14.8089,91.4455,50.2654,13.7199,0,0,10,'X|122765537|122765705|80.3571,X|122767802|122767923|78.5124,X|122766710|122766893|45.9016,X|122761542|122761821|94.2652,X|122837302|122837357|60.0,X|122771892|122771976|88.0952,X|122757636|122757824|98.9362,X|122799491|122799690|99.4975,X|122866800|122866875|98.6667,X|122760370|122760515|75.8621,X|122747488|122747561|5.47945,X|122755006|122755440|78.5714,X|122745289|122745369|97.5,X|122769928|122770028|90.0','ADM1059A2','XM_005262450'),(103726064,14.8089,91.4455,50.2654,13.7199,0,0,10,'X|122765537|122765705|80.3571,X|122767802|122767923|78.5124,X|122766710|122766893|45.9016,X|122761542|122761821|94.2652,X|122837302|122837357|60.0,X|122771892|122771976|88.0952,X|122757636|122757824|98.9362,X|122799491|122799690|99.4975,X|122866800|122866875|98.6667,X|122760370|122760515|75.8621,X|122747488|122747561|5.47945,X|122755006|122755440|78.5714,X|122745289|122745369|97.5,X|122769928|122770028|90.0','ADM1059A2','NM_001081550'),(103726076,31.1642,100,100,99.3825,0,0,10,NULL,'ADM1059A2','NM_004523'),(103726097,25.2357,100,100,88.1794,0,0,10,NULL,'ADM1059A2','NM_001481'),(103726098,25.4763,100,100,89.3831,0,0,10,NULL,'ADM1059A2','NM_001286209'),(103726102,25.2348,100,98.8351,83.8749,0,0,10,NULL,'ADM1059A2','NM_001278689'),(103726103,25.0044,100,98.6131,81.6059,0,0,10,NULL,'ADM1059A2','NM_173654'),(103726126,29.403,100,100,97.7679,0,0,10,NULL,'ADM1059A2','NM_013339'),(103726139,23.6225,100,98.1442,85.6601,0,0,10,NULL,'ADM1059A2','XM_005263461'),(103726162,29.121,100,100,97.7407,0,0,10,NULL,'ADM1059A2','NM_001172574'),(103726163,28.8855,100,100,97.5467,0,0,10,NULL,'ADM1059A2','NM_001172575'),(103726175,23.5579,100,99.8558,86.3047,0,0,10,NULL,'ADM1059A2','NM_000218'),(103726206,25.3985,100,99.1482,88.4697,0,0,10,NULL,'ADM1059A2','NM_183415'),(103726207,25.3985,100,99.1482,88.4697,0,0,10,NULL,'ADM1059A2','NM_130466'),(103726214,27.9499,100,100,91.8236,0,0,10,NULL,'ADM1059A2','NM_030813'),(103726215,27.9045,100,100,91.4587,0,0,10,NULL,'ADM1059A2','NM_001258392'),(103726216,27.6144,100,100,91.0732,0,0,10,NULL,'ADM1059A2','NM_001258393'),(103726217,21.5332,99.0679,90.7983,63.1214,0,0,10,'5|180045768|180045922|74.6753','ADM1059A2','NM_182925'),(103726218,21.3314,99.0223,90.3485,62.196,0,0,10,'5|180045768|180045922|74.6753','ADM1059A2','NM_002020'),(103726239,28.6766,100,99.9484,96.7979,0.0903808,0,10,NULL,'ADM1059A2','NM_015346'),(103726269,29.0023,99.7699,90.2607,90.1841,0,0,10,'2|74076488|74076616|97.6562','ADM1059A2','XM_005264089'),(103726270,29.0023,99.7699,90.2607,90.1841,0,0,10,'2|74076488|74076616|97.6562','ADM1059A2','NM_213622'),(103726271,29.0023,99.7699,90.2607,90.1841,0,0,10,'2|74076488|74076616|97.6562','ADM1059A2','NM_201647'),(103726272,29.0023,99.7699,90.2607,90.1841,0,0,10,'2|74076488|74076616|97.6562','ADM1059A2','NM_006463'),(103726273,28.773,100,99.9614,96.9504,0,0,10,NULL,'ADM1059A2','NM_014989'),(103726311,30.2329,100,99.8946,96.4342,0,0,10,NULL,'ADM1059A2','NM_000259'),(103726312,30.1098,100,99.893,96.3808,0,0,10,NULL,'ADM1059A2','NM_001142495'),(103726313,30.2512,100,99.8944,96.4267,0,0,10,NULL,'ADM1059A2','XM_005254401'),(103726314,30.2997,100,99.9133,96.9497,0,0,10,NULL,'ADM1059A2','XM_005254403'),(103726329,26.8136,99.8789,97.6998,86.5618,0,0,10,'9|131456173|131456323|99.3333','ADM1059A2','NM_001248001'),(103726335,27.087,100,100,92.3804,0,0,10,NULL,'ADM1059A2','NR_027751'),(103726336,25.7104,100,99.8194,91.3907,0,0,10,NULL,'ADM1059A2','NM_017565'),(103726341,26.3889,100,99.9607,92.0732,0,0,10,NULL,'ADM1059A2','NM_015425'),(103726354,24.6898,99.8212,96.5132,81.8954,0,0,10,'17|7094024|7094135|96.3964','ADM1059A2','XM_005256493'),(103726355,24.6809,99.8205,96.4991,81.8223,0,0,10,'17|7094024|7094135|96.3964','ADM1059A2','NM_001128827'),(103726356,24.7125,99.8314,96.7116,82.9258,0,0,10,'17|7094024|7094135|96.3964','ADM1059A2','NM_001365'),(103726377,29.7545,100,99.9866,97.2498,0,0,10,NULL,'ADM1059A2','NM_025137'),(103726378,30.047,100,99.9859,97.3836,0,0,10,NULL,'ADM1059A2','NM_001160227'),(103726381,27.5524,100,100,92.9613,0,0,10,NULL,'ADM1059A2','NM_018706'),(103726395,27.595,100,100,99.4845,0,0,10,NULL,'ADM1059A2','NM_001077691'),(103726413,27.5294,100,100,90.1274,0,0,10,NULL,'ADM1059A2','NM_001382'),(103726414,23.434,100,100,87.9121,0,0,10,NULL,'ADM1059A2','XM_005271424'),(103726426,28.9911,100,99.9681,94.8089,0,0,10,NULL,'ADM1059A2','NM_000170'),(103726452,25.247,100,98.2467,82.4358,0,0,10,NULL,'ADM1059A2','NM_001848'),(103726460,27.2322,100,98.8683,94.5816,0,0,10,NULL,'ADM1059A2','NR_109986'),(103726473,28.4641,100,100,94.4345,0,0,10,NULL,'ADM1059A2','XM_005273023'),(103726474,29.5335,100,99.9836,94.7713,0,0,10,NULL,'ADM1059A2','NM_004238'),(103726475,28.8549,100,99.9811,94.702,0,0,10,NULL,'ADM1059A2','NM_001284216'),(103726476,29.4029,100,99.984,94.6703,0,0,10,NULL,'ADM1059A2','NM_001284214'),(103726494,23.7896,99.5427,93.1402,72.3704,0,0,10,'9|131013002|131013221|94.5205','ADM1059A2','NM_001288738'),(103726495,24.1532,99.5427,93.1402,77.3628,0,0,10,'9|131013002|131013221|94.5205','ADM1059A2','NM_001005336'),(103726496,23.8787,99.5118,91.2129,75.2535,0,0,10,'9|131013002|131013221|94.5205,9|131016931|131016996|98.4615','ADM1059A2','NM_004408'),(103726497,23.7896,99.5427,93.1402,72.3704,0,0,10,'9|131013002|131013221|94.5205','ADM1059A2','NM_001288737'),(103726549,27.0333,100,98.8171,87.8679,0,0,10,NULL,'ADM1059A2','XM_005260726'),(103726550,27.0135,100,98.8363,88.0649,0,0,10,NULL,'ADM1059A2','NM_000933'),(103726551,27.0476,100,98.8296,87.9967,0,0,10,NULL,'ADM1059A2','NM_001172646'),(103726552,27.0333,100,98.8171,87.8679,0,0,10,NULL,'ADM1059A2','NM_182797'),(103726559,27.7535,100,99.8615,86.1496,0,0,10,NULL,'ADM1059A2','NM_001024070'),(103726560,26.8668,100,99.8706,86.934,0,0,10,NULL,'ADM1059A2','NM_000161'),(103726561,26.9804,100,99.8489,84.8943,0,0,10,NULL,'ADM1059A2','NM_001024071'),(103726562,26.8668,100,99.8706,86.934,0,0,10,NULL,'ADM1059A2','NM_001024024'),(103726563,24.8712,100,99.8607,85.8635,0,0,10,NULL,'ADM1059A2','NM_019109'),(103726584,22.1318,96.9447,92.2954,70.085,0,0,10,'7|70229736|70229993|60.7004,7|69064637|69064950|95.5272','ADM1059A2','NM_001127231'),(103726585,22.2969,97.0044,92.4459,70.6694,0,0,10,'7|70229736|70229993|60.7004,7|69064637|69064950|95.5272','ADM1059A2','NM_015570'),(103726608,25.7921,99.8531,95.5915,80.6025,0,0,10,'16|776306|776370|96.875','ADM1059A2','NM_001031737'),(103726610,30.1087,99.796,97.7193,96.5325,0,0,10,'15|43360094|43360236|92.2535','ADM1059A2','NM_174916'),(103726611,23.0072,99.9759,97.6374,75.4339,0,0,10,'21|46929268|46929517|99.5984','ADM1059A2','NM_130445'),(103726612,22.9759,99.9787,97.8655,76.3714,0,0,10,'21|46929268|46929517|99.5984','ADM1059A2','NM_030582'),(103726613,23.5673,99.9814,98.1447,79.1837,0,0,10,'21|46929268|46929517|99.5984','ADM1059A2','XM_005261182'),(103726617,22.7957,93.0935,90.7914,78.9928,0,0,10,'X|619518|619567|2.04082','ADM1059A2','NM_006883'),(103726618,22.7801,100,98.2143,74.5536,0,0,10,NULL,'ADM1059A2','NM_000451'),(103726627,26.9408,100,99.8071,91.4218,0,0,10,NULL,'ADM1059A2','NM_000138'),(103726633,23.6813,97.3401,90.9974,79.8465,0,0,10,'1|1447646|1447855|75.1196','ADM1059A2','NM_018188'),(103726634,28.4842,100,99.8332,96.2379,0,0,10,NULL,'ADM1059A2','NM_001256469'),(103726635,28.0593,100,99.8246,94.6588,0,0,10,NULL,'ADM1059A2','NM_012330'),(103726689,26.1944,99.7457,97.2276,85.0699,0,0,10,'7|98507677|98508044|91.8256','ADM1059A2','NM_001244580'),(103726690,26.1652,99.7437,97.2063,84.9551,0,0,10,'7|98507677|98508044|91.8256','ADM1059A2','NM_003496'),(103726705,27.944,100,99.8763,95.9032,0,0,10,NULL,'ADM1059A2','NM_015909'),(103726706,26.8257,99.6519,95.5992,87.6181,0,0,10,'10|69933821|69934415|97.6431','ADM1059A2','NM_032578'),(103726771,26.8189,100,99.6488,89.4205,0,0,10,NULL,'ADM1059A2','NM_000090'),(103726772,27.8243,100,91.0543,78.4345,0,0,10,NULL,'ADM1059A2','NM_001256283'),(103726773,28.9671,100,95.7154,89.671,0,0,10,NULL,'ADM1059A2','NM_001957'),(103726774,28.4333,100,94.2505,86.1396,0,0,10,NULL,'ADM1059A2','NM_001166055'),(103726783,28.7266,100,98.161,92.8522,0.346981,0,10,NULL,'ADM1059A2','NM_001851'),(103726784,27.1546,100,96.6745,87.822,0,0,10,NULL,'ADM1059A2','NM_078485'),(103726785,26.0515,99.9515,94.0291,85.6311,0,0,10,'15|43678402|43678530|99.2188','ADM1059A2','NM_001286414'),(103726786,26.0535,99.9514,94.0204,85.6101,0,0,10,'15|43678402|43678530|99.2188','ADM1059A2','NM_014444'),(103726788,25.842,100,99.5719,84.7175,0,0,10,NULL,'ADM1059A2','NM_001007792'),(103726789,25.6133,100,99.8762,84.1519,0,0,10,NULL,'ADM1059A2','NM_001012331'),(103726790,25.6312,100,99.8772,84.2816,0,0,10,NULL,'ADM1059A2','NM_002529'),(103726830,29.8847,100,100,97.6642,0,0,10,NULL,'ADM1059A2','NR_106950'),(103726882,28.5557,99.5101,97.8082,96.622,0,0,10,'3|136170873|136170991|83.8983','ADM1059A2','NM_005862'),(103726900,25.0917,100,100,85.2071,0,0,10,NULL,'ADM1059A2','NM_212552'),(103726901,24.7949,100,100,83.5962,0,0,10,NULL,'ADM1059A2','NM_001035505'),(103726904,27.6925,99.6867,99.2167,93.1401,0,0,10,'5|127622998|127623124|77.7778','ADM1059A2','NM_001999'),(103726906,23.8993,100,99.8496,75.6391,0,0,10,NULL,'ADM1059A2','NM_001283186'),(103726907,24.3419,100,99.8833,81.0968,0,0,10,NULL,'ADM1059A2','NM_152906'),(103726908,24.0367,100,99.898,82.6531,0,0,10,NULL,'ADM1059A2','NM_001283129'),(103726909,23.8993,100,99.8496,75.6391,0,0,10,NULL,'ADM1059A2','XM_005261223'),(103726910,25.0108,100,100,85.1986,0,0,10,NULL,'ADM1059A2','NM_001283235'),(103726914,27.7948,100,100,96.2251,0,0,10,NULL,'ADM1059A2','NM_005879'),(103726917,26.4552,100,96.6632,87.5131,0,0,10,NULL,'ADM1059A2','NM_020297'),(103726918,26.6835,100,96.6625,88.0143,0,0,10,NULL,'ADM1059A2','NM_005691'),(103726928,14.0774,97.8235,35.9129,4.35309,0,0,10,'X|11136619|11136742|86.9919,X|11132953|11133108|98.7097','ADM1059A2','NM_001122608'),(103726939,30.1842,100,100,99.9378,0,0,10,NULL,'ADM1059A2','NM_025000'),(103726940,30.0936,100,100,99.9286,0,0,10,NULL,'ADM1059A2','NM_001164821'),(103726942,24.7388,100,94.052,79.5539,0,0,10,NULL,'ADM1059A2','NM_178234'),(103726943,24.8026,100,94.0686,79.6107,0,0,10,NULL,'ADM1059A2','NM_006765'),(103726968,27.6044,100,98.991,85.9267,0,0,10,NULL,'ADM1059A2','NM_004670'),(103726969,27.6975,100,99.0005,86.06,0,0,10,NULL,'ADM1059A2','NM_001015880'),(103726981,20.1566,99.1151,74.7788,41.2611,0,0,10,'18|19751103|19752242|98.5953','ADM1059A2','NM_005257'),(103727010,24.4894,100,100,90.3514,0,0,10,NULL,'ADM1059A2','NM_001282455'),(103727011,24.4056,100,100,90.3727,0,0,10,NULL,'ADM1059A2','NM_000742'),(103727020,14.793,90.6538,50.5141,15.2386,0,0,10,'X|76920132|76920269|36.4963,X|76776264|76776396|94.697,X|76854878|76855051|93.0636,X|76891404|76891549|73.7931,X|77041466|77041490|45.8333,X|76918869|76919049|80.5556,X|76937010|76940087|92.8502,X|76777739|76777868|79.845,X|76953069|76953125|75.0,X|76907602|76907845|92.1811,X|76778728|76778881|82.3529,X|76763826|76764109|52.2968,X|76931719|76931795|0.0','ADM1059A2','NM_000489'),(103727021,14.7581,90.5074,49.9531,15.4237,0,0,10,'X|76920132|76920269|36.4963,X|76776264|76776396|94.697,X|76854878|76855051|93.0636,X|76891404|76891549|73.7931,X|77041466|77041490|45.8333,X|76918869|76919049|80.5556,X|76937010|76940087|92.8502,X|76777739|76777868|79.845,X|76953069|76953125|75.0,X|76907602|76907845|92.1811,X|76778728|76778881|82.3529,X|76763826|76764109|52.2968,X|76931719|76931795|0.0','ADM1059A2','NM_138270'),(103727024,22.1973,100,95.9805,62.2412,0,0,10,NULL,'ADM1059A2','NM_024598'),(103727025,21.5406,100,95.6806,59.4241,0,0,10,NULL,'ADM1059A2','NM_001195302'),(103727034,24.8311,100,100,75.1979,0,0,10,NULL,'ADM1059A2','NM_000320'),(103727101,25.6569,99.9327,96.7014,82.935,0,0,10,'17|10535791|10536103|98.7179','ADM1059A2','NM_002470'),(103727103,24.5343,100,99.0105,82.3688,0,0,10,NULL,'ADM1059A2','NM_006037'),(103727112,22.8703,100,95.9952,78.9002,0,0,10,NULL,'ADM1059A2','NM_030928'),(103727120,27.9076,100,100,89.3893,0,0,10,NULL,'ADM1059A2','NM_000376'),(103727121,27.3718,100,100,85.8117,0,0,10,NULL,'ADM1059A2','NM_001017536'),(103727122,27.9076,100,100,89.3893,0,0,10,NULL,'ADM1059A2','NM_001017535'),(103727123,24.9504,100,99.2091,82.2496,0,0,10,NULL,'ADM1059A2','NM_001130103'),(103727124,24.9628,100,99.1844,81.6946,0,0,10,NULL,'ADM1059A2','NM_080801'),(103727125,25.0166,100,99.1697,81.4576,0,0,10,NULL,'ADM1059A2','NM_080802'),(103727126,24.912,100,99.1198,80.6357,0,0,10,NULL,'ADM1059A2','NM_080798'),(103727127,24.8708,100,99.1724,81.5173,0,0,10,NULL,'ADM1059A2','NM_080800'),(103727128,24.4041,100,99.0698,79.6383,0,0,10,NULL,'ADM1059A2','NM_080805'),(103727129,23.3487,100,99.0887,80.863,0,0,10,NULL,'ADM1059A2','NM_001272003'),(103727130,22.9198,100,97.7649,77.807,0,0,10,NULL,'ADM1059A2','NM_020822'),(103727131,23.0662,100,97.803,78.1856,0,0,10,NULL,'ADM1059A2','XM_005263407'),(103727134,30.0599,100,100,98.6049,0,0,10,NULL,'ADM1059A2','NM_181523'),(103727138,32.438,100,100,99.4971,0,0,10,NULL,'ADM1059A2','NM_015295'),(103727148,28.4473,100,99.1575,95.0217,0,0,10,NULL,'ADM1059A2','NM_018193'),(103727149,28.6441,100,99.1951,95.2439,0,0,10,NULL,'ADM1059A2','NM_001113378'),(103727155,28.0949,100,99.931,95.8951,0.569162,0,10,NULL,'ADM1059A2','NM_018249'),(103727156,28.2236,100,99.928,95.8258,0.593739,0,10,NULL,'ADM1059A2','NM_001011649'),(103727157,28.1255,100,99.9298,95.8238,0.57905,0,10,NULL,'ADM1059A2','NM_001272039'),(103727158,26.1487,100,99.6936,91.9805,0,0,10,NULL,'ADM1059A2','NM_000548'),(103727159,26.2701,100,99.6818,92.1191,0,0,10,NULL,'ADM1059A2','NM_001077183'),(103727160,26.355,100,99.675,92.0856,0,0,10,NULL,'ADM1059A2','XM_005255533'),(103727161,26.1656,100,99.6896,91.9481,0,0,10,NULL,'ADM1059A2','NM_001114382'),(103727162,26.2524,100,99.6862,92.1543,0,0,10,NULL,'ADM1059A2','XM_005255530'),(103727178,26.6526,100,94.8728,86.9975,0,0,10,NULL,'ADM1059A2','NM_001130690'),(103727214,26.7836,100,100,93.9342,0,0,10,NULL,'ADM1059A2','XM_005251605'),(103727215,26.6599,100,100,93.7266,0,0,10,NULL,'ADM1059A2','NM_001190458'),(103727216,26.7187,100,100,93.8262,0,0,10,NULL,'ADM1059A2','NM_203447'),(103727243,26.5711,100,99.6601,90.403,0,0,10,NULL,'ADM1059A2','NM_001080414'),(103727251,24.9887,100,98.8665,82.596,0,0,10,NULL,'ADM1059A2','NM_032034'),(103727252,25.342,100,98.9003,84.7818,0,0,10,NULL,'ADM1059A2','NM_001174090'),(103727253,24.9691,99.9628,97.4349,82.4164,0,0,10,'20|3219739|3219786|97.8723','ADM1059A2','NM_001174089'),(103727268,26.6852,100,99.9685,90.0834,0,0,10,NULL,'ADM1059A2','NM_001206999'),(103727269,26.7175,100,99.9679,89.8779,0,0,10,NULL,'ADM1059A2','NM_007174'),(103727279,27.1096,100,100,92.371,0,0,10,NULL,'ADM1059A2','NM_052867'),(103727293,29.2647,100,100,99.4344,0,0,10,NULL,'ADM1059A2','NM_003289'),(103727298,25.4836,100,98.7304,86.5989,0.0148489,0,10,NULL,'ADM1059A2','NM_005529'),(103727300,26.4595,100,99.818,92.8116,0,0,10,NULL,'ADM1059A2','NM_006642'),(103727301,26.7323,100,99.8064,92.546,0,0,10,NULL,'ADM1059A2','XM_005273020'),(103727310,26.7234,99.814,95.3507,90.7811,0,0,10,'20|62326092|62326329|97.0464','ADM1059A2','NM_032957'),(103727311,26.9079,99.8253,95.6326,91.3402,0,0,10,'20|62326092|62326329|97.0464','ADM1059A2','NM_001283009'),(103727319,24.5817,100,92.584,86.9061,0,0,10,NULL,'ADM1059A2','NM_001129819'),(103727320,24.5817,100,92.584,86.9061,0,0,10,NULL,'ADM1059A2','NM_007326'),(103727335,27.2186,100,99.644,93.8906,0,0,10,NULL,'ADM1059A2','NM_020920'),(103727336,26.8572,100,99.6819,93.9814,0,0,10,NULL,'ADM1059A2','NM_001170629'),(103727376,27.8581,99.8682,97.877,92.7818,0,0,10,'18|67753847|67753922|89.3333,18|67872862|67872897|97.1429','ADM1059A2','NM_173630'),(103727381,26.006,100,99.2114,87.1573,0,0,10,NULL,'ADM1059A2','NM_001177431'),(103727382,26.006,100,99.2114,87.1573,0,0,10,NULL,'ADM1059A2','NM_021625'),(103727383,25.4233,100,99.1003,85.3899,0,0,10,NULL,'ADM1059A2','NM_001177433'),(103727384,25.4766,100,99.1525,86.2389,0,0,10,NULL,'ADM1059A2','NM_147204'),(103727385,25.9925,100,99.1657,86.4521,0,0,10,NULL,'ADM1059A2','NM_001177428'),(103727386,26.1503,100,99.1803,86.6901,0,0,10,NULL,'ADM1059A2','XM_005253919'),(103727388,24.49,98.8707,95.9043,77.8864,0,0,10,'14|23858066|23858266|97.5,14|23871904|23872011|42.0561','ADM1059A2','NM_002471'),(103727401,28.7214,100,100,97.5016,0,0,10,NULL,'ADM1059A2','NM_001079823'),(103727427,25.6111,100,98.0171,88.1027,0,0,10,NULL,'ADM1059A2','NM_001010898'),(103727472,31.567,100,100,94.2359,0,0,10,NULL,'ADM1059A2','XM_005267040'),(103727473,30.387,100,100,94.657,0,0,10,NULL,'ADM1059A2','NM_017909'),(103727479,25.859,100,98.7758,90.8585,0,0,10,NULL,'ADM1059A2','NM_020812'),(103727482,27.0578,100,99.5367,92.8095,0,0,10,NULL,'ADM1059A2','NM_015662'),(103727497,21.2934,97.0116,83.2798,53.9639,0,0,10,'19|48922489|48922618|48.8372,19|48922840|48923073|99.5708,19|48901647|48902116|95.0959,19|48945855|48947197|97.69','ADM1059A2','NM_000836'),(103727520,25.4131,100,98.6844,86.2115,0,0,10,NULL,'ADM1059A2','NM_002473'),(103727542,26.4913,100,98.2226,90.6052,0,0,10,NULL,'ADM1059A2','NM_032985'),(103727543,26.4913,100,98.2226,90.6052,0,0,10,NULL,'ADM1059A2','NM_001172746'),(103727544,26.4913,100,98.2226,90.6052,0,0,10,NULL,'ADM1059A2','NM_001172745'),(103727563,31.6504,100,100,100,0,0,10,NULL,'ADM1059A2','NM_020164'),(103727564,31.6877,100,100,100,0,0,10,NULL,'ADM1059A2','NM_032467'),(103727581,25.2077,100,98.7832,79.315,0,0,10,NULL,'ADM1059A2','NM_001278912'),(103727582,25.3765,100,98.8137,79.833,0,0,10,NULL,'ADM1059A2','NM_000501'),(103727583,25.6175,100,98.664,80.7521,0,0,10,NULL,'ADM1059A2','NM_001278913'),(103727584,25.4063,100,98.7716,80.9372,0,0,10,NULL,'ADM1059A2','NM_001278914'),(103727585,25.2516,100,98.73,80.3857,0,0,10,NULL,'ADM1059A2','NM_001278918'),(103727586,25.2619,100,98.6931,79.8161,0,0,10,NULL,'ADM1059A2','NM_001278916'),(103727587,25.263,100,98.7963,79.5363,0,0,10,NULL,'ADM1059A2','NM_001278917'),(103727588,25.1893,100,98.7914,79.3644,0,0,10,NULL,'ADM1059A2','NM_001081754'),(103727589,25.3514,100,98.758,80.7268,0,0,10,NULL,'ADM1059A2','NM_001081753'),(103727590,21.7469,98.5318,89.2152,70.4752,0,0,10,'5|11384775|11385343|90.3169','ADM1059A2','NM_001332'),(103727608,28.6866,100,100,97.7375,0,0,10,NULL,'ADM1059A2','NM_213674'),(103727620,29.2937,100,96.8983,91.4392,0,0,10,NULL,'ADM1059A2','NM_001211'),(103727621,24.2854,100,97.0368,80.109,0,0,10,NULL,'ADM1059A2','NM_004793'),(103727622,24.85,100,99.4175,84.3466,0,0,10,NULL,'ADM1059A2','NM_001276479'),(103727623,24.9368,100,99.3168,85.0555,0,0,10,NULL,'ADM1059A2','NM_001276480'),(103727638,25.5933,100,99.7001,81.1638,0,0,10,NULL,'ADM1059A2','NM_015599'),(103727639,25.4202,100,99.713,81.5155,0,0,10,NULL,'ADM1059A2','NM_001199919'),(103727640,25.4259,100,99.7149,81.2429,0,0,10,NULL,'ADM1059A2','NM_001199917'),(103727651,21.1038,96.3933,87.253,50.1482,0,0,10,'11|64410009|64410278|72.8625','ADM1059A2','NM_138734'),(103727652,23.4895,100,96.4663,71.6535,0,0,10,NULL,'ADM1059A2','XM_005274406'),(103727653,23.3556,100,96.7923,71.0104,0,0,10,NULL,'ADM1059A2','NM_138732'),(103727654,23.4895,100,96.4663,71.6535,0,0,10,NULL,'ADM1059A2','NM_015080'),(103727671,24.3038,100,99.4243,81.178,0,0,10,NULL,'ADM1059A2','NM_016569'),(103727672,29.4906,100,100,95.2766,0,0,10,NULL,'ADM1059A2','NM_000642'),(103727673,29.4906,100,100,95.2766,0,0,10,NULL,'ADM1059A2','NM_000644'),(103727674,29.4906,100,100,95.2766,0,0,10,NULL,'ADM1059A2','NM_000643'),(103727675,29.4906,100,100,95.2766,0,0,10,NULL,'ADM1059A2','NM_000028'),(103727676,29.4043,100,100,95.2279,0,0,10,NULL,'ADM1059A2','NM_000646'),(103727677,29.4296,100,100,95.2217,0,0,10,NULL,'ADM1059A2','NM_000645'),(103727682,22.306,99.6407,95.9281,72.4551,0,0,10,'21|47565730|47565863|95.4887','ADM1059A2','NM_006657'),(103727683,22.1739,99.6602,95.7531,70.1019,0,0,10,'21|47565730|47565863|95.4887','ADM1059A2','XM_005261088'),(103727684,22.306,99.6407,95.9281,72.4551,0,0,10,'21|47565730|47565863|95.4887','ADM1059A2','NM_206965'),(103727685,22.2792,99.6068,95.5439,73.0013,0,0,10,'21|47565730|47565863|95.4887','ADM1059A2','XM_005261089'),(103727698,21.4735,90.0915,80.5991,62.0367,0,0,10,'16|70894590|70894806|75.0,16|71021825|71022038|0.0,16|71008435|71008575|85.7143,16|70861162|70861316|26.6234,16|71052030|71052347|26.183,16|70937806|70937969|99.3865,16|70993548|70993725|48.5876,16|71059284|71059431|48.9796,16|70852243|70852477|98.7179,16|70986322|70986540|79.3578,16|70905938|70906084|86.9863,16|70937526|70937702|0.0,16|70925547|70925789|22.314,16|71022294|71022417|0.0,16|71007244|71007397|65.3595,16|71122202|71122429|99.5595,16|70916561|70916800|99.1632,16|70969853|70970019|18.0723,16|70873965|70874138|99.422','ADM1059A2','NM_001270974'),(103727705,25.6879,100,96.3459,81.3033,0,0,10,NULL,'ADM1059A2','NM_003638'),(103727737,30.4541,100,100,88.9864,0,0,10,NULL,'ADM1059A2','NM_024818'),(103727738,32.1165,100,100,94.1775,0,0,10,NULL,'ADM1059A2','NM_198329'),(103727742,26.825,99.8248,98.5239,91.0616,0,0,10,'6|152712410|152712705|84.0678','ADM1059A2','NM_182961'),(103727743,26.7649,99.8239,98.5011,90.7595,0,0,10,'6|152712410|152712705|84.0678','ADM1059A2','NM_033071'),(103727757,25.4043,100,96.079,82.5852,0,0,10,NULL,'ADM1059A2','NM_005993'),(103727758,24.0091,100,98.3622,80.7552,0,0,10,NULL,'ADM1059A2','NM_004423'),(103727759,24.1009,100,100,82.4826,0,0,10,NULL,'ADM1059A2','NM_002633'),(103727760,26.1794,100,100,86.4454,0,0,10,NULL,'ADM1059A2','NM_001172818'),(103727761,25.3879,100,100,89.9466,0,0,10,NULL,'ADM1059A2','NM_001172819'),(103727782,25.4445,99.9737,97.9057,83.6539,0,0,10,'11|19970235|19970628|99.4911','ADM1059A2','NM_001244963'),(103727788,12.3653,70.0806,26.129,10.1613,0,0,10,'X|67273485|67273654|71.0059,X|67339088|67339176|95.4545,X|67417026|67417108|13.4146,X|67316710|67316873|99.3865,X|67331694|67331803|6.42202,X|67652707|67652865|67.7215,X|67429993|67430126|99.2481,X|67333021|67333083|91.9355,X|67421459|67421554|0.0,X|67412759|67412837|91.0256,X|67494578|67494653|25.3333,X|67431948|67432056|16.6667,X|67454327|67454432|70.4762,X|67283694|67284021|45.2599','ADM1059A2','NM_002547'),(103727794,24.6134,100,97.591,85.5589,0,0,10,NULL,'ADM1059A2','NM_001142864'),(103727807,30.2427,100,98.615,96.5028,0.242382,0,10,NULL,'ADM1059A2','NM_181426'),(103727821,26.77,100,100,95.5566,0,0,10,NULL,'ADM1059A2','NM_017739'),(103727822,27.3097,100,100,96.1123,0,0,10,NULL,'ADM1059A2','NM_001243766'),(103727823,26.6423,100,100,95.4087,0,0,10,NULL,'ADM1059A2','XM_005271012'),(103727826,26.369,99.8412,98.3948,89.2926,0,0,10,'18|47721135|47721166|70.9677','ADM1059A2','NM_001080467'),(103727833,26.1286,99.9607,98.1347,89.1616,0,0,10,'1|6845588|6845637|95.9184','ADM1059A2','NM_015215'),(103727834,23.4599,100,100,82.6087,0,0,10,NULL,'ADM1059A2','NM_000660'),(103727880,28.733,100,95.6618,89.6552,0,0,10,NULL,'ADM1059A2','NM_001277062'),(103727881,28.466,100,96.3138,89.603,0,0,10,NULL,'ADM1059A2','NM_001277061'),(103727882,28.2196,100,94.2136,86.2018,0,0,10,NULL,'ADM1059A2','NM_001277065'),(103727883,28.2196,100,94.2136,86.2018,0,0,10,NULL,'ADM1059A2','NM_001277066'),(103727884,28.2886,100,94.8138,87.633,0,0,10,NULL,'ADM1059A2','NM_001277063'),(103727885,28.5739,100,94.7083,87.3813,0,0,10,NULL,'ADM1059A2','NM_001277064'),(103727886,28.466,100,96.3138,89.603,0,0,10,NULL,'ADM1059A2','NM_020194'),(103727897,11.5248,74.2783,15.6921,0.518134,0,0,10,'X|54040808|54040998|72.1053,X|54044092|54044256|57.9268,X|54048690|54048802|98.2143,X|53989275|53989374|98.9899,X|54020032|54020338|38.8889,X|54022124|54022217|1.07527,X|54069062|54069164|0.0,X|54013509|54013598|84.2697,X|54011345|54011662|54.5741,X|54012338|54012384|54.3478,X|54043026|54043171|93.1034','ADM1059A2','NM_001184898'),(103727908,27.5946,100,99.1421,89.9242,0,0,10,NULL,'ADM1059A2','NM_178229'),(103727919,29.0886,100,100,96.0148,0,0,10,NULL,'ADM1059A2','NM_001303'),(103727937,13.2806,85.3104,32.3859,4.74196,0,0,10,'X|53619356|53619590|7.69231,X|53586313|53586495|59.3407,X|53574632|53575236|88.7417,X|53563339|53563630|74.5704,X|53610516|53610878|94.4751,X|53565296|53565417|76.8595,X|53620322|53620563|80.4979,X|53672261|53672417|98.0769,X|53565794|53566043|59.4378,X|53592026|53592202|89.2045,X|53571519|53571725|69.9029,X|53570800|53570931|94.6565,X|53635811|53635872|81.9672,X|53643929|53644110|79.0055,X|53613740|53613871|94.6565,X|53585930|53586023|63.4409,X|53591533|53591685|76.9737,X|53561475|53561660|99.4595,X|53560966|53561160|85.567,X|53579270|53579404|99.2537,X|53615340|53615496|92.9487,X|53589070|53589207|97.8102,X|53652116|53652221|25.7143,X|53621457|53621583|95.2381,X|53659437|53659518|62.963,X|53573395|53573555|0.0,X|53634482|53634662|99.4444,X|53578225|53578443|65.1376,X|53577625|53577731|32.0755,X|53661186|53661252|75.7576,X|53581592|53581883|39.8625,X|53611144|53611307|98.1595,X|53602601|53602750|87.9195,X|53575918|53576468|94.9091,X|53616505|53616778|70.3297,X|53563106|53563215|0.0,X|53589790|53589892|67.6471,X|53617362|53617461|45.4545,X|53573663|53573788|4.0,X|53603858|53604029|99.4152,X|53577860|53578152|94.863','ADM1059A2','XM_005277962'),(103727938,13.2806,85.3104,32.3859,4.74196,0,0,10,'X|53619356|53619590|7.69231,X|53586313|53586495|59.3407,X|53574632|53575236|88.7417,X|53563339|53563630|74.5704,X|53610516|53610878|94.4751,X|53565296|53565417|76.8595,X|53620322|53620563|80.4979,X|53672261|53672417|98.0769,X|53565794|53566043|59.4378,X|53592026|53592202|89.2045,X|53571519|53571725|69.9029,X|53570800|53570931|94.6565,X|53635811|53635872|81.9672,X|53643929|53644110|79.0055,X|53613740|53613871|94.6565,X|53585930|53586023|63.4409,X|53591533|53591685|76.9737,X|53561475|53561660|99.4595,X|53560966|53561160|85.567,X|53579270|53579404|99.2537,X|53615340|53615496|92.9487,X|53589070|53589207|97.8102,X|53652116|53652221|25.7143,X|53621457|53621583|95.2381,X|53659437|53659518|62.963,X|53573395|53573555|0.0,X|53634482|53634662|99.4444,X|53578225|53578443|65.1376,X|53577625|53577731|32.0755,X|53661186|53661252|75.7576,X|53581592|53581883|39.8625,X|53611144|53611307|98.1595,X|53602601|53602750|87.9195,X|53575918|53576468|94.9091,X|53616505|53616778|70.3297,X|53563106|53563215|0.0,X|53589790|53589892|67.6471,X|53617362|53617461|45.4545,X|53573663|53573788|4.0,X|53603858|53604029|99.4152,X|53577860|53578152|94.863','ADM1059A2','NM_031407'),(103727968,26.6565,100,97.7247,91.6573,0,0,10,NULL,'ADM1059A2','NM_001162426'),(103728002,28.378,100,100,96.6767,0,0,10,NULL,'ADM1059A2','NM_144966'),(103728011,27.5821,99.739,98.42,91.4157,0,0,10,'14|102476178|102476425|85.0202','ADM1059A2','NM_001376'),(103728012,27.047,100,99.608,93.6218,0,0,10,NULL,'ADM1059A2','NM_001128840'),(103728013,26.996,100,99.6116,93.6818,0,0,10,NULL,'ADM1059A2','NM_000720'),(103728014,26.9902,100,99.6032,93.5439,0,0,10,NULL,'ADM1059A2','NM_001128839'),(103728031,26.9967,100,98.7938,91.4177,0,0,10,NULL,'ADM1059A2','NM_014991'),(103728032,27.0533,100,98.8903,91.878,0,0,10,NULL,'ADM1059A2','XM_005262860'),(103728063,23.5286,100,99.8571,85.7143,0,0,10,NULL,'ADM1059A2','NM_003321'),(103728103,27.9725,100,99.9584,95.0458,0,0,10,NULL,'ADM1059A2','NM_005051'),(103728104,12.8563,81.1874,32.759,1.9092,0,0,10,'X|44935940|44936073|57.8947,X|44948986|44949177|67.0157,X|44918490|44918713|59.1928,X|44928822|44929604|92.8389,X|44941958|44942036|94.8718,X|44910952|44911049|62.8866,X|44938389|44938598|62.6794,X|44920567|44920666|68.6869,X|44949966|44950111|2.06897,X|44918249|44918351|0.0,X|44896898|44896936|0.0,X|44969322|44969496|99.4253,X|44732795|44732960|90.9091,X|44922665|44923064|76.1905','ADM1059A2','NM_021140'),(103728105,12.6439,81.2131,29.2131,0.786884,0,0,10,'X|44935940|44936073|57.8947,X|44948986|44949177|67.0157,X|44928822|44929604|92.8389,X|44941958|44942036|94.8718,X|44938389|44938598|62.6794,X|44920567|44920666|68.6869,X|44949966|44950111|2.06897,X|44969322|44969496|99.4253,X|44918589|44918713|62.0968,X|44922665|44923064|76.1905','ADM1059A2','XM_005272662'),(103728106,12.9595,83.3752,32.6223,0.752821,0,0,10,'X|44935940|44936073|57.8947,X|44948986|44949177|67.0157,X|44928822|44929604|92.8389,X|44941958|44942036|94.8718,X|44938389|44938598|62.6794,X|44920567|44920666|68.6869,X|44949966|44950111|2.06897,X|44969322|44969496|99.4253,X|44919852|44920011|97.4843,X|44922665|44923064|76.1905','ADM1059A2','XM_005272655'),(103728107,12.8786,81.1863,32.9008,1.89991,0,0,10,'X|44935940|44936073|57.8947,X|44948986|44949177|67.0157,X|44918490|44918713|59.1928,X|44928822|44929604|92.8389,X|44941958|44942036|94.8718,X|44910952|44911049|62.8866,X|44938389|44938598|62.6794,X|44920567|44920666|68.6869,X|44949966|44950111|2.06897,X|44918249|44918351|0.0,X|44896898|44896936|0.0,X|44969322|44969496|99.4253,X|44919852|44920011|97.4843,X|44732795|44732960|90.9091,X|44922665|44923064|76.1905','ADM1059A2','XM_005272657'),(103728108,12.761,80.0741,31.7284,2.02469,0,0,10,'X|44935940|44936073|57.8947,X|44948986|44949177|67.0157,X|44918490|44918713|59.1928,X|44928822|44929604|92.8389,X|44941958|44942036|94.8718,X|44910952|44911049|62.8866,X|44938389|44938598|62.6794,X|44920567|44920666|68.6869,X|44949966|44950111|2.06897,X|44918249|44918351|0.0,X|44896898|44896936|0.0,X|44969322|44969496|99.4253,X|44732796|44732960|91.4634,X|44922665|44923064|76.1905','ADM1059A2','XM_005272661'),(103728110,14.417,89.2241,50.3771,8.56682,0,0,10,'X|149783060|149783174|91.2281,X|149831904|149832084|33.3333,X|149814154|149814346|76.0417,X|149818187|149818376|99.4709,X|149809740|149809893|84.9673','ADM1059A2','NM_000252'),(103728114,21.6123,90.0727,77.899,63.65,0,0,10,'16|70937806|70937969|99.3865,16|70993548|70993725|48.5876,16|70937526|70937702|0.0,16|71007244|71007397|65.3595,16|70927437|70928453|99.311,16|70969853|70970019|18.0723','ADM1059A2','NR_103556'),(103728125,30.5685,100,100,97.581,0,0,10,NULL,'ADM1059A2','NM_002485'),(103728133,22.9036,99.0363,90.5115,65.1594,0,0,10,'19|47979787|47979973|93.0107','ADM1059A2','NM_007059'),(103728181,27.0836,100,99.912,93.1998,0,0,10,NULL,'ADM1059A2','NM_000124'),(103728184,28.5645,100,99.1887,94.4902,0,0,10,NULL,'ADM1059A2','NM_002222'),(103728185,28.5922,100,99.2034,94.1386,0,0,10,NULL,'ADM1059A2','NM_001168272'),(103728186,28.5502,100,99.1934,94.4739,0,0,10,NULL,'ADM1059A2','NM_001099952'),(103728189,25.8923,100,99.5679,91.0695,0,0,10,NULL,'ADM1059A2','NM_001017995'),(103728249,26.8913,100,100,95.8938,0,0,10,NULL,'ADM1059A2','NM_002880'),(103728250,29.7239,100,99.3374,94.9752,0,0,10,NULL,'ADM1059A2','NM_001267039'),(103728253,23.5811,100,94.8276,80.7302,0,0,10,NULL,'ADM1059A2','NM_000325'),(103728293,13.4258,89.1089,34.7949,0,0,0,10,'X|48382157|48382462|74.7541','ADM1059A2','NM_006579'),(103728294,24.145,100,96.1429,74.0714,0,0,10,NULL,'ADM1059A2','NM_000806'),(103728295,24.145,100,96.1429,74.0714,0,0,10,NULL,'ADM1059A2','NM_001127643'),(103728296,24.145,100,96.1429,74.0714,0,0,10,NULL,'ADM1059A2','NM_001127644'),(103728297,24.145,100,96.1429,74.0714,0,0,10,NULL,'ADM1059A2','NM_001127645'),(103728298,24.145,100,96.1429,74.0714,0,0,10,NULL,'ADM1059A2','NM_001127648'),(103728299,24.903,100,99.9495,84.1839,0,0,10,NULL,'ADM1059A2','NM_000453'),(103728302,27.8687,100,97.5068,88.7417,0,0,10,NULL,'ADM1059A2','NM_014770'),(103728303,25.9901,100,98.1573,85.4785,0,0,10,NULL,'ADM1059A2','NM_001122772'),(103728304,30.6967,100,100,99.9007,0,0,10,NULL,'ADM1059A2','NM_012233'),(103728305,30.6859,100,100,99.9014,0,0,10,NULL,'ADM1059A2','NM_001172435'),(103728332,26.9633,100,90.99,89.099,0,0,10,NULL,'ADM1059A2','NM_001190907'),(103728333,25.5172,100,99.3205,85.9629,0,0,10,NULL,'ADM1059A2','NM_003482'),(103728338,23.7352,99.4806,91.0403,73.4526,0,0,10,'6|157099062|157100607|97.6699','ADM1059A2','XM_005267069'),(103728355,29.5633,100,99.9692,97.0151,0.143604,0,10,NULL,'ADM1059A2','NM_023073'),(103728398,24.8653,99.6177,96.2192,79.0144,0,0,10,'19|45873792|45873801|0.0','ADM1059A2','NM_000400'),(103728399,25.1736,100,100,89.0127,0,0,10,NULL,'ADM1059A2','NM_001130867'),(103728400,25.0213,99.5743,95.79,78.0038,0,0,10,'19|45873792|45873801|0.0','ADM1059A2','XM_005258640'),(103728410,28.3965,100,100,95.5723,0,0,10,NULL,'ADM1059A2','NM_018328'),(103728423,28.1709,100,99.6116,94.6116,0,0,10,NULL,'ADM1059A2','NM_003199'),(103728424,28.5287,100,100,97.3071,0,0,10,NULL,'ADM1059A2','NM_001243231'),(103728425,28.6052,100,100,97.3948,0,0,10,NULL,'ADM1059A2','NM_001243227'),(103728426,28.826,100,100,97.1892,0,0,10,NULL,'ADM1059A2','NM_001243232'),(103728427,28.6562,100,100,96.858,0,0,10,NULL,'ADM1059A2','NM_001243233'),(103728428,27.9302,100,100,94.4942,0,0,10,NULL,'ADM1059A2','NM_001243236'),(103728429,28.3784,100,100,96.6709,0,0,10,NULL,'ADM1059A2','NM_001243235'),(103728430,28.3127,100,100,96.0488,0,0,10,NULL,'ADM1059A2','NM_001243230'),(103728431,28.2522,100,99.6172,94.689,0,0,10,NULL,'ADM1059A2','NM_001243228'),(103728432,27.2974,100,99.4128,88.9681,0,0,10,NULL,'ADM1059A2','NM_001243226'),(103728433,28.1906,100,99.6139,94.6429,0,0,10,NULL,'ADM1059A2','NM_001083962'),(103728435,27.247,100,99.8221,95.5872,0,0,10,NULL,'ADM1059A2','NM_213599'),(103728438,13.8134,86.0966,38.6354,9.48161,0,0,10,'X|32490279|32490428|38.9262,X|31496221|31496493|1.83824,X|32482701|32482818|82.0513,X|31462596|31462746|65.3333,X|31947711|31947864|99.3464,X|32591645|32591756|97.2973,X|31854833|31854938|97.1429,X|32380903|32381077|76.4368,X|32364058|32364199|97.8723,X|32472777|32472951|0.0,X|32305644|32305820|44.8864,X|32360215|32360401|70.4301,X|32613872|32613995|99.187,X|31838090|31838202|72.3214,X|32563274|32563453|72.6257,X|31950195|31950346|73.5099,X|32717227|32717412|32.973,X|32382697|32382829|99.2424,X|32408186|32408300|96.4912,X|31241162|31241240|97.4359,X|32503034|32503218|99.4565,X|32481554|32481713|94.3396,X|32486613|32486829|90.7407,X|31893303|31893492|75.1323,X|32834583|32834759|5.68182,X|32235031|32235182|90.0662,X|32862898|32862979|95.0617,X|31152217|31152313|97.9167,X|31792075|31792311|93.2203,X|32361249|32361405|87.1795,X|32536123|32536250|58.2677,X|32404425|32404584|43.3962,X|32429867|32430032|95.7576,X|32827608|32827730|78.6885,X|32456356|32456509|96.732,X|32662247|32662432|96.2162,X|32715985|32716117|84.0909','ADM1059A2','NM_004009'),(103728439,13.8169,86.1114,38.7625,9.47154,0,0,10,'X|32490279|32490428|38.9262,X|31496221|31496493|1.83824,X|32482701|32482818|82.0513,X|31462596|31462746|65.3333,X|31947711|31947864|99.3464,X|32591645|32591756|97.2973,X|31854833|31854938|97.1429,X|32380903|32381077|76.4368,X|32364058|32364199|97.8723,X|32472777|32472951|0.0,X|32305644|32305820|44.8864,X|32360215|32360401|70.4301,X|32613872|32613995|99.187,X|31838090|31838202|72.3214,X|32563274|32563453|72.6257,X|31950195|31950346|73.5099,X|32717227|32717412|32.973,X|32382697|32382829|99.2424,X|32408186|32408300|96.4912,X|31241162|31241240|97.4359,X|32503034|32503218|99.4565,X|32481554|32481713|94.3396,X|32486613|32486829|90.7407,X|31893303|31893492|75.1323,X|32834583|32834759|5.68182,X|32235031|32235182|90.0662,X|32862898|32862979|95.0617,X|31152217|31152313|97.9167,X|31792075|31792311|93.2203,X|32361249|32361405|87.1795,X|32536123|32536250|58.2677,X|32404425|32404584|43.3962,X|32429867|32430032|95.7576,X|32827608|32827730|78.6885,X|32456356|32456509|96.732,X|32662247|32662432|96.2162,X|32715985|32716117|84.0909','ADM1059A2','NM_004006'),(103728440,28.2023,100,99.7255,94.6998,0,0,10,NULL,'ADM1059A2','NM_004525'),(103728482,24.9897,100,96.7477,89.54,0,0,10,NULL,'ADM1059A2','NM_001171933'),(103728486,24.3616,100,98.2533,86.4629,0,0,10,NULL,'ADM1059A2','NM_001128225'),(103728487,24.347,100,98.2206,86.21,0,0,10,NULL,'ADM1059A2','NM_152264'),(103728492,28.5383,99.9732,98.8204,94.0349,0,0,10,'17|15973477|15973841|99.4505','ADM1059A2','NM_006311'),(103728493,28.856,99.972,98.7694,95.2454,0,0,10,'17|15973477|15973841|99.4505','ADM1059A2','NM_001190440'),(103728494,28.771,100,99.8217,97.3966,0,0,10,NULL,'ADM1059A2','NM_001190438'),(103728526,21.2757,99.1343,89.857,63.455,0,0,10,'22|51158610|51160867|98.9809,22|51135949|51136145|88.2653','ADM1059A2','NM_033517'),(103728532,25.4172,100,100,85.1479,0,0,10,NULL,'ADM1059A2','NM_001197223'),(103728549,29.326,100,100,99.1314,0,0,10,NULL,'ADM1059A2','NM_170784'),(103728550,29.326,100,100,99.1314,0,0,10,NULL,'ADM1059A2','NM_018848'),(103728558,14.1064,90.1064,48.1915,3.19149,0,0,10,'X|129274506|129274594|48.8636,X|129263943|129264143|84.0,X|129299523|129299633|97.2727,X|129267286|129267432|29.4521,X|129263529|129263605|96.0526','ADM1059A2','NM_145812'),(103728559,14.3615,90.1691,50.8985,6.55391,0,0,10,'X|129274506|129274594|48.8636,X|129263943|129264143|84.0,X|129299523|129299633|97.2727,X|129267286|129267432|29.4521,X|129263529|129263605|96.0526','ADM1059A2','NM_004208'),(103728560,13.4845,82.9419,42.7689,2.7194,0,0,10,'X|129263943|129264143|84.0,X|129267286|129267432|29.4521,X|129263529|129263605|96.0526','ADM1059A2','NM_001130846'),(103728561,26.502,100,98.7069,88.9547,0,0,10,NULL,'ADM1059A2','NM_004380'),(103728562,26.4748,100,98.6862,88.7779,0,0,10,NULL,'ADM1059A2','NM_001079846'),(103728591,27.0658,99.5343,91.5865,76.2496,0,0,10,'5|86564266|86564809|99.8158,5|86669978|86670139|91.3043','ADM1059A2','NM_002890'),(103728592,29.1097,99.4796,95.0558,88.2156,0,0,10,'5|86669978|86670139|91.3043','ADM1059A2','NM_022650'),(103728593,28.1271,100,100,98.7069,0,0,10,NULL,'ADM1059A2','NM_001243475'),(103728594,27.0658,100,100,97.1787,0,0,10,NULL,'ADM1059A2','NM_015681'),(103728595,28.2552,100,100,98.7552,0,0,10,NULL,'ADM1059A2','XM_005256610'),(103728598,27.3981,100,99.4595,90.7988,0,0,10,NULL,'ADM1059A2','NM_003127'),(103728599,27.415,100,99.4608,90.8206,0,0,10,NULL,'ADM1059A2','NM_001130438'),(103728647,30.699,100,100,99.1776,0,0,10,NULL,'ADM1059A2','NM_001142777'),(103728648,26.8779,100,99.292,88.5841,0,0,10,NULL,'ADM1059A2','NM_025193'),(103728649,30.699,100,100,99.1776,0,0,10,NULL,'ADM1059A2','NM_001142778'),(103728655,25.4403,100,98.2801,84.6192,0,0,10,NULL,'ADM1059A2','NM_014141'),(103728663,26.4141,100,93.8748,81.8242,0,0,10,NULL,'ADM1059A2','NM_001190919'),(103728664,26.1343,100,93.3574,80.4332,0,0,10,NULL,'ADM1059A2','NM_001190918'),(103728665,26.4141,100,93.8748,81.8242,0,0,10,NULL,'ADM1059A2','NM_003250'),(103728673,26.8309,100,99.5988,90.3474,0,0,10,NULL,'ADM1059A2','NM_138295'),(103728703,23.8208,100,91.6609,73.1909,0,0,10,NULL,'ADM1059A2','NM_021912'),(103728718,30.9027,100,99.333,96.0212,0.298989,0,10,NULL,'ADM1059A2','NM_001042492'),(103728719,30.937,100,99.3279,95.9907,0.301275,0,10,NULL,'ADM1059A2','NM_000267'),(103728726,22.9837,100,97.8343,78.6547,0,0,10,NULL,'ADM1059A2','NM_005270'),(103728744,27.0809,100,97.9112,95.3003,0,0,10,NULL,'ADM1059A2','NM_003383'),(103728745,26.803,100,97.8412,95.1426,0,0,10,NULL,'ADM1059A2','NM_001018056'),(103728752,27.1057,100,100,97.5528,0,0,10,NULL,'ADM1059A2','NM_004056'),(103728764,28.9712,100,100,97.6993,0,0,10,NULL,'ADM1059A2','NM_000429'),(103728775,29.6387,100,99.6901,95.9718,0,0,10,NULL,'ADM1059A2','XM_005271564'),(103728776,29.6387,100,99.6901,95.9718,0,0,10,NULL,'ADM1059A2','NM_000051'),(103728799,28.2982,100,100,97.0396,0,0,10,NULL,'ADM1059A2','NM_015910'),(103728818,24.1633,99.6574,94.5565,88.1995,0,0,10,'11|130029872|130029957|89.4118','ADM1059A2','NM_021978'),(103728821,25.6769,100,99.9284,91.9499,0,0,10,NULL,'ADM1059A2','NM_000342'),(103728834,25.9105,99.2777,97.8921,88.9298,0,0,10,'18|31322850|31326562|98.68','ADM1059A2','NM_030632'),(103728837,24.3991,100,99.2624,79.1537,0,0,10,NULL,'ADM1059A2','NM_016111'),(103728870,26.1672,100,99.5771,92.0321,0,0,10,NULL,'ADM1059A2','NM_000834'),(103728884,27.7211,100,100,96.4683,0,0,10,NULL,'ADM1059A2','NM_020779'),(103728885,27.7649,100,100,96.5033,0,0,10,NULL,'ADM1059A2','NM_001006657'),(103728957,29.7477,100,99.9402,93.2457,0,0,10,NULL,'ADM1059A2','NM_018368'),(103728971,28.2129,100,99.681,92.5808,0,0,10,NULL,'ADM1059A2','NM_173591'),(103728986,32.3504,100,100,100,0,0,10,NULL,'ADM1059A2','NM_006745'),(103728987,33.5268,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001017369'),(103728992,28.3165,100,100,95.8794,0,0,10,NULL,'ADM1059A2','NM_000182'),(103728998,24.9734,99.8762,89.9752,72.3391,0,0,10,'17|73517784|73518416|99.6835','ADM1059A2','NM_207346'),(103729010,24.327,100,98.4255,84.9818,0,0,10,NULL,'ADM1059A2','NM_001145527'),(103729011,24.2844,100,98.8945,83.593,0,0,10,NULL,'ADM1059A2','NM_024757'),(103729012,24.2306,100,98.5737,85.5388,0,0,10,NULL,'ADM1059A2','XM_005266112'),(103729017,22.464,100,92.7354,73.3136,0,0,10,NULL,'ADM1059A2','NM_002052'),(103729048,26.3327,100,100,92.8506,0,0,10,NULL,'ADM1059A2','NM_138736'),(103729061,22.8865,100,99.4349,73.8168,0,0,10,NULL,'ADM1059A2','NM_022370'),(103729075,33.3406,100,100,99.762,5.32422,0,10,NULL,'ADM1059A2','NM_001193465'),(103729076,33.3406,100,100,99.762,5.32422,0,10,NULL,'ADM1059A2','NM_015443'),(103729077,33.3406,100,100,99.762,5.32422,0,10,NULL,'ADM1059A2','NM_001193466'),(103729078,27.8948,100,100,99.5106,0,0,10,NULL,'ADM1059A2','XM_005257235'),(103729079,24.9058,100,99.395,85.35,0,0,10,NULL,'ADM1059A2','NM_001844'),(103729090,27.7528,100,99.8659,93.2946,0,0,10,NULL,'ADM1059A2','NM_020166'),(103729124,25.5148,100,100,93.376,0,0,10,NULL,'ADM1059A2','NM_001177704'),(103729139,28.1595,100,100,94.5582,0,0,10,NULL,'ADM1059A2','NM_032382'),(103729151,28.732,100,98.2524,91.2621,0,0,10,NULL,'ADM1059A2','NM_021914'),(103729152,28.5728,100,98.2524,91.2621,0,0,10,NULL,'ADM1059A2','NM_138638'),(103729163,23.9141,99.5076,94.9418,78.0662,0,0,10,'19|18266687|18267013|96.6258','ADM1059A2','NM_005027'),(103729172,25.3811,100,99.0605,84.7915,0,0,10,NULL,'ADM1059A2','NM_000071'),(103729173,25.3811,100,99.0605,84.7915,0,0,10,NULL,'ADM1059A2','NM_001178009'),(103729174,25.3811,100,99.0605,84.7915,0,0,10,NULL,'ADM1059A2','NM_001178008'),(103729176,24.384,100,99.0494,73.8593,0,0,10,NULL,'ADM1059A2','NM_001698'),(103729177,24.026,100,98.9605,71.4137,0,0,10,NULL,'ADM1059A2','XM_005252073'),(103729178,22.7055,100,98.7358,65.9924,0,0,10,NULL,'ADM1059A2','XM_005252072'),(103729184,27.0733,100,99.2895,90.2753,0,0,10,NULL,'ADM1059A2','NM_000263'),(103729185,27.0307,100,97.7592,91.8278,0,0,10,NULL,'ADM1059A2','NM_000127'),(103729186,28.436,100,98.571,95.5224,0,0,10,NULL,'ADM1059A2','NM_000110'),(103729197,25.8161,100,100,86.385,0,0,10,NULL,'ADM1059A2','NM_001193348'),(103729212,28.0768,100,100,98.9924,0,0,10,NULL,'ADM1059A2','NM_017866'),(103729239,29.2451,100,99.7706,96.789,0,0,10,NULL,'ADM1059A2','NM_018082'),(103729240,29.1676,100,99.7579,96.6112,0,0,10,NULL,'ADM1059A2','NM_001160708'),(103729256,29.9002,100,100,97.5457,0,0,10,NULL,'ADM1059A2','NM_000057'),(103729257,29.3209,99.6823,98.0937,91.5806,0,0,10,'15|91303209|91303368|97.4843','ADM1059A2','NM_001287248'),(103729262,28.4735,100,98.7621,91.1412,0,0,10,NULL,'ADM1059A2','NM_181733'),(103729263,28.7842,100,98.7929,91.3618,0,0,10,NULL,'ADM1059A2','NM_006348'),(103729264,29.1636,100,98.7387,92.3532,0,0,10,NULL,'ADM1059A2','NM_001161520'),(103729267,28.9961,100,99.9171,95.6354,0,0,10,NULL,'ADM1059A2','NM_182734'),(103729268,28.2806,100,99.92,94.9053,0,0,10,NULL,'ADM1059A2','NM_015192'),(103729281,28.351,100,100,99.7886,0,0,10,NULL,'ADM1059A2','NR_103532'),(103729282,24.647,100,97.8588,84.1435,0,0,10,NULL,'ADM1059A2','NM_001015051'),(103729291,29.655,100,100,98.8531,0,0,10,NULL,'ADM1059A2','NM_152515'),(103729314,27.8661,100,99.4348,89.1957,0,0,10,NULL,'ADM1059A2','NM_005921'),(103729328,29.6175,100,99.0591,95.4131,0.529256,0,10,NULL,'ADM1059A2','NM_015330'),(103729329,29.6175,100,99.0591,95.4131,0.529256,0,10,NULL,'ADM1059A2','NM_001145468'),(103729349,26.7582,100,100,97.5528,0,0,10,NULL,'ADM1059A2','NM_000404'),(103729350,26.9789,100,100,98.1919,0,0,10,NULL,'ADM1059A2','NM_001079811'),(103729351,26.7512,100,100,97.714,0,0,10,NULL,'ADM1059A2','XM_005265394'),(103729371,25.9698,100,99.8154,94.2154,0,0,10,NULL,'ADM1059A2','NM_001201397'),(103729372,26.0887,100,99.7781,95.3402,0,0,10,NULL,'ADM1059A2','NM_000115'),(103729373,26.506,100,99.7751,95.4273,0,0,10,NULL,'ADM1059A2','NM_003991'),(103729375,24.2533,100,99.8253,88.559,0,0,10,NULL,'ADM1059A2','NM_001101'),(103729381,30.1438,100,99.8868,94.2242,0,0,10,NULL,'ADM1059A2','NM_024549'),(103729382,30.4153,100,99.8903,94.4048,0,0,10,NULL,'ADM1059A2','NM_001173975'),(103729392,25.6678,100,98.6794,87.9282,0,0,10,NULL,'ADM1059A2','NM_001256182'),(103729393,25.6678,100,98.6794,87.9282,0,0,10,NULL,'ADM1059A2','NM_013275'),(103729394,26.6895,100,99.7205,87.6212,0,0,10,NULL,'ADM1059A2','NM_006922'),(103729395,26.722,100,99.7205,87.6212,0,0,10,NULL,'ADM1059A2','NM_001081677'),(103729414,25,98.3026,97.7122,86.7159,0,0,10,'19|13106649|13106680|25.8065','ADM1059A2','NM_002501'),(103729415,25.4027,100,100,88.8054,0,0,10,NULL,'ADM1059A2','NM_001271044'),(103729419,24.0681,100,97.7285,78.3791,0,0,10,NULL,'ADM1059A2','XM_005247939'),(103729420,23.6741,100,97.572,75.8949,0,0,10,NULL,'ADM1059A2','NM_147127'),(103729421,24.0259,100,97.8411,78.6514,0,0,10,NULL,'ADM1059A2','NM_001166136'),(103729431,15.148,85.9193,60.2691,13.3632,0,0,10,'X|48934302|48934411|25.6881,X|48932793|48932942|48.9933','ADM1059A2','NM_001029896'),(103729432,15.1306,85.6887,60.1073,13.3274,0,0,10,'X|48934302|48934414|25.0,X|48932793|48932942|48.9933','ADM1059A2','NM_007075'),(103729460,26.058,98.8764,96.0899,87.2359,0,0,10,'10|88476082|88476530|94.4196','ADM1059A2','NM_007078'),(103729461,25.7313,98.8839,96.1161,87.3214,0,0,10,'10|88476082|88476530|94.4196','ADM1059A2','NM_001171610'),(103729462,26.1726,98.6807,95.409,86.1214,0,0,10,'10|88476082|88476530|94.4196','ADM1059A2','NM_001080114'),(103729474,28.0426,100,100,97.2277,0,0,10,NULL,'ADM1059A2','NM_002709'),(103729475,28.0426,100,100,97.2277,0,0,10,NULL,'ADM1059A2','NM_206876'),(103729534,24.2996,100,98.5188,83.2416,0,0,10,NULL,'ADM1059A2','NM_017755'),(103729535,24.067,100,98.4479,82.439,0,0,10,NULL,'ADM1059A2','NM_001193455'),(103729536,26.6169,100,97.1212,86.5654,0,0,10,NULL,'ADM1059A2','NM_001163940'),(103729537,26.8043,100,97.2371,87.1067,0,0,10,NULL,'ADM1059A2','NM_002863'),(103729557,28.8033,100,99.9751,95.2698,0,0,10,NULL,'ADM1059A2','NM_005933'),(103729558,26.4617,100,98.6637,87.2383,0,0,10,NULL,'ADM1059A2','NM_024513'),(103729559,26.4702,100,98.6822,87.4149,0,0,10,NULL,'ADM1059A2','XM_005265483'),(103729612,27.8652,100,100,100,0,0,10,NULL,'ADM1059A2','XM_005268076'),(103729613,29.2633,100,100,100,0,0,10,NULL,'ADM1059A2','NM_024884'),(103729623,26.2596,100,99.9603,87.3362,0,0,10,NULL,'ADM1059A2','NM_000141'),(103729624,26.3238,100,99.9537,86.494,0,0,10,NULL,'ADM1059A2','NM_001144918'),(103729625,26.3492,100,99.9538,86.6974,0,0,10,NULL,'ADM1059A2','NM_001144917'),(103729626,26.0666,100,99.9541,86.7708,0,0,10,NULL,'ADM1059A2','NM_001144914'),(103729641,24.8078,100,97.6505,87.3284,0,0,10,NULL,'ADM1059A2','NM_002693'),(103729648,30.2603,100,99.917,95.4328,0,0,10,NULL,'ADM1059A2','NM_014639'),(103729671,25.803,100,98.6656,87.7973,0,0,10,NULL,'ADM1059A2','NM_015284'),(103729672,25.5909,100,98.2752,86.459,0,0,10,NULL,'ADM1059A2','XM_005270688'),(103729679,26.7167,99.9155,98.331,87.1765,0,0,10,'5|14143832|14143993|95.0311','ADM1059A2','NM_007118'),(103729696,25.9222,100,98.6562,83.8508,0,0,10,NULL,'ADM1059A2','NM_001135245'),(103729697,25.9265,100,98.6552,83.8627,0,0,10,NULL,'ADM1059A2','NM_000356'),(103729698,25.7198,100,98.6916,84.1191,0,0,10,NULL,'ADM1059A2','NM_001135244'),(103729699,26.3331,100,98.9772,84.6573,0,0,10,NULL,'ADM1059A2','NM_001008657'),(103729700,25.7082,100,98.7127,84.2523,0,0,10,NULL,'ADM1059A2','XM_005268504'),(103729701,25.8492,100,98.7253,84.5275,0,0,10,NULL,'ADM1059A2','NM_001135243'),(103729746,27.3986,100,100,94.5853,0,0,10,NULL,'ADM1059A2','NM_017777'),(103729747,27.4531,100,100,94.49,0,0,10,NULL,'ADM1059A2','NM_001165927'),(103729748,27.7131,100,100,94.2118,0,0,10,NULL,'ADM1059A2','XM_005257486'),(103729749,29.9166,100,100,99.6334,0,0,10,NULL,'ADM1059A2','NM_006496'),(103729767,29.6553,100,100,94.2292,0,0,10,NULL,'ADM1059A2','NM_000430'),(103729770,26.0265,100,98.8881,88.1098,0,0,10,NULL,'ADM1059A2','NM_000428'),(103729797,24.4595,99.9792,97.4242,85.1267,0,0,10,'9|133907430|133907564|99.2537','ADM1059A2','NM_006059'),(103729805,28.6909,100,99.6796,93.9292,0,0,10,NULL,'ADM1059A2','NM_002472'),(103729809,25.3546,100,98.215,84.1785,0,0,10,NULL,'ADM1059A2','NM_031844'),(103729816,23.5612,99.9807,98.3977,80.3089,0,0,10,'16|30990464|30991517|99.905','ADM1059A2','NM_014712'),(103729823,25.9598,100,99.1724,93.781,0,0,10,NULL,'ADM1059A2','NM_003632'),(103729839,27.0438,99.5014,93.518,77.6731,0,0,10,'2|32288898|32289317|97.852','ADM1059A2','NM_199436'),(103729840,27.3645,99.5273,93.855,78.834,0,0,10,'2|32288898|32289317|97.852','ADM1059A2','NM_014946'),(103729856,25.9444,100,100,89.5187,0,0,10,NULL,'ADM1059A2','NM_000387'),(103729874,25.7141,100,99.7612,91.6432,0,0,10,NULL,'ADM1059A2','NM_001171'),(103729875,25.1377,100,99.8881,92.5746,0,0,10,NULL,'ADM1059A2','XM_005276048'),(103729878,29.1748,100,99.9445,95.9482,0,0,10,NULL,'ADM1059A2','NM_020738'),(103729879,28.1476,100,99.9052,95.1011,0,0,10,NULL,'ADM1059A2','XM_005246178'),(103729880,29.1702,100,99.9439,95.9027,0,0,10,NULL,'ADM1059A2','XM_005246172'),(103729881,29.0553,100,99.9412,95.705,0,0,10,NULL,'ADM1059A2','XM_005246174'),(103729889,29.1129,100,100,97.3071,0,0,10,NULL,'ADM1059A2','NM_015474'),(103729925,29.0561,100,100,99.0982,0,0,10,NULL,'ADM1059A2','NM_001195283'),(103729928,24.1384,95.3158,87.8637,70.3336,0,0,10,'7|99704279|99704508|96.9432,7|99701233|99701317|29.7619','ADM1059A2','NM_004722'),(103729943,26.0842,100,99.8442,92.5195,0,0,10,NULL,'ADM1059A2','NM_018668'),(103729944,26.3489,100,99.8421,94.1579,0,0,10,NULL,'ADM1059A2','XM_005254886'),(103729962,25.386,100,99.6966,87.6601,0,0,10,NULL,'ADM1059A2','NM_018026'),(103729964,28.4086,100,100,99.1828,0,0,10,NULL,'ADM1059A2','NM_001171613'),(103729965,28.5534,100,100,99.2819,0,0,10,NULL,'ADM1059A2','NM_001171606'),(103729966,28.5534,100,100,99.2819,0,0,10,NULL,'ADM1059A2','NM_006036'),(103729967,28.5534,100,100,99.2819,0,0,10,NULL,'ADM1059A2','NM_001171603'),(103729968,28.5422,100,100,99.2107,0,0,10,NULL,'ADM1059A2','NM_001042386'),(103729969,29.0059,100,100,99.2153,0,0,10,NULL,'ADM1059A2','NM_001042385'),(103729970,28.4086,100,100,99.1828,0,0,10,NULL,'ADM1059A2','NM_001171617'),(103730022,27.1597,100,100,99.2629,0,0,10,NULL,'ADM1059A2','NM_001025295'),(103730027,30.1415,100,100,97.6897,0,0,10,NULL,'ADM1059A2','NM_032043'),(103730028,24.005,99.216,96.4362,81.9672,0,0,10,'2|175614672|175614899|95.1542','ADM1059A2','NM_000079'),(103730029,24.5132,99.2573,96.6239,82.9169,0,0,10,'2|175614672|175614899|95.1542','ADM1059A2','NM_001039523'),(103730044,27.2029,100,99.7657,95.6186,0,0,10,NULL,'ADM1059A2','NM_007055'),(103730045,24.0506,100,98.1268,75.1137,0,0,10,NULL,'ADM1059A2','NM_000214'),(103730060,21.879,100,95.6204,64.1158,0,0,10,NULL,'ADM1059A2','XM_005246426'),(103730093,23.6796,100,99.4684,83.4703,0,0,10,NULL,'ADM1059A2','NM_006593'),(103730104,27.1518,100,98.1472,85.332,0,0,10,NULL,'ADM1059A2','NM_001003841'),(103730165,27.6487,100,99.1558,89.1558,0,0,10,NULL,'ADM1059A2','XM_005267987'),(103730166,27.6487,100,99.1558,89.1558,0,0,10,NULL,'ADM1059A2','NM_022067'),(103730167,27.6487,100,99.1558,89.1558,0,0,10,NULL,'ADM1059A2','NM_001193315'),(103730182,23.3377,100,99.847,78.5468,0,0,10,NULL,'ADM1059A2','NM_172106'),(103730183,23.3346,100,99.8503,79.0045,0,0,10,NULL,'ADM1059A2','NM_172107'),(103730184,23.4266,100,99.8447,79.5419,0,0,10,NULL,'ADM1059A2','XM_005260205'),(103730248,25.078,100,98.6887,87.3636,0,0,10,NULL,'ADM1059A2','NM_033225'),(103730321,26.8597,100,100,88.1295,0,0,10,NULL,'ADM1059A2','XM_005265096'),(103730322,26.8597,100,100,88.1295,0,0,10,NULL,'ADM1059A2','NM_013334'),(103730331,24.6627,100,97.1734,83.6189,0,0,10,NULL,'ADM1059A2','NM_001083961'),(103730396,25.5448,99.4645,97.9278,81.9325,0,0,10,'14|102894585|102894721|83.0882','ADM1059A2','NM_014844'),(103730407,24.4363,100,99.9561,89.8067,0,0,10,NULL,'ADM1059A2','NM_145038'),(103730424,25.6934,100,100,85.8431,0,0,10,NULL,'ADM1059A2','XM_005247640'),(103730425,25.6934,100,100,85.8431,0,0,10,NULL,'ADM1059A2','NM_020191'),(103730443,30.4633,100,100,98.2448,0,0,10,NULL,'ADM1059A2','NM_007299'),(103730461,14.9536,86.6026,53.9288,17.0153,0,0,10,'X|132826395|132826524|68.2171,X|132670149|132670323|0.0,X|133087075|133087240|89.697,X|132887507|132888205|99.5702,X|132795756|132795880|98.3871','ADM1059A2','NM_004484'),(103730462,14.5589,83.2157,51.8197,16.3498,0,0,10,'X|132826395|132826524|68.2171,X|132670149|132670323|0.0,X|133087075|133087240|89.697,X|132887507|132888205|99.5702,X|132838231|132838303|0.0,X|132795756|132795880|98.3871','ADM1059A2','NM_001164617'),(103730463,15.0868,86.3296,56.0549,18.4769,0,0,10,'X|132826395|132826524|68.2171,X|132887507|132888205|99.5702,X|132670150|132670323|0.0,X|132795756|132795880|98.3871','ADM1059A2','NM_001164619'),(103730471,21.8997,79.3103,71.4107,64.5141,0,0,10,'5|68843755|68843930|89.7143,5|68840729|68840948|44.7489,5|68847369|68847414|0.0,5|68830519|68830668|2.01342','ADM1059A2','NM_002538'),(103730472,21.8959,79.2974,71.3927,64.4918,0,0,10,'5|68843755|68843930|89.7143,5|68840729|68840948|44.7489,5|68847369|68847414|0.0,5|68830519|68830668|2.01342','ADM1059A2','NM_001205254'),(103730473,16.0096,60.5263,45.4545,32.5359,0,0,10,'5|68843755|68843930|89.7143,5|68840729|68840948|44.7489,5|68847369|68847414|0.0,5|68830519|68830668|2.01342','ADM1059A2','NM_001205255'),(103730503,27.9943,99.5039,98.4512,92.2561,1.80356,0,10,'7|151873274|151875097|97.0927,7|152132709|152132874|87.2727','ADM1059A2','NM_170606'),(103730504,27.9582,99.5096,98.4691,92.3189,1.78276,0,10,'7|151873274|151875097|97.0927,7|152132709|152132874|87.2727','ADM1059A2','XM_005250030'),(103730513,23.8068,100,94.3156,74.884,0,0,10,NULL,'ADM1059A2','NM_025233'),(103730514,23.8068,100,94.3156,74.884,0,0,10,NULL,'ADM1059A2','NM_001042529'),(103730521,24.2387,99.9811,98.4286,77.7168,0,0,10,'13|111164279|111164541|99.6183','ADM1059A2','NM_001846'),(103730563,27.6048,100,100,92.2735,2.70871,0,10,NULL,'ADM1059A2','NM_001253852'),(103730564,27.6048,100,100,92.2735,2.70871,0,10,NULL,'ADM1059A2','NM_006594'),(103730565,26.2519,100,99.9149,88.2553,0,0,10,NULL,'ADM1059A2','NM_017775'),(103730566,21.9973,99.6167,89.7279,60.0997,0,0,10,'7|766355|766954|98.3306','ADM1059A2','NM_017802'),(103730567,29.5018,100,100,100,0,0,10,NULL,'ADM1059A2','NM_015139'),(103730574,12.2906,76.5029,27.2301,1.61603,0,0,10,'X|153222074|153222216|16.9014,X|153230027|153230179|96.7105,X|153223231|153223339|98.1481,X|153224018|153224219|98.0099,X|153226991|153227101|89.0909,X|153225684|153225867|39.3443,X|153215692|153215996|72.3684,X|153227671|153227759|81.8182,X|153236097|153236294|0.0,X|153221640|153221864|66.5179,X|153216262|153216451|66.6667,X|153222763|153222986|47.9821,X|153223474|153223702|98.6842,X|153222367|153222513|9.58904,X|153219515|153220995|85.1351,X|153217038|153217160|88.5246,X|153225251|153225614|51.5152,X|153229573|153229737|65.2439,X|153217963|153218411|89.0625','ADM1059A2','NM_005334'),(103730604,22.159,100,88.2615,67.3105,0,0,10,NULL,'ADM1059A2','NM_005787'),(103730605,23.1215,100,93.9268,75.7903,0,0,10,NULL,'ADM1059A2','NM_001006941'),(103730613,28.5416,100,99.9767,94.9405,0,0,10,NULL,'ADM1059A2','NM_012414'),(103730616,31.3063,100,95.9804,93.2645,0,0,10,NULL,'ADM1059A2','NM_053274'),(103730617,31.4326,100,95.8797,93.0958,0,0,10,NULL,'ADM1059A2','XM_005270400'),(103730663,26.4426,100,98.1395,88.3721,0,0,10,NULL,'ADM1059A2','NM_014845'),(103730664,25.2484,100,97.2522,86.0453,0,0,10,NULL,'ADM1059A2','XM_005267241'),(103730669,28.1798,100,99.9566,91.6196,0,0,10,NULL,'ADM1059A2','NM_001278'),(103730677,31.5366,100,100,99.7004,0.108962,0,10,NULL,'ADM1059A2','NM_001134830'),(103730678,31.5366,100,100,99.7004,0.108962,0,10,NULL,'ADM1059A2','NM_017651'),(103730679,31.5366,100,100,99.7004,0.108962,0,10,NULL,'ADM1059A2','NM_001134831'),(103730680,31.1915,100,100,99.6591,0,0,10,NULL,'ADM1059A2','NM_001134832'),(103730722,30.2286,100,100,99.3571,0,0,10,NULL,'ADM1059A2','NM_000353'),(103730742,25.1992,100,98.6486,81.228,0,0,10,NULL,'ADM1059A2','NM_002691'),(103730744,24.196,100,97.3923,84.2953,0,0,10,NULL,'ADM1059A2','NM_001145472'),(103730745,24.3062,100,98.2241,84.209,0,0,10,NULL,'ADM1059A2','NM_144612'),(103730752,29.2977,100,99.2201,94.4417,0,0,10,NULL,'ADM1059A2','NM_001184'),(103730753,25.576,99.9342,97.038,91.4431,0,0,10,'2|166895931|166896108|97.7401','ADM1059A2','NM_006920'),(103730754,25.5989,99.9345,97.054,91.4893,0,0,10,'2|166895931|166896108|97.7401','ADM1059A2','NM_001165963'),(103730772,29.6936,100,100,99.0975,0,0,10,NULL,'ADM1059A2','NM_006565'),(103730773,28.3499,100,100,98.8581,0,0,10,NULL,'ADM1059A2','NM_001191022'),(103730844,28.8409,100,100,92.5096,0,0,10,NULL,'ADM1059A2','NM_172058'),(103730845,28.8409,100,100,92.5096,0,0,10,NULL,'ADM1059A2','NM_000503'),(103730846,29.4324,100,100,92.0809,0,0,10,NULL,'ADM1059A2','NM_172060'),(103730860,28.2989,100,99.9019,94.1292,0,0,10,NULL,'ADM1059A2','NM_022455'),(103730861,28.0857,100,99.8912,93.5282,0,0,10,NULL,'ADM1059A2','NM_172349'),(103730869,29.9381,100,100,97.031,0.0116891,0,10,NULL,'ADM1059A2','NM_015384'),(103730870,29.7919,100,100,96.8655,0.0121492,0,10,NULL,'ADM1059A2','XM_005248280'),(103730878,27.3043,100,100,94.1429,0,0,10,NULL,'ADM1059A2','NM_000277'),(103730879,20.6614,100,94.3182,58.8636,0,0,10,NULL,'ADM1059A2','NM_006701'),(103730896,28.1176,100,100,96.9426,0,0,10,NULL,'ADM1059A2','NM_178170'),(103730902,29.8077,100,100,99.1316,0,0,10,NULL,'ADM1059A2','NM_020937'),(103730961,30.0368,100,99.9796,95.4211,0,0,10,NULL,'ADM1059A2','NM_002420'),(103730962,35.4319,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001252030'),(103730965,24.3898,99.9033,98.7427,95.8414,0,0,10,'16|29825947|29825962|93.3333','ADM1059A2','NM_145239'),(103731005,22.7412,100,94.4989,62.8485,0,0,10,NULL,'ADM1059A2','NM_017649'),(103731006,22.3254,100,94.352,61.8569,0,0,10,NULL,'ADM1059A2','NM_199076'),(103731013,24.7285,99.9882,98.0383,86.4453,0,0,10,'19|42857925|42858178|99.6047','ADM1059A2','NM_001410'),(103731032,27.8616,100,100,94.4333,0,0,10,NULL,'ADM1059A2','NM_004268'),(103731070,24.4545,100,93.1551,87.9144,0,0,10,NULL,'ADM1059A2','NM_000398'),(103731071,24.8044,100,93.8045,89.061,0,0,10,NULL,'ADM1059A2','NM_001171660'),(103731091,26.6169,100,98.8689,88.9187,0,0,10,NULL,'ADM1059A2','NM_000092'),(103731097,27.5444,100,98.5356,91.046,0,0,10,NULL,'ADM1059A2','NM_001098210'),(103731098,27.5444,100,98.5356,91.046,0,0,10,NULL,'ADM1059A2','NM_001904'),(103731099,27.5444,100,98.5356,91.046,0,0,10,NULL,'ADM1059A2','NM_001098209'),(103731100,24.3169,99.5604,97.5385,78.7033,0,0,10,'17|48272591|48272693|80.3922','ADM1059A2','NM_000088'),(103731104,25.0457,100,100,87.4286,0,0,10,NULL,'ADM1059A2','NM_006294'),(103731165,9.38635,48.1272,3.28373,0,0,0,10,'X|152954027|152954293|46.9925,X|152958915|152959043|68.75,X|152956757|152957010|66.0079,X|152960172|152960346|1.14943,X|152959358|152959474|51.7241,X|152959986|152960090|35.5769,X|152955828|152955963|0.0,X|152958494|152958632|66.6667,X|152958716|152958823|15.8879,X|152959583|152959724|63.1206,X|152960527|152960672|13.1034','ADM1059A2','NM_001142805'),(103731185,12.9003,76.5544,30.1813,6.47668,0,0,10,'X|153129775|153129934|0.0,X|153131157|153131276|66.3866,X|153137605|153137811|52.4272,X|153135509|153135697|86.7021,X|153130038|153130161|22.7642,X|153130274|153130451|35.0282,X|153135256|153135391|41.4815,X|153138045|153138154|79.8165,X|153136243|153136417|93.6782,X|153130541|153130667|37.3016,X|153129336|153129474|91.3043,X|153128821|153128836|80.0,X|153132809|153133010|83.0846,X|153134973|153135120|53.7415,X|153138681|153138699|94.4444,X|153132507|153132581|83.7838,X|153132102|153132328|97.3451,X|153136510|153136636|87.3016,X|153134294|153134409|73.913','ADM1059A2','NM_001278116'),(103731186,12.9003,76.5544,30.1813,6.47668,0,0,10,'X|153129775|153129934|0.0,X|153131157|153131276|66.3866,X|153137605|153137811|52.4272,X|153135509|153135697|86.7021,X|153130038|153130161|22.7642,X|153130274|153130451|35.0282,X|153135256|153135391|41.4815,X|153138045|153138154|79.8165,X|153136243|153136417|93.6782,X|153130541|153130667|37.3016,X|153129336|153129474|91.3043,X|153128821|153128836|80.0,X|153132809|153133010|83.0846,X|153134973|153135120|53.7415,X|153138681|153138699|94.4444,X|153132507|153132581|83.7838,X|153132102|153132328|97.3451,X|153136510|153136636|87.3016,X|153134294|153134409|73.913','ADM1059A2','NM_024003'),(103731187,12.9203,76.4567,30.4416,6.53253,0,0,10,'X|153129775|153129934|0.0,X|153131157|153131276|66.3866,X|153137605|153137811|52.4272,X|153135509|153135697|86.7021,X|153130038|153130161|22.7642,X|153130274|153130451|35.0282,X|153135256|153135391|41.4815,X|153138045|153138154|79.8165,X|153136243|153136417|93.6782,X|153130541|153130667|37.3016,X|153129336|153129474|91.3043,X|153132809|153133010|83.0846,X|153134973|153135120|53.7415,X|153132507|153132581|83.7838,X|153132102|153132328|97.3451,X|153136510|153136636|87.3016,X|153134294|153134409|73.913','ADM1059A2','NM_001143963'),(103731189,29.4252,100,100,99.7399,0,0,10,NULL,'ADM1059A2','NM_014679'),(103731190,29.1105,100,100,99.7255,0,0,10,NULL,'ADM1059A2','NM_001243777'),(103731214,25.4336,100,100,90.1169,0,0,10,NULL,'ADM1059A2','NM_001198551'),(103731215,23.1425,100,97.4149,72.6356,0,0,10,NULL,'ADM1059A2','NM_024426'),(103731216,25.5156,100,100,89.6205,0,0,10,NULL,'ADM1059A2','NM_001198552'),(103731217,23.0874,100,97.3062,71.5506,0,0,10,NULL,'ADM1059A2','NM_000378'),(103731235,27.5212,100,100,96.5254,0,0,10,NULL,'ADM1059A2','NM_000399'),(103731236,27.5212,100,100,96.5254,0,0,10,NULL,'ADM1059A2','NM_001136178'),(103731237,28.28,100,100,98.2157,0,0,10,NULL,'ADM1059A2','NM_001136179'),(103731241,25.5887,100,99.7409,90.0259,0,0,10,NULL,'ADM1059A2','NM_000308'),(103731242,25.3825,100,99.7315,89.6644,0,0,10,NULL,'ADM1059A2','NM_001167594'),(103731246,28.9482,100,99.7248,92.4771,0,0,10,NULL,'ADM1059A2','NM_207037'),(103731247,28.9788,100,99.7233,92.4354,0,0,10,NULL,'ADM1059A2','XM_005254614'),(103731250,25.8561,100,99.3263,88.9798,0,0,10,NULL,'ADM1059A2','NM_198721'),(103731286,25.4807,99.864,97.7268,85.2924,0,0,10,'6|33147494|33147584|92.2222','ADM1059A2','NM_080681'),(103731287,25.55,99.8706,97.542,84.7533,0,0,10,'6|33147494|33147584|92.2222','ADM1059A2','NM_080680'),(103731288,25.408,99.8622,97.6973,85.1014,0,0,10,'6|33147494|33147584|92.2222','ADM1059A2','NM_080679'),(103731299,30.0959,100,99.8721,93.9898,0,0,10,NULL,'ADM1059A2','NM_014321'),(103731398,27.8025,97.2934,91.7337,83.9064,0,0,10,'4|103265599|103265822|83.4081','ADM1059A2','NM_001135147'),(103731399,27.6331,97.374,91.9801,84.3151,0,0,10,'4|103265599|103265822|83.4081','ADM1059A2','NM_022154'),(103731400,27.6331,97.374,91.9801,84.3151,0,0,10,'4|103265599|103265822|83.4081','ADM1059A2','NM_001135146'),(103731411,24.4142,100,100,84.8819,0,0,10,NULL,'ADM1059A2','NM_000496'),(103731453,28.6609,100,97.773,90.3265,0,0,10,NULL,'ADM1059A2','NM_138927'),(103731454,28.5306,100,97.6496,90.6128,0,0,10,NULL,'ADM1059A2','NM_032195'),(103731456,23.4289,100,100,76.0911,0,0,10,NULL,'ADM1059A2','NM_176795'),(103731502,29.1004,100,99.7809,95.0511,0,0,10,NULL,'ADM1059A2','NM_006420'),(103731522,26.9749,100,100,95.938,0,0,10,NULL,'ADM1059A2','NM_003165'),(103731523,27.3606,100,100,97.0716,0,0,10,NULL,'ADM1059A2','NM_001032221'),(103731544,27.7214,100,99.7558,91.4864,0,0,10,NULL,'ADM1059A2','NM_001127493'),(103731545,27.9022,100,99.7568,91.5393,0,0,10,NULL,'ADM1059A2','NM_020977'),(103731546,27.9151,100,99.8169,93.9404,0,0,10,NULL,'ADM1059A2','NM_001148'),(103731547,27.8867,100,99.8153,93.8875,0,0,10,NULL,'ADM1059A2','XM_005262951'),(103731548,26.2075,100,99.7443,92.1476,0,0,10,NULL,'ADM1059A2','NM_206889'),(103731549,26.0996,100,99.7153,91.2566,0,0,10,NULL,'ADM1059A2','NM_001146115'),(103731550,26.0471,100,99.7298,91.702,0,0,10,NULL,'ADM1059A2','NM_206890'),(103731551,25.4178,100,97.9317,89.1417,0,0,10,NULL,'ADM1059A2','NM_015151'),(103731552,25.6367,100,99.0056,88.4177,0,0,10,NULL,'ADM1059A2','NM_001146114'),(103731554,26.1806,100,99.6526,86.5084,0,0,10,NULL,'ADM1059A2','NM_153648'),(103731555,26.3866,100,99.6783,87.5603,0,0,10,NULL,'ADM1059A2','NM_153647'),(103731556,26.2555,100,99.6878,87.8252,0,0,10,NULL,'ADM1059A2','XM_005267341'),(103731557,26.3688,100,99.6793,87.5468,0,0,10,NULL,'ADM1059A2','NM_153646'),(103731563,23.239,100,99.7027,78.2402,0,0,10,NULL,'ADM1059A2','NM_000383'),(103731594,28.323,100,99.0824,93.477,0,0,10,NULL,'ADM1059A2','NR_026778'),(103731657,30.7455,100,100,97.5368,0,0,10,NULL,'ADM1059A2','NM_014915'),(103731658,30.3797,100,100,96.7833,0,0,10,NULL,'ADM1059A2','XM_005252409'),(103731668,24.9158,100,98.9126,77.1244,0,0,10,NULL,'ADM1059A2','NM_001278939'),(103731684,24.1964,100,98.4311,87.7978,0,0,10,NULL,'ADM1059A2','NM_000136'),(103731685,24.1964,100,98.4311,87.7978,0,0,10,NULL,'ADM1059A2','NM_001243743'),(103731697,26.369,100,98.3799,86.4646,0,0,10,NULL,'ADM1059A2','NM_006929'),(103731740,27.2649,100,99.9379,94.6551,0,0,10,NULL,'ADM1059A2','NM_001164317'),(103731741,27.1848,100,99.9371,94.5905,0,0,10,NULL,'ADM1059A2','NM_001457'),(103731742,27.182,100,99.9365,94.539,0,0,10,NULL,'ADM1059A2','NM_001164319'),(103731743,27.1818,100,99.9368,94.568,0,0,10,NULL,'ADM1059A2','NM_001164318'),(103731744,27.3448,100,99.9325,94.8278,0,0,10,NULL,'ADM1059A2','XM_005264979'),(103731759,28.6554,100,99.9333,96.3527,0,0,10,NULL,'ADM1059A2','XM_005245337'),(103731760,28.6404,100,99.9332,96.3466,0,0,10,NULL,'ADM1059A2','NM_018489'),(103731807,29.8127,100,100,96.8377,0,0,10,NULL,'ADM1059A2','NM_001182'),(103731808,27.8299,100,99.3661,92.873,0,0,10,NULL,'ADM1059A2','XM_005253668'),(103731809,27.8339,100,99.3684,92.8986,0,0,10,NULL,'ADM1059A2','NM_001273'),(103731848,25.4213,99.9484,95.4569,82.9633,0,0,10,'19|46285449|46285613|99.3902','ADM1059A2','NM_004409'),(103731849,26.4491,100,99.4399,91.3442,0,0,10,NULL,'ADM1059A2','NM_001081563'),(103731850,25.3793,99.948,95.4214,82.8304,0,0,10,'19|46285449|46285613|99.3902','ADM1059A2','NM_001081562'),(103731851,25.7589,99.9388,94.6144,82.3745,0,0,10,'19|46285449|46285613|99.3902','ADM1059A2','NM_001288766'),(103731854,23.6698,100,97.1646,77.0579,0,0,10,NULL,'ADM1059A2','NM_000719'),(103731855,23.6391,100,97.1884,77.1429,0,0,10,NULL,'ADM1059A2','NM_001129837'),(103731856,23.7359,100,97.1794,77.4203,0,0,10,NULL,'ADM1059A2','NM_001129841'),(103731857,23.6253,100,97.2164,76.9636,0,0,10,NULL,'ADM1059A2','NM_001129831'),(103731858,23.6297,100,97.1794,76.6885,0,0,10,NULL,'ADM1059A2','NM_001129844'),(103731859,23.6835,100,97.2037,77.2672,0,0,10,NULL,'ADM1059A2','XM_005253774'),(103731860,23.7888,100,97.2037,77.9927,0,0,10,NULL,'ADM1059A2','NM_001129835'),(103731861,23.745,100,97.1884,77.8723,0,0,10,NULL,'ADM1059A2','NM_001129838'),(103731862,23.7754,100,97.1794,77.8015,0,0,10,NULL,'ADM1059A2','NM_001129840'),(103731863,23.6722,100,97.2425,77.1799,0,0,10,NULL,'ADM1059A2','NM_199460'),(103731864,23.7184,100,97.2063,77.2878,0,0,10,NULL,'ADM1059A2','NM_001129832'),(103731865,23.7776,100,97.1794,77.8015,0,0,10,NULL,'ADM1059A2','NM_001129843'),(103731866,23.6737,100,97.2314,77.402,0,0,10,NULL,'ADM1059A2','XM_005253769'),(103731867,23.6862,100,97.2012,77.5643,0,0,10,NULL,'ADM1059A2','NM_001129836'),(103731868,23.8304,100,97.2251,78.1611,0,0,10,NULL,'ADM1059A2','NM_001129830'),(103731869,23.6378,100,97.1859,77.122,0,0,10,NULL,'ADM1059A2','NM_001129839'),(103731870,23.6422,100,97.2037,76.8894,0,0,10,NULL,'ADM1059A2','NM_001129833'),(103731871,23.6275,100,97.1794,76.6885,0,0,10,NULL,'ADM1059A2','NM_001167623'),(103731872,23.5501,100,97.2694,75.9852,0,0,10,NULL,'ADM1059A2','NM_001167625'),(103731873,23.6828,100,97.2251,77.0661,0,0,10,NULL,'ADM1059A2','NM_001167624'),(103731884,26.9821,100,98.9208,91.9143,0.132824,0,10,NULL,'ADM1059A2','NM_014191'),(103731902,26.1218,100,100,89.9605,0,0,10,NULL,'ADM1059A2','NM_005055'),(103731960,28.6726,100,99.7442,93.9642,0,0,10,NULL,'ADM1059A2','NM_016621'),(103731961,28.2882,100,98.9981,92.1756,0,0,10,NULL,'ADM1059A2','NM_001101802'),(103731965,29.5247,100,99.6513,96.6346,0,0,10,NULL,'ADM1059A2','NM_001080463'),(103732009,30.3646,100,99.3718,92.7036,0,0,10,NULL,'ADM1059A2','NM_025132'),(103732010,30.4478,100,99.3441,92.3814,0,0,10,NULL,'ADM1059A2','XM_005262659'),(103732011,30.4799,100,99.5104,89.5539,2.88357,0,10,NULL,'ADM1059A2','NM_001017420'),(103732026,27.4116,100,99.948,88.6056,0,0,10,NULL,'ADM1059A2','NM_001130089'),(103732027,27.7927,100,99.9456,91.3493,0,0,10,NULL,'ADM1059A2','NM_005548'),(103732093,26.9291,100,97.7161,82.6264,0,0,10,NULL,'ADM1059A2','NM_016194'),(103732094,26.2395,100,100,84.9035,0,0,10,NULL,'ADM1059A2','XM_005254130'),(103732095,26.0948,100,97.4476,80.5834,0,0,10,NULL,'ADM1059A2','NM_006578'),(103732197,24.2584,99.9596,96.851,76.5442,0,0,10,'5|59188993|59189452|99.7821','ADM1059A2','NM_001104631'),(103732198,25.3968,100,100,83.9536,0,0,10,NULL,'ADM1059A2','NM_006203'),(103732199,25.0998,100,100,81.9256,0,0,10,NULL,'ADM1059A2','NM_001197218'),(103732200,25.2468,100,100,83.6118,0,0,10,NULL,'ADM1059A2','NM_001197221'),(103732201,25.3632,100,100,84.092,0,0,10,NULL,'ADM1059A2','NM_001197220'),(103732202,25.459,100,100,84.2729,0,0,10,NULL,'ADM1059A2','NM_001197219'),(103732203,25.4436,100,100,85.5464,0,0,10,NULL,'ADM1059A2','NM_001165899'),(103732219,10.5188,59.5376,9.39307,0,0,0,10,'X|64138920|64139086|70.4819,X|64137660|64137778|80.5085,X|64141695|64141870|6.28571,X|64139959|64140135|75.0','ADM1059A2','NM_018684'),(103732220,10.4459,54.1284,11.9266,0,0,0,10,'X|64137641|64137778|69.3431,X|64141695|64141870|6.28571,X|64139959|64140135|75.0','ADM1059A2','NM_001178033'),(103732229,25.8097,100,99.5586,91.4174,0,0,10,NULL,'ADM1059A2','NM_001256074'),(103732230,26.1648,100,99.5573,91.4412,0,0,10,NULL,'ADM1059A2','NM_032518'),(103732268,25.268,99.973,97.8566,83.2704,0,0,10,'11|19970235|19970628|99.4911','ADM1059A2','NM_182964'),(103732270,25.191,100,99.6527,85.6547,0,0,10,NULL,'ADM1059A2','NM_007327'),(103732271,24.6778,100,99.6383,85.0633,0,0,10,NULL,'ADM1059A2','NM_021569'),(103732272,25.0735,100,99.3787,83.8454,0,0,10,NULL,'ADM1059A2','NM_001185090'),(103732273,24.5679,100,99.3375,82.8119,0,0,10,NULL,'ADM1059A2','NM_000832'),(103732274,24.5588,100,99.3532,83.1836,0,0,10,NULL,'ADM1059A2','NM_001185091'),(103732275,25.0943,100,99.3642,83.5041,0,0,10,NULL,'ADM1059A2','XM_005266071'),(103732285,26.8407,100,100,98.8423,0,0,10,NULL,'ADM1059A2','NM_020699'),(103732299,13.6163,83.5891,41.9307,5.54455,0,0,10,'X|130415638|130415920|52.8369,X|130413243|130413317|79.7297,X|130415190|130415314|88.7097,X|130408571|130408853|75.5319,X|130412433|130412727|75.8503,X|130410911|130411202|18.5567,X|130411828|130412110|79.7872,X|130409450|130409741|99.6564,X|130419739|130420024|95.0877,X|130407767|130407907|62.8571','ADM1059A2','NM_001170962'),(103732300,13.6198,83.7699,41.5422,5.48348,0,0,10,'X|130415638|130415920|52.8369,X|130413243|130413317|79.7297,X|130415190|130415314|88.7097,X|130408571|130408853|75.5319,X|130412433|130412727|75.8503,X|130410911|130411202|18.5567,X|130411828|130412110|79.7872,X|130409450|130409741|99.6564,X|130419739|130420024|95.0877,X|130407767|130407907|62.8571','ADM1059A2','NM_001555'),(103732310,21.6204,100,96.7954,67.461,0,0,10,NULL,'ADM1059A2','NM_001079668'),(103732321,23.7889,100,99.7147,82.1684,0,0,10,NULL,'ADM1059A2','NM_004744'),(103732324,27.41,100,100,96.2426,0,0,10,NULL,'ADM1059A2','NM_054027'),(103732329,28.8278,100,100,98.467,0,0,10,NULL,'ADM1059A2','NM_001282936'),(103732330,28.8278,100,100,98.467,0,0,10,NULL,'ADM1059A2','NM_003035'),(103732331,27.7174,100,100,94.7656,0,0,10,NULL,'ADM1059A2','NR_027397'),(103732427,27.0304,100,100,93.7105,0,0,10,NULL,'ADM1059A2','NM_001042497'),(103732428,27.0465,100,100,93.796,0,0,10,NULL,'ADM1059A2','NM_133647'),(103732429,26.8828,100,100,93.5878,0,0,10,NULL,'ADM1059A2','NM_001042494'),(103732430,26.8828,100,100,93.5878,0,0,10,NULL,'ADM1059A2','NM_001042495'),(103732431,27.0278,100,100,95.0548,0,0,10,NULL,'ADM1059A2','NM_005135'),(103732432,26.9957,100,100,93.7464,0,0,10,NULL,'ADM1059A2','NM_001042496'),(103732447,28.9068,100,98.6103,93.4569,0,0,10,NULL,'ADM1059A2','NM_004863'),(103732475,23.4645,100,98.2237,78.5526,0,0,10,NULL,'ADM1059A2','XM_005261256'),(103732476,23.4645,100,98.2237,78.5526,0,0,10,NULL,'ADM1059A2','NM_001195226'),(103732477,23.8408,100,98.5382,82.0249,0,0,10,NULL,'ADM1059A2','NM_016335'),(103732493,23.2011,100,95.721,71.864,0,0,10,NULL,'ADM1059A2','NM_001005463'),(103732494,23.6871,100,96.0348,73.9272,0,0,10,NULL,'ADM1059A2','XM_005252668'),(103732507,29.3522,100,100,96.9857,0,0,10,NULL,'ADM1059A2','NM_001127897'),(103732508,29.2848,100,100,97.0953,0,0,10,NULL,'ADM1059A2','NM_015272'),(103732522,24.1309,97.5977,96.7028,81.6298,0,0,10,'1|16383362|16383414|1.92308','ADM1059A2','NM_000085'),(103732538,30.2746,100,100,97.8798,0,0,10,NULL,'ADM1059A2','NM_007294'),(103732539,30.1893,100,100,97.9043,0,0,10,NULL,'ADM1059A2','NM_007300'),(103732540,30.0673,100,100,98.2531,0,0,10,NULL,'ADM1059A2','NM_007298'),(103732541,29.7024,100,100,97.8728,0,0,10,NULL,'ADM1059A2','NM_007297'),(103732588,27.9924,100,96.5028,92.6028,0,0,10,NULL,'ADM1059A2','NM_006618'),(103732613,28.3158,100,98.9685,96.6762,0,0,10,NULL,'ADM1059A2','NM_001007188'),(103732614,27.8583,100,100,94.3619,0,0,10,NULL,'ADM1059A2','NM_001136029'),(103732615,27.6368,100,100,93.997,0,0,10,NULL,'ADM1059A2','NM_001242897'),(103732616,27.8456,100,100,94.2928,0,0,10,NULL,'ADM1059A2','XM_005261867'),(103732617,27.8786,100,100,94.2816,0,0,10,NULL,'ADM1059A2','NM_014662'),(103732618,27.8217,100,100,94.189,0,0,10,NULL,'ADM1059A2','XM_005261866'),(103732640,23.6143,100,96.7543,80.4578,0,0,10,NULL,'ADM1059A2','NM_004715'),(103732641,23.5666,100,96.4042,79.2581,0,0,10,NULL,'ADM1059A2','NM_048368'),(103732649,21.6755,100,95.3101,64.9017,0,0,10,NULL,'ADM1059A2','NM_013976'),(103732650,22.4235,100,96.5295,71.401,0,0,10,NULL,'ADM1059A2','NM_001085426'),(103732651,22.4235,100,96.5295,71.401,0,0,10,NULL,'ADM1059A2','NM_000487'),(103732652,22.9313,100,96.7568,76.2162,0,0,10,NULL,'ADM1059A2','NM_001085428'),(103732653,22.4235,100,96.5295,71.401,0,0,10,NULL,'ADM1059A2','NM_001085427'),(103732654,22.42,100,96.5161,71.2903,0,0,10,NULL,'ADM1059A2','NM_001085425'),(103732662,25.7449,99.8131,96.2617,87.6636,0,0,10,'2|84676771|84676878|98.1308','ADM1059A2','NM_003849'),(103732692,22.719,95.3869,86.8316,66.7016,0,0,10,'1|8420170|8421552|84.081','ADM1059A2','NM_012102'),(103732693,22.719,95.3869,86.8316,66.7016,0,0,10,'1|8420170|8421552|84.081','ADM1059A2','NM_001042681'),(103732728,26.0508,100,100,91.7772,0,0,10,NULL,'ADM1059A2','NM_020458'),(103732743,26.5104,100,98.7513,94.589,0,0,10,NULL,'ADM1059A2','NM_014049'),(103732745,23.9514,100,98.6932,84.8928,0,0,10,NULL,'ADM1059A2','NM_004629'),(103732780,26.8022,100,99.7112,87.7256,0,0,10,NULL,'ADM1059A2','NM_001099274'),(103732781,26.7447,100,99.6868,86.6876,0,0,10,NULL,'ADM1059A2','XM_005267529'),(103732793,13.0505,81.503,31.0929,5.53056,0,0,10,'X|53441928|53442120|85.9375,X|53439848|53440090|93.8017,X|53407937|53408010|0.0,X|53432701|53432890|37.5661,X|53436350|53436436|34.8837,X|53432423|53432606|53.0055,X|53449439|53449552|58.4071,X|53435991|53436202|71.564,X|53440180|53440387|30.4348,X|53431942|53432083|91.4894,X|53410016|53410176|89.375,X|53409151|53409306|98.0645,X|53409425|53409583|74.0506','ADM1059A2','NM_006306'),(103732812,28.1153,100,100,98.2737,0,0,10,NULL,'ADM1059A2','NM_024079'),(103732813,27.9855,100,98.4083,94.0484,0,0,10,NULL,'ADM1059A2','NM_001007027'),(103732814,23.7598,100,94.0841,83.3927,0,0,10,NULL,'ADM1059A2','NM_001173129'),(103732876,28.5605,100,99.7391,91.7391,0,0,10,NULL,'ADM1059A2','XM_005249962'),(103732877,28.2734,100,99.7248,91.2844,0,0,10,NULL,'ADM1059A2','NM_152998'),(103732878,28.6777,100,99.7201,91.1381,0,0,10,NULL,'ADM1059A2','NM_001203249'),(103732879,28.6384,100,99.736,91.641,0,0,10,NULL,'ADM1059A2','XM_005249963'),(103732880,28.6777,100,99.7201,91.1381,0,0,10,NULL,'ADM1059A2','XM_005249964'),(103732890,29.1851,100,99.9349,94.4372,0,0,10,NULL,'ADM1059A2','NM_153704'),(103732891,29.8115,100,99.8939,93.7765,0,0,10,NULL,'ADM1059A2','NM_001142301'),(103732907,27.9882,100,100,99.7039,0,0,10,NULL,'ADM1059A2','NM_000396'),(103732943,24.1209,100,98.9489,83.5643,0,0,10,NULL,'ADM1059A2','NM_144639'),(103732944,24.0294,100,99.0334,83.1722,0,0,10,NULL,'ADM1059A2','NM_001165974'),(103732954,15.6752,94.0094,58.8596,21.0393,0,0,10,'X|41414851|41414890|94.8718,X|41390258|41390464|96.1165,X|41712366|41712482|99.1379,X|41437591|41437783|92.7083,X|41604775|41604856|98.7654,X|41383202|41383289|25.2874,X|41782181|41782244|0.0,X|41379670|41379851|93.3702','ADM1059A2','NM_001126055'),(103732955,15.6448,94.1734,59.1787,20.3931,0,0,10,'X|41414851|41414890|94.8718,X|41390258|41390464|96.1165,X|41712366|41712482|99.1379,X|41437591|41437783|92.7083,X|41604775|41604856|98.7654,X|41383202|41383289|25.2874,X|41782181|41782244|0.0,X|41379670|41379851|93.3702','ADM1059A2','NM_003688'),(103732956,15.637,94.0223,58.3723,20.9219,0,0,10,'X|41414851|41414890|94.8718,X|41390258|41390464|96.1165,X|41712366|41712482|99.1379,X|41437591|41437783|92.7083,X|41604775|41604856|98.7654,X|41383202|41383289|25.2874,X|41782181|41782244|0.0,X|41379670|41379851|93.3702','ADM1059A2','NM_001126054'),(103732957,15.722,94.1734,59.7403,21.1302,0,0,10,'X|41414851|41414890|94.8718,X|41390258|41390464|96.1165,X|41712366|41712482|99.1379,X|41437591|41437783|92.7083,X|41604775|41604856|98.7654,X|41383202|41383289|25.2874,X|41782181|41782244|0.0,X|41379670|41379851|93.3702','ADM1059A2','XM_005272686'),(103732964,27.2633,100,99.9621,95.258,0,0,10,NULL,'ADM1059A2','NM_004153'),(103733018,30.0589,100,100,90.4809,0,0,10,NULL,'ADM1059A2','NM_001244438'),(103733033,27.9507,100,98.8136,93.143,0.221194,0,10,NULL,'ADM1059A2','NM_001080522'),(103733034,28.1131,100,98.7284,94.1595,0.237069,0,10,NULL,'ADM1059A2','XM_005248178'),(103733035,27.9507,100,98.8136,93.143,0.221194,0,10,NULL,'ADM1059A2','XM_005248179'),(103733078,25.5756,100,99.8662,93.8029,0,0,10,NULL,'ADM1059A2','NM_000302'),(103733091,30.518,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001102469'),(103733100,27.3715,100,98.9799,95.4631,0,0,10,NULL,'ADM1059A2','NM_025099'),(103733106,22.9303,99.4813,88.4031,61.0967,0,0,10,'5|45262020|45262914|98.434','ADM1059A2','NM_021072'),(103733107,30.9017,100,100,93.7661,0,0,10,NULL,'ADM1059A2','NM_001349'),(103733137,26.937,100,99.8715,90.0386,0,0,10,NULL,'ADM1059A2','NM_005518'),(103733138,26.8956,100,99.8598,89.138,0,0,10,NULL,'ADM1059A2','NM_001166107'),(103733168,30.9371,100,100,99.8741,0,0,10,NULL,'ADM1059A2','XM_005247776'),(103733169,30.9371,100,100,99.8741,0,0,10,NULL,'ADM1059A2','NM_024665'),(103733177,24.2105,100,99.7319,90.2145,0,0,10,NULL,'ADM1059A2','NM_198216'),(103733178,24.7252,100,98.7423,86.9582,0,0,10,NULL,'ADM1059A2','NM_001845'),(103733186,23.0169,100,97.2,75.0857,0,0,10,NULL,'ADM1059A2','NM_001134771'),(103733187,22.9452,99.8834,95.8904,74.1475,0,0,10,'20|44657981|44658037|92.8571','ADM1059A2','NM_020708'),(103733193,22.4334,99.8187,87.4887,68.9937,0,0,10,'19|3094647|3094787|98.5714','ADM1059A2','NM_002067'),(103733201,30.5419,100,99.9485,97.4485,0.115979,0,10,NULL,'ADM1059A2','NM_014159'),(103733215,25.4078,99.6921,97.4626,85.147,0,0,10,'18|7080284|7080458|83.3333','ADM1059A2','NM_005559'),(103733239,27.1223,100,98.9389,88.8327,0,0,10,NULL,'ADM1059A2','NM_019023'),(103733240,27.076,100,99.015,89.1651,0,0,10,NULL,'ADM1059A2','XM_005255990'),(103733277,24.7576,99.7874,95.6059,84.6917,0,0,10,'19|13198801|13198952|98.0132','ADM1059A2','XM_005259917'),(103733297,24.8878,100,99.5714,90.1428,0,0,10,NULL,'ADM1059A2','NM_080669'),(103733298,24.4954,100,99.542,89.4656,0,0,10,NULL,'ADM1059A2','NM_001242366'),(103733329,28.9383,100,100,97.2835,0,0,10,NULL,'ADM1059A2','NM_033407'),(103733351,28.0411,100,99.89,94.978,0,0,10,NULL,'ADM1059A2','NM_014139'),(103733352,28.0389,100,99.89,94.9414,0,0,10,NULL,'ADM1059A2','NM_001287223'),(103733354,22.0539,100,97.9275,63.9378,0,0,10,NULL,'ADM1059A2','NM_005984'),(103733358,20.6875,83.44,81.9011,70.6932,0,0,10,'15|89398081|89402650|73.3859','ADM1059A2','NM_001135'),(103733359,20.8298,84.0963,82.6183,71.7238,0,0,10,'15|89398081|89402650|73.3859','ADM1059A2','NM_013227'),(103733362,27.6528,100,99.9489,92.8973,0,0,10,NULL,'ADM1059A2','NM_000271'),(103733383,24.7576,100,100,81.52,0,0,10,NULL,'ADM1059A2','NM_021926'),(103733396,28.596,100,98.6879,94.7514,0,0,10,NULL,'ADM1059A2','NM_002427'),(103733409,28.182,100,100,99.1521,0,0,10,NULL,'ADM1059A2','NM_021815'),(103733419,30.0158,100,100,99.8145,0,0,10,NULL,'ADM1059A2','NM_025180'),(103733420,30.0158,100,100,99.8145,0,0,10,NULL,'ADM1059A2','XM_005247799'),(103733421,26.0526,100,98.9796,90.9733,0,0,10,NULL,'ADM1059A2','NM_014740'),(103733453,26.0794,99.831,99.2113,82.1408,0,0,10,'20|44049166|44049335|98.2249','ADM1059A2','NM_015937'),(103733454,24.9884,99.7949,99.0431,78.3322,0,0,10,'20|44049166|44049335|98.2249','ADM1059A2','NM_001184730'),(103733455,26.9523,99.809,99.3635,87.2692,0,0,10,'20|44049166|44049335|98.2249','ADM1059A2','NM_001184729'),(103733456,25.6989,99.813,99.1272,80.2369,0,0,10,'20|44049166|44049335|98.2249','ADM1059A2','NM_001184728'),(103733460,26.4447,100,100,91.9891,0,0,10,NULL,'ADM1059A2','NM_001256270'),(103733461,26.906,100,100,92.8012,0,0,10,NULL,'ADM1059A2','NM_001256269'),(103733474,24.1886,100,100,91.4671,0,0,10,NULL,'ADM1059A2','NM_024407'),(103733480,25.5512,99.3388,92.7686,87.1075,0,0,10,'15|101791340|101791664|95.0617','ADM1059A2','NM_014918'),(103733482,26.0064,100,100,98.0871,0,0,10,NULL,'ADM1059A2','NM_001739'),(103733485,26.9241,100,100,97.2054,0,0,10,NULL,'ADM1059A2','NM_001003722'),(103733486,26.5356,100,100,97.0356,0,0,10,NULL,'ADM1059A2','NM_001499'),(103733495,12.2884,81.8287,23.1036,0.144217,0,0,10,'X|99596899|99597075|99.4318,X|99551272|99551875|63.0182,X|99661447|99663598|85.6811,X|99657520|99657851|72.2054,X|99605642|99605704|90.3226','ADM1059A2','NM_001184880'),(103733501,24.9347,100,99.1592,92.7515,0,0,10,NULL,'ADM1059A2','NM_198253'),(103733504,20.6851,98.8529,76.9552,51.3035,0,0,10,'11|2905898|2906722|98.665','ADM1059A2','NM_000076'),(103733505,20.473,98.8121,76.1339,49.568,0,0,10,'11|2905898|2906689|98.6094','ADM1059A2','NM_001122631'),(103733514,23.0467,100,95.1237,63.1095,0,0,10,NULL,'ADM1059A2','NM_001958'),(103733539,25.4203,99.9729,98.9716,82.4357,0,0,10,'8|145743083|145743171|98.8636','ADM1059A2','NM_004260'),(103733546,27.993,100,97.6035,91.5603,0,0,10,NULL,'ADM1059A2','NM_005603'),(103733553,13.487,92.0256,34.2431,3.19829,0,0,10,'X|149613780|149613880|99.0,X|149671542|149671789|86.2348,X|149638015|149639764|91.3093','ADM1059A2','XM_005278163'),(103733554,13.487,92.0256,34.2431,3.19829,0,0,10,'X|149613780|149613880|99.0,X|149671542|149671789|86.2348,X|149638015|149639764|91.3093','ADM1059A2','NM_005491'),(103733555,13.2907,91.7512,31.9806,1.89678,0,0,10,'X|149613780|149613880|99.0,X|149671542|149671789|86.2348,X|149638015|149639764|91.3093','ADM1059A2','NM_001177466'),(103733560,22.2292,100,98.7352,70.5138,0,0,10,NULL,'ADM1059A2','NR_031589'),(103733563,27.7218,100,100,99.7232,0,0,10,NULL,'ADM1059A2','NM_031303'),(103733568,28.7106,100,99.9397,92.8485,0,0,10,NULL,'ADM1059A2','NM_001098484'),(103733569,28.9251,100,99.937,92.9156,0,0,10,NULL,'ADM1059A2','NM_003759'),(103733571,28.8859,100,100,99.8444,0,0,10,NULL,'ADM1059A2','NM_024915'),(103733572,24.561,99.5553,96.0292,79.2567,0,0,10,'17|78063936|78064200|94.697','ADM1059A2','NM_001243342'),(103733577,24.8896,100,97.3242,83.2372,0,0,10,NULL,'ADM1059A2','NM_031466'),(103733611,28.2508,100,100,94.4805,0,0,10,NULL,'ADM1059A2','NM_177924'),(103733612,27.9398,100,100,94.6875,0,0,10,NULL,'ADM1059A2','NM_004315'),(103733613,27.8748,100,100,94.3987,0,0,10,NULL,'ADM1059A2','NM_001127505'),(103733622,23.9889,100,97.8712,82.3058,0,0,10,NULL,'ADM1059A2','NM_022089'),(103733636,25.1333,100,86.4208,82.3973,0,0,10,NULL,'ADM1059A2','NM_033343'),(103733644,25.4666,100,99.8408,94.5064,0,0,10,NULL,'ADM1059A2','NM_133459'),(103733665,13.4823,90.9563,33.1601,4.46986,0,0,10,'X|49049727|49049922|89.2308,X|49047891|49048222|80.0604','ADM1059A2','NM_003179'),(103733698,26.6653,100,99.2478,88.7928,0,0,10,NULL,'ADM1059A2','NM_004522'),(103733737,22.6097,99.9178,97.1241,77.65,0,0,10,'19|54684488|54684852|99.7253','ADM1059A2','NM_001146056'),(103733738,23.059,99.9307,97.5728,77.6699,0,0,10,'19|54684488|54684852|99.7253','ADM1059A2','NM_024298'),(103733739,23.2607,99.9052,96.6825,75.7346,0,0,10,'19|54684488|54684852|99.7253','ADM1059A2','NM_001146082'),(103733740,22.6097,99.9178,97.1241,77.65,0,0,10,'19|54684488|54684852|99.7253','ADM1059A2','NM_001146083'),(103733758,30.085,100,100,98.8858,0,0,10,NULL,'ADM1059A2','NM_001166254'),(103733759,30.0875,100,100,99.0279,0,0,10,NULL,'ADM1059A2','NM_001130966'),(103733760,30.4147,100,100,99.1046,0,0,10,NULL,'ADM1059A2','NM_001166253'),(103733761,30.0875,100,100,99.0279,0,0,10,NULL,'ADM1059A2','NM_001061'),(103733762,30.2491,100,100,98.874,0,0,10,NULL,'ADM1059A2','NM_030984'),(103733765,30.3007,100,100,99.9343,0,0,10,NULL,'ADM1059A2','NM_001042383'),(103733766,29.2775,100,96.3773,93.3014,0,0,10,NULL,'ADM1059A2','NM_001042384'),(103733767,29.9231,100,100,99.7596,0,0,10,NULL,'ADM1059A2','NM_001042400'),(103733769,27.6844,100,100,87.7651,0,0,10,NULL,'ADM1059A2','NM_002618'),(103733772,24.6079,100,95.5826,88.4042,0,0,10,NULL,'ADM1059A2','NM_015025'),(103733778,30.2763,100,100,99.4103,0,0,10,NULL,'ADM1059A2','NM_001114636'),(103733779,20.6546,100,90.8487,57.8598,0,0,10,NULL,'ADM1059A2','NM_003412'),(103733804,29.3204,100,100,96.8437,0,0,10,NULL,'ADM1059A2','NM_005908'),(103733806,21.2273,99.3021,87.0389,69.3918,0,0,10,'4|996822|996947|88.8','ADM1059A2','NM_000203'),(103733807,21.7673,99.3214,87.5424,74.3577,0,0,10,'4|996822|996947|88.8','ADM1059A2','XM_005272276'),(103733858,26.9694,100,99.7817,81.0044,0,0,10,NULL,'ADM1059A2','NM_000317'),(103733860,23.2908,100,94.4224,73.9085,0,0,10,NULL,'ADM1059A2','NM_000168'),(103733866,25.4956,99.9536,95.6804,85.4621,0,0,10,'20|61461867|61461942|98.6667','ADM1059A2','NM_001853'),(103733868,23.4511,97.1287,90.2816,78.2441,0,0,10,'1|1447646|1447855|75.1196','ADM1059A2','NM_001170535'),(103733883,24.9437,100,99.4924,85.9898,0,0,10,NULL,'ADM1059A2','NM_005094'),(103733937,29.7377,100,99.154,96.3694,0,0,10,NULL,'ADM1059A2','NM_003114'),(103733938,29.7377,100,99.154,96.3694,0,0,10,NULL,'ADM1059A2','NM_172218'),(103733940,24.7312,100,100,78.4247,0,0,10,NULL,'ADM1059A2','NM_001130442'),(103733995,25.4093,99.9896,97.235,84.7141,0,0,10,'13|39261479|39266656|99.9807','ADM1059A2','NM_207361'),(103734055,24.8252,100,99.8002,79.2208,0,0,10,NULL,'ADM1059A2','NM_021154'),(103734056,24.5797,100,99.8249,80.035,0,0,10,NULL,'ADM1059A2','NM_058179'),(103734074,26.3176,100,98.0093,84.7507,0,0,10,NULL,'ADM1059A2','XM_005249503'),(103734075,26.2356,100,97.8449,84.0486,0,0,10,NULL,'ADM1059A2','NM_014780'),(103734076,28.0938,99.8284,97.8839,89.5339,0,0,10,'5|126781147|126781387|97.5','ADM1059A2','NM_001256545'),(103734077,29.035,100,99.9427,93.6963,0,0,10,NULL,'ADM1059A2','XM_005272115'),(103734078,28.0938,99.8284,97.8839,89.5339,0,0,10,'5|126781147|126781387|97.5','ADM1059A2','NM_032446'),(103734085,25.1416,100,97.2598,86.035,0,0,10,NULL,'ADM1059A2','NM_002180'),(103734129,23.2736,100,97.5837,82.1326,0,0,10,NULL,'ADM1059A2','NM_012293'),(103734138,31.4467,100,99.9903,98.8004,0,0,10,NULL,'ADM1059A2','NM_000059'),(103734164,26.9629,100,100,95.7603,0,0,10,NULL,'ADM1059A2','NM_139156'),(103734165,26.7934,100,100,95.957,0,0,10,NULL,'ADM1059A2','NM_004037'),(103734166,27.1522,100,100,95.7247,0,0,10,NULL,'ADM1059A2','NM_001257361'),(103734167,27.0759,100,100,95.6708,0,0,10,NULL,'ADM1059A2','NM_203404'),(103734208,13.1401,81.2044,32.8428,3.93224,0,0,10,'X|153589674|153589940|96.6165,X|153592388|153592535|89.7959,X|153579947|153580066|96.6387,X|153593187|153593327|41.4286,X|153587350|153587524|81.0345,X|153579275|153579411|97.7941,X|153578015|153578237|28.3784,X|153594674|153594840|91.5663,X|153594390|153594594|95.5882,X|153582982|153583081|26.2626,X|153578397|153578577|86.1111,X|153586811|153586938|51.1811,X|153591027|153591154|48.0315,X|153593715|153593856|76.5957,X|153590345|153590518|96.5318,X|153590608|153590702|88.2979,X|153595098|153595220|92.6229,X|153590784|153590948|14.6341,X|153596007|153596108|37.6238,X|153586565|153586725|82.5,X|153595763|153595914|19.2053,X|153577728|153577935|95.6522,X|153592625|153592742|0.0,X|153592892|153593089|0.0,X|153599239|153599616|97.6127,X|153581138|153581294|30.7692,X|153585617|153585644|37.037,X|153581367|153581574|92.2705,X|153581662|153581827|98.1818,X|153583191|153583442|73.3068,X|153588356|153588957|98.3361,X|153588098|153588275|99.435','ADM1059A2','NM_001110556'),(103734209,13.1532,81.3524,32.9529,3.94541,0,0,10,'X|153589674|153589940|96.6165,X|153592388|153592535|89.7959,X|153579947|153580066|96.6387,X|153593187|153593327|41.4286,X|153587350|153587524|81.0345,X|153579275|153579411|97.7941,X|153578015|153578237|28.3784,X|153594674|153594840|91.5663,X|153594390|153594594|95.5882,X|153582982|153583081|26.2626,X|153578397|153578577|86.1111,X|153586811|153586938|51.1811,X|153591027|153591154|48.0315,X|153593715|153593856|76.5957,X|153590345|153590518|96.5318,X|153590608|153590702|88.2979,X|153595098|153595220|92.6229,X|153590784|153590948|14.6341,X|153596007|153596108|37.6238,X|153586565|153586725|82.5,X|153595763|153595914|19.2053,X|153577728|153577935|95.6522,X|153592625|153592742|0.0,X|153592892|153593089|0.0,X|153599239|153599616|97.6127,X|153581138|153581294|30.7692,X|153581367|153581574|92.2705,X|153581662|153581827|98.1818,X|153583191|153583442|73.3068,X|153588356|153588957|98.3361,X|153588098|153588275|99.435','ADM1059A2','NM_001456'),(103734213,28.5942,100,99.9584,94.0687,0,0,10,NULL,'ADM1059A2','NM_020760'),(103734214,28.2601,100,99.9873,92.9388,0.0762001,0,10,NULL,'ADM1059A2','NM_020964'),(103734228,22.6061,100,98.5845,78.6844,0,0,10,NULL,'ADM1059A2','NM_001039958'),(103734232,27.3125,100,99.1379,92.6724,0,0,10,NULL,'ADM1059A2','NM_016499'),(103734243,12.5708,91.3194,19.7805,0.711527,0,0,10,'X|17749976|17750587|95.4174,X|17742417|17742552|82.2222,X|17743465|17746450|93.7688,X|17705860|17706016|98.7179,X|17393878|17394447|72.935,X|17710453|17710590|75.9124','ADM1059A2','NM_198270'),(103734244,12.6518,93.8707,19.0391,0.78581,0,0,10,'X|17749976|17750587|95.4174,X|17742417|17742552|82.2222,X|17743465|17746450|93.7688,X|17705860|17706016|98.7179,X|17710453|17710590|75.9124','ADM1059A2','NM_001136024'),(103734284,26.8149,100,100,93.5733,0,0,10,NULL,'ADM1059A2','XM_005249820'),(103734306,13.2849,81.7289,36.7387,4.32221,0,0,10,'X|122318385|122318498|21.2389,X|122319682|122319844|97.5309','ADM1059A2','NM_001256743'),(103734312,28.2958,100,100,91.1573,0,0,10,NULL,'ADM1059A2','NM_005349'),(103734325,24.1167,100,99.9462,87.1974,0,0,10,NULL,'ADM1059A2','NM_198173'),(103734326,24.5236,100,99.9482,88.6587,0,0,10,NULL,'ADM1059A2','NM_198174'),(103734333,27.9718,100,99.397,86.0301,0.502513,0,10,NULL,'ADM1059A2','NM_025152'),(103734334,29.7228,100,100,96.1429,0.714286,0,10,NULL,'ADM1059A2','XM_005268100'),(103734371,30.9812,100,100,94.8824,0,0,10,NULL,'ADM1059A2','NM_014053'),(103734398,29.3595,100,100,92.0031,0,0,10,NULL,'ADM1059A2','NM_015697'),(103734409,24.2887,99.4432,93.5887,79.7537,0,0,10,'19|17007265|17007478|84.507','ADM1059A2','NM_015692'),(103734437,23.9415,100,99.0381,77.2345,0,0,10,NULL,'ADM1059A2','NM_001287'),(103734438,24.1479,100,99.7934,78.7603,0,0,10,NULL,'ADM1059A2','NM_001114331'),(103734444,26.6786,100,99.1304,89.3384,0,0,10,NULL,'ADM1059A2','NM_005045'),(103734445,26.6776,100,99.1297,89.3293,0,0,10,NULL,'ADM1059A2','NM_173054'),(103734463,31.1943,100,99.8265,96.4261,0.763358,0,10,NULL,'ADM1059A2','NM_176787'),(103734464,31.1943,100,99.8265,96.4261,0.763358,0,10,NULL,'ADM1059A2','NM_012327'),(103734475,27.5632,100,99.9392,92.4666,0,0,10,NULL,'ADM1059A2','NM_000329'),(103734499,22.9724,100,96.7763,77.2368,0,0,10,NULL,'ADM1059A2','NM_001040667'),(103734500,22.7329,100,96.5734,75.944,0,0,10,NULL,'ADM1059A2','NM_001538'),(103734502,30.2358,100,99.8593,98.3962,0,0,10,NULL,'ADM1059A2','NM_014423'),(103734505,22.2783,100,98.6401,79.2384,0,0,10,NULL,'ADM1059A2','NM_182894'),(103734507,31.8466,100,100,99.9041,0.287632,0,10,NULL,'ADM1059A2','NM_176869'),(103734508,29.7072,100,100,88.1046,0.392157,0,10,NULL,'ADM1059A2','XM_005262918'),(103734514,26.7324,100,93.2778,89.6287,0,0,10,NULL,'ADM1059A2','NM_198309'),(103734515,26.7541,100,93.6093,90.14,0,0,10,NULL,'ADM1059A2','NM_001288781'),(103734516,26.9586,100,93.4169,89.8433,0,0,10,NULL,'ADM1059A2','NM_144596'),(103734549,27.4874,100,99.425,91.0217,0,0,10,NULL,'ADM1059A2','NM_000282'),(103734550,27.2326,100,99.4037,90.6881,0,0,10,NULL,'ADM1059A2','NM_001127692'),(103734551,27.5607,100,99.3859,90.411,0,0,10,NULL,'ADM1059A2','NM_001178004'),(103734579,21.443,94.6415,85.283,68.6793,0,0,10,'6|10410132|10410570|83.79','ADM1059A2','NM_001042425'),(103734580,21.3996,94.6171,85.2161,68.0061,0,0,10,'6|10410132|10410570|83.79','ADM1059A2','NM_001032280'),(103734581,21.6545,94.6896,85.4151,68.9604,0,0,10,'6|10410132|10410570|83.79','ADM1059A2','NM_003220'),(103734596,22.5572,96.3283,92.1166,72.4622,0,0,10,'17|10584433|10584572|75.5396','ADM1059A2','NM_004589'),(103734606,25.5192,100,100,89.5536,0,0,10,NULL,'ADM1059A2','NM_005006'),(103734607,25.9239,100,100,93.1893,0,0,10,NULL,'ADM1059A2','NM_001199981'),(103734608,25.6604,100,100,89.7593,0,0,10,NULL,'ADM1059A2','NM_001199984'),(103734615,23.5889,99.9149,91.7447,83.4042,0,0,10,'9|34646699|34646785|98.8372','ADM1059A2','NM_000155'),(103734622,26.6007,100,100,94.8127,0,0,10,NULL,'ADM1059A2','NM_015386'),(103734635,24.1287,99.7394,95.7329,82.0521,0,0,10,'21|41539143|41539217|79.7297,21|41550852|41551023|99.4152','ADM1059A2','NM_001389'),(103734636,28.9816,100,99.7368,93.9474,0,0,10,NULL,'ADM1059A2','NM_152705'),(103734681,24.6978,100,96.9337,85.5525,0,0,10,NULL,'ADM1059A2','NM_005401'),(103734700,28.3634,100,100,92.8109,0,0,10,NULL,'ADM1059A2','NM_194318'),(103734701,25.0851,100,97.3298,84.98,0,0,10,NULL,'ADM1059A2','NM_000222'),(103734782,28.8064,100,100,97.3386,0,0,10,NULL,'ADM1059A2','NM_006218'),(103734797,11.877,71.5969,26.4398,0,0,0,10,'X|152864475|152864514|25.641,X|152864418|152864476|0.0,X|152853820|152853914|0.0,X|152861460|152861647|80.7487','ADM1059A2','NM_152274'),(103734806,24.9143,100,99.8427,84.4782,0,0,10,NULL,'ADM1059A2','NM_004646'),(103734808,29.4532,100,100,99.0826,0,0,10,NULL,'ADM1059A2','NM_005105'),(103734834,25.7515,100,99.5716,91.9217,0,0,10,NULL,'ADM1059A2','NM_000520'),(103734843,27.7108,100,100,93.8746,0,0,10,NULL,'ADM1059A2','XM_005263353'),(103734844,27.5741,100,100,93.4087,0,0,10,NULL,'ADM1059A2','NM_033115'),(103734845,28.1276,100,100,96.4799,0,0,10,NULL,'ADM1059A2','NM_001163437'),(103734846,27.7085,100,100,93.8724,0,0,10,NULL,'ADM1059A2','NM_001163435'),(103734847,27.7108,100,100,93.8746,0,0,10,NULL,'ADM1059A2','NM_001163436'),(103734858,24.495,95.0149,86.2368,79.2468,0,0,10,'5|60628098|60628777|72.9013','ADM1059A2','NM_020928'),(103734868,30.055,100,99.6677,98.0862,0,0,10,NULL,'ADM1059A2','NM_001199282'),(103734869,30.0449,100,99.6691,98.0947,0,0,10,NULL,'ADM1059A2','NM_006726'),(103734874,25.7148,100,98.8792,88.8854,0,0,10,NULL,'ADM1059A2','NM_003995'),(103734909,26.2669,100,99.9358,93.6075,0,0,10,NULL,'ADM1059A2','NM_152296'),(103734910,26.1961,100,99.9365,93.4645,0,0,10,NULL,'ADM1059A2','NM_001256214'),(103734911,26.2479,100,99.9364,93.9924,0,0,10,NULL,'ADM1059A2','NM_001256213'),(103734912,27.8241,100,100,98.4501,0,0,10,NULL,'ADM1059A2','NM_000790'),(103734913,27.1576,100,100,98.1511,0,0,10,NULL,'ADM1059A2','NM_001242888'),(103734914,27.8241,100,100,98.4501,0,0,10,NULL,'ADM1059A2','NM_001082971'),(103734915,27.9187,100,100,99.1396,0,0,10,NULL,'ADM1059A2','NM_001242890'),(103734932,24.3487,100,98.0337,84.1091,0,0,10,NULL,'ADM1059A2','NM_153609'),(103734933,24.6503,100,98.064,84.354,0,0,10,NULL,'ADM1059A2','XM_005261382'),(103734939,28.0828,100,97.7878,92.544,0,0,10,NULL,'ADM1059A2','NM_002860'),(103734993,31.1849,100,100,100,0,0,10,NULL,'ADM1059A2','NM_000791'),(103734999,24.9872,100,99.7442,85.9335,0,0,10,NULL,'ADM1059A2','NM_052845'),(103735015,25.7296,100,94.3796,87.8049,0,0,10,NULL,'ADM1059A2','NR_027349'),(103735024,26.4242,99.6216,98.8827,93.9629,0,0,10,'16|3650978|3651194|90.2778','ADM1059A2','NM_032444'),(103735032,23.4196,100,99.6845,76.9716,0,0,10,NULL,'ADM1059A2','NM_001909'),(103735048,13.8374,88.2958,35.2106,10.1861,0,0,10,'X|41204655|41204803|89.1892,X|41206110|41206267|36.3057,X|41206563|41206706|97.2028,X|41202467|41202606|85.6115,X|41196659|41196720|85.2459,X|41206891|41206975|98.8095,X|41204431|41204579|56.7568,X|41193503|41193552|55.102,X|41205480|41205665|98.3784','ADM1059A2','NM_001193417'),(103735058,26.2223,100,100,89.861,0,0,10,NULL,'ADM1059A2','NM_001024845'),(103735059,26.1381,100,100,90.9007,0,0,10,NULL,'ADM1059A2','NM_201649'),(103735060,26.267,100,100,90.15,0,0,10,NULL,'ADM1059A2','NM_006934'),(103735080,24.1086,100,98.8198,80.7238,0,0,10,NULL,'ADM1059A2','NM_000017'),(103735085,28.7139,99.7865,99.2774,94.6137,0,0,10,'8|100844595|100844882|90.9408','ADM1059A2','NM_152564'),(103735086,28.6925,99.7878,99.2819,94.6466,0,0,10,'8|100844595|100844882|90.9408','ADM1059A2','NM_017890'),(103735087,27.3986,100,100,95.574,0,0,10,NULL,'ADM1059A2','NM_001111'),(103735088,27.1307,100,99.9222,93.7241,0,0,10,NULL,'ADM1059A2','NM_001025107'),(103735089,31.7231,100,100,96.8269,0,0,10,NULL,'ADM1059A2','NM_000126'),(103735090,33.1438,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001127716'),(103735135,26.7511,100,99.82,92.6215,0,0,10,NULL,'ADM1059A2','NM_000532'),(103735136,26.703,100,99.7611,92.2771,0,0,10,NULL,'ADM1059A2','XM_005247509'),(103735137,26.5491,100,99.8266,92.659,0,0,10,NULL,'ADM1059A2','NM_001178014'),(103735151,28.1063,99.7714,91.5429,85.9429,0,0,10,'1|6845522|6845637|98.2609','ADM1059A2','NR_038934'),(103735152,24.7628,100,97.1227,87.0229,0,0,10,NULL,'ADM1059A2','NM_000458'),(103735200,29.2491,100,99.9531,95.5726,0.219024,0,10,NULL,'ADM1059A2','XM_005248349'),(103735233,23.0405,100,94.4459,71.5806,0,0,10,NULL,'ADM1059A2','NM_021070'),(103735234,22.7934,100,94.2971,69.0095,0,0,10,NULL,'ADM1059A2','NM_001130144'),(103735265,15.8468,91.8066,63.9313,16.5149,0,0,10,'X|41045768|41045897|0.0,X|41069760|41069937|84.7458,X|41043648|41043930|99.6454,X|41088818|41089034|27.7778,X|41064554|41064748|42.268,X|40988251|40988400|92.6174,X|41056615|41056765|84.6667,X|41083993|41084217|87.0536,X|41084300|41084392|0.0,X|41076471|41076598|67.7165,X|41060311|41060535|91.9643','ADM1059A2','XM_005272676'),(103735266,15.8249,91.8568,63.5402,16.4139,0,0,10,'X|41045768|41045897|0.0,X|41088818|41089082|40.9091,X|41069760|41069937|84.7458,X|41043648|41043930|99.6454,X|41064554|41064748|42.268,X|40988251|40988400|92.6174,X|41056615|41056765|84.6667,X|41083993|41084217|87.0536,X|41084300|41084392|0.0,X|41076471|41076598|67.7165,X|41060311|41060535|91.9643','ADM1059A2','NM_001039590'),(103735279,26.3979,100,96.3031,90.0073,0,0,10,NULL,'ADM1059A2','NM_198428'),(103735280,26.5307,100,96.1243,89.6777,0,0,10,NULL,'ADM1059A2','NM_014451'),(103735281,26.5598,100,96.1509,89.7485,0,0,10,NULL,'ADM1059A2','NM_001033604'),(103735282,26.3688,100,96.2786,89.941,0,0,10,NULL,'ADM1059A2','NM_001033605'),(103735293,19.6126,100,93.1155,54.4924,0,0,10,NULL,'ADM1059A2','NM_001145155'),(103735294,23.4651,100,97.8066,84.1476,0,0,10,NULL,'ADM1059A2','NM_005957'),(103735308,23.5385,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001172086'),(103735325,26.9897,100,99.6793,83.4509,0,0,10,NULL,'ADM1059A2','NM_001031806'),(103735326,27.1604,100,99.6644,82.6846,0,0,10,NULL,'ADM1059A2','NM_000382'),(103735388,26.6671,99.8702,97.4692,93.7054,0,0,10,'9|101867485|101867586|98.0198','ADM1059A2','NM_004612'),(103735389,26.0719,99.847,97.0161,92.5784,0,0,10,'9|101867485|101867586|98.0198','ADM1059A2','NM_001130916'),(103735431,24.7288,100,95.7593,82.353,0,0,10,NULL,'ADM1059A2','NM_002238'),(103735473,15.3911,95.1686,51.0483,13.856,0,0,10,'X|38262869|38262995|60.3175,X|38226542|38226684|97.8873','ADM1059A2','NM_000531'),(103735474,30.5118,100,100,98.0472,0,0,10,NULL,'ADM1059A2','NM_000082'),(103735530,25.5219,100,99.9305,87.9778,0,0,10,NULL,'ADM1059A2','NM_012472'),(103735549,24.0337,100,97.9781,85.0885,0,0,10,NULL,'ADM1059A2','NM_005943'),(103735550,24.3218,100,97.9832,86.8067,0,0,10,NULL,'ADM1059A2','NM_001075098'),(103735551,24.2744,100,100,86.0158,0,0,10,NULL,'ADM1059A2','XM_005249128'),(103735552,24.3212,100,97.8221,86.3884,0,0,10,NULL,'ADM1059A2','XM_005249129'),(103735555,31.2148,100,100,99.8373,0,0,10,NULL,'ADM1059A2','NM_003384'),(103735561,28.6086,100,99.8704,94.3412,0.950326,0,10,NULL,'ADM1059A2','NM_001130105'),(103735562,30.0104,100,100,97.9772,1.14108,0,10,NULL,'ADM1059A2','NM_005713'),(103735569,23.5589,99.7596,92.488,73.7981,0,0,10,'17|59533849|59534039|97.8947','ADM1059A2','NM_018488'),(103735583,27.1078,100,99.2354,92.2093,0,0,10,NULL,'ADM1059A2','NM_138694'),(103735584,26.9612,100,99.0842,91.9503,0,0,10,NULL,'ADM1059A2','NM_170724'),(103735591,25.1752,100,92.5079,81.7798,0,0,10,NULL,'ADM1059A2','NM_014704'),(103735592,13.4022,76.7825,38.2998,9.04936,0,0,10,'X|11793097|11793201|99.0385,X|11790273|11790376|99.0291,X|11781897|11782059|17.284,X|11783584|11783850|55.6391','ADM1059A2','NM_006800'),(103735603,28.8838,100,100,97.334,0,0,10,NULL,'ADM1059A2','NM_001931'),(103735629,23.65,100,96.9872,74.5075,0,0,10,NULL,'ADM1059A2','NM_015506'),(103735681,23.6657,99.4682,90.8272,73.1462,0,0,10,'6|157099061|157100607|97.6714','ADM1059A2','NM_017519'),(103735682,23.7055,99.4715,90.8837,73.3118,0,0,10,'6|157099061|157100607|97.6714','ADM1059A2','NM_020732'),(103735696,27.8598,100,99.7116,92.7902,0,0,10,NULL,'ADM1059A2','NM_015340'),(103735697,27.8598,100,99.7116,92.7902,0,0,10,NULL,'ADM1059A2','XM_005265006'),(103735701,26.0627,100,96.918,86.6263,0,0,10,NULL,'ADM1059A2','NM_021828'),(103735702,26.1744,100,96.5854,85.1829,0,0,10,NULL,'ADM1059A2','NM_001166244'),(103735703,25.9863,100,96.6746,85.5701,0,0,10,NULL,'ADM1059A2','NM_001166246'),(103735704,25.5126,100,96.1982,83.5031,0,0,10,NULL,'ADM1059A2','NM_001166245'),(103735713,18.8521,100,86.6459,46.2112,0,0,10,NULL,'ADM1059A2','NM_007129'),(103735717,26.4048,100,98.0652,81.4155,0,0,10,NULL,'ADM1059A2','NM_152419'),(103735718,26.045,100,97.8017,78.8471,0,0,10,NULL,'ADM1059A2','XM_005273692'),(103735729,25.244,100,97.8176,78.2876,0,0,10,NULL,'ADM1059A2','NM_016213'),(103735774,31.2971,100,100,97.8372,0,0,10,NULL,'ADM1059A2','NM_002156'),(103735775,31.2971,100,100,97.8372,0,0,10,NULL,'ADM1059A2','NM_199440'),(103735776,26.2922,100,98.2461,85.6421,0.297266,0,10,NULL,'ADM1059A2','NM_015335'),(103735783,26.6576,100,99.5875,95.4037,0,0,10,NULL,'ADM1059A2','NM_005708'),(103735812,25.0844,100,100,94.4272,0,0,10,NULL,'ADM1059A2','NM_130810'),(103735813,24.5051,100,100,94.6246,0,0,10,NULL,'ADM1059A2','NM_001033560'),(103735814,24.3604,100,100,93.777,0,0,10,NULL,'ADM1059A2','NM_001033559'),(103735827,27.9253,100,100,96.2241,0,0,10,NULL,'ADM1059A2','NR_073590'),(103735838,24.7035,100,100,87.3606,0,0,10,NULL,'ADM1059A2','NM_057174'),(103735854,25.1379,100,98.153,92.6121,0,0,10,NULL,'ADM1059A2','NM_198177'),(103735856,29.8675,100,99.0964,94.9656,0,0,10,NULL,'ADM1059A2','NM_007315'),(103735857,29.7586,100,99.0472,94.6915,0,0,10,NULL,'ADM1059A2','NM_139266'),(103735886,30.4813,100,99.956,97.5132,0,0,10,NULL,'ADM1059A2','NM_033084'),(103735887,30.5634,100,99.9554,97.4816,0,0,10,NULL,'ADM1059A2','XM_005264946'),(103735888,30.5634,100,99.9554,97.4816,0,0,10,NULL,'ADM1059A2','NM_001018115'),(103735901,24.1952,99.663,96.5479,81.0847,0,0,10,'16|30748368|30751057|98.7728','ADM1059A2','NM_006662'),(103735902,24.2443,99.6563,96.5528,81.4101,0,0,10,'16|30748368|30751057|98.7728','ADM1059A2','XM_005255046'),(103735917,23.094,100,99.3544,81.2052,0,0,10,NULL,'ADM1059A2','NM_002168'),(103735941,25.1139,100,98.9853,80.2706,0,0,10,NULL,'ADM1059A2','NM_001759'),(103735948,25.6082,96.0969,94.6428,88.648,0,0,10,'4|88534935|88537723|94.5122','ADM1059A2','NM_014208'),(103735960,29.7102,100,100,98.6521,0,0,10,NULL,'ADM1059A2','NM_001168407'),(103735961,28.4454,100,100,98.3327,0,0,10,NULL,'ADM1059A2','NM_001168408'),(103735962,28.5079,100,100,98.209,0,0,10,NULL,'ADM1059A2','NM_001168409'),(103735963,28.9263,100,100,98.3523,0,0,10,NULL,'ADM1059A2','NM_001168410'),(103735989,29.9813,100,99.6381,95.1458,0,0,10,NULL,'ADM1059A2','NM_001244190'),(103736058,27.7706,100,99.6475,93.2432,0,0,10,NULL,'ADM1059A2','NM_004836'),(103736064,31.0262,100,100,96.8289,1.42154,0,10,NULL,'ADM1059A2','NM_001128147'),(103736072,30.4324,100,100,98.7372,0,0,10,NULL,'ADM1059A2','NM_017780'),(103736077,25.7259,100,99.7414,94.9138,0,0,10,NULL,'ADM1059A2','NM_001613'),(103736078,25.7259,100,99.7414,94.9138,0,0,10,NULL,'ADM1059A2','NM_001141945'),(103736114,23.1374,100,87.1609,62.0253,0,0,10,NULL,'ADM1059A2','NM_001164710'),(103736115,23.783,100,93.0266,72.3487,0,0,10,NULL,'ADM1059A2','NR_028435'),(103736116,22.6898,100,88.3965,57.9371,0,0,10,NULL,'ADM1059A2','NM_000481'),(103736117,22.705,100,87.9296,58.0888,0,0,10,NULL,'ADM1059A2','NM_001164712'),(103736118,21.4149,100,86.5421,51.2149,0,0,10,NULL,'ADM1059A2','NM_001164711'),(103736122,32.9771,100,100,98.817,0,0,10,NULL,'ADM1059A2','NM_003079'),(103736158,29.5213,100,100,99.4674,0,0,10,NULL,'ADM1059A2','NM_001005747'),(103736160,9.65522,50.7808,3.9975,0,0,0,10,'X|152958915|152959043|68.75,X|152956757|152957010|66.0079,X|152960172|152960346|1.14943,X|152959358|152959474|51.7241,X|152959986|152960090|35.5769,X|152958494|152958632|66.6667,X|152958716|152958823|15.8879,X|152955910|152955963|0.0,X|152959583|152959724|63.1206,X|152960527|152960672|13.1034','ADM1059A2','NM_001142806'),(103736177,31.1756,100,100,98.649,0,0,10,NULL,'ADM1059A2','NM_001252127'),(103736178,31.6773,100,100,98.9224,0,0,10,NULL,'ADM1059A2','XM_005254264'),(103736180,26.4472,100,99.7716,93.3752,0,0,10,NULL,'ADM1059A2','XM_005273019'),(103736181,30.4314,100,100,99.416,0,0,10,NULL,'ADM1059A2','NM_006009'),(103736230,29.3288,99.9619,99.1808,94.9514,0,0,10,'14|103523334|103523513|98.8827','ADM1059A2','NM_006035'),(103736231,25.7981,100,97.847,86.4521,0,0,10,NULL,'ADM1059A2','NM_001145966'),(103736232,26.3397,100,98.0846,87.9062,0,0,10,NULL,'ADM1059A2','NM_002417'),(103736236,20.1212,100,85.0566,45.9612,0,0,10,NULL,'ADM1059A2','NM_005568'),(103736257,29.0065,100,100,99.0281,0,0,10,NULL,'ADM1059A2','NM_002857'),(103736258,27.6178,100,99.0479,92.9681,0,0,10,NULL,'ADM1059A2','NM_015531'),(103736259,26.9929,100,99.1204,91.1896,0,0,10,NULL,'ADM1059A2','NM_001286577'),(103736261,24.5609,99.7658,95.4332,80.3279,0,0,10,'4|57976041|57976520|99.5825','ADM1059A2','NM_001253835'),(103736266,26.2671,100,99.939,94.2073,0,0,10,NULL,'ADM1059A2','NM_006623'),(103736292,22.8748,100,96.3504,75.4632,0,0,10,NULL,'ADM1059A2','XM_005271689'),(103736304,22.4597,100,95.321,75.0272,0,0,10,NULL,'ADM1059A2','NM_003620'),(103736305,21.3511,100,93.4501,65.8035,0,0,10,NULL,'ADM1059A2','XM_005257742'),(103736321,22.2578,97.3504,89.8779,64.0667,0,0,10,'9|96428270|96428344|98.6487,9|96339053|96339155|99.0196,9|96411351|96411496|40.0','ADM1059A2','NM_005392'),(103736334,25.2894,100,97.2209,83.6608,0,0,10,NULL,'ADM1059A2','NM_003722'),(103736335,26.8939,100,97.6651,84.7232,0,0,10,NULL,'ADM1059A2','NM_001114979'),(103736336,25.9478,100,97.7721,85.296,0,0,10,NULL,'ADM1059A2','XM_005247845'),(103736337,24.5553,100,96.776,84.2135,0,0,10,NULL,'ADM1059A2','NM_001114981'),(103736338,26.1802,100,97.1074,85.7851,0,0,10,NULL,'ADM1059A2','NM_001114982'),(103736361,30.5604,100,100,99.57,0,0,10,NULL,'ADM1059A2','NM_014236'),(103736367,24.1411,100,99.2635,83.0606,0,0,10,NULL,'ADM1059A2','NM_004211'),(103736387,24.2341,100,99.7898,78.5564,0,0,10,NULL,'ADM1059A2','NM_000147'),(103736391,26.5891,100,99.4196,90.1335,0,0,10,NULL,'ADM1059A2','NM_000459'),(103736440,24.8021,100,95.8991,74.8423,0,0,10,NULL,'ADM1059A2','NM_003238'),(103736441,25.2465,100,96.1624,76.4576,0,0,10,NULL,'ADM1059A2','NM_001135599'),(103736447,28.2709,100,100,98.0295,0,0,10,NULL,'ADM1059A2','NM_003859'),(103736451,25.8938,100,100,92,0,0,10,NULL,'ADM1059A2','NM_003730'),(103736463,25.186,100,97.7282,83.0262,0,0,10,NULL,'ADM1059A2','NM_000095'),(103736488,28.9141,100,99.9378,97.5109,0,0,10,NULL,'ADM1059A2','NM_001145798'),(103736489,29.2602,100,100,99.4849,0,0,10,NULL,'ADM1059A2','NM_001005746'),(103736490,24.1583,100,98.9402,86.9701,0,0,10,NULL,'ADM1059A2','NM_205768'),(103736506,22.1438,99.9826,95.7262,67.3732,0,0,10,'2|220418294|220418410|99.1379','ADM1059A2','NM_015311'),(103736507,21.8475,100,96.0222,64.521,0,0,10,NULL,'ADM1059A2','NM_001173431'),(103736508,20.4013,100,94.0135,52.2691,0,0,10,NULL,'ADM1059A2','NM_001173408'),(103736568,24.823,99.9532,92.5527,77.9391,0,0,10,'1|1273647|1273818|99.4152','ADM1059A2','XM_005244732'),(103736576,26.3306,100,98.4951,84.8058,0,0,10,NULL,'ADM1059A2','NM_001003809'),(103736577,26.8201,100,98.5125,86.5163,0,0,10,NULL,'ADM1059A2','NM_001242764'),(103736578,25.0462,100,93.6952,78.2536,0,0,10,NULL,'ADM1059A2','NM_004746'),(103736579,26.6373,100,98.4638,86.0753,0,0,10,NULL,'ADM1059A2','NM_001242762'),(103736580,26.2155,100,98.5189,83.8987,0,0,10,NULL,'ADM1059A2','NM_001242766'),(103736594,27.9333,100,100,91.3764,0,0,10,NULL,'ADM1059A2','NM_004318'),(103736595,28.3569,100,100,93.251,0,0,10,NULL,'ADM1059A2','NM_001164750'),(103736598,31.3962,100,100,100,0,0,10,NULL,'ADM1059A2','NM_005816'),(103736599,31.2532,100,100,100,0,0,10,NULL,'ADM1059A2','NM_198196'),(103736630,25.0279,100,98.954,86.4976,0,0,10,NULL,'ADM1059A2','NM_001077490'),(103736631,25.1916,100,96.3572,82.3737,0,0,10,NULL,'ADM1059A2','NR_003259'),(103736632,23.354,95.3507,87.3573,78.0587,0,0,10,'20|57466779|57466922|60.1399','ADM1059A2','NM_000516'),(103736633,23.3466,95.3621,87.3881,78.1123,0,0,10,'20|57466779|57466922|60.1399','ADM1059A2','NM_001077488'),(103736634,23.4593,95.1613,86.8421,77.674,0,0,10,'20|57466779|57466922|60.1399','ADM1059A2','NM_001077489'),(103736639,22.1224,100,95.4111,60.5163,0,0,10,NULL,'ADM1059A2','NM_006492'),(103736646,26.9085,100,100,95.5851,0,0,10,NULL,'ADM1059A2','NM_005236'),(103736650,24.923,100,99.6746,91.3232,0,0,10,NULL,'ADM1059A2','NM_003042'),(103736662,28.2225,100,100,96.1893,0,0,10,NULL,'ADM1059A2','NM_014813'),(103736707,29.6358,99.959,97.7441,96.5135,0,0,10,'2|55883438|55883508|98.5714','ADM1059A2','NM_033109'),(103736717,23.284,100,99.0207,81.0484,0,0,10,NULL,'ADM1059A2','NM_021008'),(103736718,23.0962,100,98.8727,78.183,0,0,10,NULL,'ADM1059A2','XM_005252749'),(103736723,25.0677,100,100,98.3878,0,0,10,NULL,'ADM1059A2','NM_020894'),(103736724,25.0677,100,100,98.3878,0,0,10,NULL,'ADM1059A2','XM_005272290'),(103736734,24.3085,99.9671,95.3679,81.5703,0,0,10,'4|5812064|5812179|99.1304','ADM1059A2','NM_153717'),(103736757,24.0342,99.9367,93.5443,78.7342,0,0,10,'8|20054915|20055055|99.2857','ADM1059A2','NM_001693'),(103736800,26.576,100,100,95.0898,0,0,10,NULL,'ADM1059A2','NM_004733'),(103736811,13.6644,81.1228,37.7994,8.06886,0,0,10,'X|70351921|70352058|13.8686,X|70351398|70351473|0.0,X|70352971|70353064|32.2581,X|70344007|70344240|93.9914,X|70342586|70342726|14.2857,X|70352225|70352390|99.3939,X|70345884|70346006|75.4098,X|70357406|70357487|19.7531,X|70357574|70357795|60.6335,X|70343442|70343572|53.0769,X|70345199|70345347|81.7568,X|70362023|70362071|93.75,X|70348962|70349067|76.1905,X|70342356|70342459|73.7864,X|70361078|70361222|97.2222,X|70346817|70346984|81.4371,X|70357035|70357244|99.5215,X|70342048|70342198|93.3333,X|70356129|70356507|99.2064,X|70345511|70345565|90.7407,X|70344824|70344998|9.1954,X|70344612|70344696|65.4762,X|70346189|70346336|96.5986,X|70339862|70340022|17.5,X|70340819|70341004|99.4595,X|70339534|70339729|36.9231,X|70338602|70338705|58.2524','ADM1059A2','NM_005120'),(103736815,27.6701,100,99.845,93.8183,0,0,10,NULL,'ADM1059A2','NM_025074'),(103736826,24.8217,99.9425,96.2622,87.119,0,0,10,'1|19211965|19212124|99.3711','ADM1059A2','NM_170726'),(103736827,24.8217,99.9425,96.2622,87.119,0,0,10,'1|19211965|19212124|99.3711','ADM1059A2','NM_003748'),(103736828,25.1455,99.9356,98.1326,89.8905,0,0,10,'1|19211965|19212124|99.3711','ADM1059A2','NM_001161504'),(103736844,25.6092,100,99.3121,87.4877,0,0,10,NULL,'ADM1059A2','NM_015047'),(103736845,25.7678,100,99.2962,88.6059,0,0,10,NULL,'ADM1059A2','NM_001271429'),(103736912,28.2036,100,100,96.3753,0,0,10,NULL,'ADM1059A2','NM_017875'),(103736940,31.7641,100,99.8664,96.2597,0,0,10,NULL,'ADM1059A2','NM_005445'),(103736965,29.7347,100,100,99.3803,0,0,10,NULL,'ADM1059A2','NM_007373'),(103736966,29.0955,100,100,99.0359,0,0,10,NULL,'ADM1059A2','NM_001269039'),(103736978,27.4792,100,100,100,0,0,10,NULL,'ADM1059A2','NM_182760'),(103736979,27.4684,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001164675'),(103736992,26.486,100,98.1964,92.8858,0,0,10,NULL,'ADM1059A2','NM_005726'),(103736993,26.5028,100,98.3083,93.3271,0,0,10,NULL,'ADM1059A2','NM_001172696'),(103736994,24.9746,100,97.3054,84.7305,0,0,10,NULL,'ADM1059A2','NM_001172697'),(103737006,27.5558,100,100,97.3077,0,0,10,NULL,'ADM1059A2','NM_001359'),(103737008,28.4481,100,100,90.9578,0,0,10,NULL,'ADM1059A2','NM_203283'),(103737009,28.6478,100,100,92.1281,0,0,10,NULL,'ADM1059A2','NM_015874'),(103737010,28.6477,100,100,92.1123,0,0,10,NULL,'ADM1059A2','XM_005248161'),(103737011,28.6477,100,100,92.1123,0,0,10,NULL,'ADM1059A2','NM_203284'),(103737021,28.031,100,100,98.4956,0,0,10,NULL,'ADM1059A2','NM_005017'),(103737025,23.3607,100,97.5334,84.9949,0,0,10,NULL,'ADM1059A2','NM_019066'),(103737042,22.5334,100,92.9418,73.1142,0,0,10,NULL,'ADM1059A2','NM_001195129'),(103737048,24.6389,100,98.9737,83.1302,0,0,10,NULL,'ADM1059A2','NM_001105'),(103737049,24.6389,100,98.9737,83.1302,0,0,10,NULL,'ADM1059A2','NM_001111067'),(103737069,24.8865,100,98.7948,81.7877,0,0,10,NULL,'ADM1059A2','NM_018714'),(103737078,25.6176,100,100,92.7775,0,0,10,NULL,'ADM1059A2','NM_001199983'),(103737079,26.137,100,100,96.2592,0,0,10,NULL,'ADM1059A2','NM_001199982'),(103737082,31.3285,100,100,99.6245,0,0,10,NULL,'ADM1059A2','NM_032581'),(103737083,21.3359,100,93.6078,59.9133,0,0,10,NULL,'ADM1059A2','NM_001983'),(103737084,20.7877,100,93.0425,56.3679,0,0,10,NULL,'ADM1059A2','NM_001166049'),(103737085,21.7605,100,94.0882,62.9258,0,0,10,NULL,'ADM1059A2','NM_202001'),(103737121,26.1831,100,99.1185,87.3164,0,0,10,NULL,'ADM1059A2','NM_004168'),(103737140,24.7123,100,96.6264,87.4602,0,0,10,NULL,'ADM1059A2','NM_001170536'),(103737143,28.5007,100,99.8663,94.5187,0,0,10,NULL,'ADM1059A2','NM_000026'),(103737144,28.0464,100,99.848,93.769,0,0,10,NULL,'ADM1059A2','NM_001123378'),(103737145,28.7432,100,99.87,94.6684,0,0,10,NULL,'ADM1059A2','XM_005261377'),(103737146,25.0637,100,97.6454,83.9335,0,0,10,NULL,'ADM1059A2','NM_001199199'),(103737162,25.9331,100,90.9091,76.6043,0,0,10,NULL,'ADM1059A2','NM_003477'),(103737163,25.4473,100,91.2426,74.5562,0,0,10,NULL,'ADM1059A2','NM_001166158'),(103737164,25.1909,100,97.4689,76.5874,0,0,10,NULL,'ADM1059A2','NM_003718'),(103737185,27.2382,100,100,85.0714,0,0,10,NULL,'ADM1059A2','NM_001151'),(103737209,24.7321,100,98.3433,82.4489,0,0,10,NULL,'ADM1059A2','NM_001567'),(103737227,26.5508,100,98.558,91.2761,0,0,10,NULL,'ADM1059A2','NM_001101426'),(103737228,14.1304,87.4565,47.1379,5.77401,0,0,10,'X|85119632|85119828|41.3265,X|85211156|85211385|98.69,X|85236739|85236815|96.0526,X|85166264|85166345|0.0,X|85218668|85219059|99.4885,X|85128055|85128219|87.8049,X|85212858|85212982|99.1936,X|85282493|85282563|61.4286','ADM1059A2','NM_000390'),(103737247,25.6751,99.99,99.2268,89.6275,0,0,10,'11|6643007|6645623|99.9618','ADM1059A2','NM_003737'),(103737264,27.5033,100,100,94.1947,0,0,10,NULL,'ADM1059A2','NM_000255'),(103737274,26.3487,99.757,96.1725,91.9806,0,0,10,'1|155204783|155204893|96.3636','ADM1059A2','NM_000157'),(103737275,26.3487,99.757,96.1725,91.9806,0,0,10,'1|155204783|155204893|96.3636','ADM1059A2','NM_001005742'),(103737276,26.2106,99.7326,95.7888,91.1765,0,0,10,'1|155204783|155204893|96.3636','ADM1059A2','NM_001171812'),(103737277,25.7984,99.7099,95.4315,90.6454,0,0,10,'1|155204783|155204893|96.3636','ADM1059A2','NM_001171811'),(103737291,28.4838,100,100,97.8053,0,0,10,NULL,'ADM1059A2','NM_001128178'),(103737292,28.6785,100,100,97.9655,0,0,10,NULL,'ADM1059A2','NM_000272'),(103737296,30.1463,100,100,95.9011,0,0,10,NULL,'ADM1059A2','NM_001079802'),(103737297,30.1463,100,100,95.9011,0,0,10,NULL,'ADM1059A2','NM_006731'),(103737298,30.234,100,100,94.8679,0,0,10,NULL,'ADM1059A2','NM_001198963'),(103737303,25.4557,100,99.0314,85.1015,0,0,10,NULL,'ADM1059A2','NM_001852'),(103737304,29.0419,100,100,99.2031,0,0,10,NULL,'ADM1059A2','NM_013417'),(103737305,29.0419,100,100,99.2031,0,0,10,NULL,'ADM1059A2','NM_002161'),(103737307,11.6902,72.033,17.7842,5.12729,0,0,10,'X|66942667|66942828|49.6894,X|66941673|66941807|97.7612,X|66931242|66931533|90.378,X|66937318|66937466|83.1081,X|66943526|66943686|0.0,X|66764986|66766606|70.1852','ADM1059A2','NM_000044'),(103737308,11.8986,75.021,16.0101,7.8793,0,0,10,'X|66942667|66942828|49.6894,X|66941673|66941807|97.7612,X|66931242|66931533|90.378,X|66937318|66937466|83.1081,X|66788842|66788866|95.8333,X|66943526|66943686|0.0','ADM1059A2','NM_001011645'),(103737309,12.5763,82.8125,25.3606,1.86298,0,0,10,'X|147022093|147022183|21.1111,X|146993695|146993750|94.5455,X|147011465|147011562|87.6289,X|147013942|147014116|83.908,X|147003449|147003505|3.57143,X|147010175|147010327|87.5,X|147027052|147027138|75.5814,X|147007056|147007153|93.8144,X|147026462|147026573|58.5586,X|147009838|147009913|65.3333','ADM1059A2','NM_001185075'),(103737316,22.5485,100,88.2969,60.9607,0,0,10,NULL,'ADM1059A2','NM_005992'),(103737327,29.0185,100,99.8401,92.8389,0,0,10,NULL,'ADM1059A2','NM_022168'),(103737335,27.896,100,99.9273,90.3296,0,0,10,NULL,'ADM1059A2','NM_207171'),(103737336,27.847,100,99.9301,90.6972,0,0,10,NULL,'ADM1059A2','NM_015100'),(103737337,27.8232,100,99.925,90.045,0,0,10,NULL,'ADM1059A2','NM_145796'),(103737338,27.8571,100,99.9296,90.6382,0,0,10,NULL,'ADM1059A2','XM_005245003'),(103737339,27.8963,100,99.9273,90.332,0,0,10,NULL,'ADM1059A2','NM_001194938'),(103737341,26.206,100,96.0757,83.4618,0,0,10,NULL,'ADM1059A2','NM_006147'),(103737342,27.0176,100,97.7173,88.9377,0,0,10,NULL,'ADM1059A2','NM_001206696'),(103737347,32.0117,100,100,99.9066,0,0,10,NULL,'ADM1059A2','NM_001164615'),(103737348,32.0117,100,100,99.9066,0,0,10,NULL,'ADM1059A2','NM_003506'),(103737368,10.6132,61.4208,6.11829,0.543848,0,0,10,'X|54497745|54497922|51.9774,X|54482940|54483002|0.0,X|54482123|54482219|47.9167,X|54482651|54482801|0.0,X|54492127|54492287|87.5,X|54494215|54494367|47.3684,X|54497014|54497195|62.9834,X|54491882|54492024|60.5634,X|54496447|54496892|54.8315,X|54472539|54472849|49.3548,X|54521557|54521868|40.5145,X|54495218|54495311|94.6237,X|54481879|54481962|79.5181','ADM1059A2','NM_004463'),(103737375,25.7393,100,99.4607,91.1011,0,0,10,NULL,'ADM1059A2','NM_133171'),(103737376,25.3453,100,100,91.0723,0,0,10,NULL,'ADM1059A2','XM_005260503'),(103737377,25.7393,100,99.4607,91.1011,0,0,10,NULL,'ADM1059A2','NM_182764'),(103737383,25.0493,100,99.7535,90.4684,0,0,10,NULL,'ADM1059A2','NM_000278'),(103737384,25.1474,100,99.7673,91.0008,0,0,10,NULL,'ADM1059A2','NM_003990'),(103737389,23.8618,99.682,93.7622,79.2808,0,0,10,'15|90191484|90192007|97.7055,15|90190059|90190290|99.5671','ADM1059A2','NM_198525'),(103737395,25.9669,100,97.2727,86.7355,0,0,10,NULL,'ADM1059A2','NM_012448'),(103737412,20.1183,97.2919,72.5892,45.5086,0,0,10,'22|19753910|19754393|91.5114','ADM1059A2','NM_080647'),(103737413,24.0875,100,95.3393,72.036,0,0,10,NULL,'ADM1059A2','NM_080646'),(103737423,19.9564,95.4552,81.8362,51.3344,0,0,10,'19|51165219|51165941|99.446,19|51169447|51172544|91.4756,19|51219920|51220179|89.5753,19|51206755|51207089|99.1018','ADM1059A2','NM_016148'),(103737424,19.971,95.4739,81.9107,51.534,0,0,10,'19|51165219|51165941|99.446,19|51169447|51172544|91.4756,19|51219920|51220179|89.5753,19|51206755|51207089|99.1018','ADM1059A2','XM_005258963'),(103737429,15.7179,99.5872,62.7064,5.77981,0,0,10,'X|108924493|108924606|92.9204,X|108911328|108911504|99.4318','ADM1059A2','XM_005262108'),(103737430,15.6981,99.5625,61.7404,6.12542,0,0,10,'X|108924493|108924606|92.9204,X|108911328|108911504|99.4318','ADM1059A2','NM_004458'),(103737431,15.7179,99.5872,62.7064,5.77981,0,0,10,'X|108924493|108924606|92.9204,X|108911328|108911504|99.4318','ADM1059A2','NM_022977'),(103737462,26.1559,100,92.8523,88.9721,0,0,10,NULL,'ADM1059A2','NM_198310'),(103737463,26.6903,100,82.0069,79.5848,0,0,10,NULL,'ADM1059A2','NM_001288782'),(103737470,26.0033,100,99.9001,94.6702,0,0,10,NULL,'ADM1059A2','NM_004247'),(103737471,26.0033,100,99.9001,94.6702,0,0,10,NULL,'ADM1059A2','NM_001258353'),(103737538,25.3479,100,97.939,90.066,0,0,10,NULL,'ADM1059A2','NM_145068'),(103737555,27.2923,100,99.4592,92.1511,0,0,10,NULL,'ADM1059A2','NM_015120'),(103737585,25.9232,97.6508,97.0196,90.4628,0,0,10,'7|121738797|121738922|46.4','ADM1059A2','NM_005763'),(103737595,25.7248,100,98.5122,93.0393,0,0,10,NULL,'ADM1059A2','NM_018117'),(103737616,14.952,97.9123,52.6096,7.51565,0,0,10,'X|118708862|118708946|88.0952','ADM1059A2','NM_003336'),(103737687,29.3425,100,99.6096,93.5575,0,0,10,NULL,'ADM1059A2','NM_001244192'),(103737688,21.8244,100,99.8404,69.8324,0,0,10,NULL,'ADM1059A2','NM_022454'),(103737732,26.9394,100,99.259,93.129,0,0,10,NULL,'ADM1059A2','NM_017733'),(103737733,26.8958,100,99.265,93.1841,0,0,10,NULL,'ADM1059A2','NM_001127178'),(103737756,23.219,100,88.0778,70.8855,0,0,10,NULL,'ADM1059A2','NM_014516'),(103737762,27.2317,100,99.9784,95.6034,0,0,10,NULL,'ADM1059A2','NM_001122633'),(103737763,27.2206,100,99.9783,95.5835,0,0,10,NULL,'ADM1059A2','NM_001875'),(103737764,27.2833,100,99.969,94.3653,0,0,10,NULL,'ADM1059A2','NM_001122634'),(103737788,26.3365,100,97.1154,90.2885,0,0,10,NULL,'ADM1059A2','NM_000507'),(103737789,26.3365,100,97.1154,90.2885,0,0,10,NULL,'ADM1059A2','NM_001127628'),(103737863,25.1303,100,98.4626,83.0882,0,0,10,NULL,'ADM1059A2','NM_024105'),(103737892,13.3668,83.666,38.6564,4.83685,0,0,10,'X|39931600|39934435|80.6702,X|39921390|39921648|99.6124,X|39930224|39930414|16.8421,X|39913137|39913297|97.5,X|39911359|39911655|99.3243,X|39923587|39923854|91.3858,X|39937095|39937185|63.3333,X|39921997|39922326|75.076','ADM1059A2','NM_017745'),(103737893,13.2831,83.4854,37.9973,4.21114,0,0,10,'X|39931600|39934435|80.6702,X|39921390|39921648|99.6124,X|39930224|39930414|16.8421,X|39913137|39913297|97.5,X|39911359|39911655|99.3243,X|39923587|39923854|91.3858,X|39937095|39937185|63.3333,X|39921997|39922326|75.076','ADM1059A2','NM_001123384'),(103737894,13.3637,83.9797,38.1212,4.74398,0,0,10,'X|39931600|39934435|80.6702,X|39921390|39921648|99.6124,X|39930224|39930414|16.8421,X|39913137|39913297|97.5,X|39911359|39911655|99.3243,X|39923587|39923854|91.3858,X|39937095|39937185|63.3333,X|39921997|39922326|75.076','ADM1059A2','NM_001123385'),(103737895,13.3668,83.666,38.6564,4.83685,0,0,10,'X|39931600|39934435|80.6702,X|39921390|39921648|99.6124,X|39930224|39930414|16.8421,X|39913137|39913297|97.5,X|39911359|39911655|99.3243,X|39923587|39923854|91.3858,X|39937095|39937185|63.3333,X|39921997|39922326|75.076','ADM1059A2','NM_001123383'),(103737909,12.4938,79.9888,25.3924,3.13901,0,0,10,'X|7177388|7177815|66.5105,X|7267927|7268305|96.5608,X|7193990|7194130|40.7143,X|7243378|7243541|48.4663,X|7252025|7252150|98.4,X|7223085|7223226|97.1631,X|7175281|7175406|77.6','ADM1059A2','NM_000351'),(103737967,24.3872,100,99.0024,84.7506,0,0,10,NULL,'ADM1059A2','NM_133468'),(103737994,12.9302,81.63,30.1423,0,0,0,10,'X|38534957|38535116|47.7987,X|38420797|38420882|30.5882','ADM1059A2','NM_004615'),(103738026,22.7946,100,99.9133,80.416,0,0,10,NULL,'ADM1059A2','NM_001100'),(103738039,14.6325,98.534,47.801,3.19372,0,0,10,'X|31284925|31284949|0.0,X|31241162|31241240|97.4359,X|31152217|31152313|97.9167','ADM1059A2','NM_004015'),(103738040,15.0674,91.0008,52.0839,12.8219,0,0,10,'X|31496221|31496493|1.83824,X|31462596|31462746|65.3333,X|31241162|31241240|97.4359,X|31792075|31792241|90.3614,X|31152217|31152313|97.9167','ADM1059A2','NM_004013'),(103738041,15.0931,90.1022,52,14.1022,0,0,10,'X|31496221|31496493|1.83824,X|31462596|31462746|65.3333,X|31241162|31241240|97.4359,X|31792075|31792241|90.3614,X|31152217|31152313|97.9167','ADM1059A2','NM_004020'),(103738061,27.5243,100,98.2334,85.4259,0,0,10,NULL,'ADM1059A2','NM_014822'),(103738075,29.3761,100,99.9445,96.1688,0,0,10,NULL,'ADM1059A2','NM_024675'),(103738091,30.6869,100,99.7947,94.1479,0,0,10,NULL,'ADM1059A2','NM_024570'),(103738100,25.0858,100,99.9206,88.0064,0,0,10,NULL,'ADM1059A2','NM_015426'),(103738101,24.6475,100,99.9101,86.4209,0,0,10,NULL,'ADM1059A2','NM_001161580'),(103738110,23.9663,100,99.5282,82.5417,0,0,10,NULL,'ADM1059A2','XM_005261392'),(103738123,13.9388,78.5714,40.9621,18.6589,0,0,10,'X|133634058|133634110|90.3846,X|133620493|133620562|65.2174,X|133624216|133624237|0.0,X|133632636|133632716|45.0,X|133627536|133627622|69.7674,X|133632418|133632468|92.0,X|133594339|133594370|25.8065','ADM1059A2','NM_000194'),(103738199,27.529,100,99.9415,91.9836,0,0,10,NULL,'ADM1059A2','NM_031924'),(103738200,27.2148,100,99.9293,90.318,0,0,10,NULL,'ADM1059A2','XM_005267153'),(103738201,28.3664,100,98.6699,93.3495,0,0,10,NULL,'ADM1059A2','NM_000375'),(103738202,26.7216,100,99.945,92.3584,0,0,10,NULL,'ADM1059A2','NM_018262'),(103738203,26.9711,100,99.9497,93.0045,0,0,10,NULL,'ADM1059A2','NM_052985'),(103738204,26.7835,100,99.9473,92.7028,0,0,10,NULL,'ADM1059A2','NM_001280541'),(103738205,26.5114,100,99.9425,92.0092,0,0,10,NULL,'ADM1059A2','NM_052990'),(103738206,26.9256,100,99.9476,92.7187,0,0,10,NULL,'ADM1059A2','NM_052989'),(103738207,26.5319,100,99.9403,91.7015,0,0,10,NULL,'ADM1059A2','NM_001280545'),(103738208,26.2754,100,99.9369,91.2303,0,0,10,NULL,'ADM1059A2','NM_001280546'),(103738212,28.0692,100,100,97.6936,0,0,10,NULL,'ADM1059A2','NM_001895'),(103738213,28.0692,100,100,97.6936,0,0,10,NULL,'ADM1059A2','NM_177559'),(103738214,28.5315,100,100,99.6222,0,0,10,NULL,'ADM1059A2','NM_177560'),(103738222,23.6381,100,95.8051,76.8325,0,0,10,NULL,'ADM1059A2','NM_000260'),(103738239,25.3535,99.872,97.9811,85.9957,0,0,10,'21|47845743|47845887|90.9722','ADM1059A2','NM_006031'),(103738294,20.4012,99.9289,88.1223,61.7354,0,0,10,'6|50810803|50811108|99.6721','ADM1059A2','NM_003221'),(103738295,20.2458,99.9304,86.2813,60.4457,0,0,10,'6|50810803|50811108|99.6721','ADM1059A2','XM_005249347'),(103738296,22.28,100,99.9338,83.4547,0,0,10,NULL,'ADM1059A2','NM_006516'),(103738319,29.3338,100,100,97.6623,0,0,10,NULL,'ADM1059A2','NM_016038'),(103738362,28.0855,100,100,99.6582,0,0,10,NULL,'ADM1059A2','NM_016356'),(103738387,31.7638,100,100,98.7107,0,0,10,NULL,'ADM1059A2','NM_012224'),(103738388,31.7736,100,100,98.6945,0,0,10,NULL,'ADM1059A2','NM_001199398'),(103738389,31.8376,100,100,98.6642,0,0,10,NULL,'ADM1059A2','NM_001199400'),(103738390,31.7037,100,100,98.739,0,0,10,NULL,'ADM1059A2','NM_001199397'),(103738391,31.9149,100,100,98.6357,0,0,10,NULL,'ADM1059A2','NM_001199399'),(103738396,27.5927,100,100,96.0252,0,0,10,NULL,'ADM1059A2','NM_001164000'),(103738397,27.9514,100,100,96.4467,0,0,10,NULL,'ADM1059A2','NM_004991'),(103738398,27.5919,100,100,96.0625,0,0,10,NULL,'ADM1059A2','NM_001105078'),(103738399,27.6104,100,100,96.2952,0,0,10,NULL,'ADM1059A2','NM_001105077'),(103738400,27.5919,100,100,96.0625,0,0,10,NULL,'ADM1059A2','NM_005241'),(103738434,28.3567,100,99.9092,89.1679,0,0,10,NULL,'ADM1059A2','NM_004963'),(103738462,25.9142,100,96.6819,87.9634,0,0,10,NULL,'ADM1059A2','NM_015102'),(103738532,23.9578,100,97.0427,83.4611,0,0,10,NULL,'ADM1059A2','NM_000316'),(103738533,23.9578,100,97.0427,83.4611,0,0,10,NULL,'ADM1059A2','XM_005265344'),(103738534,23.9578,100,97.0427,83.4611,0,0,10,NULL,'ADM1059A2','XM_005265342'),(103738535,23.9578,100,97.0427,83.4611,0,0,10,NULL,'ADM1059A2','NM_001184744'),(103738552,25.1451,100,98.5906,85.6502,0,0,10,NULL,'ADM1059A2','XM_005273981'),(103738570,24.3418,99.2506,92.423,81.0575,0,0,10,'7|128850804|128850956|88.1579','ADM1059A2','NM_005631'),(103738609,26.9004,100,100,95.9983,0,0,10,NULL,'ADM1059A2','NM_001098'),(103738632,14.5044,81.9763,39.2095,27.0356,0,0,10,'X|119602959|119603027|97.0588,X|119576452|119576519|98.5075,X|119580158|119580284|19.8413,X|119589210|119589427|93.0876,X|119562336|119562483|25.8503','ADM1059A2','NM_002294'),(103738633,14.9168,89.3027,41.3629,27.0998,0,0,10,'X|119602959|119603027|97.0588,X|119576452|119576519|98.5075,X|119580158|119580284|19.8413,X|119573006|119573150|88.8889,X|119589210|119589427|93.0876','ADM1059A2','NM_013995'),(103738638,12.9238,81.9795,35.1412,3.47413,0,0,10,'X|148037131|148038145|72.0907,X|148059890|148059987|58.7629,X|147743427|147744291|93.4028,X|147582615|147582666|0.0,X|148048318|148048611|70.6485,X|148035108|148035271|98.1595,X|148054999|148055139|11.4286,X|148062266|148062322|42.8571,X|147891398|147891446|6.25','ADM1059A2','NM_002025'),(103738660,25.9783,100,98.7091,92.3174,0,0,10,NULL,'ADM1059A2','NM_020436'),(103738661,24.7437,100,98.0823,83.6576,0,0,10,NULL,'ADM1059A2','NM_022172'),(103738662,24.7437,100,98.0823,83.6576,0,0,10,NULL,'ADM1059A2','NM_000920'),(103738663,24.7437,100,98.0823,83.6576,0,0,10,NULL,'ADM1059A2','NM_001040716'),(103738674,29.9899,100,100,98.7011,0,0,10,NULL,'ADM1059A2','NM_004239'),(103738681,12.3733,80.4853,22.4574,4.74961,0,0,10,'X|49099582|49099652|91.4286,X|49098480|49098616|97.0588,X|49104650|49104773|98.374,X|49104108|49104231|99.187,X|49106607|49106725|75.4237,X|49099748|49099930|53.2967,X|49105626|49105725|37.3737,X|49099350|49099460|0.0,X|49103955|49104021|75.7576,X|49105968|49106031|0.0','ADM1059A2','NM_014008'),(103738694,28.1578,99.9905,98.8308,92.0913,0,0,10,'1|197115269|197115570|99.6678','ADM1059A2','NM_018136'),(103738695,27.1954,99.9826,97.9,88.5109,0,0,10,'1|197115269|197115570|99.6678','ADM1059A2','NM_001206846'),(103738702,10.1968,56.9355,5.64517,0,0,0,10,'X|64141695|64141855|5.625,X|64138920|64139086|70.4819,X|64137660|64137778|80.5085,X|64139959|64140135|75.0','ADM1059A2','NM_001178032'),(103738717,13.6098,87.8979,37.3464,5.64135,0,0,10,'X|21544983|21545120|81.7518,X|21519636|21519708|97.2222,X|21444613|21444780|98.8024,X|21458810|21458901|41.7582,X|21608688|21608740|98.0769,X|21627187|21627737|75.8182,X|21549972|21550187|85.1163,X|21508575|21508698|63.4146,X|21450728|21450934|78.1553,X|21666947|21667147|91.5,X|21613440|21613515|61.3333','ADM1059A2','NM_014927'),(103738718,13.6399,87.5325,38.474,5.81169,0,0,10,'X|21544983|21545120|81.7518,X|21519636|21519708|97.2222,X|21444613|21444780|98.8024,X|21458810|21458901|41.7582,X|21608688|21608740|98.0769,X|21627187|21627737|75.8182,X|21549972|21550187|85.1163,X|21508575|21508698|63.4146,X|21450728|21450934|78.1553,X|21666947|21667147|91.5,X|21613440|21613515|61.3333','ADM1059A2','NM_001168647'),(103738737,26.6256,100,100,95.9221,0,0,10,NULL,'ADM1059A2','NM_000403'),(103738778,28.6134,100,99.7408,91.7927,0,0,10,NULL,'ADM1059A2','NM_004456'),(103738787,29.4803,100,99.6428,94.0663,0,0,10,NULL,'ADM1059A2','NM_001244189'),(103738788,29.8419,100,99.6231,94.9457,0,0,10,NULL,'ADM1059A2','NM_014749'),(103738801,27.5879,100,100,97.8508,0,0,10,NULL,'ADM1059A2','NM_001002755'),(103738802,31.6753,100,100,100,0,0,10,NULL,'ADM1059A2','NR_045632'),(103738803,27.5754,100,100,97.6257,0,0,10,NULL,'ADM1059A2','NM_015700'),(103738804,26.1573,100,100,95.2247,0,0,10,NULL,'ADM1059A2','NM_001002756'),(103738805,27.7877,100,100,95.558,0,0,10,NULL,'ADM1059A2','NM_016489'),(103738806,27.5269,100,100,95.9615,0,0,10,NULL,'ADM1059A2','NM_001002010'),(103738807,27.6501,100,100,95.3567,0,0,10,NULL,'ADM1059A2','NM_001166118'),(103738818,26.5923,100,100,99.3007,0,0,10,NULL,'ADM1059A2','NM_080717'),(103738819,26.4839,100,100,98.8629,0,0,10,NULL,'ADM1059A2','NM_000192'),(103738820,26.4839,100,100,98.8629,0,0,10,NULL,'ADM1059A2','NM_181486'),(103738867,27.1871,100,99.9423,94.0531,0.230947,0,10,NULL,'ADM1059A2','NM_147191'),(103738872,25.0844,100,97.7771,83.088,0,0,10,NULL,'ADM1059A2','NM_004644'),(103738873,25.2384,100,97.709,84.3653,0,0,10,NULL,'ADM1059A2','NM_001278511'),(103738874,25.2747,100,97.8165,83.3874,0,0,10,NULL,'ADM1059A2','NM_001278512'),(103738875,24.1107,100,99.4176,77.3711,0,0,10,NULL,'ADM1059A2','NM_001135745'),(103738878,27.209,100,99.807,94.5946,0,0,10,NULL,'ADM1059A2','NM_001077366'),(103738886,25.9641,99.8194,96.1548,86.271,0,0,10,'5|140953057|140953777|99.1667,5|140907138|140907266|99.2188','ADM1059A2','NM_001079812'),(103738887,26.0038,99.8207,96.1844,86.3764,0,0,10,'5|140953057|140953777|99.1667,5|140907138|140907266|99.2188','ADM1059A2','NM_005219'),(103738894,26.5977,100,97.2096,85.0097,0,0,10,NULL,'ADM1059A2','NM_024854'),(103738918,27.4701,100,99.6666,91.7415,0,0,10,NULL,'ADM1059A2','NM_173689'),(103738919,27.9865,100,99.5497,89.3315,0,0,10,NULL,'ADM1059A2','XM_005251934'),(103738947,30.3012,100,100,99.4027,0,0,10,NULL,'ADM1059A2','NM_018062'),(103738957,26.2665,100,100,92.0034,0,0,10,NULL,'ADM1059A2','NM_004565'),(103738972,25.4408,100,98.2445,92.9781,0,0,10,NULL,'ADM1059A2','NM_198159'),(103738973,25.0279,100,98.0501,92.2006,0,0,10,NULL,'ADM1059A2','NM_001184967'),(103738974,24.7026,100,97.797,88.749,0,0,10,NULL,'ADM1059A2','NM_198178'),(103738975,24.7727,100,97.8278,88.9061,0,0,10,NULL,'ADM1059A2','NM_000248'),(103738976,24.424,100,95.603,86.3693,0,0,10,NULL,'ADM1059A2','NM_006722'),(103738977,25.3992,100,100,88.0235,0,0,10,NULL,'ADM1059A2','NM_018127'),(103738978,25.6192,100,100,88.1579,0,0,10,NULL,'ADM1059A2','NM_001165962'),(103738981,24.8629,99.9752,97.441,85.3416,0,0,10,'2|242051653|242051856|99.5074','ADM1059A2','NM_015148'),(103738982,24.8629,99.9752,97.441,85.3416,0,0,10,'2|242051653|242051856|99.5074','ADM1059A2','NM_001252120'),(103738983,25.0469,100,99.9424,85.776,0,0,10,NULL,'ADM1059A2','NM_001252124'),(103738984,24.6839,99.9711,97.024,84.7443,0,0,10,'2|242051653|242051856|99.5074','ADM1059A2','XM_005246990'),(103738985,28.2408,100,95.7094,82.3799,0,0,10,NULL,'ADM1059A2','NM_153365'),(103739018,27.6475,100,99.9491,85.5578,0,0,10,NULL,'ADM1059A2','NM_000466'),(103739019,27.5416,100,99.9467,84.9067,0,0,10,NULL,'ADM1059A2','NM_001282677'),(103739022,30.7636,100,99.7838,99.1004,0,0,10,NULL,'ADM1059A2','XM_005273027'),(103739023,30.7636,100,99.7838,99.1004,0,0,10,NULL,'ADM1059A2','NM_000081'),(103739058,26.4376,100,95.5577,87.5236,0,0,10,NULL,'ADM1059A2','NM_001014763'),(103739059,24.1941,100,94.0355,80.9645,0,0,10,NULL,'ADM1059A2','NM_001985'),(103739061,24.486,99.9679,91.6479,68.3906,0,0,10,'16|71122202|71122429|99.5595','ADM1059A2','NM_017558'),(103739062,24.4176,99.9657,91.2088,70.4327,0,0,10,'16|71122202|71122429|99.5595','ADM1059A2','NM_001198542'),(103739063,24.4393,99.9653,91.1173,70.1249,0,0,10,'16|71122202|71122429|99.5595','ADM1059A2','NM_001198543'),(103739064,23.4907,100,99.1955,73.0198,0,0,10,NULL,'ADM1059A2','NM_007254'),(103739077,22.2591,100,96.9831,78.0834,0,0,10,NULL,'ADM1059A2','NM_005430'),(103739080,28.539,100,99.9755,95.9764,0,0,10,NULL,'ADM1059A2','NM_153240'),(103739089,24.2003,100,99.7218,89.847,0,0,10,NULL,'ADM1059A2','NM_003091'),(103739132,27.3094,100,100,98.7328,0,0,10,NULL,'ADM1059A2','NM_001145438'),(103739133,26.9915,100,100,96.6818,0,0,10,NULL,'ADM1059A2','NR_027017'),(103739145,25.8295,100,99.8133,86.9944,0,0,10,NULL,'ADM1059A2','NM_000372'),(103739148,24.4992,99.523,95.9459,82.2735,0,0,10,'8|38275744|38275893|91.9463','ADM1059A2','NM_001174066'),(103739149,24.7043,99.4671,95.6927,82.9041,0,0,10,'8|38275744|38275893|91.9463','ADM1059A2','NM_023105'),(103739150,24.2921,99.5185,95.9069,82.1027,0,0,10,'8|38275744|38275893|91.9463','ADM1059A2','NM_001174064'),(103739151,24.683,99.4657,95.6812,82.8584,0,0,10,'8|38275744|38275893|91.9463','ADM1059A2','NM_023106'),(103739152,24.8369,99.5416,96.1039,82.9641,0,0,10,'8|38275744|38275893|91.9463','ADM1059A2','NM_001174067'),(103739153,24.5186,99.5242,95.9556,82.3156,0,0,10,'8|38275744|38275893|91.9463','ADM1059A2','NM_001174063'),(103739171,26.676,100,99.1503,93.2239,0,0,10,NULL,'ADM1059A2','NM_014363'),(103739177,23.8974,100,99.8632,79.4802,0,0,10,NULL,'ADM1059A2','NM_000156'),(103739178,23.2007,100,100,83.7969,0,0,10,NULL,'ADM1059A2','NM_138924'),(103739180,25.9778,100,98.4337,89.0663,0,0,10,NULL,'ADM1059A2','NM_182587'),(103739181,25.9966,100,98.4455,89.1485,0,0,10,NULL,'ADM1059A2','NM_032504'),(103739184,27.546,100,100,95.075,0,0,10,NULL,'ADM1059A2','NM_004369'),(103739185,27.5883,100,100,94.933,0,0,10,NULL,'ADM1059A2','NM_057166'),(103739186,27.6904,100,100,95.452,0,0,10,NULL,'ADM1059A2','XM_005246066'),(103739187,27.2974,100,100,94.7589,0,0,10,NULL,'ADM1059A2','NM_057167'),(103739188,27.6857,100,100,94.8902,0,0,10,NULL,'ADM1059A2','XM_005246065'),(103739199,29.0429,100,99.0471,93.8062,0,0,10,NULL,'ADM1059A2','NM_002296'),(103739200,29.0429,100,99.0471,93.8062,0,0,10,NULL,'ADM1059A2','NM_194442'),(103739201,22.2866,100,96.6629,59.0334,0,0,10,NULL,'ADM1059A2','NM_018941'),(103739211,22.754,99.9582,98.8285,73.9749,0,0,10,'11|126343202|126343363|99.3789','ADM1059A2','NM_032531'),(103739212,22.4689,99.9459,98.484,72.1711,0,0,10,'11|126343202|126343363|99.3789','ADM1059A2','NM_001161707'),(103739228,24.69,100,99.4464,84.4983,0,0,10,NULL,'ADM1059A2','NM_000048'),(103739229,24.7705,100,99.4135,84.6774,0,0,10,NULL,'ADM1059A2','NM_001024946'),(103739230,24.69,100,99.4464,84.4983,0,0,10,NULL,'ADM1059A2','NM_001024943'),(103739231,24.4711,100,99.4211,83.7916,0,0,10,NULL,'ADM1059A2','NM_001024944'),(103739266,26.1892,100,99.686,90.1099,0,0,10,NULL,'ADM1059A2','NM_016373'),(103739267,25.5005,100,99.5803,89.9265,0,0,10,NULL,'ADM1059A2','XM_005255980'),(103739268,26.1048,100,99.4483,87.0345,0,0,10,NULL,'ADM1059A2','XM_005255982'),(103739269,27.6915,100,99.322,89.8305,0,0,10,NULL,'ADM1059A2','NM_130791'),(103739271,23.2243,100,94.2492,79.9361,0,0,10,NULL,'ADM1059A2','NM_001145473'),(103739295,26.6519,100,100,96.3885,0,0,10,NULL,'ADM1059A2','NM_145332'),(103739296,26.6855,100,100,96.1917,0,0,10,NULL,'ADM1059A2','NM_145333'),(103739297,26.7268,100,100,96.7598,0,0,10,NULL,'ADM1059A2','NM_003188'),(103739298,26.6926,100,100,96.905,0,0,10,NULL,'ADM1059A2','NM_145331'),(103739302,26.5523,100,94.1305,81.8447,0,0,10,NULL,'ADM1059A2','NM_001160148'),(103739303,26.5345,100,93.9948,81.4994,0,0,10,NULL,'ADM1059A2','NM_001160147'),(103739304,26.545,100,93.9405,81.3323,0,0,10,NULL,'ADM1059A2','NM_030637'),(103739322,26.0251,100,96.8028,86.424,0,0,10,NULL,'ADM1059A2','NM_170707'),(103739323,25.5436,100,96.3194,83.9185,0,0,10,NULL,'ADM1059A2','NM_001257374'),(103739334,25.5822,100,99.4689,89.5544,0,0,10,NULL,'ADM1059A2','NM_002609'),(103739353,15.8206,90.4845,56.9184,22.9594,0,0,10,'X|20179760|20179881|67.7686,X|20252874|20252934|0.0,X|20204412|20204486|27.027,X|20185705|20185867|98.1481,X|20284680|20284753|52.0548,X|20194366|20194472|99.0566,X|20173513|20173640|92.126,X|20205944|20206090|89.0411','ADM1059A2','NM_004586'),(103739357,28.8769,100,99.9743,97.1164,0,0,10,NULL,'ADM1059A2','NM_001145358'),(103739358,28.8769,100,99.9743,97.1164,0,0,10,NULL,'ADM1059A2','NM_001145357'),(103739359,28.8769,100,99.9743,97.1164,0,0,10,NULL,'ADM1059A2','NM_015477'),(103739381,29.5757,100,99.3722,96.0474,0,0,10,NULL,'ADM1059A2','NM_133259'),(103739411,30.3403,99.9144,97.3737,95.2898,0,0,10,'2|183902718|183902830|97.3214','ADM1059A2','NM_205842'),(103739430,11.1643,71.799,13.0435,0.279218,0,0,10,'X|70383991|70384180|54.4974,X|70367597|70368058|76.5727,X|70389102|70389950|58.1368,X|70386859|70387652|80.7062,X|70375062|70375215|96.732','ADM1059A2','NM_018977'),(103739431,11.2307,72.4903,13.5798,0.272374,0,0,10,'X|70383991|70384180|54.4974,X|70367597|70368058|76.5727,X|70389102|70389950|58.1368,X|70386859|70387652|80.7062,X|70375062|70375215|96.732','ADM1059A2','NM_181303'),(103739432,11.1477,71.072,13.3797,0.286416,0,0,10,'X|70383991|70384180|54.4974,X|70367597|70368058|76.5727,X|70389102|70389950|58.1368,X|70386859|70387652|80.7062,X|70375062|70375215|96.732','ADM1059A2','NM_001166660'),(103739433,27.3442,100,97.3684,90.9474,0,0,10,NULL,'ADM1059A2','NM_000310'),(103739434,26.2627,100,96.0443,88.924,0,0,10,NULL,'ADM1059A2','NM_001142604'),(103739443,28.9281,100,99.8572,97.2158,0,0,10,NULL,'ADM1059A2','NM_001271'),(103739452,15.1755,95.3642,67.2186,1.98676,0,0,10,'X|100603519|100603655|89.7059','ADM1059A2','NM_004085'),(103739524,32.2507,100,100,99.6042,0,0,10,NULL,'ADM1059A2','XM_005248424'),(103739536,25.0554,100,97.7027,84.3243,0,0,10,NULL,'ADM1059A2','NM_001625'),(103739549,28.7698,100,100,97.1569,0,0,10,NULL,'ADM1059A2','NM_004044'),(103739570,25.3075,100,100,92.9916,0,0,10,NULL,'ADM1059A2','NM_001166355'),(103739571,24.5302,100,100,91.3992,0,0,10,NULL,'ADM1059A2','NM_002304'),(103739572,21.1441,98.542,90.3088,59.3482,0,0,10,'7|2559493|2559929|96.1009','ADM1059A2','NM_001040167'),(103739573,20.6598,98.5598,88.3888,55.8956,0,0,10,'7|2559494|2559929|96.3218','ADM1059A2','NM_001040168'),(103739586,21.6329,99.5518,92.8283,65.3519,0,0,10,'19|46271298|46272105|98.7608','ADM1059A2','NM_175875'),(103739593,30.3447,100,99.6617,96.203,0,0,10,NULL,'ADM1059A2','NM_031483'),(103739597,30.8807,100,100,99.082,0,0,10,NULL,'ADM1059A2','NM_003193'),(103739598,30.1754,100,99.8883,96.3687,0,0,10,NULL,'ADM1059A2','NM_001287801'),(103739654,25.7468,100,100,83.2802,0,0,10,NULL,'ADM1059A2','NM_001270463'),(103739655,25.5268,100,100,81.6291,0,0,10,NULL,'ADM1059A2','NM_001270465'),(103739663,27.6938,100,100,96.5159,0,0,10,NULL,'ADM1059A2','NM_002408'),(103739706,27.8975,100,99.7854,97.3428,0,0,10,NULL,'ADM1059A2','NM_001166133'),(103739731,22.2716,100,96.6509,69.312,0,0,10,NULL,'ADM1059A2','NM_001278066'),(103739732,22.874,100,97.4522,75.4085,0,0,10,NULL,'ADM1059A2','NM_001278067'),(103739733,22.874,100,97.4522,75.4085,0,0,10,NULL,'ADM1059A2','XM_005266950'),(103739738,25.5047,100,99.8515,88.0047,0,0,10,NULL,'ADM1059A2','NM_014850'),(103739740,17.3772,92.8779,70.1308,41.3518,0,0,10,'8|97156788|97157754|89.8551','ADM1059A2','NM_001001557'),(103739756,23.9503,100,98.4786,80.983,0,0,10,NULL,'ADM1059A2','NM_139344'),(103739757,24.1765,100,98.9973,83.2888,0,0,10,NULL,'ADM1059A2','NM_139348'),(103739758,24.3588,100,98.8985,83.4776,0,0,10,NULL,'ADM1059A2','NM_139351'),(103739759,24.4754,100,99.0285,83.8083,0,0,10,NULL,'ADM1059A2','NM_139346'),(103739760,23.8768,100,98.9421,81.2072,0,0,10,NULL,'ADM1059A2','NM_139347'),(103739761,24.179,100,98.9153,82.2373,0,0,10,NULL,'ADM1059A2','NM_139349'),(103739762,23.7988,100,98.345,79.3125,0,0,10,NULL,'ADM1059A2','NM_139345'),(103739763,24.847,100,99.0085,85.1275,0,0,10,NULL,'ADM1059A2','NM_004305'),(103739764,23.7029,100,98.5334,80.1738,0,0,10,NULL,'ADM1059A2','NM_139343'),(103739765,24.5323,100,98.9736,84.6041,0,0,10,NULL,'ADM1059A2','NM_139350'),(103739786,26.7039,100,96.1165,88.2282,0,0,10,NULL,'ADM1059A2','NM_000860'),(103739787,25.2433,100,92.8571,78.5714,0,0,10,NULL,'ADM1059A2','NM_001256305'),(103739825,24.7968,99.9498,95.9609,84.0441,0,0,10,'16|51185075|51185155|97.5','ADM1059A2','NM_002968'),(103739836,27.996,100,99.9199,92.0449,0,0,10,NULL,'ADM1059A2','NM_020455'),(103739865,28.4537,100,98.3042,93.628,0,0,10,NULL,'ADM1059A2','NM_000163'),(103739866,28.9739,100,100,97.0698,0,0,10,NULL,'ADM1059A2','NM_001242460'),(103739880,29.2564,100,100,94.9617,0.419857,0,10,NULL,'ADM1059A2','NM_003742'),(103739907,25.8399,100,99.0865,88.6954,0.0570939,0,10,NULL,'ADM1059A2','NM_001144996'),(103739908,25.9291,100,99.1175,89.0789,0.0551572,0,10,NULL,'ADM1059A2','XM_005268849'),(103739909,25.2923,100,99.1041,88.9138,0,0,10,NULL,'ADM1059A2','XM_005268841'),(103739916,29.172,100,98.1347,88.601,0,0,10,NULL,'ADM1059A2','NM_022726'),(103739927,27.0587,100,100,94.5946,0,0,10,NULL,'ADM1059A2','NM_016006'),(103739942,27.5703,99.5079,99.0159,95.298,0,0,10,'12|112856913|112856931|50.0','ADM1059A2','NM_002834'),(103739977,15.0795,90.9712,57.3022,12.9496,0,0,10,'X|128724121|128724250|97.6744,X|128694525|128694630|80.0,X|128678933|128679016|97.5904,X|128696359|128696479|20.0,X|128701229|128701342|83.1858,X|128722861|128722992|54.1985,X|128674414|128674457|69.7674,X|128718319|128718346|0.0,X|128695154|128695272|91.5254','ADM1059A2','NM_000276'),(103739978,15.1442,91.8634,57.8641,13.0766,0,0,10,'X|128724121|128724250|97.6744,X|128694525|128694630|80.0,X|128678933|128679016|97.5904,X|128696359|128696479|20.0,X|128701229|128701342|83.1858,X|128722861|128722992|54.1985,X|128674414|128674457|69.7674,X|128695154|128695272|91.5254','ADM1059A2','NM_001587'),(103740007,23.622,100,95.7297,76.5208,0,0,10,NULL,'ADM1059A2','NM_001127180'),(103740023,14.1449,94.6415,40.9057,8.37736,0,0,10,'X|19369397|19369527|92.3077,X|19362153|19362214|0.0','ADM1059A2','NM_001173454'),(103740024,14.2425,94.2229,43.2059,9.03174,0,0,10,'X|19369376|19369527|93.3775,X|19362153|19362214|0.0','ADM1059A2','NM_000284'),(103740025,14.4775,93.6151,47.482,9.98202,0,0,10,'X|19369397|19369527|92.3077,X|19362153|19362214|0.0','ADM1059A2','NM_001173456'),(103740048,23.3403,100,99.8058,83.932,0,0,10,NULL,'ADM1059A2','NM_022369'),(103740049,23.3373,100,99.8162,84.329,0,0,10,NULL,'ADM1059A2','XM_005254590'),(103740050,23.3403,100,99.8058,83.932,0,0,10,NULL,'ADM1059A2','NM_001142618'),(103740051,23.4867,100,99.816,84.6366,0,0,10,NULL,'ADM1059A2','NM_001199040'),(103740052,23.4658,100,99.8102,84.2979,0,0,10,NULL,'ADM1059A2','NM_001199041'),(103740053,21.1086,100,100,73.4407,0,0,10,NULL,'ADM1059A2','NM_001142620'),(103740060,11.9813,73.6609,23.8352,2.85262,0,0,10,'X|18616580|18616735|44.5161,X|18646489|18646709|50.0,X|18627583|18627692|45.8716,X|18606072|18606265|97.9275,X|18671550|18671667|73.5043,X|18600009|18600072|98.4127,X|18643246|18643369|28.4553,X|18668528|18668714|62.3656,X|18582595|18582644|93.8775,X|18622020|18622990|71.4433,X|18637985|18638088|65.0485,X|18626929|18627034|37.1429','ADM1059A2','NM_003159'),(103740061,11.9813,73.6609,23.8352,2.85262,0,0,10,'X|18616580|18616735|44.5161,X|18646489|18646709|50.0,X|18627583|18627692|45.8716,X|18606072|18606265|97.9275,X|18671550|18671667|73.5043,X|18600009|18600072|98.4127,X|18643246|18643369|28.4553,X|18668528|18668714|62.3656,X|18582595|18582644|93.8775,X|18622020|18622990|71.4433,X|18637985|18638088|65.0485,X|18626929|18627034|37.1429','ADM1059A2','NM_001037343'),(103740086,27.4027,100,99.9085,94.0544,0,0,10,NULL,'ADM1059A2','NM_020754'),(103740087,27.295,100,99.0089,89.6569,0,0,10,NULL,'ADM1059A2','NM_015213'),(103740110,26.8109,100,99.5024,92.3935,0,0,10,NULL,'ADM1059A2','NM_020987'),(103740111,26.1223,100,98.8456,87.5809,0,0,10,NULL,'ADM1059A2','NM_001204403'),(103740112,26.1863,100,98.8498,88.0969,0,0,10,NULL,'ADM1059A2','NM_001204404'),(103740113,23.4476,100,96.3173,78.7535,0,0,10,NULL,'ADM1059A2','NM_001012505'),(103740135,28.2531,100,99.9714,96.2022,0,0,10,NULL,'ADM1059A2','XM_005269882'),(103740136,28.2531,100,99.9714,96.2022,0,0,10,NULL,'ADM1059A2','NM_016341'),(103740137,28.4319,100,99.9671,96.5625,0,0,10,NULL,'ADM1059A2','NM_001165979'),(103740143,24.1532,100,99.6689,79.0563,0,0,10,NULL,'ADM1059A2','NM_172109'),(103740144,29.8026,100,100,99.8155,0,0,10,NULL,'ADM1059A2','NM_032601'),(103740155,29.8581,100,100,97.8885,1.19112,0,10,NULL,'ADM1059A2','NM_031361'),(103740162,27.7187,100,100,95.0751,0,0,10,NULL,'ADM1059A2','NM_000122'),(103740163,27.4199,100,100,95.0867,0,0,10,NULL,'ADM1059A2','XM_005263619'),(103740195,24.0786,100,98.4607,81.2387,0,0,10,NULL,'ADM1059A2','NM_001244008'),(103740199,28.1212,100,99.578,94.7055,0,0,10,NULL,'ADM1059A2','NM_014985'),(103740241,25.1837,100,99.2951,91.1889,0,0,10,NULL,'ADM1059A2','XM_005260001'),(103740247,27.539,100,99.9315,92.2603,0,0,10,NULL,'ADM1059A2','NM_005857'),(103740255,14.4652,94.0337,46.8155,7.65008,0,0,10,'X|122318385|122318498|21.2389,X|122598714|122598965|99.6016,X|122616648|122616898|95.2,X|122319682|122319844|97.5309,X|122387152|122387395|78.1893,X|122551251|122551631|98.9474','ADM1059A2','NM_007325'),(103740256,14.7105,94.0337,48.1698,11.2372,0,0,10,'X|122318385|122318498|21.2389,X|122598714|122598965|99.6016,X|122616648|122616898|95.2,X|122319682|122319844|97.5309,X|122387152|122387395|78.1893,X|122551251|122551631|98.9474','ADM1059A2','NM_000828'),(103740262,28.8393,100,100,90.3152,0,0,10,NULL,'ADM1059A2','NM_001482'),(103740267,14.0135,92.264,38.396,7.665,0,0,10,'X|48370712|48370897|82.1622,X|48370975|48371109|79.8507,X|48374103|48374183|38.75','ADM1059A2','XM_005278047'),(103740268,13.9249,90.7932,38.3145,7.64872,0,0,10,'X|48371221|48371242|0.0,X|48370712|48370897|82.1622,X|48370975|48371109|79.8507,X|48374103|48374183|38.75','ADM1059A2','NM_203473'),(103740269,14.0302,92.1639,38.8929,7.76419,0,0,10,'X|48370712|48370897|82.1622,X|48370975|48371109|79.8507,X|48374103|48374183|38.75','ADM1059A2','NM_022825'),(103740270,13.9098,90.9091,37.8322,7.55244,0,0,10,'X|48371221|48371242|0.0,X|48370712|48370897|82.1622,X|48370975|48371109|79.8507,X|48374103|48374183|38.75','ADM1059A2','NM_203475'),(103740271,14.0135,92.264,38.396,7.665,0,0,10,'X|48370712|48370897|82.1622,X|48370975|48371109|79.8507,X|48374103|48374183|38.75','ADM1059A2','NM_203474'),(103740272,14.0494,93.3496,38.011,6.7114,0,0,10,'X|48370712|48370897|82.1622,X|48370975|48371109|79.8507,X|48374103|48374183|38.75','ADM1059A2','NM_001282167'),(103740279,29.6325,100,99.0133,92.8694,0.394685,0,10,NULL,'ADM1059A2','NM_025114'),(103740285,27.9892,100,100,98.2721,0,0,10,NULL,'ADM1059A2','NM_024060'),(103740286,26.9585,100,98.8294,92.6087,0,0,10,NULL,'ADM1059A2','NM_001620'),(103740366,24.0848,100,96.2784,73.2598,0,0,10,NULL,'ADM1059A2','NM_000814'),(103740367,25.2865,100,100,82.9545,0,0,10,NULL,'ADM1059A2','NM_001191321'),(103740368,25.4078,100,100,82.8138,0,0,10,NULL,'ADM1059A2','NM_001191320'),(103740389,26.9232,99.8171,92.7439,83.9634,0,0,10,'6|24495222|24495580|99.162','ADM1059A2','NM_001080'),(103740390,26.7586,99.8216,92.9251,83.1748,0,0,10,'6|24495222|24495580|99.162','ADM1059A2','NM_170740'),(103740409,27.0143,100,98.8521,92.9485,0,0,10,NULL,'ADM1059A2','NM_021007'),(103740410,27.0269,100,98.8521,92.9485,0,0,10,NULL,'ADM1059A2','NM_001040143'),(103740411,27.0143,100,98.8521,92.9485,0,0,10,NULL,'ADM1059A2','NM_001040142'),(103740412,27.0269,100,98.8521,92.9485,0,0,10,NULL,'ADM1059A2','XM_005246756'),(103740444,25.3656,100,99.1886,88.4888,0,0,10,NULL,'ADM1059A2','XM_005258046'),(103740445,25.369,100,99.1891,88.4947,0,0,10,NULL,'ADM1059A2','NM_003593'),(103740467,24.9271,100,98.5047,79.9065,0,0,10,NULL,'ADM1059A2','NM_000027'),(103740468,25.4282,100,100,83.4615,0,0,10,NULL,'ADM1059A2','NR_033655'),(103740486,25.3894,99.8254,88.475,76.135,0,0,10,'10|88854080|88854529|99.3318','ADM1059A2','NM_005271'),(103740490,24.64,100,98.7174,79.7435,0,0,10,NULL,'ADM1059A2','XM_005264079'),(103740507,24.015,100,93.5065,74.4256,0,0,10,NULL,'ADM1059A2','NM_024698'),(103740508,24.015,100,93.5065,74.4256,0,0,10,NULL,'ADM1059A2','NM_001191060'),(103740533,23.5731,100,99.4973,81.4008,0,0,10,NULL,'ADM1059A2','NM_014941'),(103740543,27.6196,100,100,96.796,0,0,10,NULL,'ADM1059A2','NM_002291'),(103740581,15.6279,92.0805,55.5677,21.9427,0,0,10,'X|77286896|77287082|68.2796,X|77244727|77245456|92.8669,X|77301789|77302070|99.6441,X|77243736|77244229|80.3245,X|77298081|77298288|62.8019,X|77298813|77298934|38.0165,X|77275739|77275897|99.3671','ADM1059A2','NM_000052'),(103740594,23.6302,99.8981,91.3752,78.5739,0,0,10,'19|14038935|14039003|95.5882','ADM1059A2','NM_017721'),(103740656,24.0735,100,100,93.0375,0,0,10,NULL,'ADM1059A2','NM_005267'),(103740664,25.7514,100,98.2372,84.7595,0,0,10,NULL,'ADM1059A2','NM_001257145'),(103740665,26.286,100,98.3963,85.3993,0,0,10,NULL,'ADM1059A2','NM_001257144'),(103740666,25.8354,100,98.1873,85.3097,0,0,10,NULL,'ADM1059A2','NM_004399'),(103740667,26.286,100,98.3963,85.3993,0,0,10,NULL,'ADM1059A2','NM_030653'),(103740670,28.3853,99.9795,99.2421,93.6297,0,0,10,'2|109336060|109336136|97.3684','ADM1059A2','NM_006267'),(103740671,27.1671,100,97.1377,89.2308,0,0,10,NULL,'ADM1059A2','NM_002742'),(103740686,27.5541,100,100,99.2537,0,0,10,NULL,'ADM1059A2','NM_198964'),(103740687,27.5541,100,100,99.2537,0,0,10,NULL,'ADM1059A2','NM_002820'),(103740697,31.6234,100,100,99.2865,0,0,10,NULL,'ADM1059A2','NM_057175'),(103740730,21.184,98.9305,81.3904,64.5989,0,0,10,'1|11119832|11120003|94.152','ADM1059A2','NM_003132'),(103740736,12.0554,80.2835,24.3557,0.128866,0,0,10,'X|153649240|153649346|65.0943,X|153640178|153640291|73.4513,X|153647880|153647964|88.0952,X|153648995|153649076|91.358,X|153640421|153640553|47.7273','ADM1059A2','NM_181313'),(103740737,11.9866,80.877,23.0207,0.121803,0,0,10,'X|153649240|153649346|65.0943,X|153648042|153648087|91.1111,X|153640178|153640291|73.4513,X|153647880|153647964|88.0952,X|153648995|153649076|91.358,X|153640421|153640553|47.7273','ADM1059A2','NM_181311'),(103740738,11.8468,81.291,20.6783,0.109409,0,0,10,'X|153649240|153649346|65.0943,X|153648042|153648087|91.1111,X|153642436|153642529|84.9462,X|153640178|153640291|73.4513,X|153647880|153647964|88.0952,X|153648995|153649076|91.358,X|153640421|153640553|47.7273','ADM1059A2','NM_000116'),(103740739,11.901,80.7825,21.7491,0.115075,0,0,10,'X|153649240|153649346|65.0943,X|153642436|153642529|84.9462,X|153640178|153640291|73.4513,X|153647880|153647964|88.0952,X|153648995|153649076|91.358,X|153640421|153640553|47.7273','ADM1059A2','NM_181312'),(103740749,24.6509,100,97.3292,83.8509,0,0,10,NULL,'ADM1059A2','NM_000478'),(103740750,24.1835,100,96.8682,84.4865,0,0,10,NULL,'ADM1059A2','NM_001177520'),(103740751,24.8239,100,97.018,87.9334,0,0,10,NULL,'ADM1059A2','NM_001127501'),(103740753,22.3679,99.9049,95.1521,72.2434,0,0,10,'18|56939591|56939848|99.6109','ADM1059A2','NM_013435'),(103740759,27.546,100,99.724,94.6642,0,0,10,NULL,'ADM1059A2','NM_001201543'),(103740760,27.6635,100,99.7004,94.2087,0,0,10,NULL,'ADM1059A2','NM_032180'),(103740765,15.6295,92.9088,53.9797,15.919,0,0,10,'X|48768821|48768915|53.1915,X|48762021|48762171|96.6667','ADM1059A2','NM_001282647'),(103740790,25.7559,100,99.3483,82.9384,0,0,10,NULL,'ADM1059A2','NM_181789'),(103740795,28.3103,100,100,89.3535,0,0,10,NULL,'ADM1059A2','NM_173560'),(103740820,28.3796,100,99.6585,89.1861,0,0,10,NULL,'ADM1059A2','XM_005261286'),(103740821,28.0712,100,99.6287,88.2426,0,0,10,NULL,'ADM1059A2','NM_001178011'),(103740822,28.1444,100,99.6767,89.7629,0,0,10,NULL,'ADM1059A2','NM_001178010'),(103740823,28.3796,100,99.6585,89.1861,0,0,10,NULL,'ADM1059A2','NM_003504'),(103740846,26.1501,98.7913,93.9564,91.0377,0,0,10,'3|55038788|55038867|63.2911,3|54156738|54156864|90.4762','ADM1059A2','NM_018398'),(103740847,26.148,98.7913,93.9564,91.0377,0,0,10,'3|55038788|55038867|63.2911,3|54156738|54156864|90.4762','ADM1059A2','XM_005265319'),(103740860,26.3089,100,98.4575,90.2394,0,0,10,NULL,'ADM1059A2','NM_024408'),(103740866,25.4815,100,100,94.7771,0,0,10,NULL,'ADM1059A2','NM_004357'),(103740867,25.4815,100,100,94.7771,0,0,10,NULL,'ADM1059A2','NM_139030'),(103740892,24.0327,100,99.9289,91.2518,0,0,10,NULL,'ADM1059A2','NM_005216'),(103740893,24.3709,100,99.9387,89.1478,0,0,10,NULL,'ADM1059A2','NM_199292'),(103740894,24.4083,100,99.9382,89.4997,0,0,10,NULL,'ADM1059A2','NM_199293'),(103740895,24.7603,100,100,93.2248,0,0,10,NULL,'ADM1059A2','NM_000360'),(103740896,23.8499,100,100,91.1835,0,0,10,NULL,'ADM1059A2','XM_005253101'),(103740917,26.6948,100,99.1484,93.5903,0,0,10,NULL,'ADM1059A2','NM_153759'),(103740918,26.0481,100,99.3231,92.4474,0,0,10,NULL,'ADM1059A2','NM_022552'),(103740919,26.0481,100,99.3231,92.4474,0,0,10,NULL,'ADM1059A2','NM_175629'),(103740920,25.4604,99.391,88.1852,80.9988,0,0,10,'9|131095751|131095927|97.1591','ADM1059A2','NM_016035'),(103740932,28.7378,100,99.715,92.209,0,0,10,NULL,'ADM1059A2','NM_003205'),(103740933,29.4864,100,100,94.8637,0,0,10,NULL,'ADM1059A2','NM_207040'),(103740938,27.8872,100,100,93.891,0,0,10,NULL,'ADM1059A2','NM_014225'),(103740963,26.6301,100,99.1383,92.0804,0,0,10,NULL,'ADM1059A2','XM_005251558'),(103740964,26.6301,100,99.1383,92.0804,0,0,10,NULL,'ADM1059A2','NM_003070'),(103740965,26.7042,100,99.1281,92.3811,0,0,10,NULL,'ADM1059A2','NM_139045'),(103740983,27.426,100,99.9833,93.5226,0,0,10,NULL,'ADM1059A2','NM_015065'),(103740984,27.4332,100,99.9833,93.5031,0,0,10,NULL,'ADM1059A2','XM_005271461'),(103740985,27.4476,100,99.9827,93.2628,0,0,10,NULL,'ADM1059A2','XM_005271462'),(103740986,27.4937,100,99.9815,92.8334,0,0,10,NULL,'ADM1059A2','XM_005271463'),(103741006,24.799,99.7519,95.2854,91.4392,0,0,10,'8|86376308|86376346|94.7368','ADM1059A2','NM_000067'),(103741023,19.588,78.9724,64.7954,57.4691,0,0,10,'9|111929179|111929573|43.9086','ADM1059A2','NM_014334'),(103741050,22.7968,100,98.6635,68.9856,0,0,10,NULL,'ADM1059A2','NM_001079804'),(103741051,22.7968,100,98.6635,68.9856,0,0,10,NULL,'ADM1059A2','NM_000152'),(103741100,26.9785,100,99.2604,92.9734,0,0,10,NULL,'ADM1059A2','NM_001190882'),(103741101,26.9785,100,99.2604,92.9734,0,0,10,NULL,'ADM1059A2','NM_181742'),(103741102,25.9816,100,99.0834,91.2924,0,0,10,NULL,'ADM1059A2','NM_001190881'),(103741103,26.1149,100,99.2558,83.6744,0,0,10,NULL,'ADM1059A2','NM_001879'),(103741104,30.2018,100,98.0796,92.6676,1.22207,0,10,NULL,'ADM1059A2','NM_020401'),(103741174,29.243,100,100,94.6416,0,0,10,NULL,'ADM1059A2','NM_020468'),(103741175,29.558,100,100,94.9488,0,0,10,NULL,'ADM1059A2','NM_153816'),(103741176,30.1104,100,100,97.6904,0,0,10,NULL,'ADM1059A2','XM_005248742'),(103741177,29.5148,100,100,94.8966,0,0,10,NULL,'ADM1059A2','XM_005248739'),(103741190,12.6624,78.4567,22.6257,5.93576,0,0,10,'X|47038500|47038564|89.0625,X|47039609|47039710|99.0099,X|47040612|47040802|79.4737,X|47040904|47041047|51.049,X|47041146|47041267|70.2479,X|47045871|47046001|46.1538,X|47039277|47039441|78.0488,X|47045655|47045788|50.3759,X|47045462|47045572|90.9091,X|47030425|47030659|67.5214,X|47044452|47044605|83.0065,X|47038716|47038896|11.6667,X|47045113|47045191|73.0769','ADM1059A2','NM_005676'),(103741191,12.8935,79.4297,24.6388,6.46388,0,0,10,'X|47038500|47038564|89.0625,X|47039609|47039710|99.0099,X|47040612|47040802|79.4737,X|47040904|47041047|51.049,X|47041146|47041267|70.2479,X|47045871|47046001|46.1538,X|47039277|47039441|78.0488,X|47045655|47045788|50.3759,X|47045462|47045572|90.9091,X|47044452|47044605|83.0065,X|47038716|47038896|11.6667,X|47045113|47045191|73.0769','ADM1059A2','XM_005278316'),(103741192,12.89,79.4062,24.5527,6.47126,0,0,10,'X|47038500|47038564|89.0625,X|47039609|47039710|99.0099,X|47040612|47040802|79.4737,X|47040904|47041047|51.049,X|47041146|47041267|70.2479,X|47045871|47046001|46.1538,X|47045655|47045788|50.3759,X|47045462|47045572|90.9091,X|47039277|47039438|77.6398,X|47044452|47044605|83.0065,X|47038716|47038896|11.6667,X|47045113|47045191|73.0769','ADM1059A2','NM_001204466'),(103741210,27.7885,100,98.5122,89.373,0,0,10,NULL,'ADM1059A2','NM_003118'),(103741221,27.1918,100,100,91.1146,0,0,10,NULL,'ADM1059A2','NM_001257344'),(103741222,27.1918,100,100,91.1146,0,0,10,NULL,'ADM1059A2','NM_004328'),(103741223,27.1918,100,100,91.1146,0,0,10,NULL,'ADM1059A2','NM_001257342'),(103741224,27.1918,100,100,91.1146,0,0,10,NULL,'ADM1059A2','XM_005246749'),(103741225,27.1918,100,100,91.1146,0,0,10,NULL,'ADM1059A2','XM_005246747'),(103741226,26.1184,100,99.4304,91.2025,0,0,10,NULL,'ADM1059A2','NM_000693'),(103741237,29.0341,100,100,96.6978,0,0,10,NULL,'ADM1059A2','NM_181783'),(103741248,30.267,100,99.2353,92.6933,0.637213,0,10,NULL,'ADM1059A2','XM_005269160'),(103741266,25.0543,100,98.6625,74.1149,0,0,10,NULL,'ADM1059A2','NM_003571'),(103741276,17.4758,99.5967,68.9516,35.4839,0,0,10,'19|46285449|46285613|99.3902','ADM1059A2','NM_001288765'),(103741277,22.9042,100,99.2228,53.1088,0,0,10,NULL,'ADM1059A2','NM_020785'),(103741278,23.7457,100,100,62,0,0,10,NULL,'ADM1059A2','XM_005248180'),(103741279,23.7457,100,100,62,0,0,10,NULL,'ADM1059A2','NM_001164720'),(103741283,13.5532,81.705,36.4655,8.40074,0,0,10,'X|11793097|11793201|99.0385,X|11776380|11776486|63.2075,X|11790273|11790376|99.0291,X|11781897|11782059|17.284,X|11778954|11779058|99.0385,X|11783584|11783850|55.6391','ADM1059A2','NM_078629'),(103741284,13.5614,79.3125,37.3011,8.59325,0,0,10,'X|11793097|11793201|99.0385,X|11776824|11776894|0.0,X|11790273|11790376|99.0291,X|11781897|11782059|17.284,X|11778954|11779058|99.0385,X|11783584|11783850|55.6391','ADM1059A2','NM_001193270'),(103741285,13.5078,77.8746,39.5471,8.62369,0,0,10,'X|11793097|11793201|99.0385,X|11790273|11790376|99.0291,X|11781897|11782059|17.284,X|11783584|11783850|55.6391','ADM1059A2','NM_001282174'),(103741288,24.1546,100,96.7563,77.8086,0,0,10,NULL,'ADM1059A2','NM_006302'),(103741311,28.0515,100,99.5146,92.2816,0,0,10,NULL,'ADM1059A2','NM_017653'),(103741320,23.9633,99.965,98.7067,79.9371,0,0,10,'9|94485941|94487391|99.931','ADM1059A2','NM_004560'),(103741340,6.51069,24.3984,19.9198,14.7727,0,0,10,'X|153789901|153790001|0.0,X|153784378|153784593|0.0,X|153786745|153786867|0.0,X|153770476|153770669|82.9016,X|153791023|153791170|0.0,X|153792172|153792237|0.0,X|153792532|153792679|0.0,X|153788620|153788776|0.0,X|153791772|153791918|0.0','ADM1059A2','NM_001099856'),(103741341,5.22653,14.8177,14.8177,14.8177,0,0,10,'X|153789901|153790001|0.0,X|153784378|153784593|0.0,X|153786745|153786867|0.0,X|153791023|153791170|0.0,X|153792172|153792237|0.0,X|153792532|153792679|0.0,X|153788620|153788776|0.0,X|153791772|153791918|0.0','ADM1059A2','NM_001099857'),(103741342,6.83265,19.3712,19.3712,19.3712,0,0,10,'X|153789901|153790001|0.0,X|153784378|153784593|0.0,X|153786745|153786867|0.0,X|153792172|153792237|0.0,X|153792532|153792679|0.0,X|153791772|153791918|0.0','ADM1059A2','NM_001145255'),(103741343,5.22653,14.8177,14.8177,14.8177,0,0,10,'X|153789901|153790001|0.0,X|153784378|153784593|0.0,X|153786745|153786867|0.0,X|153791023|153791170|0.0,X|153792172|153792237|0.0,X|153792532|153792679|0.0,X|153788620|153788776|0.0,X|153791772|153791918|0.0','ADM1059A2','NM_003639'),(103741369,25.4371,100,96.8273,83.0787,0,0,10,NULL,'ADM1059A2','NM_148919'),(103741370,25.435,100,96.7819,82.8367,0,0,10,NULL,'ADM1059A2','NM_004159'),(103741419,24.1221,100,92.3474,78.4179,0,0,10,NULL,'ADM1059A2','NM_006279'),(103741420,23.7833,100,91.9964,77.4281,0,0,10,NULL,'ADM1059A2','NM_174969'),(103741421,24.8944,100,93.5178,81.7189,0,0,10,NULL,'ADM1059A2','NM_174963'),(103741422,24.7334,100,93.2982,81.0994,0,0,10,NULL,'ADM1059A2','NM_174968'),(103741423,24.4628,100,93.0305,80.3446,0,0,10,NULL,'ADM1059A2','NM_174971'),(103741424,23.85,100,91.6589,76.4761,0,0,10,NULL,'ADM1059A2','NM_001270460'),(103741425,25.6663,100,100,87.7173,0,0,10,NULL,'ADM1059A2','NM_001270461'),(103741477,30.0807,100,100,99.2032,0,0,10,NULL,'ADM1059A2','NM_000288'),(103741481,26.7122,100,92.4153,89.6719,0,0,10,NULL,'ADM1059A2','NM_006245'),(103741482,27.076,100,93.3069,90.5275,0,0,10,NULL,'ADM1059A2','NM_180976'),(103741483,27.3107,100,92.3127,89.316,0,0,10,NULL,'ADM1059A2','NM_180977'),(103741527,29.186,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001955'),(103741533,27.2045,100,99.8263,95.1368,0,0,10,NULL,'ADM1059A2','NM_007171'),(103741534,27.3017,100,99.8212,94.9933,0,0,10,NULL,'ADM1059A2','NM_001077365'),(103741535,27.3017,100,99.8212,94.9933,0,0,10,NULL,'ADM1059A2','NM_001136113'),(103741536,26.6175,100,99.7869,94.033,0,0,10,NULL,'ADM1059A2','NM_001136114'),(103741539,26.9927,100,99.9391,85.6969,0,0,10,NULL,'ADM1059A2','NM_021922'),(103741541,26.7453,100,100,90.1009,0,0,10,NULL,'ADM1059A2','NM_001692'),(103741550,31.5788,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001278293'),(103741551,31.5788,100,100,100,0,0,10,NULL,'ADM1059A2','NM_032146'),(103741552,31.5788,100,100,100,0,0,10,NULL,'ADM1059A2','NM_177976'),(103741579,19.4676,100,98.6207,44.5517,0,0,10,NULL,'ADM1059A2','NM_001127598'),(103741602,24.2448,100,98.3695,81.8914,0,0,10,NULL,'ADM1059A2','NM_004321'),(103741624,23.8111,100,98.7019,83.393,0,0,10,NULL,'ADM1059A2','NM_001172509'),(103741625,23.8111,100,98.7019,83.393,0,0,10,NULL,'ADM1059A2','NM_001172517'),(103741626,23.8111,100,98.7019,83.393,0,0,10,NULL,'ADM1059A2','NM_015265'),(103741638,25.4427,99.9723,97.7959,83.7677,0,0,10,'11|19970235|19970628|99.4911','ADM1059A2','NM_001111018'),(103741639,25.2686,99.973,97.8531,83.2433,0,0,10,'11|19970235|19970628|99.4911','ADM1059A2','NM_145117'),(103741640,26.4817,100,99.9343,88.609,0,0,10,NULL,'ADM1059A2','NM_001111019'),(103741665,28.3116,100,99.6499,91.7153,0,0,10,NULL,'ADM1059A2','NM_173471'),(103741666,27.3169,100,99.4889,91.3118,0,0,10,NULL,'ADM1059A2','NM_001164796'),(103741691,27.0285,99.9593,97.3775,89.5507,0,0,10,'11|68080180|68080275|97.8947','ADM1059A2','NM_002335'),(103741714,29.3767,99.5135,94.1626,89.993,0,0,10,'1|243736226|243736352|94.4444','ADM1059A2','NM_181690'),(103741715,29.3767,99.5135,94.1626,89.993,0,0,10,'1|243736226|243736352|94.4444','ADM1059A2','NM_001206729'),(103741716,29.844,99.5273,94.3282,90.2768,0,0,10,'1|243736226|243736352|94.4444','ADM1059A2','XM_005272997'),(103741717,29.844,99.5273,94.3282,90.2768,0,0,10,'1|243736226|243736352|94.4444','ADM1059A2','NM_005465'),(103741758,26.1111,100,100,91.6986,0,0,10,NULL,'ADM1059A2','NM_001193640'),(103741788,21.0883,100,96.2406,59.5865,0,0,10,NULL,'ADM1059A2','NM_021147'),(103741789,27.3329,100,98.5302,93.4132,0,0,10,NULL,'ADM1059A2','NM_014795'),(103741790,27.2173,100,98.4996,93.2759,0,0,10,NULL,'ADM1059A2','NM_001171653'),(103741791,21.5453,100,99.6728,82.6609,0,0,10,NULL,'ADM1059A2','NM_001166290'),(103741802,26.9648,100,99.2499,88.4016,0,0,10,NULL,'ADM1059A2','NM_000391'),(103741859,30.8827,100,99.7545,94.8687,0,0,10,NULL,'ADM1059A2','NM_005633'),(103741862,23.0053,99.8989,93.6046,71.7897,0,0,10,'19|47615679|47615844|98.1818,19|47569610|47571128|99.9341','ADM1059A2','NM_015168'),(103741908,29.8881,100,100,100,0,0,10,NULL,'ADM1059A2','NM_004985'),(103741909,29.0617,100,100,100,0,0,10,NULL,'ADM1059A2','NM_033360'),(103741912,27.0026,100,97.8071,90.1236,0,0,10,NULL,'ADM1059A2','NM_006766'),(103741913,27.0026,100,97.8071,90.1236,0,0,10,NULL,'ADM1059A2','NM_001099413'),(103741914,27.0026,100,97.8071,90.1236,0,0,10,NULL,'ADM1059A2','NM_001099412'),(103741921,25.741,100,97.19,87.3549,0,0,10,NULL,'ADM1059A2','NM_000550'),(103741944,20.4519,93.3567,77.972,57.6049,0,0,10,'19|50831468|50832342|89.2449,19|50823500|50823608|46.2963','ADM1059A2','NM_004977'),(103741957,21.4069,100,90.8808,61.2627,0,0,10,NULL,'ADM1059A2','NM_005654'),(103741958,28.4582,100,100,96.5779,0,0,10,NULL,'ADM1059A2','NM_006892'),(103741959,28.4433,100,100,96.494,0,0,10,NULL,'ADM1059A2','NM_175848'),(103741960,28.6813,100,100,96.3744,0,0,10,NULL,'ADM1059A2','NM_175849'),(103741961,29.0772,100,100,99.4855,0,0,10,NULL,'ADM1059A2','NM_001207056'),(103741962,28.4106,100,100,96.5464,0,0,10,NULL,'ADM1059A2','NM_175850'),(103741969,27.3955,100,99.6572,93.0148,0,0,10,NULL,'ADM1059A2','NM_015338'),(103741973,24.9252,100,100,89.811,0,0,10,NULL,'ADM1059A2','NM_002755'),(103741976,21.8059,100,98.7622,67.2313,0,0,10,NULL,'ADM1059A2','NM_000199'),(103741977,27.2824,100,100,97.8601,0,0,10,NULL,'ADM1059A2','NM_001135055'),(103741978,27.279,100,100,97.8899,0,0,10,NULL,'ADM1059A2','NM_001258028'),(103741979,27.6411,100,100,98.2506,0,0,10,NULL,'ADM1059A2','NM_001064'),(103741983,28.8211,100,100,97.3913,0,0,10,NULL,'ADM1059A2','NM_033028'),(103741984,27.8723,100,100,96.0857,0,0,10,NULL,'ADM1059A2','NM_001252678'),(103741994,10.3429,57.4878,19.1404,1.86088,0,0,10,'X|53283710|53284115|84.6914,X|53349613|53350324|32.2082,X|53263398|53264368|0.0,X|53277294|53277420|95.2381,X|53267325|53267490|98.1818,X|53272512|53272655|99.3007,X|53321075|53321108|69.697,X|53276149|53276319|95.8824,X|53270964|53271093|60.4651,X|53265502|53265679|88.7006,X|53264963|53265016|98.1132,X|53279459|53280358|65.9622','ADM1059A2','NM_001111125'),(103741995,12.4851,81.1679,28.9565,2.90256,0,0,10,'X|53283710|53284115|84.6914,X|53264350|53264368|0.0,X|53277294|53277420|95.2381,X|53267325|53267490|98.1818,X|53272512|53272655|99.3007,X|53276149|53276319|95.8824,X|53270964|53271093|60.4651,X|53310676|53310706|50.0,X|53308744|53308843|43.4343,X|53265502|53265679|88.7006,X|53279459|53280358|65.9622','ADM1059A2','NM_015075'),(103742030,14.6256,86.2427,48.3452,14.8605,0,0,10,'X|77286896|77287082|68.2796,X|77301789|77302070|99.6441,X|77298081|77298288|62.8019,X|77298813|77298934|38.0165','ADM1059A2','XM_005262150'),(103742078,28.9683,100,100,97.2764,0,0,10,NULL,'ADM1059A2','NM_018263'),(103742079,27.7512,100,100,94.4535,0,0,10,NULL,'ADM1059A2','NM_020381'),(103742083,23.3165,100,92.5998,75.0244,0,0,10,NULL,'ADM1059A2','NM_144577'),(103742161,26.7067,100,100,89.3117,0,0,10,NULL,'ADM1059A2','NM_182943'),(103742162,26.4998,100,100,89.0013,0,0,10,NULL,'ADM1059A2','NM_000935'),(103742168,31.831,100,100,99.9547,0,0,10,NULL,'ADM1059A2','NM_176824'),(103742169,31.6029,100,100,99.9518,0,0,10,NULL,'ADM1059A2','NM_018190'),(103742186,26.998,100,99.9488,89.6287,0,0,10,NULL,'ADM1059A2','NM_014112'),(103742187,26.9546,100,99.9484,89.5565,0,0,10,NULL,'ADM1059A2','NM_001282902'),(103742245,26.4508,100,100,92.3456,0,0,10,NULL,'ADM1059A2','NM_201253'),(103742246,25.5497,100,100,89.8677,0,0,10,NULL,'ADM1059A2','NM_001257966'),(103742247,26.625,100,100,91.9752,0,0,10,NULL,'ADM1059A2','NM_001257965'),(103742260,24.6917,100,94.8735,81.7002,0,0,10,NULL,'ADM1059A2','NM_001203'),(103742261,24.6889,100,94.8701,81.6883,0,0,10,NULL,'ADM1059A2','NM_001256792'),(103742262,24.6917,100,94.8735,81.7002,0,0,10,NULL,'ADM1059A2','NM_001256793'),(103742263,24.6917,100,94.8735,81.7002,0,0,10,NULL,'ADM1059A2','NM_001256794'),(103742321,25.4809,100,99.8483,87.7427,0,0,10,NULL,'ADM1059A2','NM_001033117'),(103742385,27.8758,100,99.936,94.3662,0,0,10,NULL,'ADM1059A2','NM_030916'),(103742411,22.7738,100,98.355,65.9356,0,0,10,NULL,'ADM1059A2','NM_001145661'),(103742422,24.9633,100,98.9305,81.2166,0,0,10,NULL,'ADM1059A2','NM_017547'),(103742439,24.2601,100,98.5108,82.9289,0,0,10,NULL,'ADM1059A2','NM_005144'),(103742440,24.1874,100,98.4384,82.7646,0,0,10,NULL,'ADM1059A2','NM_018411'),(103742450,22.0402,100,97.0914,59.9723,0,0,10,NULL,'ADM1059A2','NM_001029871'),(103742451,23.1351,100,97.1857,69.4184,0,0,10,NULL,'ADM1059A2','NM_001040007'),(103742455,22.3757,100,94.6652,70.6016,0,0,10,NULL,'ADM1059A2','NM_001255985'),(103742465,23.9051,100,99.9442,77.1333,0,0,10,NULL,'ADM1059A2','NM_203486'),(103742482,24.9939,100,99.3915,80.5274,0,0,10,NULL,'ADM1059A2','NM_020312'),(103742486,26.741,100,97.3895,91.1939,0,0,10,NULL,'ADM1059A2','NM_004628'),(103742487,27.7592,100,100,97.5396,0,0,10,NULL,'ADM1059A2','NR_027299'),(103742488,28.6273,100,100,98.913,0,0,10,NULL,'ADM1059A2','NM_177965'),(103742490,24.6463,100,98.0851,84.2553,0,0,10,NULL,'ADM1059A2','NM_005050'),(103742525,32.7882,100,100,98.6103,0,0,10,NULL,'ADM1059A2','NM_020320'),(103742532,10.5474,63.1448,10.1497,1.91348,0,0,10,'X|69253246|69253380|95.5224,X|69255206|69255462|85.9375,X|68836150|68836550|61.5,X|69250317|69250372|0.0,X|69247705|69247888|54.6448,X|69176875|69176984|0.0','ADM1059A2','NM_001399'),(103742578,27.6089,100,99.0203,92.2381,0,0,10,NULL,'ADM1059A2','NM_000462'),(103742579,27.6669,100,98.9965,92.9757,0,0,10,NULL,'ADM1059A2','NM_130838'),(103742600,26.0579,100,99.218,83.9224,0,0,10,NULL,'ADM1059A2','NM_001942'),(103742607,24.8491,100,98.2727,82.7273,0,0,10,NULL,'ADM1059A2','NM_004544'),(103742614,32.2764,100,100,100,0,0,10,NULL,'ADM1059A2','NM_174886'),(103742615,32.2764,100,100,100,0,0,10,NULL,'ADM1059A2','NM_173209'),(103742616,32.2764,100,100,100,0,0,10,NULL,'ADM1059A2','NM_173211'),(103742624,29.4482,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001254729'),(103742625,29.4469,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001128126'),(103742626,28.0402,100,100,97.7867,0,0,10,NULL,'ADM1059A2','NM_007077'),(103742627,28.4218,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001254727'),(103742628,27.1777,100,100,97.3934,0,0,10,NULL,'ADM1059A2','NM_001254726'),(103742655,25.684,100,100,91.9014,0,0,10,NULL,'ADM1059A2','NM_004937'),(103742656,25.689,100,100,93.2149,0,0,10,NULL,'ADM1059A2','NM_001031681'),(103742670,26.6307,99.9743,98.9228,88.8946,0,0,10,'1|237057655|237057859|99.5098','ADM1059A2','NM_000254'),(103742698,28.015,99.9374,99.3425,94.3644,0,0,10,'10|28273946|28274142|98.9796','ADM1059A2','NM_018076'),(103742727,27.4735,100,99.8801,98.0091,0,0,10,NULL,'ADM1059A2','NM_000875'),(103742781,28.6096,100,100,99.1763,0,0,10,NULL,'ADM1059A2','XM_005269704'),(103742803,25.3306,100,97.1885,90.9574,0,0,10,NULL,'ADM1059A2','NM_000107'),(103742804,24.7716,100,96.6994,89.3845,0,0,10,NULL,'ADM1059A2','XM_005252807'),(103742815,20.7573,100,91.5272,47.1757,0,0,10,NULL,'ADM1059A2','NM_002653'),(103742852,24.3476,99.9267,94.8912,78.0005,0,0,10,'6|33419535|33419686|98.0132','ADM1059A2','NM_006772'),(103742853,24.7372,100,96.9429,80.8995,0,0,10,NULL,'ADM1059A2','XM_005249462'),(103742881,29.8979,100,100,98.4558,0,0,10,NULL,'ADM1059A2','NM_025009'),(103742886,12.3182,70.7329,32.0217,7.57501,0,0,10,'X|10427684|10427849|2.42424,X|10417405|10417758|94.9008,X|10437735|10437882|97.9592,X|10422908|10423119|99.0521,X|10534926|10535590|46.6867,X|10442661|10442792|56.4885','ADM1059A2','NM_001193277'),(103742887,12.3182,70.7329,32.0217,7.57501,0,0,10,'X|10427684|10427849|2.42424,X|10417405|10417758|94.9008,X|10437735|10437882|97.9592,X|10422908|10423119|99.0521,X|10534926|10535590|46.6867,X|10442661|10442792|56.4885','ADM1059A2','NM_033290'),(103742888,12.3182,70.7329,32.0217,7.57501,0,0,10,'X|10427684|10427849|2.42424,X|10417405|10417758|94.9008,X|10437735|10437882|97.9592,X|10422908|10423119|99.0521,X|10534926|10535590|46.6867,X|10442661|10442792|56.4885','ADM1059A2','NM_001098624'),(103742889,12.3182,70.7329,32.0217,7.57501,0,0,10,'X|10427684|10427849|2.42424,X|10417405|10417758|94.9008,X|10437735|10437882|97.9592,X|10422908|10423119|99.0521,X|10534926|10535590|46.6867,X|10442661|10442792|56.4885','ADM1059A2','NM_033289'),(103742908,22.6833,100,98.9662,73.3082,0,0,10,NULL,'ADM1059A2','NM_001145266'),(103742916,28.5067,100,100,97.8057,0,0,10,NULL,'ADM1059A2','NM_024596'),(103742924,12.396,83.0837,22.1145,0.881058,0,0,10,'X|152990719|152991623|82.7434,X|153006026|153006175|8.05369,X|153008941|153009192|98.8048,X|152994685|152994869|99.4565,X|153008439|153008527|92.0455,X|153005544|153005693|71.1409,X|153008673|153008802|71.3178','ADM1059A2','NM_000033'),(103742949,29.0559,100,100,99.1093,0,0,10,NULL,'ADM1059A2','NM_001145395'),(103742960,26.8925,100,100,96.6063,0,0,10,NULL,'ADM1059A2','NM_153033'),(103743011,24.0252,100,98.2541,71.581,0,0,10,NULL,'ADM1059A2','NM_016152'),(103743012,23.5834,100,98.689,74.5812,0,0,10,NULL,'ADM1059A2','NM_000965'),(103743026,26.7101,100,100,95.1875,0,0,10,NULL,'ADM1059A2','NM_020533'),(103743042,31.5562,100,100,97.9803,0,0,10,NULL,'ADM1059A2','XM_005252412'),(103743067,27.6782,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001111283'),(103743108,22.8866,99.958,94.7081,65.3927,0,0,10,'2|233346490|233346561|98.5916','ADM1059A2','NM_004826'),(103743123,25.9743,100,97.3419,89.3676,0,0,10,NULL,'ADM1059A2','NM_002069'),(103743143,30.0754,100,99.9798,95.4848,0,0,10,NULL,'ADM1059A2','NM_001252024'),(103743144,30.0359,100,99.98,95.5307,0,0,10,NULL,'ADM1059A2','NM_001252020'),(103743160,15.5961,94.3232,70.7424,10.0437,0,0,10,'X|13732523|13732626|74.7573','ADM1059A2','NM_001011658'),(103743161,26.2971,100,100,98.2361,0,0,10,NULL,'ADM1059A2','XM_005252808'),(103743163,26.9127,100,100,94.5852,0,0,10,NULL,'ADM1059A2','NM_024769'),(103743164,28.3776,100,100,98.8841,0,0,10,NULL,'ADM1059A2','NM_017791'),(103743165,25.662,100,99.2287,85.893,0,0,10,NULL,'ADM1059A2','NM_002334'),(103743167,20.9617,100,98.454,59.5606,0,0,10,NULL,'ADM1059A2','NM_014564'),(103743174,26.1469,100,100,94.6429,0,0,10,NULL,'ADM1059A2','NM_001184726'),(103743197,29.2009,100,100,96.7191,0,0,10,NULL,'ADM1059A2','NM_000373'),(103743200,22.4182,100,92.5964,61.2096,0,0,10,NULL,'ADM1059A2','NM_017882'),(103743201,14.3961,96.5353,37.1603,7.74456,0,0,10,'X|15349336|15350055|94.5758,X|15339625|15339896|95.572','ADM1059A2','NM_002641'),(103743256,12.2293,81.175,17.6879,1.89514,0,0,10,'X|62926136|62926331|99.4872,X|62917003|62917186|85.7924,X|62885764|62885899|0.0,X|62944410|62944593|98.9071,X|62857905|62858091|89.2473,X|62875372|62875619|53.8462','ADM1059A2','NM_015185'),(103743257,12.0992,79.1696,17.171,2.11119,0,0,10,'X|62926136|62926331|99.4872,X|62917003|62917186|85.7924,X|62885764|62885899|0.0,X|62857905|62858091|89.2473,X|62875372|62875619|53.8462','ADM1059A2','NM_001173479'),(103743259,20.3626,99.3007,91.5085,58.2418,0,0,10,'8|145150000|145150133|94.7368','ADM1059A2','NM_001916'),(103743276,26.6099,100,100,88.2749,0,0,10,NULL,'ADM1059A2','NM_001193347'),(103743277,26.4518,100,100,87.7551,0,0,10,NULL,'ADM1059A2','NM_001131005'),(103743278,25.5936,100,100,87.2765,0,0,10,NULL,'ADM1059A2','NM_002397'),(103743279,25.7243,100,100,87.6637,0,0,10,NULL,'ADM1059A2','XM_005248512'),(103743283,28.6913,100,100,99.1961,0,0,10,NULL,'ADM1059A2','NM_152388'),(103743284,28.541,100,100,99.5268,0,0,10,NULL,'ADM1059A2','NM_001044385'),(103743285,28.2496,99.3653,98.7306,94.0056,0,0,10,'12|112856913|112856931|50.0','ADM1059A2','NM_080601'),(103743362,29.4701,98.8504,97.4885,92.324,0,0,10,'7|104752270|104753783|95.7039','ADM1059A2','NM_182931'),(103743363,29.4255,98.8235,97.4299,92.1448,0,0,10,'7|104752270|104753783|95.7039','ADM1059A2','XM_005250494'),(103743364,29.4701,98.8504,97.4885,92.324,0,0,10,'7|104752270|104753783|95.7039','ADM1059A2','NM_018682'),(103743388,22.8819,100,93.1988,70.0304,0,0,10,NULL,'ADM1059A2','NM_001127179'),(103743414,29.8933,100,100,98.5159,0,0,10,NULL,'ADM1059A2','NM_022464'),(103743415,29.8933,100,100,98.5159,0,0,10,NULL,'ADM1059A2','NM_001037633'),(103743438,25.004,100,97.6018,84.2987,0,0,10,NULL,'ADM1059A2','NM_001146158'),(103743450,28.3433,100,99.8943,92.0338,0,0,10,NULL,'ADM1059A2','NM_020944'),(103743451,28.7611,100,99.8884,91.6264,0,0,10,NULL,'ADM1059A2','XM_005251527'),(103743462,24.7166,100,99.4042,89.1064,0,0,10,NULL,'ADM1059A2','NM_014336'),(103743463,24.5681,100,99.3854,88.7621,0,0,10,NULL,'ADM1059A2','NM_001285399'),(103743464,24.4022,100,99.3688,88.4581,0,0,10,NULL,'ADM1059A2','NM_001285400'),(103743465,24.6863,100,99.3654,88.3953,0,0,10,NULL,'ADM1059A2','NM_001285401'),(103743466,25.9392,100,100,95.9057,0,0,10,NULL,'ADM1059A2','NM_001285403'),(103743467,24.8971,100,99.7564,89.4032,0,0,10,NULL,'ADM1059A2','XM_005267937'),(103743474,25.3858,100,97.3542,86.2304,0,0,10,NULL,'ADM1059A2','NM_001160372'),(103743476,15.2364,92.6688,58.2315,14.5016,0,0,10,'X|13775777|13775911|99.2537,X|13781862|13781976|45.614,X|13778232|13778841|79.9672,X|13779202|13779332|92.3077,X|13753365|13753467|67.6471','ADM1059A2','NM_003611'),(103743477,15.3576,92.3669,60.6294,15.0988,0,0,10,'X|13775777|13775911|99.2537,X|13781862|13781976|45.614,X|13778232|13778841|79.9672,X|13779202|13779332|92.3077,X|13753365|13753467|67.6471','ADM1059A2','XM_005274605'),(103743480,26.8293,100,100,94.3715,0,0,10,NULL,'ADM1059A2','NM_052965'),(103743482,31.2715,100,100,97.6125,0,0,10,NULL,'ADM1059A2','NM_006077'),(103743483,31.2442,100,100,99.5349,0,0,10,NULL,'ADM1059A2','NM_001195519'),(103743498,25.1855,100,98.4355,85.2347,0,0,10,NULL,'ADM1059A2','NM_001149'),(103743535,25.4112,100,98.6316,83.3273,0,0,10,NULL,'ADM1059A2','NM_014319'),(103743568,28.3223,100,100,92.8382,0,0,10,NULL,'ADM1059A2','NM_025243'),(103743572,32.6917,100,100,98.809,0,0,10,NULL,'ADM1059A2','NM_004520'),(103743573,33.0094,100,100,99.105,0,0,10,NULL,'ADM1059A2','NM_001243952'),(103743574,33.2474,100,100,98.8696,0,0,10,NULL,'ADM1059A2','NM_001098511'),(103743613,14.0329,88.6188,42.8939,8.06405,0,0,10,'X|111002960|111003230|93.3333,X|110978277|110978352|94.6667,X|110951253|110951623|54.5946,X|110924444|110924529|15.2941,X|110964829|110964941|45.5357,X|110961338|110961504|94.5783,X|111000814|111000992|97.7528,X|110952191|110952278|98.8506,X|110954901|110954955|61.1111,X|110987894|110988134|84.1667,X|110961072|110961157|97.6471','ADM1059A2','NM_001257231'),(103743614,14.1909,90.2007,43.1439,9.5951,0,0,10,'X|111002960|111003230|93.3333,X|110978277|110978352|94.6667,X|110951253|110951623|54.5946,X|110964829|110964941|45.5357,X|110961338|110961504|94.5783,X|111000814|111000992|97.7528,X|110952191|110952278|98.8506,X|110954901|110954955|61.1111,X|110961072|110961157|97.6471','ADM1059A2','NM_001257237'),(103743682,14.7601,93.0514,56.7372,5.13595,0,0,10,'X|30725671|30725717|67.3913,X|30683626|30683703|98.7013,X|30671652|30671734|0.0,X|30738736|30738860|95.9677,X|30746847|30746862|20.0','ADM1059A2','NM_000167'),(103743683,14.478,90.5452,53.5383,4.93039,0,0,10,'X|30745581|30745671|46.6667,X|30725671|30725717|67.3913,X|30683626|30683703|98.7013,X|30671652|30671734|0.0,X|30738736|30738860|95.9677,X|30746847|30746862|20.0','ADM1059A2','NM_001128127'),(103743684,24.1922,100,97.4966,80.6495,0,0,10,NULL,'ADM1059A2','NM_001278478'),(103743695,32.1265,100,100,98.7267,0,0,10,NULL,'ADM1059A2','NM_212471'),(103743696,32.1265,100,100,98.7267,0,0,10,NULL,'ADM1059A2','NM_001278433'),(103743697,32.1265,100,100,98.7267,0,0,10,NULL,'ADM1059A2','NM_001276289'),(103743698,32.1265,100,100,98.7267,0,0,10,NULL,'ADM1059A2','NM_212472'),(103743745,28.0198,100,99.9317,83.5954,0,0,10,NULL,'ADM1059A2','NM_014754'),(103743758,28.8356,100,100,98.1731,0,0,10,NULL,'ADM1059A2','NM_001145394'),(103743760,29.2902,100,100,99.5119,0,0,10,NULL,'ADM1059A2','XM_005274176'),(103743761,29.2902,100,100,99.5119,0,0,10,NULL,'ADM1059A2','NM_022074'),(103743762,29.2902,100,100,99.5119,0,0,10,NULL,'ADM1059A2','NM_001142520'),(103743771,24.4726,98.5947,91.5681,80.6213,0,0,10,'12|64173738|64173911|89.0173','ADM1059A2','NM_014254'),(103743772,22.7567,94.9198,77.0053,67.1123,0,0,10,'12|64173738|64173911|89.0173','ADM1059A2','XM_005268562'),(103743789,31.72,100,100,98.0097,0,0,10,NULL,'ADM1059A2','NM_004912'),(103743790,31.72,100,100,98.0097,0,0,10,NULL,'ADM1059A2','NM_194454'),(103743791,31.544,100,100,97.8713,0,0,10,NULL,'ADM1059A2','NM_001013406'),(103743792,31.72,100,100,98.0097,0,0,10,NULL,'ADM1059A2','NM_194456'),(103743820,32.3132,100,100,100,0,0,10,NULL,'ADM1059A2','NR_028482'),(103743827,25.5889,100,99.7286,87.924,0,0,10,NULL,'ADM1059A2','NM_001172643'),(103743828,24.1214,100,99.6205,83.112,0,0,10,NULL,'ADM1059A2','NM_001272050'),(103743829,24.4341,100,99.7908,84.1004,0,0,10,NULL,'ADM1059A2','NM_004614'),(103743840,25.5214,100,97.2653,88.5141,0,0,10,NULL,'ADM1059A2','NM_017813'),(103743891,27.7006,100,99.2935,93.2022,0,0,10,NULL,'ADM1059A2','NM_015088'),(103743892,28.0814,100,99.62,93.3186,0,0,10,NULL,'ADM1059A2','NM_001024843'),(103743893,27.9695,100,99.3361,93.612,0,0,10,NULL,'ADM1059A2','NM_001162501'),(103743895,25.327,100,100,89.3258,0,0,10,NULL,'ADM1059A2','NM_001163771'),(103743903,23.9612,100,98.2384,80.8573,0,0,10,NULL,'ADM1059A2','NM_001199107'),(103743906,29.9858,100,100,98.8434,0,0,10,NULL,'ADM1059A2','NM_006721'),(103743907,30.4511,100,100,99.9068,0,0,10,NULL,'ADM1059A2','NM_001123'),(103743908,30.5505,100,100,98.6316,0,0,10,NULL,'ADM1059A2','NM_001202450'),(103743926,25.6387,100,100,83.2258,0,0,10,NULL,'ADM1059A2','XM_005247635'),(103743927,23.8738,100,98.1987,79.1431,0,0,10,NULL,'ADM1059A2','NM_017617'),(103743937,28.2549,100,99.9864,96.4543,0,0,10,NULL,'ADM1059A2','NM_006734'),(103743940,13.3004,87.2662,37.3657,5.45165,0,0,10,'X|69718368|69718422|70.3704,X|69669538|69669711|25.4335,X|69670487|69670635|84.4595,X|69669207|69669335|96.875,X|69711955|69712135|81.6667,X|69671715|69671878|91.411,X|69668761|69668815|64.8148,X|69715256|69715305|57.1429,X|69670017|69670157|61.4286,X|69665049|69665410|98.0609','ADM1059A2','NM_021120'),(103743941,14.6488,88.4397,52.5584,9.53885,0,0,10,'X|69718368|69718422|70.3704,X|69711955|69712135|81.6667,X|69672469|69672607|2.89855','ADM1059A2','NM_020730'),(103743942,15.3583,95.6866,59.1549,11.7958,0,0,10,'X|69718368|69718422|70.3704,X|69711955|69712135|81.6667','ADM1059A2','NM_001166278'),(103743953,20.7158,99.5714,77.9286,52.4286,0,0,10,'7|155595591|155596422|99.278','ADM1059A2','NM_000193'),(103743976,13.2493,88.0558,31.3862,5.37053,0,0,10,'X|70602384|70602515|91.6031,X|70586162|70586346|10.8696,X|70587902|70588022|95.8333,X|70613915|70614097|92.3077,X|70601591|70601771|59.4444,X|70603810|70603987|97.1751,X|70597451|70597673|77.027,X|70617101|70617318|89.4009,X|70643822|70643918|87.5,X|70641157|70641228|47.8873,X|70608586|70608720|95.5224,X|70609433|70609517|98.8095,X|70596861|70597043|94.5055,X|70618420|70618589|15.9763,X|70683672|70683899|90.3084,X|70595015|70595138|76.4228,X|70587347|70587465|80.5085,X|70626486|70626598|78.5714,X|70613149|70613328|86.5922,X|70679400|70679560|95.0,X|70608085|70608230|99.3103','ADM1059A2','NM_004606'),(103743977,13.256,88.1835,31.3093,5.31309,0,0,10,'X|70602384|70602515|91.6031,X|70586162|70586346|10.8696,X|70587902|70588022|95.8333,X|70613915|70614097|92.3077,X|70601591|70601771|59.4444,X|70603810|70603987|97.1751,X|70597451|70597673|77.027,X|70617101|70617318|89.4009,X|70643822|70643918|87.5,X|70641157|70641228|47.8873,X|70608586|70608720|95.5224,X|70609433|70609517|98.8095,X|70618420|70618589|15.9763,X|70596798|70597043|95.9184,X|70683672|70683898|90.2655,X|70595015|70595138|76.4228,X|70587347|70587465|80.5085,X|70626486|70626598|78.5714,X|70613149|70613328|86.5922,X|70679400|70679560|95.0,X|70608085|70608230|99.3103','ADM1059A2','XM_005262300'),(103743978,13.2529,88.2705,30.8904,5.27397,0,0,10,'X|70602384|70602515|91.6031,X|70586162|70586346|10.8696,X|70587902|70588022|95.8333,X|70613915|70614097|92.3077,X|70601591|70601771|59.4444,X|70603810|70603987|97.1751,X|70597451|70597673|77.027,X|70617101|70617318|89.4009,X|70643822|70643918|87.5,X|70641157|70641228|47.8873,X|70608586|70608720|95.5224,X|70609433|70609517|98.8095,X|70596861|70597043|94.5055,X|70618420|70618589|15.9763,X|70683672|70683899|90.3084,X|70595015|70595138|76.4228,X|70587347|70587465|80.5085,X|70626486|70626598|78.5714,X|70613149|70613328|86.5922,X|70679400|70679560|95.0,X|70608085|70608230|99.3103','ADM1059A2','XM_005262297'),(103743979,13.2587,88.2039,31.3759,5.30394,0,0,10,'X|70602384|70602515|91.6031,X|70586162|70586346|10.8696,X|70587902|70588022|95.8333,X|70613915|70614097|92.3077,X|70601591|70601771|59.4444,X|70603810|70603987|97.1751,X|70597451|70597673|77.027,X|70617101|70617318|89.4009,X|70643822|70643918|87.5,X|70641157|70641228|47.8873,X|70608586|70608720|95.5224,X|70609433|70609517|98.8095,X|70618420|70618589|15.9763,X|70596798|70597043|95.9184,X|70683672|70683899|90.3084,X|70595015|70595138|76.4228,X|70587347|70587465|80.5085,X|70626486|70626598|78.5714,X|70613149|70613328|86.5922,X|70679400|70679560|95.0,X|70608085|70608230|99.3103','ADM1059A2','NM_001286074'),(103743982,22.2724,98.9613,91.9761,65.3596,0,0,10,'3|123166257|123167395|96.9244,3|123022912|123023032|95.8333','ADM1059A2','NM_183357'),(103743983,24.5802,99.8215,96.8226,80.8283,0,0,10,'3|123022912|123023032|95.8333','ADM1059A2','NM_001199642'),(103743991,27.7808,100,100,96.4725,0,0,10,NULL,'ADM1059A2','NM_001080517'),(103743992,27.9538,100,100,96.7269,0,0,10,NULL,'ADM1059A2','XM_005265307'),(103744004,14.4334,91.0176,43.7814,11.2437,0,0,10,'X|154005072|154005145|95.8904,X|154004460|154004601|88.6525,X|153997440|153997587|99.3197,X|153994489|153994677|64.8936,X|154002875|154002982|46.729','ADM1059A2','NM_001363'),(103744017,26.8981,100,98.765,93.2075,0,0,10,NULL,'ADM1059A2','NM_014140'),(103744018,26.8981,100,98.765,93.2075,0,0,10,NULL,'ADM1059A2','NM_001127207'),(103744040,28.0266,100,100,99.9507,0,0,10,NULL,'ADM1059A2','NM_004035'),(103744041,27.625,100,100,99.6547,0,0,10,NULL,'ADM1059A2','NM_007292'),(103744042,27.9743,100,100,99.9476,0,0,10,NULL,'ADM1059A2','NM_001185039'),(103744085,29.152,100,100,99.1091,0,0,10,NULL,'ADM1059A2','NM_001031710'),(103744086,27.4787,100,100,99.0347,0,0,10,NULL,'ADM1059A2','NM_001172428'),(103744087,27.7765,100,100,99.053,0,0,10,NULL,'ADM1059A2','NR_033329'),(103744088,29.4979,100,100,99.3329,0,0,10,NULL,'ADM1059A2','NM_018846'),(103744101,28.9044,100,100,98.1989,0,0,10,NULL,'ADM1059A2','NM_172250'),(103744116,33.2876,100,100,99.9395,0,0,10,NULL,'ADM1059A2','NM_001281723'),(103744117,33.4678,100,100,100,0,0,10,NULL,'ADM1059A2','NM_000060'),(103744118,33.5297,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001281724'),(103744119,33.6229,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001281725'),(103744136,26.9413,99.8665,97.4633,86.7824,0,0,10,'2|60780349|60780408|98.3051','ADM1059A2','NM_138559'),(103744147,12.9305,77.1875,33.2031,3.67187,0,0,10,'X|11776380|11776486|63.2075,X|11781897|11782059|17.284,X|11783584|11783931|65.9942,X|11778954|11779058|99.0385','ADM1059A2','NM_078628'),(103744172,27.8126,100,96.112,90.0467,0,0,10,NULL,'ADM1059A2','NM_014317'),(103744173,27.1637,100,94.7534,86.5687,0,0,10,NULL,'ADM1059A2','XM_005252438'),(103744197,28.4251,100,99.7674,94.4186,0,0,10,NULL,'ADM1059A2','NM_024809'),(103744201,20.9627,99.5925,90.2794,60.1863,0,0,10,'8|144899078|144899317|97.0711','ADM1059A2','NM_001271098'),(103744202,20.9558,99.5578,90.7138,59.6968,0,0,10,'8|144899078|144899317|97.0711','ADM1059A2','NM_001136033'),(103744203,20.9378,99.5422,90.3859,58.535,0,0,10,'8|144899078|144899317|97.0711','ADM1059A2','NM_001271100'),(103744204,20.7898,99.5698,89.7357,58.0824,0,0,10,'8|144899078|144899317|97.0711','ADM1059A2','NM_001271099'),(103744205,20.9465,99.5793,89.9639,59.1346,0,0,10,'8|144899078|144899317|97.0711','ADM1059A2','NM_014281'),(103744206,32.3628,100,100,99.2575,4.35371,0,10,NULL,'ADM1059A2','NM_014264'),(103744207,32.1623,100,100,99.2318,4.50421,0,10,NULL,'ADM1059A2','NM_001190799'),(103744208,32.3401,100,100,99.2245,4.54707,0,10,NULL,'ADM1059A2','NM_001190801'),(103744218,30.5288,100,100,98.5577,0,0,10,NULL,'ADM1059A2','NM_006416'),(103744219,30.4279,100,100,98.2558,0,0,10,NULL,'ADM1059A2','NM_001168398'),(103744237,28.198,99.8888,99.1101,92.4361,0,0,10,'9|131456173|131456323|99.3333','ADM1059A2','NM_001122821'),(103744238,26.982,99.8799,99.0396,89.3157,0,0,10,'9|131456173|131456323|99.3333','ADM1059A2','NM_001248000'),(103744239,25.8221,94.6512,90.1163,83.1395,0,0,10,'9|131456173|131456323|99.3333,9|131451859|131451936|41.5584','ADM1059A2','NM_003011'),(103744240,26.1354,100,97.7977,82.0555,0,0,10,NULL,'ADM1059A2','NM_002150'),(103744241,28.2258,100,99.3512,92.5606,0,0,10,NULL,'ADM1059A2','NM_024996'),(103744260,27.0705,100,99.9597,96.617,0,0,10,NULL,'ADM1059A2','NM_020680'),(103744261,27.222,100,99.9583,96.7028,0,0,10,NULL,'ADM1059A2','XM_005274121'),(103744262,27.1355,100,99.9587,96.5289,0,0,10,NULL,'ADM1059A2','XM_005274119'),(103744267,13.6138,92.6513,40.2017,3.38617,0,0,10,'X|109924708|109924876|86.9048,X|110002887|110002984|78.3505,X|109922562|109922655|39.7849,X|109937389|109937561|98.2558','ADM1059A2','XM_005262224'),(103744275,22.8109,100,93.0576,80.7976,0,0,10,NULL,'ADM1059A2','NM_006270'),(103744291,30.9895,100,100,94.5336,0.351053,0,10,NULL,'ADM1059A2','NM_002582'),(103744292,30.9595,100,100,94.1177,0.377766,0,10,NULL,'ADM1059A2','NM_001242992'),(103744321,25.4042,100,99.7409,93.329,0,0,10,NULL,'ADM1059A2','NM_001130145'),(103744322,25.3406,100,99.6028,91.2612,0,0,10,NULL,'ADM1059A2','NM_001195045'),(103744323,25.41,100,99.7342,93.1561,0,0,10,NULL,'ADM1059A2','NM_001195044'),(103744324,25.7594,100,100,94.5245,0,0,10,NULL,'ADM1059A2','NM_006106'),(103744329,29.8508,100,100,96.4615,0,0,10,NULL,'ADM1059A2','NM_001251989'),(103744330,29.8508,100,100,96.4615,0,0,10,NULL,'ADM1059A2','NM_015895'),(103744331,29.6697,100,100,95.8707,0,0,10,NULL,'ADM1059A2','NM_001251991'),(103744340,23.1597,100,100,75.2101,0,0,10,NULL,'ADM1059A2','NM_017838'),(103744341,22.1761,100,100,59.1549,0,0,10,NULL,'ADM1059A2','NM_001034833'),(103744383,26.6437,100,99.8242,90.9051,0,0,10,NULL,'ADM1059A2','NM_014491'),(103744384,27.7877,100,99.9247,90.8886,0,0,10,NULL,'ADM1059A2','NM_148899'),(103744385,26.7886,100,99.8224,91.341,0,0,10,NULL,'ADM1059A2','NM_148900'),(103744393,24.3209,99.9368,95.8939,85.8497,0,0,10,'1|19211965|19212124|99.3711','ADM1059A2','XM_005246026'),(103744404,26.0128,100,100,92.2094,0,0,10,NULL,'ADM1059A2','NM_030777'),(103744425,28.69,100,100,97.3635,0,0,10,NULL,'ADM1059A2','NM_024790'),(103744431,25.6482,100,98.6364,82.0909,0,0,10,NULL,'ADM1059A2','NM_001171993'),(103744441,26.7733,100,100,93.6462,0,0,10,NULL,'ADM1059A2','NM_016532'),(103744460,27.8536,100,100,100,0,0,10,NULL,'ADM1059A2','XM_005269203'),(103744461,27.7995,100,100,100,0,0,10,NULL,'ADM1059A2','NM_033124'),(103744488,27.1441,100,98.8332,96.6369,0,0,10,NULL,'ADM1059A2','NM_001258355'),(103744491,27.9766,100,100,98.0817,0,0,10,NULL,'ADM1059A2','NM_001242889'),(103744507,24.261,100,99.863,81.9178,0,0,10,NULL,'ADM1059A2','NM_198904'),(103744508,24.5465,100,99.8737,83.3228,0,0,10,NULL,'ADM1059A2','NM_198903'),(103744509,24.7384,99.9572,98.7174,85.2074,0,0,10,'2|60780349|60780408|98.3051','ADM1059A2','NM_018014'),(103744511,25.1436,100,93.0233,76.1026,0,0,10,NULL,'ADM1059A2','NM_001174146'),(103744512,25.8891,100,96.7686,80.0873,0,0,10,NULL,'ADM1059A2','NM_002316'),(103744569,31.6018,100,100,99.4042,0,0,10,NULL,'ADM1059A2','NM_000191'),(103744570,29.8228,100,100,94.2637,0,0,10,NULL,'ADM1059A2','XM_005245857'),(103744581,11.1857,69.0764,13.5032,0.445859,0,0,10,'X|54040808|54040998|72.1053,X|54044092|54044256|57.9268,X|54048690|54048802|98.2143,X|53989275|53989374|98.9899,X|54020032|54020338|38.8889,X|54012247|54012384|84.6715,X|54022124|54022217|1.07527,X|54069062|54069164|0.0,X|53965588|53965681|43.0108,X|54013509|54013598|84.2697,X|54011345|54011662|54.5741,X|53966611|53966951|34.4118,X|54043026|54043171|93.1034','ADM1059A2','NM_015107'),(103744582,11.0492,67.3331,13.6266,0.430636,0,0,10,'X|54040808|54040998|72.1053,X|54044092|54044256|57.9268,X|54048690|54048802|98.2143,X|53989275|53989374|98.9899,X|54069062|54069255|0.0,X|54020032|54020338|38.8889,X|54012247|54012384|84.6715,X|54022124|54022217|1.07527,X|53965588|53965681|43.0108,X|54013509|54013598|84.2697,X|54011345|54011662|54.5741,X|53966611|53966951|34.4118,X|54043026|54043171|93.1034','ADM1059A2','NM_001184896'),(103744583,11.4457,72.9739,14.7321,0.480768,0,0,10,'X|54040808|54040998|72.1053,X|54044092|54044256|57.9268,X|54048690|54048802|98.2143,X|53989275|53989374|98.9899,X|54012247|54012384|84.6715,X|54022124|54022217|1.07527,X|54069062|54069164|0.0,X|54013509|54013598|84.2697,X|54011345|54011662|54.5741,X|53966611|53966951|34.4118,X|53965593|53965681|39.7727,X|54043026|54043171|93.1034,X|53964411|53964494|96.3855','ADM1059A2','NM_001184897'),(103744668,25.2935,100,100,88.4112,0,0,10,NULL,'ADM1059A2','NM_203290'),(103744669,24.9348,100,100,87.9017,0,0,10,NULL,'ADM1059A2','XM_005249491'),(103744678,25.1125,100,98.0872,84.9273,0,0,10,NULL,'ADM1059A2','NM_005902'),(103744679,26.1456,100,98.0789,87.9676,0,0,10,NULL,'ADM1059A2','NM_001145102'),(103744680,25.5447,100,98.383,86.6383,0,0,10,NULL,'ADM1059A2','NM_001145103'),(103744692,27.7454,100,99.848,89.2857,0,0,10,NULL,'ADM1059A2','NM_032322'),(103744693,23.7743,100,99.6909,78.2071,0,0,10,NULL,'ADM1059A2','NM_197939'),(103744694,26.0102,100,99.773,83.9955,0,0,10,NULL,'ADM1059A2','NM_001184992'),(103744698,30.5267,100,99.1979,97.5554,0,0,10,NULL,'ADM1059A2','NM_024077'),(103744699,30.3815,100,100,98.9983,0,0,10,NULL,'ADM1059A2','NM_001282689'),(103744700,30.8098,100,100,99.0033,0,0,10,NULL,'ADM1059A2','NM_001282690'),(103744701,26.7302,100,100,97.2603,0,0,10,NULL,'ADM1059A2','NM_001143990'),(103744702,26.7302,100,100,97.2603,0,0,10,NULL,'ADM1059A2','NM_001143991'),(103744703,26.7302,100,100,97.2603,0,0,10,NULL,'ADM1059A2','NM_018081'),(103744714,23.8136,100,98.8665,82.3678,0,0,10,NULL,'ADM1059A2','NM_004782'),(103744722,27.259,100,100,93.7739,0,0,10,NULL,'ADM1059A2','NM_001014796'),(103744723,27.259,100,100,93.7739,0,0,10,NULL,'ADM1059A2','NM_006182'),(103744729,26.6993,100,99.9492,95.5516,0,0,10,NULL,'ADM1059A2','NM_020366'),(103744730,26.5857,100,99.9492,95.5516,0,0,10,NULL,'ADM1059A2','XM_005267881'),(103744733,11.7596,72.2444,20.4283,2.39345,0,0,10,'X|53239856|53240041|12.4324,X|53240677|53240839|25.3086,X|53253920|53254074|78.5714,X|53227944|53228072|91.4062,X|53222146|53222516|17.5676,X|53243869|53244031|92.5926,X|53246323|53246461|98.5507,X|53222953|53223035|82.9268,X|53223319|53223922|79.9337,X|53245254|53245381|17.3228,X|53224111|53224252|56.7376,X|53222617|53222820|99.0148,X|53225866|53226228|97.5138,X|53228157|53228342|88.1081,X|53247456|53247582|64.2857,X|53227670|53227821|26.4901,X|53244975|53245160|0.0,X|53230730|53230928|99.4949','ADM1059A2','NM_004187'),(103744734,11.7609,72.2479,20.4412,2.39495,0,0,10,'X|53239856|53240041|12.4324,X|53240677|53240839|25.3086,X|53253920|53254074|78.5714,X|53227944|53228072|91.4062,X|53222146|53222516|17.5676,X|53243869|53244031|92.5926,X|53246323|53246458|99.2593,X|53222953|53223035|82.9268,X|53223319|53223922|79.9337,X|53245254|53245381|17.3228,X|53224111|53224252|56.7376,X|53222617|53222820|99.0148,X|53225866|53226228|97.5138,X|53228157|53228342|88.1081,X|53247456|53247582|64.2857,X|53227670|53227821|26.4901,X|53244975|53245160|0.0,X|53230730|53230928|99.4949','ADM1059A2','NM_001282622'),(103744735,11.7859,72.6016,20.484,2.46326,0,0,10,'X|53239856|53240041|12.4324,X|53240677|53240839|25.3086,X|53253920|53254074|78.5714,X|53227944|53228072|91.4062,X|53222146|53222516|17.5676,X|53243869|53244031|92.5926,X|53246323|53246461|98.5507,X|53222962|53223035|93.1507,X|53223319|53223922|79.9337,X|53245254|53245381|17.3228,X|53224111|53224252|56.7376,X|53222617|53222820|99.0148,X|53225866|53226228|97.5138,X|53228157|53228342|88.1081,X|53227670|53227821|26.4901,X|53244975|53245160|0.0,X|53230730|53230928|99.4949','ADM1059A2','XM_005278002'),(103744736,12.014,74.822,22.2117,2.70526,0,0,10,'X|53239856|53240041|12.4324,X|53240677|53240839|25.3086,X|53253920|53254074|78.5714,X|53227944|53228072|91.4062,X|53243869|53244031|92.5926,X|53221923|53222021|0.0,X|53222678|53222820|98.5916,X|53246323|53246461|98.5507,X|53222962|53223035|93.1507,X|53223319|53223922|79.9337,X|53245254|53245381|17.3228,X|53224111|53224252|56.7376,X|53225866|53226228|97.5138,X|53228157|53228342|88.1081,X|53227670|53227821|26.4901,X|53244975|53245160|0.0,X|53230730|53230928|99.4949','ADM1059A2','NM_001146702'),(103744771,31.4098,100,97.3684,94.0789,1.8797,0,10,NULL,'ADM1059A2','NM_152384'),(103744772,31.7355,100,97.1944,93.6874,2.00401,0,10,NULL,'ADM1059A2','XM_005246288'),(103744773,12.7092,81.4796,33.496,1.72104,0,0,10,'X|148037131|148038145|72.0907,X|148059890|148059987|58.7629,X|147743427|147744291|93.4028,X|147582615|147582666|0.0,X|148048318|148048611|70.6485,X|148035108|148035271|98.1595,X|148054999|148055139|11.4286,X|148062266|148062322|42.8571,X|147891398|147891446|6.25','ADM1059A2','NM_001169122'),(103744774,12.4559,78.9708,29.1938,2.29845,0,0,10,'X|148037131|148038145|72.0907,X|148059890|148059987|58.7629,X|148048318|148048611|70.6485,X|148035108|148035271|98.1595,X|148054999|148055139|11.4286,X|148062266|148062322|42.8571,X|147891398|147891446|6.25','ADM1059A2','NM_001170628'),(103744785,26.8023,100,100,98.4907,0,0,10,NULL,'ADM1059A2','NM_001201484'),(103744786,26.2838,100,100,98.1526,0,0,10,NULL,'ADM1059A2','NM_032634'),(103744787,26.2838,100,100,98.1526,0,0,10,NULL,'ADM1059A2','XM_005251620'),(103744788,26.8023,100,100,98.4907,0,0,10,NULL,'ADM1059A2','NM_152850'),(103744792,28.5126,100,99.5077,90.2154,0,0,10,NULL,'ADM1059A2','NM_002778'),(103744823,25.8032,100,100,100,0,0,10,NULL,'ADM1059A2','XM_005264326'),(103744824,25.8032,100,100,100,0,0,10,NULL,'ADM1059A2','NM_002437'),(103744828,30.8438,100,100,98.9858,0,0,10,NULL,'ADM1059A2','NM_013328'),(103744877,27.3851,100,99.7215,92.3398,0,0,10,NULL,'ADM1059A2','XM_005272160'),(103744889,23.3045,100,96.8045,72.4624,0,0,10,NULL,'ADM1059A2','XM_005257642'),(103744890,23.3045,100,96.8045,72.4624,0,0,10,NULL,'ADM1059A2','NM_007144'),(103744894,25.0886,100,99.676,83.5853,0,0,10,NULL,'ADM1059A2','NM_014252'),(103744917,23.2867,100,96.7333,73.2451,0,0,10,NULL,'ADM1059A2','NM_001003694'),(103744918,23.2827,100,96.7173,73.1145,0,0,10,NULL,'ADM1059A2','NM_004634'),(103744932,28.5033,100,100,95.6236,0,0,10,NULL,'ADM1059A2','NM_015702'),(103744936,21.3968,100,95.5792,64.2417,0,0,10,NULL,'ADM1059A2','NM_020223'),(103744982,21.7227,100,100,63.8655,0,0,10,NULL,'ADM1059A2','NM_001286208'),(103745000,27.3543,100,100,97.1324,0.0782065,0,10,NULL,'ADM1059A2','NM_024312'),(103745018,26.8101,100,99.3585,89.9936,0,0,10,NULL,'ADM1059A2','NM_004407'),(103745019,26.9555,100,99.3368,89.7215,0,0,10,NULL,'ADM1059A2','NM_001079911'),(103745026,27.3279,100,100,94.3569,0,0,10,NULL,'ADM1059A2','NM_001131026'),(103745027,27.6967,100,100,96.2224,0,0,10,NULL,'ADM1059A2','NM_001131024'),(103745028,27.3279,100,100,94.3569,0,0,10,NULL,'ADM1059A2','NM_001131025'),(103745029,27.3052,100,100,94.2872,0,0,10,NULL,'ADM1059A2','NM_000319'),(103745033,23.4842,100,97.1457,75.0747,0,0,10,NULL,'ADM1059A2','NM_020859'),(103745112,29.9563,100,99.8592,97.8873,0,0,10,NULL,'ADM1059A2','NM_018480'),(103745113,30.3387,100,99.8379,98.3793,0,0,10,NULL,'ADM1059A2','NM_001193538'),(103745126,22.7602,100,100,86.8778,0,0,10,NULL,'ADM1059A2','XM_005263618'),(103745138,28.3355,100,98.5985,96.0429,0,0,10,NULL,'ADM1059A2','NM_001030004'),(103745139,27.4034,100,98.7509,96.3997,0,0,10,NULL,'ADM1059A2','NM_175914'),(103745140,27.9891,100,98.6719,96.25,0,0,10,NULL,'ADM1059A2','NM_178850'),(103745146,25.3665,100,98.4366,89.5773,0,0,10,NULL,'ADM1059A2','NM_003242'),(103745147,25.8499,100,98.5042,90.0277,0,0,10,NULL,'ADM1059A2','NM_001024847'),(103745159,27.4843,100,98.7668,89.76,0,0,10,NULL,'ADM1059A2','NM_020461'),(103745178,23.7868,100,99.587,80.0723,0,0,10,NULL,'ADM1059A2','XM_005258874'),(103745179,24.7818,100,99.6247,83.1635,0,0,10,NULL,'ADM1059A2','NM_001256714'),(103745180,25.0349,100,99.6122,85.9834,0,0,10,NULL,'ADM1059A2','NM_178837'),(103745205,29.7767,100,99.3285,94.9077,0,0,10,NULL,'ADM1059A2','NM_016648'),(103745206,29.7767,100,99.3285,94.9077,0,0,10,NULL,'ADM1059A2','NM_015454'),(103745231,25.988,99.3157,96.6638,85.6288,0,0,10,'22|50506860|50506986|93.6508','ADM1059A2','NM_139202'),(103745232,25.988,99.3157,96.6638,85.6288,0,0,10,'22|50506860|50506986|93.6508','ADM1059A2','NM_015166'),(103745242,30.4426,100,100,99.5468,0,0,10,NULL,'ADM1059A2','NM_007217'),(103745243,30.4426,100,100,99.5468,0,0,10,NULL,'ADM1059A2','NM_145859'),(103745244,30.4426,100,100,99.5468,0,0,10,NULL,'ADM1059A2','NM_145860'),(103745246,28.6142,100,100,99.3668,0,0,10,NULL,'ADM1059A2','NM_198506'),(103745295,13.4241,98.2004,22.3156,2.39952,0,0,10,'X|2861104|2861242|99.2754,X|2867343|2867770|96.7213,X|2856134|2856300|98.7952,X|2852870|2853233|96.4187','ADM1059A2','NM_001282631'),(103745297,20.7337,100,95.0872,54.1204,0,0,10,NULL,'ADM1059A2','NM_003403'),(103745298,15.6165,100,62.7068,13.5338,0,0,10,NULL,'ADM1059A2','NM_173494'),(103745299,15.6165,100,62.7068,13.5338,0,0,10,NULL,'ADM1059A2','NM_001169154'),(103745340,27.0036,100,98.8708,88.5499,0,0,10,NULL,'ADM1059A2','NM_003072'),(103745341,27.0036,100,98.8708,88.5499,0,0,10,NULL,'ADM1059A2','NM_001128844'),(103745342,27.0423,100,98.8466,88.3043,0,0,10,NULL,'ADM1059A2','XM_005260035'),(103745343,27.0415,100,98.8473,88.3114,0,0,10,NULL,'ADM1059A2','XM_005260034'),(103745344,27.1515,100,98.8926,88.7702,0,0,10,NULL,'ADM1059A2','NM_001128849'),(103745345,27.0414,100,98.8494,88.3528,0,0,10,NULL,'ADM1059A2','NM_001128845'),(103745346,27.0422,100,98.8487,88.3458,0,0,10,NULL,'ADM1059A2','NM_001128846'),(103745353,27.2649,100,100,93.3237,0,0,10,NULL,'ADM1059A2','NM_005188'),(103745362,21.8841,99.9295,91.5299,63.2491,0.080572,0,10,'2|220347818|220349796|99.6461','ADM1059A2','NM_005876'),(103745364,28.6901,100,99.3973,91.11,0,0,10,NULL,'ADM1059A2','NM_018122'),(103745375,24.326,100,99.9418,87.7183,0,0,10,NULL,'ADM1059A2','NM_001195010'),(103745376,24.1901,100,99.9466,87.3465,0,0,10,NULL,'ADM1059A2','NM_021180'),(103745385,15.1796,91.0222,53.8665,12.8972,0,0,10,'X|31496221|31496493|1.83824,X|31462596|31462746|65.3333,X|31241162|31241240|97.4359,X|31792075|31792241|90.3614,X|31152217|31152313|97.9167','ADM1059A2','NM_004022'),(103745386,15.1723,90.2474,53.3084,14.0104,0,0,10,'X|31496221|31496493|1.83824,X|31462596|31462746|65.3333,X|31241162|31241240|97.4359,X|31792075|31792241|90.3614,X|31152217|31152313|97.9167','ADM1059A2','NM_004023'),(103745401,26.782,99.9733,98.8779,89.3668,0,0,10,'1|237057655|237057859|99.5098','ADM1059A2','XM_005273143'),(103745489,14.0708,84.1962,52.5885,2.0436,0,0,10,'X|153196214|153196302|65.9091,X|153195437|153195678|64.3154','ADM1059A2','NM_003491'),(103745490,13.8236,83.0904,49.2711,1.31195,0,0,10,'X|153196214|153196302|65.9091,X|153195437|153195678|64.3154','ADM1059A2','NM_001256119'),(103745503,32.5243,100,100,99.5871,0,0,10,NULL,'ADM1059A2','NM_001042437'),(103745504,31.3359,99.9219,94.4531,92.9688,0,0,10,'2|86115945|86116031|98.8372','ADM1059A2','NM_003896'),(103745551,27.5223,100,97.6978,75.5396,0,0,10,NULL,'ADM1059A2','NM_004577'),(103745552,27.5223,100,97.6978,75.5396,0,0,10,NULL,'ADM1059A2','XM_005271773'),(103745571,21.6207,100,87.0652,60.5435,0,0,10,NULL,'ADM1059A2','NM_005029'),(103745585,28.0877,100,100,94.3267,0,0,10,NULL,'ADM1059A2','NM_022132'),(103745601,26.7566,100,100,84.5842,0,0,10,NULL,'ADM1059A2','NM_032466'),(103745602,26.452,100,100,82.3185,0,0,10,NULL,'ADM1059A2','NM_001164755'),(103745603,27.9258,100,100,89.5127,0,0,10,NULL,'ADM1059A2','NM_001164751'),(103745604,27.7485,100,100,87.6074,0,0,10,NULL,'ADM1059A2','NM_001164753'),(103745605,11.2404,67.9097,17.0756,0,0,0,10,'X|48340983|48341184|85.5721,X|48339675|48339732|59.6491,X|48339537|48339593|83.9286,X|48337424|48337506|75.6098,X|48336835|48336908|39.726,X|48337003|48337097|36.1702,X|48339812|48339918|31.1321,X|48340795|48340896|31.6832','ADM1059A2','NM_177439'),(103745606,11.2419,68.0976,16.9756,0,0,0,10,'X|48340983|48341184|85.5721,X|48339675|48339732|59.6491,X|48339537|48339593|83.9286,X|48337424|48337506|75.6098,X|48336835|48336908|39.726,X|48337003|48337097|36.1702,X|48340789|48340896|35.514,X|48339812|48339918|31.1321','ADM1059A2','NM_012280'),(103745607,11.2404,67.9097,17.0756,0,0,0,10,'X|48340983|48341184|85.5721,X|48339675|48339732|59.6491,X|48339537|48339593|83.9286,X|48337424|48337506|75.6098,X|48336835|48336908|39.726,X|48337003|48337097|36.1702,X|48339812|48339918|31.1321,X|48340795|48340896|31.6832','ADM1059A2','NM_177434'),(103745608,11.088,67.7741,8.63788,0,0,0,10,'X|48340983|48341184|85.5721,X|48339675|48339732|59.6491,X|48340789|48340896|35.514,X|48339812|48339918|31.1321','ADM1059A2','NM_001282157'),(103745609,24.746,100,98.2016,87.4659,0,0,10,NULL,'ADM1059A2','NM_024649'),(103745623,27.9144,100,100,98.6619,0,0,10,NULL,'ADM1059A2','NM_000035'),(103745628,22.8569,100,98.3074,65.7264,0,0,10,NULL,'ADM1059A2','NM_001145662'),(103745651,27.9632,100,99.7374,92.5804,0,0,10,NULL,'ADM1059A2','NM_012434'),(103745656,23.5114,100,96.5621,77.1028,0,0,10,NULL,'ADM1059A2','NM_000287'),(103745671,23.9482,99.9678,94.6624,78.3923,0,0,10,'19|12760153|12760244|98.9011','ADM1059A2','NM_000528'),(103745687,25.3642,100,99.0632,96.1358,0,0,10,NULL,'ADM1059A2','NM_006012'),(103745692,26.3339,100,100,98.3051,0,0,10,NULL,'ADM1059A2','NM_019026'),(103745713,28.7314,100,100,97.9129,0,0,10,NULL,'ADM1059A2','XM_005265930'),(103745714,28.7314,100,100,97.9129,0,0,10,NULL,'ADM1059A2','NM_001199297'),(103745715,31.4395,100,100,97.6071,0,0,10,NULL,'ADM1059A2','XM_005265933'),(103745716,28.7168,100,100,97.7798,0,0,10,NULL,'ADM1059A2','NM_016290'),(103745717,25.4712,99.8858,94.1177,84.2947,0,0,10,'2|69472355|69472620|99.2453','ADM1059A2','NM_032208'),(103745718,25.8993,100,100,91.5628,0,0,10,NULL,'ADM1059A2','NM_018153'),(103745719,25.5945,100,100,90.6412,0,0,10,NULL,'ADM1059A2','NM_053034'),(103745748,23.4004,100,100,93.75,0,0,10,NULL,'ADM1059A2','NM_175630'),(103745770,28.9408,100,100,99.3166,0,0,10,NULL,'ADM1059A2','NM_001080116'),(103745771,27.3516,100,100,97.7923,0,0,10,NULL,'ADM1059A2','NM_001171611'),(103745772,26.5345,100,100,97.3425,0,0,10,NULL,'ADM1059A2','NM_001080115'),(103745879,23.7165,100,98.9691,59.2784,0,0,10,NULL,'ADM1059A2','NM_001285402'),(103745898,25.9345,100,99.9377,90.9601,0,0,10,NULL,'ADM1059A2','NM_019108'),(103745923,25.731,100,98.9955,82.3661,0,0,10,NULL,'ADM1059A2','NM_021254'),(103745927,29.3984,100,100,97.5046,0,0,10,NULL,'ADM1059A2','NM_001204269'),(103745930,27.936,100,97.6154,90.9917,0,0,10,NULL,'ADM1059A2','NM_017629'),(103745931,25.1296,100,100,92.488,0,0,10,NULL,'ADM1059A2','NM_001360'),(103745954,26.0299,100,99.4442,89.9102,0,0,10,NULL,'ADM1059A2','XM_005253480'),(103745955,26.1117,100,99.437,89.9957,0,0,10,NULL,'ADM1059A2','NM_001261415'),(103745956,26.1188,100,99.4341,89.9434,0,0,10,NULL,'ADM1059A2','NM_006940'),(103745957,25.7122,100,99.3391,88.2562,0,0,10,NULL,'ADM1059A2','NM_001261414'),(103745985,22.4671,98.4315,88.7911,71.7292,0,0,10,'18|24126690|24128502|97.7373','ADM1059A2','NM_001142730'),(103745993,13.9567,88.6678,50.519,6.31488,0,0,10,'X|74290198|74290359|0.0,X|74273202|74273422|97.7273,X|74295195|74295467|85.2941,X|74291342|74291520|85.9551,X|74293701|74293793|71.7391,X|74375938|74376110|97.093','ADM1059A2','NM_004299'),(103746001,32.9523,100,100,100,0,0,10,NULL,'ADM1059A2','NM_183227'),(103746002,32.9523,100,100,100,0,0,10,NULL,'ADM1059A2','NM_016277'),(103746015,27.0307,100,99.9595,90.8134,0,0,10,NULL,'ADM1059A2','NM_003560'),(103746016,27.3161,100,99.9566,91.6305,0,0,10,NULL,'ADM1059A2','NM_001199562'),(103746017,27.3161,100,99.9566,91.6305,0,0,10,NULL,'ADM1059A2','NM_001004426'),(103746032,20.442,100,80.4124,47.6804,0,0,10,NULL,'ADM1059A2','NM_001040002'),(103746046,30.8799,100,100,100,0,0,10,NULL,'ADM1059A2','NM_013251'),(103746047,31.7178,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001178054'),(103746065,15.0288,93.617,49.0734,14.2759,0,0,10,'X|24086079|24086227|99.3243,X|24084113|24084211|98.9796,X|24094837|24094905|70.5882,X|24089673|24089846|86.7052,X|24078203|24078301|51.0204','ADM1059A2','NM_001415'),(103746074,25.8451,99.4032,97.7945,85.1583,0,0,10,'14|102894585|102894721|83.0882','ADM1059A2','NM_001172631'),(103746087,15.5465,92.8831,58.4935,19.7403,0,0,10,'X|135825742|135825945|66.5025,X|135761692|135761821|79.0698,X|135814259|135814333|51.3514,X|135758781|135758878|93.8144','ADM1059A2','XM_005262501'),(103746088,15.8179,93.2055,60.6503,21.634,0,0,10,'X|135761692|135761821|79.0698,X|135825742|135825947|66.8293,X|135861571|135861658|70.1149,X|135814259|135814333|51.3514,X|135758781|135758878|93.8144','ADM1059A2','NM_004840'),(103746127,23.1869,100,99.6507,75.1965,0,0,10,NULL,'ADM1059A2','NM_001614'),(103746128,23.1869,100,99.6507,75.1965,0,0,10,NULL,'ADM1059A2','NM_001199954'),(103746132,25.0353,100,96.1305,85.5842,0,0,10,NULL,'ADM1059A2','NM_000535'),(103746138,27.6377,99.8727,97.1998,91.3874,0,0,10,'7|140434394|140434572|98.3146','ADM1059A2','NM_004333'),(103746184,11.6704,65.2041,27.2449,2.04081,0,0,10,'X|106882523|106882710|48.6631,X|106871856|106871982|34.9206,X|106890834|106890997|0.0','ADM1059A2','NM_002764'),(103746195,33.1129,100,100,95.8852,0,0,10,NULL,'ADM1059A2','NM_001276290'),(103746200,31.205,100,100,100,0,0,10,NULL,'ADM1059A2','NM_176806'),(103746210,28.7479,100,100,98.8636,0,0,10,NULL,'ADM1059A2','NM_014489'),(103746211,28.7479,100,100,98.8636,0,0,10,NULL,'ADM1059A2','NM_001256236'),(103746212,25.4828,100,97.5874,82.6786,0,0,10,NULL,'ADM1059A2','NM_005501'),(103746216,21.0364,100,94.5689,60.9191,0,0,10,NULL,'ADM1059A2','NM_182895'),(103746217,21.0068,100,94.5619,60.574,0,0,10,NULL,'ADM1059A2','NM_153334'),(103746266,24.4768,100,97.3993,76.2876,0,0,10,NULL,'ADM1059A2','NM_001033859'),(103746312,25.3369,100,99.8917,81.2568,0,0,10,NULL,'ADM1059A2','NM_016011'),(103746313,25.4671,100,99.9133,85.0087,0,0,10,NULL,'ADM1059A2','XM_005245890'),(103746318,28.1085,100,95.143,85.9147,0,0,10,NULL,'ADM1059A2','NM_001257281'),(103746319,25.8792,100,93.2468,75.4545,0,0,10,NULL,'ADM1059A2','NM_001257282'),(103746320,26.1206,100,95.0735,83.4191,0,0,10,NULL,'ADM1059A2','NM_152383'),(103746341,15.0727,96.2338,42.7273,14.6753,0,0,10,'X|15339625|15339896|95.572,X|15353621|15353638|0.0','ADM1059A2','NM_020473'),(103746376,27.4889,100,100,97.4889,0,0,10,NULL,'ADM1059A2','NM_001168411'),(103746426,22.0391,100,98.7606,67.2538,0,0,10,NULL,'ADM1059A2','XM_005257584'),(103746453,27.6807,100,100,99.2661,0,0,10,NULL,'ADM1059A2','NM_198965'),(103746461,31.1327,100,100,98.5703,0,0,10,NULL,'ADM1059A2','NM_033087'),(103746478,24.6229,99.9604,98.8105,87.272,0,0,10,'2|60780349|60780408|98.3051','ADM1059A2','NM_022893'),(103746491,13.8563,74.8058,50.534,10.6311,0,0,10,'X|135067659|135067988|11.8541,X|135084265|135084374|85.3211,X|135092599|135092744|8.96552,X|135122233|135122342|99.0826,X|135095506|135095598|13.0435','ADM1059A2','NM_006359'),(103746492,13.8994,75.9276,50.8813,10.1577,0,0,10,'X|135067659|135067988|11.8541,X|135084265|135084374|85.3211,X|135092599|135092744|8.96552,X|135122233|135122342|99.0826,X|135095506|135095598|13.0435','ADM1059A2','NM_001042537'),(103746522,23.2773,100,96.4455,69.4313,0,0,10,NULL,'ADM1059A2','NM_153620'),(103746523,30.5768,100,100,96.3839,0,0,10,NULL,'ADM1059A2','NM_001123226'),(103746524,31.3576,100,100,96.6743,0,0,10,NULL,'ADM1059A2','NM_012123'),(103746609,27.3989,99.7548,98.0926,90.8856,0,0,10,'22|41572775|41574963|99.9086,22|41489006|41489104|83.6735','ADM1059A2','NM_001429'),(103746620,27.0058,100,97.4674,86.8307,0,0,10,NULL,'ADM1059A2','NM_001166412'),(103746621,26.9972,100,97.5265,87.1378,0,0,10,NULL,'ADM1059A2','NM_022138'),(103746646,27.1271,100,98.3075,91.4656,0,0,10,NULL,'ADM1059A2','NM_021956'),(103746651,28.8251,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001164270'),(103746652,29.2793,100,100,100,0,0,10,NULL,'ADM1059A2','NM_002875'),(103746653,27.3812,97.4335,90.7795,89.924,0,0,10,'15|40994002|40994126|78.2258','ADM1059A2','NM_133487'),(103746654,27.3812,97.4335,90.7795,89.924,0,0,10,'15|40994002|40994126|78.2258','ADM1059A2','NM_001164269'),(103746701,26.3158,100,99.5553,90.1525,0,0,10,NULL,'ADM1059A2','NM_001195422'),(103746702,26.4954,100,99.5358,89.7215,0,0,10,NULL,'ADM1059A2','NM_032620'),(103746703,26.7958,100,99.5156,91.6955,0,0,10,NULL,'ADM1059A2','NM_001128855'),(103746725,27.0861,100,98.2331,91.0902,0,0,10,NULL,'ADM1059A2','NM_175768'),(103746726,26.9429,100,98.2778,90.0696,0,0,10,NULL,'ADM1059A2','NM_001166247'),(103746737,28.2706,100,100,94.6633,0,0,10,NULL,'ADM1059A2','NM_000108'),(103746781,13.3277,86.7125,33.2368,5.53946,0,0,10,'X|21544983|21545120|81.7518,X|21519636|21519708|97.2222,X|21444613|21444780|98.8024,X|21458810|21458901|41.7582,X|21608688|21608740|98.0769,X|21627187|21627737|75.8182,X|21549972|21550187|85.1163,X|21508575|21508698|63.4146,X|21450728|21450934|78.1553,X|21613440|21613515|61.3333','ADM1059A2','NM_001168648'),(103746782,13.1378,85.9495,30.2067,5.70444,0,0,10,'X|21544983|21545120|81.7518,X|21519636|21519708|97.2222,X|21444613|21444780|98.8024,X|21458810|21458901|41.7582,X|21608688|21608740|98.0769,X|21627187|21627737|75.8182,X|21549972|21550187|85.1163,X|21508575|21508698|63.4146,X|21450728|21450934|78.1553,X|21613440|21613515|61.3333','ADM1059A2','NM_001168649'),(103746800,25.9536,100,96.6495,85.7732,0,0,10,NULL,'ADM1059A2','NM_170708'),(103746803,25.7544,100,100,94.0751,0,0,10,NULL,'ADM1059A2','NM_148960'),(103746819,28.5481,100,100,97.5802,0,0,10,NULL,'ADM1059A2','NM_001128179'),(103746834,24.8437,100,97.097,86.2878,0,0,10,NULL,'ADM1059A2','NM_000463'),(103746859,30.7485,100,100,95.3416,0,0,10,NULL,'ADM1059A2','NM_000340'),(103746878,27.5931,100,100,99.4526,0,0,10,NULL,'ADM1059A2','NM_138701'),(103746879,24.8125,100,99.373,86.2069,0,0,10,NULL,'ADM1059A2','XM_005255642'),(103746880,24.8125,100,99.373,86.2069,0,0,10,NULL,'ADM1059A2','NM_032575'),(103746907,26.5337,100,91.3344,84.6626,0,0,10,NULL,'ADM1059A2','NM_000137'),(103746928,22.8063,100,95.6609,74.8493,0,0,10,NULL,'ADM1059A2','NM_004933'),(103746931,25.8182,100,97.5,87.7273,0,0,10,NULL,'ADM1059A2','XM_005270141'),(103746952,23.8386,100,98.5236,86.0236,0,0,10,NULL,'ADM1059A2','NM_005522'),(103746973,28.2867,97.4281,94.8563,91.0741,0,0,10,'11|108014708|108014776|50.0','ADM1059A2','NM_000019'),(103746982,27.4933,100,99.5104,95.0428,0,0,10,NULL,'ADM1059A2','NM_001478'),(103746983,27.4788,100,99.4543,94.4748,0,0,10,NULL,'ADM1059A2','NM_001276468'),(103746984,26.9044,100,100,99.9004,0,0,10,NULL,'ADM1059A2','NM_001276469'),(103747000,32.6644,100,100,100,0,0,10,NULL,'ADM1059A2','XM_005246816'),(103747019,24.8736,100,98.118,85.8427,0,0,10,NULL,'ADM1059A2','NM_001141974'),(103747032,24.4866,100,100,91.1157,0,0,10,NULL,'ADM1059A2','NM_153426'),(103747033,25.0556,100,100,92.8658,0,0,10,NULL,'ADM1059A2','NM_153427'),(103747034,24.4866,100,100,91.1157,0,0,10,NULL,'ADM1059A2','NM_001204397'),(103747035,24.4428,100,100,90.2605,0,0,10,NULL,'ADM1059A2','NM_001204398'),(103747097,28.9967,100,94.2739,89.7925,0,0,10,NULL,'ADM1059A2','NM_014362'),(103747116,18.9131,100,90.9418,40.012,0,0,10,NULL,'ADM1059A2','NM_199077'),(103747210,22.9244,100,98.0063,69.5698,0,0,10,NULL,'ADM1059A2','NM_032520'),(103747227,28.3691,100,100,96.2145,0,0,10,NULL,'ADM1059A2','NM_000434'),(103747229,25.4376,100,99.8739,90.825,0,0,10,NULL,'ADM1059A2','NM_001004334'),(103747255,20.7616,99.555,89.3833,56.8341,0,0,10,'8|144899078|144899317|97.0711','ADM1059A2','NM_001271097'),(103747263,12.181,80.2624,22.1432,0,0,0,10,'X|147022093|147022183|21.1111,X|146993695|146993750|94.5455,X|147011465|147011562|87.6289,X|147013942|147014116|83.908,X|147003449|147003505|3.57143,X|147026387|147026573|34.9462,X|147010175|147010327|87.5,X|147027052|147027138|75.5814,X|147007056|147007153|93.8144,X|147009838|147009913|65.3333','ADM1059A2','XM_005278170'),(103747264,12.4529,81.5061,24.4365,1.58811,0,0,10,'X|147022093|147022183|21.1111,X|146993695|146993750|94.5455,X|147011465|147011562|87.6289,X|147013942|147014116|83.908,X|147003449|147003505|3.57143,X|147026387|147026573|34.9462,X|147010175|147010327|87.5,X|147027052|147027138|75.5814,X|147007056|147007153|93.8144,X|147009838|147009913|65.3333','ADM1059A2','NM_002024'),(103747265,12.202,80.859,21.7922,0,0,0,10,'X|147022093|147022183|21.1111,X|146993695|146993750|94.5455,X|147011465|147011562|87.6289,X|147013942|147014116|83.908,X|147003449|147003505|3.57143,X|147026387|147026573|34.9462,X|147010175|147010327|87.5,X|147027052|147027138|75.5814,X|147007056|147007153|93.8144,X|147009838|147009913|65.3333','ADM1059A2','NM_001185082'),(103747269,25.9318,100,99.5686,87.4461,0,0,10,NULL,'ADM1059A2','NM_013382'),(103747271,25.0841,99.8772,95.6388,87.5921,0,0,10,'5|78280758|78281074|99.3671','ADM1059A2','NM_000046'),(103747272,24.649,99.8419,94.3873,84.0316,0,0,10,'5|78280758|78281074|99.3671','ADM1059A2','NM_198709'),(103747273,24.649,99.8419,94.3873,84.0316,0,0,10,'5|78280758|78281074|99.3671','ADM1059A2','XM_005248506'),(103747292,31.3261,100,99.4788,96.5004,0,0,10,NULL,'ADM1059A2','NM_001199777'),(103747360,13.3483,38.8728,33.3815,31.3584,4.19076,0,10,'2|131355439|131355557|0.0,2|131356836|131356863|0.0,2|131355065|131355178|0.0,2|131350447|131350651|19.1176','ADM1059A2','NM_032545'),(103747370,18.1445,100,64.1619,25.4335,0,0,10,NULL,'ADM1059A2','XM_005256373'),(103747390,27.9916,100,100,98.5955,0,0,10,NULL,'ADM1059A2','NM_000315'),(103747392,28.3875,100,100,96.3366,0,0,10,NULL,'ADM1059A2','NM_001202467'),(103747393,28.6265,100,100,96.5461,0,0,10,NULL,'ADM1059A2','XM_005252360'),(103747394,28.3058,100,100,96.3006,0,0,10,NULL,'ADM1059A2','NM_006624'),(103747395,27.899,100,100,95.9105,0,0,10,NULL,'ADM1059A2','NM_001202464'),(103747396,28.0308,100,100,96.0615,0,0,10,NULL,'ADM1059A2','NM_212479'),(103747425,24.4874,99.9321,95.855,78.2106,0,0,10,'9|98268687|98268883|98.4694','ADM1059A2','NM_000264'),(103747426,25.2179,100,98.2558,83.6704,0,0,10,NULL,'ADM1059A2','NM_001083606'),(103747427,24.8032,99.9289,95.7078,81.3612,0,0,10,'9|98268687|98268883|98.4694','ADM1059A2','NM_001083603'),(103747428,25.2179,100,98.2558,83.6704,0,0,10,NULL,'ADM1059A2','NM_001083604'),(103747429,25.2179,100,98.2558,83.6704,0,0,10,NULL,'ADM1059A2','NM_001083607'),(103747433,25.5671,100,99.4839,92.6452,0,0,10,NULL,'ADM1059A2','NM_001127366'),(103747434,25.731,100,98.7076,91.9225,0,0,10,NULL,'ADM1059A2','NM_181461'),(103747435,25.7899,100,99.9318,93.9973,0,0,10,NULL,'ADM1059A2','NM_181457'),(103747436,23.5952,100,99.0937,80.8157,0,0,10,NULL,'ADM1059A2','NM_000438'),(103747437,24.663,100,99.8433,89.8119,0,0,10,NULL,'ADM1059A2','NM_013942'),(103747460,25.0389,100,99.2214,81.8687,0,0,10,NULL,'ADM1059A2','NM_052874'),(103747462,21.9036,100,100,87.9518,0,0,10,NULL,'ADM1059A2','NR_029508'),(103747498,23.6527,100,94.5976,74.4763,0,0,10,NULL,'ADM1059A2','XM_005257702'),(103747546,19.406,100,83.6181,38.7939,0,0,10,NULL,'ADM1059A2','NM_178161'),(103747574,29.9453,100,100,98.3285,0,0,10,NULL,'ADM1059A2','NM_020800'),(103747575,30.1911,100,100,98.074,0,0,10,NULL,'ADM1059A2','NM_001190242'),(103747576,30.1911,100,100,98.074,0,0,10,NULL,'ADM1059A2','NM_001190241'),(103747591,23.3942,100,99.3258,79.7753,0,0,10,NULL,'ADM1059A2','NM_024010'),(103747592,23.4194,100,99.2994,80.056,0,0,10,NULL,'ADM1059A2','XM_005248304'),(103747598,14.7848,98.5722,50.2295,3.31463,0,0,10,'X|31284925|31284949|0.0,X|31241162|31241240|97.4359,X|31152217|31152313|97.9167','ADM1059A2','NM_004016'),(103747599,14.8551,98.5409,51.3288,3.38718,0,0,10,'X|31284925|31284949|0.0,X|31241162|31241240|97.4359,X|31152217|31152313|97.9167','ADM1059A2','NM_004017'),(103747672,26.0521,100,99.0834,88.9143,0.0572902,0,10,NULL,'ADM1059A2','NM_002206'),(103747693,22.776,100,98.3561,65.9589,0,0,10,NULL,'ADM1059A2','NM_032638'),(103747731,29.0428,100,100,93.1268,2.64789,0,10,NULL,'ADM1059A2','NM_133368'),(103747749,23.1053,99.7204,92.7307,86.5797,0,0,10,'1|22469337|22469418|96.2963','ADM1059A2','NM_030761'),(103747750,25.3545,100,95.5357,78.3482,0,0,10,NULL,'ADM1059A2','NM_001164342'),(103747789,21.8323,100,97.5244,69.3549,0,0,10,NULL,'ADM1059A2','NM_000843'),(103747810,30.3898,100,99.7732,91.8336,0,0,10,NULL,'ADM1059A2','NM_015243'),(103747849,25.6956,100,99.8363,92.144,0,0,10,NULL,'ADM1059A2','NM_003988'),(103747850,24.6424,100,99.4663,87.6585,0,0,10,NULL,'ADM1059A2','NM_012213'),(103747879,27.3542,100,99.8531,91.3299,0,0,10,NULL,'ADM1059A2','NM_015896'),(103747880,27.2539,100,99.7766,89.3522,0,0,10,NULL,'ADM1059A2','XM_005265214'),(103747901,25.4302,100,100,89.3766,0,0,10,NULL,'ADM1059A2','NM_001161581'),(103747913,14.3835,94.031,41.5372,4.90597,0,0,10,'X|79279563|79279665|88.2353,X|79285995|79286613|90.1294','ADM1059A2','NM_001109878'),(103747920,30.4022,100,100,99.2701,0,0,10,NULL,'ADM1059A2','NM_001270399'),(103747959,24.9628,100,99.8873,87.9369,0,0,10,NULL,'ADM1059A2','XM_005244828'),(103747977,30.6046,100,100,99.0909,0,0,10,NULL,'ADM1059A2','XM_005247743'),(103747978,31.2277,100,100,99.3812,0,0,10,NULL,'ADM1059A2','XM_005247744'),(103748050,28.345,100,99.9405,92.2298,0,0,10,NULL,'ADM1059A2','NM_001134742'),(103748053,26.734,99.7651,94.1867,85.8485,0,0,10,'12|65152863|65153059|97.9592','ADM1059A2','NM_002076'),(103748060,28.8235,100,99.124,90.8356,0,0,10,NULL,'ADM1059A2','NM_001918'),(103748104,27.7853,99.0014,97.1113,88.0171,0,0,10,'6|105307440|105307520|65.0','ADM1059A2','NM_020771'),(103748215,27.4796,100,100,90.7155,0,0,10,NULL,'ADM1059A2','NM_015665'),(103748216,27.4078,100,100,90.1196,0,0,10,NULL,'ADM1059A2','NM_001173466'),(103748220,25.446,100,100,81.9897,0,0,10,NULL,'ADM1059A2','NM_001270464'),(103748249,23.4205,100,99.2678,71.8619,0,0,10,NULL,'ADM1059A2','NM_003924'),(103748251,28.8259,100,99.1243,93.2974,0,0,10,NULL,'ADM1059A2','NM_001605'),(103748269,25.507,100,99.5157,86.6174,0,0,10,NULL,'ADM1059A2','NM_016952'),(103748274,25.3403,99.5532,91.2137,75.5026,0,0,10,'14|70346393|70346496|94.1748','ADM1059A2','NM_001034852'),(103748289,31.0169,100,99.9373,94.4828,0,0,10,NULL,'ADM1059A2','NM_152778'),(103748321,25.032,99.9515,92.2816,79.6116,0,0,10,'1|1273647|1273818|99.4152','ADM1059A2','NM_004421'),(103748326,28.9877,100,100,92.5613,0,0,10,NULL,'ADM1059A2','NM_000016'),(103748327,29.7234,100,100,94.6354,0,0,10,NULL,'ADM1059A2','NM_001286042'),(103748358,26.3787,100,100,99.211,0,0,10,NULL,'ADM1059A2','NR_026872'),(103748359,24.2764,100,100,98.5454,0,0,10,NULL,'ADM1059A2','NM_002602'),(103748370,26.4545,100,98.6364,87.6364,0,0,10,NULL,'ADM1059A2','NM_018946'),(103748400,23.7296,100,94.6908,80.8245,0,0,10,NULL,'ADM1059A2','NM_052876'),(103748405,24.6673,100,98.8593,85.1711,0,0,10,NULL,'ADM1059A2','NM_002074'),(103748416,27.7906,100,99.8276,96.3793,0,0,10,NULL,'ADM1059A2','NM_003392'),(103748424,26.4453,100,100,97.503,0,0,10,NULL,'ADM1059A2','NM_001135602'),(103748478,25.8713,100,94.7883,84.202,0,0,10,NULL,'ADM1059A2','NM_001256306'),(103748482,26.5456,100,99.6427,92.7423,0,0,10,NULL,'ADM1059A2','NM_014714'),(103748483,25.1859,100,100,95.59,0,0,10,NULL,'ADM1059A2','NM_001258332'),(103748485,13.1325,82.4479,29.7243,10.6927,0,0,10,'X|118986734|118986894|34.375,X|118985456|118985566|86.3636,X|118975037|118975223|72.5806,X|118971718|118972016|98.9933,X|118985728|118985838|20.9091','ADM1059A2','NM_080632'),(103748486,13.1536,81.9377,30.5882,11.0035,0,0,10,'X|118986734|118986894|34.375,X|118985456|118985566|86.3636,X|118975037|118975223|72.5806,X|118971718|118972016|98.9933,X|118985728|118985838|20.9091','ADM1059A2','NM_023010'),(103748492,23.0864,100,99.1361,77.3218,0,0,10,NULL,'ADM1059A2','NM_006397'),(103748494,23.2631,100,98.9465,75.8757,0,0,10,NULL,'ADM1059A2','NM_133266'),(103748510,28.5692,100,100,98.1448,0,0,10,NULL,'ADM1059A2','NM_000411'),(103748511,28.5692,100,100,98.1448,0,0,10,NULL,'ADM1059A2','NM_001242784'),(103748521,25.6687,100,97.5505,89.1706,0,0,10,NULL,'ADM1059A2','XM_005268037'),(103748522,23.2288,100,92.7939,75.3477,0,0,10,NULL,'ADM1059A2','NM_001142626'),(103748523,25.6687,100,97.5505,89.1706,0,0,10,NULL,'ADM1059A2','NM_000369'),(103748531,28.2253,100,100,97.9721,0,0,10,NULL,'ADM1059A2','NM_031885'),(103748582,26.8934,100,98.4379,86.9005,0,0,10,NULL,'ADM1059A2','NM_153447'),(103748660,24.3932,100,97.6759,82.8518,0,0,10,NULL,'ADM1059A2','NM_001024630'),(103748661,28.7472,100,100,92.0509,0,0,10,NULL,'ADM1059A2','NM_001164756'),(103748663,23.6924,100,98.1989,84.7262,0,0,10,NULL,'ADM1059A2','NM_003466'),(103748674,23.7992,100,99.8002,83.8162,0,0,10,NULL,'ADM1059A2','NM_002617'),(103748688,27.6706,100,99.9591,90.8459,0,0,10,NULL,'ADM1059A2','NM_006796'),(103748696,28.4859,100,100,98.0148,0,0,10,NULL,'ADM1059A2','NM_001005207'),(103748697,28.4554,100,100,98.0128,0,0,10,NULL,'ADM1059A2','NM_015294'),(103748698,27.9721,100,100,97.6528,0,0,10,NULL,'ADM1059A2','XM_005257390'),(103748738,20.3362,100,96.5517,48.2759,0,0,10,NULL,'ADM1059A2','NM_130844'),(103748749,27.8425,100,100,100,0,0,10,NULL,'ADM1059A2','NM_000618'),(103748750,27.6145,100,100,98.1308,0,0,10,NULL,'ADM1059A2','NM_001111284'),(103748777,13.5829,92.7762,39.5184,3.32861,0,0,10,'X|110002887|110002984|78.3505,X|109924708|109924879|87.1345,X|109922562|109922655|39.7849,X|109937389|109937561|98.2558','ADM1059A2','XM_005262221'),(103748789,23.9608,100,99.3223,79.6687,0,0,10,NULL,'ADM1059A2','NM_002055'),(103748790,24.2549,100,99.9244,83.056,0,0,10,NULL,'ADM1059A2','NM_001131019'),(103748822,28.7935,100,100,99.2894,0,0,10,NULL,'ADM1059A2','NM_000153'),(103748823,29.3099,100,100,97.751,0,0,10,NULL,'ADM1059A2','XM_005267501'),(103748824,28.9134,100,100,99.4589,0,0,10,NULL,'ADM1059A2','NM_001201402'),(103748829,22.1123,100,100,83.7079,0,0,10,NULL,'ADM1059A2','NM_001173476'),(103748845,26.5508,100,100,92.4414,0,0,10,NULL,'ADM1059A2','NM_001135642'),(103748846,26.5508,100,100,92.4414,0,0,10,NULL,'ADM1059A2','NM_130766'),(103748870,30.8946,100,100,100,0,0,10,NULL,'ADM1059A2','NM_007198'),(103748871,27.4574,100,99.8941,91.2652,0,0,10,NULL,'ADM1059A2','NM_015634'),(103748960,28.2557,100,100,97.8475,0,0,10,NULL,'ADM1059A2','XM_005263025'),(103748961,28.2557,100,100,97.8475,0,0,10,NULL,'ADM1059A2','NM_000253'),(103748973,26.1877,99.5918,95.4519,75.8601,0,0,10,'5|73981083|73981386|97.6898','ADM1059A2','NM_000521'),(103748977,21.5711,100,94.3374,64.5783,0,0,10,NULL,'ADM1059A2','NM_199235'),(103748978,22.4366,100,94.378,71.2919,0,0,10,NULL,'ADM1059A2','NM_024027'),(103748979,21.3589,100,93.7995,67.2823,0,0,10,NULL,'ADM1059A2','NM_001255986'),(103748980,21.656,100,93.1186,72.6208,0,0,10,NULL,'ADM1059A2','NM_001255987'),(103748981,21.852,100,92.2697,73.3553,0,0,10,NULL,'ADM1059A2','NM_001255989'),(103748982,21.5008,100,93.1186,67.3499,0,0,10,NULL,'ADM1059A2','NM_001255988'),(103748983,22.6702,100,93.8239,71.7477,0,0,10,NULL,'ADM1059A2','NM_001255983'),(103748993,25.9344,100,100,91.6996,0,0,10,NULL,'ADM1059A2','NM_000262'),(103748995,26.2752,100,99.8755,90.2864,0,0,10,NULL,'ADM1059A2','XM_005244897'),(103749013,26.5632,100,98.7818,91.2635,0,0,10,NULL,'ADM1059A2','NM_018993'),(103749022,24.9613,100,95.0372,76.129,0,0,10,NULL,'ADM1059A2','NM_001164343'),(103749023,24.9613,100,95.0372,76.129,0,0,10,NULL,'ADM1059A2','NM_001164347'),(103749024,24.9613,100,95.0372,76.129,0,0,10,NULL,'ADM1059A2','NM_001164345'),(103749025,24.9613,100,95.0372,76.129,0,0,10,NULL,'ADM1059A2','NM_015642'),(103749026,24.9613,100,95.0372,76.129,0,0,10,NULL,'ADM1059A2','NM_001164344'),(103749027,24.9613,100,95.0372,76.129,0,0,10,NULL,'ADM1059A2','NM_001164346'),(103749045,24.2447,97.5299,95.8317,86.6847,0,0,10,'9|95526785|95527029|73.7705','ADM1059A2','NM_001003800'),(103749046,24.3867,97.441,95.6817,87.2451,0,0,10,'9|95526785|95527029|73.7705','ADM1059A2','NM_015250'),(103749054,25.676,100,99.6849,86.4509,0,0,10,NULL,'ADM1059A2','NM_017950'),(103749055,26.089,100,99.4366,86.4225,0,0,10,NULL,'ADM1059A2','XM_005257492'),(103749056,27.3386,100,100,95.3411,0,0,10,NULL,'ADM1059A2','NM_152281'),(103749098,29.297,100,100,99.4966,0,0,10,NULL,'ADM1059A2','NM_000405'),(103749108,27.6385,100,100,95.946,0,0,10,NULL,'ADM1059A2','NM_003094'),(103749132,28.6747,100,100,100,0,0,10,NULL,'ADM1059A2','NM_004531'),(103749145,12.2689,84.0173,21.4903,0,0,0,10,'X|146993695|146993750|94.5455,X|147011465|147011562|87.6289,X|147013942|147014116|83.908,X|147003449|147003505|3.57143,X|147010175|147010327|87.5,X|147007056|147007153|93.8144,X|147009838|147009913|65.3333','ADM1059A2','XM_005278175'),(103749174,26.8973,100,99.3762,93.2342,0,0,10,NULL,'ADM1059A2','NM_032682'),(103749175,26.8973,100,99.3762,93.2342,0,0,10,NULL,'ADM1059A2','NM_001244816'),(103749176,27.299,100,100,96.8421,0,0,10,NULL,'ADM1059A2','NM_001244815'),(103749177,26.8973,100,99.3762,93.2342,0,0,10,NULL,'ADM1059A2','NM_001244814'),(103749178,26.8856,100,99.3753,93.2244,0,0,10,NULL,'ADM1059A2','NM_001244808'),(103749179,26.6897,100,99.2973,92.3784,0,0,10,NULL,'ADM1059A2','NM_001244812'),(103749219,33.3633,100,100,98.0734,0,0,10,NULL,'ADM1059A2','NM_024685'),(103749236,19.8307,98.1101,84.0592,53.903,0,0,10,'7|156802352|156803047|99.4245,7|156799171|156799335|88.4146','ADM1059A2','NM_005515'),(103749237,22.9493,100,99.9221,85.035,0,0,10,NULL,'ADM1059A2','NM_002240'),(103749290,27.9299,100,100,97.1223,0,0,10,NULL,'ADM1059A2','NM_001256105'),(103749309,25.0253,100,96.1985,85.85,0,0,10,NULL,'ADM1059A2','NM_024075'),(103749310,25.0253,100,96.1985,85.85,0,0,10,NULL,'ADM1059A2','NM_001077446'),(103749337,28.291,100,100,93.4701,0,0,10,NULL,'ADM1059A2','NM_012388'),(103749343,28.7575,100,100,99.8959,0,0,10,NULL,'ADM1059A2','NM_001128085'),(103749344,28.7516,100,100,99.8961,0,0,10,NULL,'ADM1059A2','NM_000049'),(103749345,29.0697,100,100,90.3386,0,0,10,NULL,'ADM1059A2','XM_005271423'),(103749349,29.2655,98.8834,95.1613,88.3375,0,0,10,'13|51544066|51544103|75.6757','ADM1059A2','NM_001142279'),(103749374,12.6427,89.3979,20.2879,0,0,0,10,'X|152980995|152981146|99.3377,X|152966389|152966432|0.0,X|152968388|152968515|99.2126,X|152967460|152967564|65.3846','ADM1059A2','NM_001256447'),(103749375,12.3502,85.124,20.4545,0,0,0,10,'X|152980995|152981146|99.3377,X|152966389|152966432|0.0,X|152968388|152968515|99.2126,X|152988961|152989122|60.8696,X|152967460|152967564|65.3846','ADM1059A2','NM_001139441'),(103749376,12.6427,89.3979,20.2879,0,0,0,10,'X|152980995|152981146|99.3377,X|152966389|152966432|0.0,X|152968388|152968515|99.2126,X|152967460|152967564|65.3846','ADM1059A2','NM_005745'),(103749405,24.8878,100,97.2102,85.0589,0,0,10,NULL,'ADM1059A2','NM_000512'),(103749430,26.7704,100,100,97.7199,0,0,10,NULL,'ADM1059A2','NM_014176'),(103749436,26.6109,99.2218,82.8794,80.9339,0,0,10,'1|6845588|6845637|95.9184','ADM1059A2','NM_001195563'),(103749441,28.7909,100,99.8515,94.1329,0,0,10,NULL,'ADM1059A2','NM_199462'),(103749442,28.615,100,99.8587,93.4652,0,0,10,NULL,'ADM1059A2','NM_015375'),(103749444,25.2586,100,99.7915,83.2117,0,0,10,NULL,'ADM1059A2','NM_004757'),(103749445,25.147,100,99.8066,81.8182,0,0,10,NULL,'ADM1059A2','NM_001142416'),(103749446,25.2586,100,99.7915,83.2117,0,0,10,NULL,'ADM1059A2','NM_001142415'),(103749448,21.8875,98.2885,86.7971,53.423,0,0,10,'7|69064637|69064950|95.5272','ADM1059A2','NM_001127232'),(103749450,10.5552,63.4615,10.2007,1.92308,0,0,10,'X|69255206|69255462|85.9375,X|68836150|68836550|61.5,X|69250317|69250372|0.0,X|69247705|69247888|54.6448,X|69176875|69176984|0.0','ADM1059A2','NM_001005609'),(103749455,26.1104,100,99.4147,85.2843,0,0,10,NULL,'ADM1059A2','NM_078470'),(103749456,27.3873,100,100,99.7854,0,0,10,NULL,'ADM1059A2','NM_001256414'),(103749460,24.6756,100,99.0945,83.8583,0,0,10,NULL,'ADM1059A2','NM_001793'),(103749478,11.9094,73.3251,21.9603,3.10173,0,0,10,'X|53458934|53459066|66.6667,X|53461264|53461295|74.1936,X|53458349|53458544|90.7692,X|53460667|53460835|13.6905','ADM1059A2','NM_004493'),(103749482,25.5292,100,97.5817,88.1657,0,0,10,NULL,'ADM1059A2','NM_001134408'),(103749497,27.8481,100,100,95.7234,0,0,10,NULL,'ADM1059A2','NM_207122'),(103749498,27.8673,100,100,95.7867,0,0,10,NULL,'ADM1059A2','NM_001178083'),(103749499,27.5261,100,100,94.7826,0,0,10,NULL,'ADM1059A2','NM_000401'),(103749512,24.7845,100,99.8841,87.6014,0,0,10,NULL,'ADM1059A2','NM_006118'),(103749539,24.8826,100,98.6537,85.1159,0,0,10,NULL,'ADM1059A2','NM_173676'),(103749540,24.5142,100,97.7833,82.266,0,0,10,NULL,'ADM1059A2','NM_001145717'),(103749543,23.9831,100,100,86.7794,0,0,10,NULL,'ADM1059A2','NM_013335'),(103749544,23.9831,100,100,86.7794,0,0,10,NULL,'ADM1059A2','NM_205847'),(103749547,24.5741,100,98.7644,80.5601,0,0,10,NULL,'ADM1059A2','NM_000030'),(103749555,23.6443,100,97.3418,71.7722,0,0,10,NULL,'ADM1059A2','NM_014762'),(103749622,25.8776,100,100,94.9866,0,0,10,NULL,'ADM1059A2','NM_201398'),(103749623,26.0022,100,100,95.803,0,0,10,NULL,'ADM1059A2','NM_025207'),(103749626,29.6359,100,98.2617,96.3861,0,0,10,NULL,'ADM1059A2','NM_015214'),(103749627,29.6359,100,98.2617,96.3861,0,0,10,NULL,'ADM1059A2','NM_001164232'),(103749645,26.6172,100,99.9603,88.576,0,0,10,NULL,'ADM1059A2','NM_022970'),(103749646,27.214,100,99.9522,90.1577,0,0,10,NULL,'ADM1059A2','NM_001144919'),(103749647,27.0216,100,99.9577,90.1396,0,0,10,NULL,'ADM1059A2','NM_001144913'),(103749648,26.5621,100,99.954,88.9144,0,0,10,NULL,'ADM1059A2','NM_023029'),(103749658,29.2241,100,100,96.7446,0,0,10,NULL,'ADM1059A2','NR_106799'),(103749716,12.1153,81.0412,20.5236,0.150466,0,0,10,'X|99596899|99597075|99.4318,X|99551272|99551875|63.0182,X|99661447|99663598|85.6811,X|99657520|99657851|72.2054,X|99605642|99605704|90.3226','ADM1059A2','NM_020766'),(103749717,27.9577,100,96.4894,88.126,0,0,10,NULL,'ADM1059A2','NM_006265'),(103749820,13.9376,91.5853,43.426,2.25395,0,0,10,'X|49111888|49111972|89.2857,X|49110376|49110530|86.3636,X|49107792|49107946|90.9091,X|49108123|49108228|80.0,X|49113206|49113314|67.5926,X|49114751|49114965|94.3925','ADM1059A2','NM_014009'),(103749821,13.7016,90.8422,39.0842,2.45299,0,0,10,'X|49111888|49111972|89.2857,X|49110376|49110530|86.3636,X|49107792|49107946|90.9091,X|49108123|49108228|80.0,X|49113206|49113314|67.5926,X|49114751|49114965|94.3925','ADM1059A2','NM_001114377'),(103749844,21.7725,100,95.6324,65.5133,0,0,10,NULL,'ADM1059A2','NR_102317'),(103749847,29.2691,100,100,97.5191,0,0,10,NULL,'ADM1059A2','NM_174889'),(103749875,14.3215,95.5357,42.8571,6.25002,0,0,10,'X|119005872|119005978|90.566','ADM1059A2','NM_004541'),(103749901,13.5898,92.7608,39.6026,3.3357,0,0,10,'X|110002887|110002984|78.3505,X|109924708|109924879|87.1345,X|109922562|109922655|39.7849,X|109937389|109937561|98.2558','ADM1059A2','XM_005262222'),(103749902,13.6208,91.2296,41.6165,4.04128,0,0,10,'X|109924708|109924876|86.9048,X|110002887|110002984|78.3505,X|109922562|109922655|39.7849,X|109937389|109937561|98.2558','ADM1059A2','NM_001143983'),(103749903,13.5924,92.7454,39.6871,3.34282,0,0,10,'X|109924708|109924876|86.9048,X|110002887|110002984|78.3505,X|109922562|109922655|39.7849,X|109937389|109937561|98.2558','ADM1059A2','NM_145234'),(103749910,28.0842,100,97.7823,92.5257,0,0,10,NULL,'ADM1059A2','NM_001017423'),(103749911,28.8474,100,100,95.6256,0,0,10,NULL,'ADM1059A2','NM_001126121'),(103749912,28.8474,100,100,95.6256,0,0,10,NULL,'ADM1059A2','NM_001126122'),(103749913,28.8474,100,100,95.6256,0,0,10,NULL,'ADM1059A2','XM_005257562'),(103749914,28.8474,100,100,95.6256,0,0,10,NULL,'ADM1059A2','NM_021734'),(103749929,31.3826,100,100,100,0,0,10,NULL,'ADM1059A2','XM_005262900'),(103750002,24.0132,100,99.8115,84.7314,0,0,10,NULL,'ADM1059A2','NM_153818'),(103750004,27.9614,100,100,97.839,0,0,10,NULL,'ADM1059A2','NM_198880'),(103750005,27.9614,100,100,97.839,0,0,10,NULL,'ADM1059A2','NM_017730'),(103750039,25.8376,100,100,94.5628,0,0,10,NULL,'ADM1059A2','NM_001184891'),(103750079,31.4391,100,100,97.5405,0,0,10,NULL,'ADM1059A2','NM_052859'),(103750080,22.073,100,94.1775,75.3235,0,0,10,NULL,'ADM1059A2','NM_030753'),(103750081,13.1976,78.595,38.1998,1.427,0,0,10,'X|135289173|135289351|10.6742,X|135289949|135290122|79.1908','ADM1059A2','NM_001159699'),(103750082,13.7221,79.4737,40.7368,8.21053,0,0,10,'X|135289173|135289351|10.6742,X|135289949|135290122|79.1908','ADM1059A2','NM_001159701'),(103750101,24.0514,100,98.8464,84.6356,0,0,10,NULL,'ADM1059A2','NM_001044'),(103750121,24.309,99.8956,98.4342,88.9875,0,0,10,'11|6412612|6413388|99.7423','ADM1059A2','NM_000543'),(103750122,24.0578,99.8877,98.3155,89.0511,0,0,10,'11|6412612|6413428|99.7549','ADM1059A2','XM_005253076'),(103750151,26.7933,100,100,95.9555,0,0,10,NULL,'ADM1059A2','NM_001257360'),(103750153,25.2728,100,97.3456,86.0238,0,0,10,NULL,'ADM1059A2','NM_001127892'),(103750170,14.1486,99.7331,44.7509,1.42349,0,0,10,'X|128975753|128975924|98.8304,X|128940343|128940464|99.1736','ADM1059A2','NM_016032'),(103750171,14.1486,99.7331,44.7509,1.42349,0,0,10,'X|128975753|128975924|98.8304,X|128940343|128940464|99.1736','ADM1059A2','NM_001008222'),(103750182,21.8013,100,86.1291,64.1936,0,0,10,NULL,'ADM1059A2','NM_025115'),(103750183,21.8013,100,86.1291,64.1936,0,0,10,NULL,'ADM1059A2','NM_001102401'),(103750194,24.9645,100,100,81.0039,0,0,10,NULL,'ADM1059A2','NM_015513'),(103750195,24.9645,100,100,81.0039,0,0,10,NULL,'ADM1059A2','NM_001077415'),(103750196,23.8965,100,100,81.4417,0,0,10,NULL,'ADM1059A2','NM_001031717'),(103750197,12.034,67.4858,32.9868,2.36295,0,0,10,'X|148585685|148585825|97.1429,X|148584840|148585021|14.3646,X|148586563|148586670|79.4393,X|148579636|148579840|64.7059,X|148582478|148582570|1.08696','ADM1059A2','NM_006123'),(103750204,28.2394,100,99.8105,92.7985,0,0,10,NULL,'ADM1059A2','NM_032228'),(103750260,24.4596,100,100,93.2446,0,0,10,NULL,'ADM1059A2','NM_005461'),(103750292,29.4776,100,99.7639,93.7426,0,0,10,NULL,'ADM1059A2','NM_005359'),(103750299,23.1941,100,98.2453,78.4602,0,0,10,NULL,'ADM1059A2','NM_000334'),(103750307,22.5238,99.6808,96.6918,79.7156,0,0,10,'19|17953123|17953421|96.3087','ADM1059A2','NM_000215'),(103750326,23.8101,100,94.3133,60.7296,0,0,10,NULL,'ADM1059A2','NM_003172'),(103750332,28.3525,100,99.828,95.5288,0,0,10,NULL,'ADM1059A2','NM_032856'),(103750346,27.9555,100,100,97.4239,0,0,10,NULL,'ADM1059A2','NM_022787'),(103750351,14.8611,98.3884,46.6232,10.3223,0,0,10,'X|14875982|14876078|82.2917,X|14882680|14883635|98.7435,X|14868625|14868798|99.422,X|14871159|14871291|90.9091','ADM1059A2','NM_152633'),(103750352,14.8611,98.3884,46.6232,10.3223,0,0,10,'X|14875982|14876078|82.2917,X|14882680|14883635|98.7435,X|14868625|14868798|99.422,X|14871159|14871291|90.9091','ADM1059A2','NM_001018113'),(103750353,19.5234,100,98.195,44.7653,0,0,10,NULL,'ADM1059A2','XM_005252900'),(103750354,19.5435,100,98.2238,45.6483,0,0,10,NULL,'ADM1059A2','NM_000612'),(103750355,19.5234,100,98.195,44.7653,0,0,10,NULL,'ADM1059A2','NM_001007139'),(103750356,24.6384,100,100,94.6254,0,0,10,NULL,'ADM1059A2','NM_002768'),(103750357,25.3526,100,100,95.424,0,0,10,NULL,'ADM1059A2','NM_001083314'),(103750363,26.3323,100,94.2136,93.3235,0,0,10,NULL,'ADM1059A2','NM_001037'),(103750365,28.0925,100,96.5428,89.5419,0,0,10,NULL,'ADM1059A2','NM_018718'),(103750366,27.5614,100,98.4216,92.1082,0,0,10,NULL,'ADM1059A2','NM_001257159'),(103750381,32.6429,100,100,95.1863,0.15528,0,10,NULL,'ADM1059A2','NM_021252'),(103750382,33.1368,100,100,93.0493,0.224215,0,10,NULL,'ADM1059A2','NM_001256412'),(103750403,28.8517,100,99.0576,90.6873,0.249446,0,10,NULL,'ADM1059A2','NM_000123'),(103750404,25.1372,100,99.6713,76.3353,0,0,10,NULL,'ADM1059A2','NM_001361'),(103750409,26.2244,100,97.4133,81.8642,0,0,10,NULL,'ADM1059A2','NM_006015'),(103750410,26.6982,100,98.0057,83.1206,0,0,10,NULL,'ADM1059A2','NM_139135'),(103750414,30.0977,100,100,99.6283,0,0,10,NULL,'ADM1059A2','NM_001031725'),(103750415,30.2276,100,100,99.5947,0,0,10,NULL,'ADM1059A2','XM_005245520'),(103750440,23.3179,99.4439,89.481,65.987,0,0,10,'10|100195390|100195531|91.4894','ADM1059A2','NM_000195'),(103750458,23.2105,100,99.4171,78.9508,0,0,10,NULL,'ADM1059A2','NM_020376'),(103750500,22.9984,100,99.8424,73.9496,0,0,10,NULL,'ADM1059A2','NM_000744'),(103750501,29.6704,100,93.8759,87.7518,2.98147,0,10,NULL,'ADM1059A2','NM_000314'),(103750516,27.3528,100,100,95.6442,0,0,10,NULL,'ADM1059A2','NM_145207'),(103750538,28.5117,100,97.8634,91.2785,0,0,10,NULL,'ADM1059A2','NM_006208'),(103750558,30.9022,100,100,98.2744,0,0,10,NULL,'ADM1059A2','NM_004515'),(103750590,24.4582,100,100,93.9799,0,0,10,NULL,'ADM1059A2','XM_005258688'),(103750597,23.1768,100,99.0177,76.4244,0,0,10,NULL,'ADM1059A2','NM_032193'),(103750624,25.2952,100,99.7188,85.0984,0,0,10,NULL,'ADM1059A2','NM_001282281'),(103750625,27.0696,100,99.7515,92.2465,0,0,10,NULL,'ADM1059A2','NM_001131023'),(103750626,23.3345,99.554,89.4737,74.1302,0,0,10,'9|133540038|133540265|97.7974','ADM1059A2','NM_021619'),(103750654,14.702,95.2815,44.6192,8.77484,0,0,10,'X|48762021|48762761|98.3784,X|48768821|48768916|52.6316','ADM1059A2','NM_005660'),(103750655,14.3746,94.5652,42.3913,7.10703,0,0,10,'X|48762001|48762761|97.3684,X|48768821|48768916|52.6316','ADM1059A2','NM_001042498'),(103750656,14.1332,89.502,37.6851,11.4401,0,0,10,'X|48761864|48762171|89.2508,X|48768821|48768916|52.6316','ADM1059A2','NM_001032289'),(103750657,14.1733,93.5643,39.3069,7.72278,0,0,10,'X|48762001|48762761|97.3684,X|48768821|48768916|52.6316','ADM1059A2','NM_001282649'),(103750658,14.279,94.9337,40.6859,6.6251,0,0,10,'X|48762001|48762761|97.3684,X|48768821|48768916|52.6316','ADM1059A2','NM_001282651'),(103750669,14.1101,95.4333,38.0562,8.43091,0,0,10,'X|21996076|21996234|99.3671,X|21995177|21995356|83.2402,X|21996993|21997086|91.3979','ADM1059A2','XM_005274583'),(103750674,25.6673,100,99.6948,86.2665,0,0,10,NULL,'ADM1059A2','NM_006907'),(103750675,25.391,100,99.6929,84.9539,0,0,10,NULL,'ADM1059A2','NM_153824'),(103750676,26.4464,100,100,91.4318,0,0,10,NULL,'ADM1059A2','NM_001282279'),(103750694,30.708,100,99.9351,94.4841,0,0,10,NULL,'ADM1059A2','NM_152490'),(103750695,29.3307,100,97.2195,86.2959,0,0,10,NULL,'ADM1059A2','NM_001277155'),(103750707,24.231,100,97.5219,81.5695,0,0,10,NULL,'ADM1059A2','NM_001029883'),(103750717,23.162,100,100,91.6456,0,0,10,NULL,'ADM1059A2','NM_001127669'),(103750718,23.162,100,100,91.6456,0,0,10,NULL,'ADM1059A2','NM_000219'),(103750719,23.162,100,100,91.6456,0,0,10,NULL,'ADM1059A2','NM_001270403'),(103750720,23.162,100,100,91.6456,0,0,10,NULL,'ADM1059A2','NM_001127668'),(103750728,25.6452,100,98.8024,87.7245,0,0,10,NULL,'ADM1059A2','NM_005208'),(103750743,12.088,73.5526,25.6137,3.70542,0,0,10,'X|47433399|47433991|44.2568,X|47434525|47434675|38.6667,X|47436836|47436902|54.5455,X|47432260|47432400|88.5714,X|47478749|47479130|72.9659','ADM1059A2','NM_006950'),(103750744,12.1707,72.8913,26.9625,3.90054,0,0,10,'X|47432330|47432362|96.875,X|47433399|47433991|44.2568,X|47434525|47434675|38.6667,X|47436836|47436902|54.5455,X|47478749|47479130|72.9659','ADM1059A2','NM_133499'),(103750757,23.536,100,92.9107,73.0308,0,0,10,NULL,'ADM1059A2','NM_004519'),(103750758,24.1058,100,93.3218,76.6262,0,0,10,NULL,'ADM1059A2','NM_001204824'),(103750790,30.0918,100,100,97.3339,0,0,10,NULL,'ADM1059A2','NM_001199291'),(103750813,23.6118,100,99.0159,68.8354,0,0,10,NULL,'ADM1059A2','NM_145045'),(103750814,24.6161,100,99.0402,75.5849,0,0,10,NULL,'ADM1059A2','XM_005259725'),(103750822,28.4115,100,99.0984,88.8525,0,0,10,NULL,'ADM1059A2','NM_032730'),(103750823,27.755,100,98.4241,81.9484,0,0,10,NULL,'ADM1059A2','XM_005267166'),(103750910,11.5252,88.1008,5.04103,0,0,0,10,'X|25028375|25028424|22.449,X|25022784|25023029|83.6735,X|25025226|25025558|99.0964,X|25033657|25033857|95.0,X|25031037|25031917|87.2727','ADM1059A2','NM_139058'),(103750926,26.67,100,100,97.7157,0,0,10,NULL,'ADM1059A2','NM_014297'),(103750940,26.0937,100,100,94.2467,0,0,10,NULL,'ADM1059A2','NM_057165'),(103750941,26.2303,100,100,95.1773,0,0,10,NULL,'ADM1059A2','NM_057164'),(103750942,28.8841,100,100,99.2676,0,0,10,NULL,'ADM1059A2','XM_005262979'),(103750946,16.4445,79.5118,55.4734,35.7988,0,0,10,'6|3224982|3226047|73.9906','ADM1059A2','NM_178012'),(103750986,24.8208,100,98.0857,73.2006,0,0,10,NULL,'ADM1059A2','NM_001142784'),(103751006,14.6898,95.0283,43.2977,8.81057,0,0,10,'X|79285995|79286613|90.1294,X|79277766|79277945|96.648,X|79279560|79279665|88.5714','ADM1059A2','NM_016954'),(103751016,25.0051,99.7801,96.8475,80.132,0,0,10,'16|28493424|28493521|96.9072','ADM1059A2','NM_001042432'),(103751017,25.0051,99.7801,96.8475,80.132,0,0,10,'16|28493424|28493521|96.9072','ADM1059A2','NM_000086'),(103751033,20.5382,100,95.605,59.8434,0,0,10,NULL,'ADM1059A2','NM_006494'),(103751068,27.3417,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001172695'),(103751116,25.2916,100,100,90.8056,0,0,10,NULL,'ADM1059A2','NM_001033044'),(103751117,25.2916,100,100,90.8056,0,0,10,NULL,'ADM1059A2','NM_002065'),(103751118,25.2916,100,100,90.8056,0,0,10,NULL,'ADM1059A2','NM_001033056'),(103751162,25.9263,100,99.6313,84.5161,0,0,10,NULL,'ADM1059A2','NM_012461'),(103751182,22.5017,100,97.2191,70.634,0,0,10,NULL,'ADM1059A2','NM_012452'),(103751184,17.3232,100,50.9506,16.73,0,0,10,NULL,'ADM1059A2','NM_006205'),(103751193,23.5579,99.76,92.5015,73.8452,0,0,10,'17|59533849|59534039|97.8947','ADM1059A2','XM_005257838'),(103751219,27.1851,100,100,92.7565,0,0,10,NULL,'ADM1059A2','XM_005263489'),(103751220,23.3168,100,99.8451,78.2727,0,0,10,NULL,'ADM1059A2','NM_004518'),(103751221,20.6356,100,77.0247,51.0563,0,0,10,NULL,'ADM1059A2','NM_130468'),(103751241,28.0791,100,100,99.2806,0,0,10,NULL,'ADM1059A2','NM_000748'),(103751244,27.4144,100,100,94.8078,0,0,10,NULL,'ADM1059A2','NM_018297'),(103751245,27.479,100,100,93.9252,0,0,10,NULL,'ADM1059A2','NM_001145295'),(103751246,28.0364,100,100,98.5634,0,0,10,NULL,'ADM1059A2','NM_001145293'),(103751254,14.0156,88.1394,51.5938,0.518904,0,0,10,'X|110544912|110544973|98.3607,X|110644216|110644560|90.9884,X|110576277|110576383|20.7547,X|110653980|110654205|80.4444','ADM1059A2','NM_000555'),(103751255,14.3945,89.6243,57.2451,0.626117,0,0,10,'X|110544912|110544973|98.3607,X|110644216|110644560|90.9884,X|110576277|110576383|20.7547','ADM1059A2','NM_178153'),(103751256,14.3581,89.4832,56.6636,0.634631,0,0,10,'X|110544912|110544973|98.3607,X|110644216|110644560|90.9884,X|110576277|110576383|20.7547','ADM1059A2','NM_178151'),(103751270,32.699,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001193414'),(103751271,31.6276,100,100,100,0,0,10,NULL,'ADM1059A2','NM_018943'),(103751273,24.8153,100,100,87.0338,0,0,10,NULL,'ADM1059A2','NM_004113'),(103751274,26.3258,100,100,90.2537,0,0,10,NULL,'ADM1059A2','NM_021032'),(103751296,28.9397,100,100,99.8276,0,0,10,NULL,'ADM1059A2','NM_003630'),(103751304,30.9478,100,100,100,0,0,10,NULL,'ADM1059A2','NM_004453'),(103751305,30.8058,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001281737'),(103751326,14.0661,88.0286,43.1805,13.2817,0,0,10,'X|110390963|110391120|81.5287,X|110406788|110406957|99.4083,X|110439670|110439870|92.0,X|110406141|110406276|76.2963,X|110459647|110459788|26.9504,X|110463584|110463678|78.7234','ADM1059A2','NM_002578'),(103751327,14.0661,88.0286,43.1805,13.2817,0,0,10,'X|110390963|110391120|81.5287,X|110406788|110406957|99.4083,X|110439670|110439870|92.0,X|110406141|110406276|76.2963,X|110459647|110459788|26.9504,X|110463584|110463678|78.7234','ADM1059A2','NM_001128166'),(103751328,14.0661,88.0286,43.1805,13.2817,0,0,10,'X|110390963|110391120|81.5287,X|110406788|110406957|99.4083,X|110439670|110439870|92.0,X|110406141|110406276|76.2963,X|110459647|110459788|26.9504,X|110463584|110463678|78.7234','ADM1059A2','NM_001128167'),(103751329,13.9721,88.2878,41.9409,12.4373,0,0,10,'X|110390963|110391120|81.5287,X|110406788|110406957|99.4083,X|110439670|110439870|92.0,X|110388086|110388152|86.3636,X|110406141|110406276|76.2963,X|110459647|110459788|26.9504,X|110463584|110463678|78.7234','ADM1059A2','NM_001128168'),(103751330,13.9536,87.9656,41.6619,12.7794,0,0,10,'X|110390963|110391120|81.5287,X|110406788|110406957|99.4083,X|110439670|110439870|92.0,X|110388086|110388152|86.3636,X|110406141|110406276|76.2963,X|110459647|110459788|26.9504,X|110463584|110463678|78.7234','ADM1059A2','NM_001128172'),(103751331,14.0822,88.3613,43.4279,12.9126,0,0,10,'X|110390963|110391120|81.5287,X|110406788|110406957|99.4083,X|110439670|110439870|92.0,X|110406141|110406276|76.2963,X|110459647|110459788|26.9504,X|110463584|110463678|78.7234','ADM1059A2','NM_001128173'),(103751363,23.7741,90.1993,86.5449,78.7375,0,0,10,'7|99701233|99701317|29.7619','ADM1059A2','XM_005250691'),(103751391,28.7934,100,100,98.395,0,0,10,NULL,'ADM1059A2','NM_001145392'),(103751392,28.7934,100,100,98.395,0,0,10,NULL,'ADM1059A2','NM_025265'),(103751393,28.8528,100,100,98.2988,0,0,10,NULL,'ADM1059A2','NM_001145393'),(103751398,29.9431,100,100,97.2429,0,0,10,NULL,'ADM1059A2','NM_000414'),(103751399,29.9699,100,100,97.1723,0,0,10,NULL,'ADM1059A2','NM_001199292'),(103751478,23.5937,100,96.9054,80.9742,0,0,10,NULL,'ADM1059A2','NM_177550'),(103751479,23.5342,100,96.8123,80.4014,0,0,10,NULL,'ADM1059A2','NM_001284509'),(103751480,23.2697,100,96.6522,79.4173,0,0,10,NULL,'ADM1059A2','NM_001284510'),(103751481,23.7319,100,96.6334,79.5511,0,0,10,NULL,'ADM1059A2','NM_001143838'),(103751489,25.6647,100,99.5008,86.6889,0,0,10,NULL,'ADM1059A2','NM_001184705'),(103751490,26.448,100,99.3821,87.9506,0,0,10,NULL,'ADM1059A2','NM_005327'),(103751491,27.0295,100,99.3896,92.472,0,0,10,NULL,'ADM1059A2','XM_005262972'),(103751504,12.2888,76.7133,23.2867,4.05595,0,0,10,'X|99919769|99919949|73.3333,X|99924243|99924368|65.6,X|99905780|99905864|20.2381,X|99920531|99920656|99.2,X|99917171|99917366|54.8718,X|99925802|99925987|93.5135,X|99920238|99920368|43.0769','ADM1059A2','NM_014467'),(103751509,24.7302,100,99.8609,86.509,0,0,10,NULL,'ADM1059A2','NM_001018837'),(103751511,13.0515,83.2132,31.9258,7.41503,0,0,10,'X|21996076|21996234|99.3671,X|21985312|21985436|15.3226,X|21995177|21995356|83.2402,X|21958940|21958993|64.1509,X|21996993|21997086|91.3979','ADM1059A2','NM_001258423'),(103751518,22.2999,98.732,88.7252,73.989,0,0,10,'16|17564289|17564656|89.9183','ADM1059A2','NM_022166'),(103751542,23.9187,100,99.9469,78.2262,0,0,10,NULL,'ADM1059A2','NM_016941'),(103751554,24.9624,100,99.779,86.4088,0,0,10,NULL,'ADM1059A2','NM_001270524'),(103751572,28.6922,100,98.9432,93.0647,0,0,10,NULL,'ADM1059A2','NM_152380'),(103751574,21.1867,100,88.3953,64.0979,0,0,10,NULL,'ADM1059A2','NM_002072'),(103751639,24.1436,100,99.8803,86.2784,0,0,10,NULL,'ADM1059A2','NM_152743'),(103751670,26.428,100,98.4249,84.5635,0,0,10,NULL,'ADM1059A2','NM_139125'),(103751671,28.4556,100,98.6348,88.3959,0,0,10,NULL,'ADM1059A2','NM_001031849'),(103751680,10.8393,55.8139,9.09092,0,0,0,10,'X|47002011|47002145|25.3731,X|47003870|47004081|48.3412','ADM1059A2','NM_001135998'),(103751681,11.0258,58.4493,8.74753,0,0,0,10,'X|47001981|47002145|39.0244,X|47003870|47004081|48.3412','ADM1059A2','NM_019056'),(103751708,26.7708,100,100,96.248,0,0,10,NULL,'ADM1059A2','NM_001159508'),(103751709,27.7145,100,100,96.4885,0,0,10,NULL,'ADM1059A2','NM_002225'),(103751727,24.3921,100,94.6766,79.5546,0,0,10,NULL,'ADM1059A2','NM_001135659'),(103751728,31.0298,100,99.5254,96.8136,0,0,10,NULL,'ADM1059A2','NM_172240'),(103751730,24.2971,100,99.6253,90.7081,0,0,10,NULL,'ADM1059A2','NM_003619'),(103751776,27.7418,100,100,96.0613,0,0,10,NULL,'ADM1059A2','NM_006918'),(103751777,27.7418,100,100,96.0613,0,0,10,NULL,'ADM1059A2','NM_001024956'),(103751798,27.098,100,100,93.0136,0,0,10,NULL,'ADM1059A2','NM_080860'),(103751799,27.2961,100,100,92.0333,0,0,10,NULL,'ADM1059A2','NM_001286506'),(103751844,24.6464,100,98.7425,80.3823,0,0,10,NULL,'ADM1059A2','XM_005273206'),(103751847,26.9309,100,99.9589,96.546,0,0,10,NULL,'ADM1059A2','NM_001048218'),(103751857,30.5369,100,100,99.3656,0,0,10,NULL,'ADM1059A2','XM_005269143'),(103751858,29.3207,100,100,99.4681,0,0,10,NULL,'ADM1059A2','NM_018238'),(103751869,27.2169,100,99.8539,98.6852,0,0,10,NULL,'ADM1059A2','NM_001077653'),(103751882,28.5423,100,100,92.7252,0,0,10,NULL,'ADM1059A2','NM_101395'),(103751883,27.6518,100,100,91.5652,0,0,10,NULL,'ADM1059A2','NM_130436'),(103751884,27.6175,100,100,91.6631,0,0,10,NULL,'ADM1059A2','NM_001396'),(103751901,21.5317,99.58,89.4582,71.1886,0,0,10,'21|43160995|43162159|99.1409','ADM1059A2','NM_020639'),(103751903,24.4792,99.7691,95.4965,80.6004,0,0,10,'4|57976041|57976520|99.5825','ADM1059A2','NM_001553'),(103751910,27.8084,100,100,97.9439,0,0,10,NULL,'ADM1059A2','NM_001198897'),(103751911,29.0267,100,100,98.1083,0,0,10,NULL,'ADM1059A2','NM_001198898'),(103751912,28.2193,100,100,97.9981,0,0,10,NULL,'ADM1059A2','NM_001198896'),(103751913,28.6688,100,100,98.2691,0,0,10,NULL,'ADM1059A2','NM_000666'),(103751930,29.13,100,100,99.8523,0,0,10,NULL,'ADM1059A2','NM_006912'),(103751931,28.9986,100,100,99.8632,0,0,10,NULL,'ADM1059A2','NM_001256821'),(103751969,26.0539,100,100,94.53,0,0,10,NULL,'ADM1059A2','XM_005254386'),(103751970,25.1385,100,100,93.6151,0,0,10,NULL,'ADM1059A2','XM_005254387'),(103751978,27.5243,100,100,99.4924,0,0,10,NULL,'ADM1059A2','NM_024740'),(103751990,27.1466,100,100,95.8523,0,0,10,NULL,'ADM1059A2','NM_004171'),(103751991,27.2433,100,100,95.8382,0,0,10,NULL,'ADM1059A2','NM_001195728'),(103751992,27.2433,100,100,95.8382,0,0,10,NULL,'ADM1059A2','NM_001252652'),(103752016,25.7111,100,95.3488,94.3696,0,0,10,NULL,'ADM1059A2','NM_199037'),(103752066,32.0739,100,100,100,0,0,10,NULL,'ADM1059A2','NM_014402'),(103752088,23.2912,100,92.3599,76.9949,0,0,10,NULL,'ADM1059A2','NM_014625'),(103752089,23.6715,100,90.7312,74.8713,0,0,10,NULL,'ADM1059A2','XM_005245484'),(103752117,25.8138,100,100,89.5661,0,0,10,NULL,'ADM1059A2','NM_000493'),(103752126,25.6369,100,100,94.524,0,0,10,NULL,'ADM1059A2','NM_003073'),(103752127,25.5578,100,100,94.3966,0,0,10,NULL,'ADM1059A2','NM_001007468'),(103752128,12.9395,77.3256,34.5349,0.697674,0,0,10,'X|135289173|135289351|10.6742,X|135289949|135290122|79.1908','ADM1059A2','NM_001449'),(103752129,12.9395,77.3256,34.5349,0.697674,0,0,10,'X|135289173|135289351|10.6742,X|135289949|135290122|79.1908','ADM1059A2','NM_001159700'),(103752130,12.9395,77.3256,34.5349,0.697674,0,0,10,'X|135289173|135289351|10.6742,X|135289949|135290122|79.1908','ADM1059A2','NM_001159704'),(103752131,12.9395,77.3256,34.5349,0.697674,0,0,10,'X|135289173|135289351|10.6742,X|135289949|135290122|79.1908','ADM1059A2','NM_001167819'),(103752132,12.7601,79.6371,28.125,0.604839,0,0,10,'X|135289173|135289351|10.6742,X|135289949|135290122|79.1908,X|135291400|135291603|96.5517','ADM1059A2','NM_001159702'),(103752164,13.9607,88.0146,51.9213,6.67887,0,0,10,'X|74290198|74290359|0.0,X|74273202|74273422|97.7273,X|74295195|74295467|85.2941,X|74291342|74291520|85.9551,X|74293701|74293793|71.7391,X|74375938|74376110|97.093','ADM1059A2','NM_001271699'),(103752178,23.4598,100,95.3518,76.005,0,0,10,NULL,'ADM1059A2','NM_005199'),(103752190,28.481,100,100,100,0,0,10,NULL,'ADM1059A2','NM_000306'),(103752191,28.3337,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001122757'),(103752226,13.8086,85.881,39.3232,11.2019,0,0,10,'X|103040509|103040699|55.2632,X|103042725|103042897|98.2558,X|103031921|103031929|87.5,X|103043364|103043441|58.4416','ADM1059A2','NM_000533'),(103752227,12.9468,83.9096,30.8511,3.7234,0,0,10,'X|103040509|103040699|55.2632,X|103042725|103042897|98.2558,X|103031921|103031929|87.5,X|103043364|103043441|58.4416','ADM1059A2','NM_199478'),(103752228,13.8086,85.881,39.3232,11.2019,0,0,10,'X|103040509|103040699|55.2632,X|103042725|103042897|98.2558,X|103031921|103031929|87.5,X|103043364|103043441|58.4416','ADM1059A2','NM_001128834'),(103752281,28.6803,100,100,93.2273,0,0,10,NULL,'ADM1059A2','NM_001272002'),(103752326,25.8881,100,95.7935,72.9445,0,0,10,NULL,'ADM1059A2','NM_005918'),(103752327,26.7478,100,95.3057,75.655,0,0,10,NULL,'ADM1059A2','NM_001282403'),(103752342,25.9402,100,98.9327,90.3142,0,0,10,NULL,'ADM1059A2','NR_029492'),(103752348,29.3354,100,98.9995,94.4736,0,0,10,NULL,'ADM1059A2','XM_005270786'),(103752349,29.3354,100,98.9995,94.4736,0,0,10,NULL,'ADM1059A2','NM_013296'),(103752376,21.6487,100,97.3866,66.7179,0,0,10,NULL,'ADM1059A2','XM_005252956'),(103752377,21.896,100,97.474,67.8306,0,0,10,NULL,'ADM1059A2','NM_001604'),(103752378,21.6487,100,97.3866,66.7179,0,0,10,NULL,'ADM1059A2','NM_001258465'),(103752379,21.6487,100,97.3866,66.7179,0,0,10,NULL,'ADM1059A2','NM_000280'),(103752380,21.896,100,97.474,67.8306,0,0,10,NULL,'ADM1059A2','NM_001258462'),(103752398,27.0667,100,100,97.5742,0,0,10,NULL,'ADM1059A2','NM_001032387'),(103752399,27.0667,100,100,97.5742,0,0,10,NULL,'ADM1059A2','NM_001032386'),(103752400,27.0667,100,100,97.5742,0,0,10,NULL,'ADM1059A2','NM_000456'),(103752403,12.9816,78.4186,43.5196,1.54578,0,0,10,'X|148564274|148564751|96.0168,X|148585685|148585825|97.1429,X|148584840|148585021|14.3646,X|148586563|148586670|79.4393,X|148579636|148579840|64.7059,X|148582478|148582570|1.08696','ADM1059A2','NM_001166550'),(103752406,27.3436,100,100,98.0456,0,0,10,NULL,'ADM1059A2','NM_021800'),(103752413,14.87,89.4324,49.5519,19.1561,0,0,10,'X|23410646|23412305|87.824,X|23352990|23353345|77.1831','ADM1059A2','NM_173495'),(103752422,23.747,100,98.1076,71.8128,0,0,10,NULL,'ADM1059A2','NM_007255'),(103752431,32.0252,100,100,99.8951,0.314795,0,10,NULL,'ADM1059A2','NM_006903'),(103752435,23.9958,100,97.3352,83.31,0,0,10,NULL,'ADM1059A2','NM_001145104'),(103752471,25.348,100,97.3736,70.9783,1.51018,0,10,NULL,'ADM1059A2','NM_001034850'),(103752510,10.001,55.1724,13.5841,0,0,0,10,'X|154002875|154003591|53.6313,X|154003271|154003403|26.5152','ADM1059A2','NR_002984'),(103752528,25.6936,100,95.2031,84.4808,0,0,10,NULL,'ADM1059A2','NM_001112741'),(103752529,26.5078,100,94.4948,86.8523,0,0,10,NULL,'ADM1059A2','NM_004976'),(103752535,25.441,100,100,97.6015,0,0,10,NULL,'ADM1059A2','NM_000146'),(103752536,26.0875,100,100,96.5964,0,0,10,NULL,'ADM1059A2','NM_002085'),(103752561,30.7149,100,97.8002,93.4006,0,0,10,NULL,'ADM1059A2','NM_014305'),(103752622,23.0246,100,94.4545,75.6364,0,0,10,NULL,'ADM1059A2','NM_006563'),(103752624,27.8392,100,100,95.3854,0,0,10,NULL,'ADM1059A2','NM_015093'),(103752665,11.9417,71.7964,21.2753,6.56039,0,0,10,'X|43515587|43515664|36.3636,X|43587418|43587563|51.7241,X|43590939|43591102|27.6074,X|43603039|43603154|9.56522,X|43552536|43552677|82.9787,X|43603354|43603420|89.3939,X|43590486|43590639|71.2418,X|43542759|43542857|55.102','ADM1059A2','NM_000240'),(103752666,12.4399,71.9542,28.0458,8.74898,0,0,10,'X|43587418|43587563|51.7241,X|43590939|43591102|27.6074,X|43603039|43603154|9.56522,X|43603354|43603420|89.3939,X|43590486|43590639|71.2418','ADM1059A2','NM_001270458'),(103752686,29.1795,100,100,82.2943,0,0,10,NULL,'ADM1059A2','NM_178497'),(103752687,29.1273,100,100,86.9004,0,0,10,NULL,'ADM1059A2','NM_001206981'),(103752696,23.9709,99.3836,95.4205,78.952,0,0,10,'16|5092094|5094002|99.2663','ADM1059A2','NR_038913'),(103752727,30.6247,100,100,93.9856,0,0,10,NULL,'ADM1059A2','NM_001278658'),(103752764,21.9835,93.9183,87.3154,72.8931,0,0,10,'22|18653518|18653689|87.1345,22|18659537|18659587|4.0','ADM1059A2','NM_017414'),(103752806,23.5788,100,96.0759,73.9045,0,0,10,NULL,'ADM1059A2','NM_000285'),(103752807,23.1564,100,95.7143,71.7143,0,0,10,NULL,'ADM1059A2','NM_001166056'),(103752808,23.4335,100,95.4921,70.7738,0,0,10,NULL,'ADM1059A2','NM_001166057'),(103752825,26.3995,100,96.0307,85.2113,0,0,10,NULL,'ADM1059A2','NM_000918'),(103752847,29.0311,100,99.4819,96.114,0,0,10,NULL,'ADM1059A2','NM_001042572'),(103752848,16.1265,100,64.4898,14.6939,0,0,10,NULL,'ADM1059A2','NM_181777'),(103752860,13.3372,93.1859,25.5752,4.42478,0,0,10,'X|152770087|152770329|74.7934,X|152772286|152772383|85.567,X|152772503|152772645|98.5916','ADM1059A2','NM_001711'),(103752915,25.8178,100,91.6575,79.2536,0,0,10,NULL,'ADM1059A2','NM_016360'),(103752920,29.1547,100,100,87.5632,0,0,10,NULL,'ADM1059A2','NM_033419'),(103752921,28.8656,100,100,85.2341,0,0,10,NULL,'ADM1059A2','XM_005257813'),(103752929,13.1057,90.8571,30.8571,0,0,0,10,'X|85236739|85236815|96.0526,X|85226569|85226592|91.3043,X|85282493|85282563|61.4286','ADM1059A2','NM_001145414'),(103752941,20.5919,99.4595,87.7838,51.1351,0,0,10,'6|85473606|85473902|96.6216','ADM1059A2','NM_001080508'),(103752991,24.5891,100,99.1304,74.2391,0,0,10,NULL,'ADM1059A2','NM_007248'),(103753020,26.8871,100,100,91.0633,0,0,10,NULL,'ADM1059A2','NM_005650'),(103753021,26.7776,100,100,90.9621,0,0,10,NULL,'ADM1059A2','NM_181492'),(103753032,26.5311,100,99.8055,90.7588,0,0,10,NULL,'ADM1059A2','NM_000031'),(103753045,24.5888,100,96.8621,74.8142,0,0,10,NULL,'ADM1059A2','NM_000056'),(103753046,24.5888,100,96.8621,74.8142,0,0,10,NULL,'ADM1059A2','NM_183050'),(103753097,11.9481,76.7113,16.2077,2.36035,0,0,10,'X|62917003|62917186|85.7924,X|62885764|62885899|0.0,X|62926136|62926215|98.7342,X|62857905|62858091|89.2473,X|62875372|62875619|53.8462','ADM1059A2','NM_001173480'),(103753121,24.2233,95.696,84.7344,83.3221,0,0,10,'2|20212168|20212395|71.8062','ADM1059A2','NM_002381'),(103753137,13.5544,98.3352,27.303,2.21976,0,0,10,'X|2861104|2861242|99.2754,X|2867343|2867770|96.7213,X|2856134|2856300|98.7952,X|2852870|2853233|96.4187','ADM1059A2','NM_000047'),(103753138,13.1801,92.9675,26.1588,2.13106,0,0,10,'X|2861104|2861242|99.2754,X|2867343|2867770|96.7213,X|2877642|2877744|0.0,X|2856134|2856300|98.7952,X|2852870|2853233|96.4187','ADM1059A2','NM_001282628'),(103753142,29.0266,100,100,97.8057,0,0,10,NULL,'ADM1059A2','NM_032374'),(103753149,20.7918,100,92.6829,56.446,0,0,10,NULL,'ADM1059A2','NM_001451'),(103753161,28.3336,100,100,99.8445,0,0,10,NULL,'ADM1059A2','XM_005273725'),(103753245,25.3781,100,93.8516,63.2509,0,0,10,NULL,'ADM1059A2','NM_001059'),(103753266,30.1104,100,100,99.2386,0,0,10,NULL,'ADM1059A2','NM_001166059'),(103753268,26.8117,100,98.4147,91.1858,0,0,10,NULL,'ADM1059A2','NM_001282925'),(103753269,26.3089,100,98.2877,90,0,0,10,NULL,'ADM1059A2','NM_005759'),(103753270,26.7487,100,98.3933,91.0668,0,0,10,NULL,'ADM1059A2','NM_001282926'),(103753271,28.0121,100,100,96.3563,0,0,10,NULL,'ADM1059A2','NM_001282927'),(103753274,25.1179,100,94.327,84.0934,0,0,10,NULL,'ADM1059A2','NM_024589'),(103753309,23.4697,100,97.9203,74.2634,0,0,10,NULL,'ADM1059A2','NM_000165'),(103753310,27.4716,100,96.9968,87.0288,0,0,10,NULL,'ADM1059A2','NM_000143'),(103753354,27.9371,100,100,99.5249,0,0,10,NULL,'ADM1059A2','NM_000380'),(103753359,27.2643,100,100,88.5196,0,0,10,NULL,'ADM1059A2','NM_001288575'),(103753394,25.0495,100,97.8362,85.085,0,0,10,NULL,'ADM1059A2','NM_000154'),(103753398,13.5803,90.4851,37.6825,4.4748,0,0,10,'X|29959766|29959913|89.7959,X|29935579|29935715|94.8529,X|29973217|29973940|75.1037','ADM1059A2','NM_014271'),(103753441,24.5347,100,99.1579,75.0526,0,0,10,NULL,'ADM1059A2','NM_033629'),(103753457,28.2514,100,99.2688,88.574,2.10238,0,10,NULL,'ADM1059A2','NM_019000'),(103753520,13.6789,86.5323,38.7998,9.98626,0,0,10,'X|131219607|131219758|5.29801,X|131234638|131234746|76.8519,X|131211897|131212996|88.626,X|131214224|131214296|98.6111','ADM1059A2','NM_194277'),(103753538,27.3729,100,100,94.4592,0,0,10,NULL,'ADM1059A2','NM_001145294'),(103753553,15.5218,94.0503,69.3364,10.7551,0,0,10,'X|13732523|13732626|74.7573','ADM1059A2','NM_014563'),(103753569,14.0524,86.2882,49.1703,4.36681,0,0,10,'X|152031138|152031270|99.2424,X|152034361|152034507|0.0,X|152036113|152036219|90.566','ADM1059A2','NM_015922'),(103753570,14.0524,86.2882,49.1703,4.36681,0,0,10,'X|152031138|152031270|99.2424,X|152034361|152034507|0.0,X|152036113|152036219|90.566','ADM1059A2','NM_001129765'),(103753594,24.5937,100,99.9107,80.9821,0,0,10,NULL,'ADM1059A2','NM_145262'),(103753600,25.2165,100,99.2073,86.6463,0,0,10,NULL,'ADM1059A2','NM_052844'),(103753624,12.24,78.2494,26.3263,0.397878,0,0,10,'X|153363059|153363125|7.57576,X|153297656|153298010|78.5311,X|153295815|153296903|82.4449','ADM1059A2','NM_001110792'),(103753665,24.9809,100,100,100,0,0,10,NULL,'ADM1059A2','XM_005264327'),(103753702,26.4675,100,93.3219,77.9109,0,0,10,NULL,'ADM1059A2','NM_006383'),(103753703,25.1253,100,90.9513,70.0696,0,0,10,NULL,'ADM1059A2','NM_001271889'),(103753727,21.025,100,98.2608,68.0435,0,0,10,NULL,'ADM1059A2','NM_002448'),(103753731,14.0655,87.9877,37.6151,10.4121,0,0,10,'X|73959933|73964314|87.4914','ADM1059A2','NM_001008537'),(103753743,29.824,100,100,99.3421,0,0,10,NULL,'ADM1059A2','NM_003805'),(103753756,26.5084,100,100,98.3241,0,0,10,NULL,'ADM1059A2','NM_001256235'),(103753778,21.9016,100,95.4142,65.6805,0,0,10,NULL,'ADM1059A2','NM_000159'),(103753806,26.9122,100,98.4318,87.0884,0,0,10,NULL,'ADM1059A2','NM_001242765'),(103753807,25.3739,100,93.4019,79.4608,0,0,10,NULL,'ADM1059A2','NM_001242761'),(103753857,23.4121,100,94.387,63.8109,0,0,10,NULL,'ADM1059A2','XM_005248757'),(103753867,33.9433,100,100,100,0,0,10,NULL,'ADM1059A2','NM_002095'),(103753884,26.5552,100,100,96.4179,0,0,10,NULL,'ADM1059A2','NM_201262'),(103753892,26.3239,100,100,97.01,0,0,10,NULL,'ADM1059A2','NM_001111285'),(103753900,20.5905,100,97.3352,60.7293,0,0,10,NULL,'ADM1059A2','NM_001164405'),(103753947,13.6963,78.525,39.4794,8.78525,0,0,10,'X|110931113|110931689|80.9028,X|110924428|110924529|12.8713','ADM1059A2','NR_033125'),(103753951,26.1221,100,100,95.7619,0,0,10,NULL,'ADM1059A2','NM_001111035'),(103753952,26.1221,100,100,95.7619,0,0,10,NULL,'ADM1059A2','NM_001111036'),(103753953,26.1221,100,100,95.7619,0,0,10,NULL,'ADM1059A2','NM_001111034'),(103753954,26.1221,100,100,95.7619,0,0,10,NULL,'ADM1059A2','NM_001611'),(103753965,26.6238,100,100,99.2053,0,0,10,NULL,'ADM1059A2','NM_006331'),(103753985,26.0544,100,97.8795,88.8337,0,0,10,NULL,'ADM1059A2','NM_000833'),(103753986,26.0544,100,97.8795,88.8337,0,0,10,NULL,'ADM1059A2','NM_001134407'),(103753997,24.6871,100,99.8906,93.4355,0,0,10,NULL,'ADM1059A2','NM_002144'),(103754005,24.572,100,100,89.4592,0,0,10,NULL,'ADM1059A2','NM_020988'),(103754013,29.3556,100,100,99.3921,0,0,10,NULL,'ADM1059A2','NM_000281'),(103754071,20.4142,86.8343,70.784,56.4349,0,0,10,'6|3154094|3155159|83.2864','ADM1059A2','NM_001069'),(103754090,29.4108,100,100,99.0525,0,0,10,NULL,'ADM1059A2','XM_005265499'),(103754107,27.9037,100,100,98.0235,0,0,10,NULL,'ADM1059A2','NM_175053'),(103754114,28.9198,100,100,98.8548,0,0,10,NULL,'ADM1059A2','NM_001010895'),(103754123,12.1516,78.9011,26.3736,0,0,0,10,'X|71787732|71787882|97.3333,X|71791905|71791961|46.4286,X|71792499|71792614|46.087','ADM1059A2','NM_001166420'),(103754161,22.6677,100,99.8379,72.4473,0,0,10,NULL,'ADM1059A2','NM_001283215'),(103754171,32.0482,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001278684'),(103754192,16.2226,99.8387,59.6774,25.6452,0,0,10,'Y|2655027|2655647|99.8387','ADM1059A2','NM_003140'),(103754207,23.3107,100,99.7442,82.8645,0,0,10,NULL,'ADM1059A2','NM_004278'),(103754224,26.7357,100,100,98.794,0,0,10,NULL,'ADM1059A2','NM_006982'),(103754239,27.0554,100,90.8371,88.914,0,0,10,NULL,'ADM1059A2','NM_001190906'),(103754240,27.1881,100,91.9802,90.297,0,0,10,NULL,'ADM1059A2','NM_005989'),(103754246,10.5564,65.1307,10.8666,0,0,0,10,'X|41332742|41334155|64.1189','ADM1059A2','NM_022567'),(103754247,10.5564,65.1307,10.8666,0,0,0,10,'X|41332742|41334155|64.1189','ADM1059A2','XM_005272632'),(103754248,22.7154,96.8025,95.6113,74.9843,0,0,10,'1|16383362|16383414|1.92308','ADM1059A2','NM_001165945'),(103754264,26.788,100,100,91.9324,0,0,10,NULL,'ADM1059A2','NM_174965'),(103754267,24.3737,100,98.6873,71.7374,0,0,10,NULL,'ADM1059A2','NM_005850'),(103754282,20.8195,98.3223,91.5099,58.8714,0,0,10,'9|139325452|139325571|72.2689','ADM1059A2','NM_019892'),(103754316,23.7931,100,98.2164,80.6183,0,0,10,NULL,'ADM1059A2','NM_020705'),(103754391,16.9697,97.9147,68.2464,25.308,0,0,10,'4|8869416|8870073|96.6514','ADM1059A2','NM_018942'),(103754483,27.7859,100,97.5221,91.9469,0,0,10,NULL,'ADM1059A2','NM_000022'),(103754510,27.4667,100,100,95.8003,0,0,10,NULL,'ADM1059A2','NM_003239'),(103754515,26.1165,100,100,94.8387,0,0,10,NULL,'ADM1059A2','NM_001163213'),(103754516,26.188,100,100,94.8262,0,0,10,NULL,'ADM1059A2','NM_000142'),(103754523,27.0829,99.8529,97.1064,89.7499,0,0,10,'2|178257515|178257779|98.8636','ADM1059A2','NM_003659'),(103754526,32.1324,100,100,97.8577,0,0,10,NULL,'ADM1059A2','NM_181524'),(103754527,32.043,100,100,97.9957,0,0,10,NULL,'ADM1059A2','NM_181504'),(103754528,31.7608,100,100,97.482,0,0,10,NULL,'ADM1059A2','NM_001242466'),(103754564,28.0358,100,100,95.9799,0,0,10,NULL,'ADM1059A2','NM_001202465'),(103754568,24.6493,100,100,88.3117,0,0,10,NULL,'ADM1059A2','NM_000100'),(103754580,24.9172,100,97.0358,84.9695,0,0,10,NULL,'ADM1059A2','NM_030665'),(103754584,23.9685,100,99.2879,86.9786,0,0,10,NULL,'ADM1059A2','NM_001033054'),(103754593,27.1749,100,99.8466,89.4172,0,0,10,NULL,'ADM1059A2','NM_002496'),(103754594,28.1151,100,100,99.2805,0,0,10,NULL,'ADM1059A2','XM_005274015'),(103754595,26.8053,100,99.9675,93.1191,0,0,10,NULL,'ADM1059A2','NR_106963'),(103754628,13.8394,92.5524,34.2126,5.58572,0,0,10,'X|77372807|77372914|56.0748,X|77378690|77378873|85.7924,X|77369239|77369398|87.4214,X|77373546|77373669|97.561','ADM1059A2','NM_000291'),(103754635,21.7627,98.5658,82.9205,56.5841,0,0,10,'17|7490742|7490872|91.5385','ADM1059A2','NM_004870'),(103754650,20.9046,98.4163,89.819,59.3213,0,0,10,'1|2160203|2161176|96.4029','ADM1059A2','NM_003036'),(103754673,28.0339,100,100,97.2921,0,0,10,NULL,'ADM1059A2','XM_005248595'),(103754674,28.0389,100,100,97.2763,0,0,10,NULL,'ADM1059A2','NM_022550'),(103754688,24.3321,100,100,91.7911,0,0,10,NULL,'ADM1059A2','NM_020989'),(103754692,27.1422,100,93.884,88.0064,0,0,10,NULL,'ADM1059A2','NM_199334'),(103754739,25.7503,100,100,97.4412,0,0,10,NULL,'ADM1059A2','NM_057176'),(103754783,23.5982,94.1529,88.5307,79.6102,0,0,10,'1|108023231|108023465|66.6667','ADM1059A2','NM_014917'),(103754784,24.031,95.2526,90.6878,82.5928,0,0,10,'1|108023231|108023465|66.6667','ADM1059A2','NM_001113226'),(103754785,24.1064,94.6794,89.5634,81.4461,0,0,10,'1|108023231|108023465|66.6667','ADM1059A2','NM_001113228'),(103754786,24.0805,94.9384,90.0714,82.3491,0,0,10,'1|108023231|108023465|66.6667','ADM1059A2','XM_005270630'),(103754807,26.4942,100,99.8829,94.8478,0,0,10,NULL,'ADM1059A2','NM_001288783'),(103754820,25.3956,100,99.9051,84.9146,0,0,10,NULL,'ADM1059A2','NM_018055'),(103754837,24.2278,100,94.421,79.7511,0,0,10,NULL,'ADM1059A2','NM_004801'),(103754878,27.1776,100,98.5722,91.7761,0,0,10,NULL,'ADM1059A2','NM_001282625'),(103754879,27.1776,100,98.5722,91.7761,0,0,10,NULL,'ADM1059A2','NM_005572'),(103754936,19.621,100,91.879,51.3535,0,0,10,NULL,'ADM1059A2','NM_021005'),(103754939,25.3785,100,100,94.4643,0,0,10,NULL,'ADM1059A2','NM_001278237'),(103754950,15.0166,96.1539,51.4553,14.553,0,0,10,'X|133511645|133511787|73.9437','ADM1059A2','NM_032335'),(103754951,14.5341,96.7228,45.4384,10.2746,0,0,10,'X|133511645|133511787|73.9437','ADM1059A2','NM_001015877'),(103754983,11.7567,79.9511,22.2494,0,0,0,10,'X|48760203|48760364|16.1491,X|48759508|48759796|92.3611,X|48760007|48760074|91.0448,X|48758465|48758580|99.1304','ADM1059A2','NM_001167990'),(103754984,11.2151,73.2076,20.1887,0,0,0,10,'X|48760203|48760364|16.1491,X|48760007|48760074|91.0448,X|48758465|48758580|99.1304','ADM1059A2','XM_005278018'),(103754985,11.7567,79.9511,22.2494,0,0,0,10,'X|48760203|48760364|16.1491,X|48759508|48759796|92.3611,X|48760007|48760074|91.0448,X|48758465|48758580|99.1304','ADM1059A2','NM_001167989'),(103754986,11.2151,73.2076,20.1887,0,0,0,10,'X|48760203|48760364|16.1491,X|48760007|48760074|91.0448,X|48758465|48758580|99.1304','ADM1059A2','NM_144495'),(103754987,11.7567,79.9511,22.2494,0,0,0,10,'X|48760203|48760364|16.1491,X|48759508|48759796|92.3611,X|48760007|48760074|91.0448,X|48758465|48758580|99.1304','ADM1059A2','NM_005710'),(103754988,11.7567,79.9511,22.2494,0,0,0,10,'X|48760203|48760364|16.1491,X|48759508|48759796|92.3611,X|48760007|48760074|91.0448,X|48758465|48758580|99.1304','ADM1059A2','NM_001032384'),(103755006,15.154,93.8536,57.6657,9.94475,0,0,10,'X|70519790|70519929|58.2734,X|70514075|70514380|90.8197,X|70516413|70516512|96.9697','ADM1059A2','NM_007363'),(103755007,15.154,93.8536,57.6657,9.94475,0,0,10,'X|70519790|70519929|58.2734,X|70514075|70514380|90.8197,X|70516413|70516512|96.9697','ADM1059A2','NM_001145408'),(103755008,15.154,93.8536,57.6657,9.94475,0,0,10,'X|70519790|70519929|58.2734,X|70514075|70514380|90.8197,X|70516413|70516512|96.9697','ADM1059A2','NM_001145409'),(103755009,14.7284,92.4448,50.5942,6.96096,0,0,10,'X|70519790|70519929|58.2734,X|70514075|70514380|90.8197,X|70516413|70516512|96.9697','ADM1059A2','NM_001145410'),(103755048,27.5834,100,100,98.4572,0,0,10,NULL,'ADM1059A2','NM_001256238'),(103755053,14.5391,96.714,45.5595,10.3019,0,0,10,'X|133511645|133511787|73.9437','ADM1059A2','XM_005262480'),(103755054,14.5395,96.7169,45.6078,10.2928,0,0,10,'X|133511645|133511787|73.9437','ADM1059A2','NM_032458'),(103755057,30.3892,100,99.9258,92.2906,0,0,10,NULL,'ADM1059A2','NM_178014'),(103755067,22.5648,100,92.176,57.2127,0,0,10,NULL,'ADM1059A2','NM_024009'),(103755068,22.5648,100,92.176,57.2127,0,0,10,NULL,'ADM1059A2','NM_001005752'),(103755075,22.1991,100,97.4396,78.5206,0,0,10,NULL,'ADM1059A2','NM_004959'),(103755079,26.1717,100,100,94.2308,0,0,10,NULL,'ADM1059A2','NM_022965'),(103755172,33.3837,100,100,100,0,0,10,NULL,'ADM1059A2','NM_017819'),(103755176,24.6473,99.3564,98.0486,88.0008,0,0,10,'1|27873812|27878629|99.3564','ADM1059A2','XM_005245848'),(103755177,24.6473,99.3564,98.0486,88.0008,0,0,10,'1|27873812|27878629|99.3564','ADM1059A2','NM_001029882'),(103755182,24.5434,100,100,78.536,0,0,10,NULL,'ADM1059A2','NM_001205329'),(103755183,24.6545,100,100,81.4038,0,0,10,NULL,'ADM1059A2','NM_032801'),(103755218,28.7989,100,100,97.9462,0,0,10,NULL,'ADM1059A2','NM_001143973'),(103755233,34.7231,100,100,100,0,0,10,NULL,'ADM1059A2','NR_023343'),(103755235,18.1076,96.5044,78.9582,37.0802,0,0,10,'16|54966990|54967788|93.609','ADM1059A2','NM_005853'),(103755248,14.5665,81.85,54.85,10.95,0,0,10,'X|135084265|135084374|85.3211,X|135092599|135092744|8.96552,X|135122233|135122342|99.0826,X|135067815|135067988|22.5434,X|135095506|135095598|13.0435','ADM1059A2','NM_001177651'),(103755315,26.6637,100,97.2376,88.9503,0,0,10,NULL,'ADM1059A2','NM_004273'),(103755351,25.7177,100,100,90.0535,0,0,10,NULL,'ADM1059A2','NM_017929'),(103755352,25.7177,100,100,90.0535,0,0,10,NULL,'ADM1059A2','NM_001127649'),(103755357,24.5034,100,99.4533,83.508,0,0,10,NULL,'ADM1059A2','NM_005996'),(103755371,20.698,89.4163,83.5215,61.3014,0,0,10,'1|240370097|240372034|71.4507','ADM1059A2','NM_020066'),(103755390,26.5246,100,100,91.1885,0,0,10,NULL,'ADM1059A2','NM_174967'),(103755419,31.1528,100,100,98.2794,0,0,10,NULL,'ADM1059A2','XM_005270544'),(103755426,28.3986,100,100,92.6729,0.3517,0,10,NULL,'ADM1059A2','NM_003060'),(103755451,29.0216,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001258395'),(103755452,28.9986,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001258398'),(103755453,28.5747,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001258397'),(103755454,29.0216,100,100,100,0,0,10,NULL,'ADM1059A2','NM_213607'),(103755469,21.5398,100,98.0114,59.0909,0,0,10,NULL,'ADM1059A2','NM_005450'),(103755488,23.3562,100,97.3684,73.8722,0,0,10,NULL,'ADM1059A2','NM_004625'),(103755497,25.1601,98.6657,88.9548,80.2817,0,0,10,'2|50573827|50574090|93.1559','ADM1059A2','NM_138735'),(103755506,17.9454,98.9077,67.3287,41.1123,0,0,10,'2|45171705|45171902|97.4619,2|45169241|45170051|99.2593','ADM1059A2','NM_005413'),(103755509,26.226,100,99.6178,88.2943,0,0,10,NULL,'ADM1059A2','NM_019074'),(103755558,22.8417,100,99.6403,81.295,0,0,10,NULL,'ADM1059A2','NM_003860'),(103755561,25.2593,100,97.3371,84.1626,0,0,10,NULL,'ADM1059A2','NM_007103'),(103755582,24.8598,99.7088,97.9409,84.1098,0,0,10,'18|42643042|42643666|97.7564','ADM1059A2','NM_015559'),(103755588,23.6125,100,98.881,85.1475,0,0,10,NULL,'ADM1059A2','NM_004387'),(103755591,32.3298,100,100,100,0,0,10,NULL,'ADM1059A2','XM_005250923'),(103755593,22.818,100,100,84.0525,0,0,10,NULL,'ADM1059A2','NM_000394'),(103755630,20.1168,100,92.7723,40.5941,0,0,10,NULL,'ADM1059A2','NM_001189'),(103755682,23.02,100,99.1105,75.8339,0,0,10,NULL,'ADM1059A2','XM_005259477'),(103755683,23.02,100,99.1105,75.8339,0,0,10,NULL,'ADM1059A2','NM_006087'),(103755685,23.3779,100,99.9039,80.3846,0,0,10,NULL,'ADM1059A2','NM_006194'),(103755715,24.9196,100,100,95.3571,0,0,10,NULL,'ADM1059A2','NM_032357'),(103755730,28.1384,100,98.927,80.4721,0,0,10,NULL,'ADM1059A2','NM_001195250'),(103755731,30.9578,100,97.9937,95.8817,0,0,10,NULL,'ADM1059A2','NM_175069'),(103755792,26.5977,100,100,100,0,0,10,NULL,'ADM1059A2','NR_029487'),(103755818,19.4055,100,94.3325,52.8968,0,0,10,NULL,'ADM1059A2','NM_001145156'),(103755834,22.505,100,99.0027,71.1695,0,0,10,NULL,'ADM1059A2','NM_018389'),(103755858,27.4818,100,100,90,0,0,10,NULL,'ADM1059A2','NM_001254752'),(103755864,24.8113,100,97.6253,81.9261,0,0,10,NULL,'ADM1059A2','NM_001270450'),(103755865,24.8113,100,97.6253,81.9261,0,0,10,NULL,'ADM1059A2','NM_001270449'),(103755867,23.515,98.8,84.7,64.8,0,0,10,'10|100195390|100195531|91.4894','ADM1059A2','NM_182639'),(103755932,29.3155,100,100,97.4138,0,0,10,NULL,'ADM1059A2','NM_058216'),(103755960,25.9913,100,98.9628,89.4555,0,0,10,NULL,'ADM1059A2','NM_178010'),(103756050,24.3349,100,100,92.5653,0,0,10,NULL,'ADM1059A2','NM_024301'),(103756088,23.1268,100,99.6923,81.9692,0,0,10,NULL,'ADM1059A2','NM_001109809'),(103756107,27.9163,100,100,91.1894,0,0,10,NULL,'ADM1059A2','NM_001022'),(103756108,27.9163,100,100,91.1894,0,0,10,NULL,'ADM1059A2','XM_005278392'),(103756114,27.2542,100,100,90.6176,0,0,10,NULL,'ADM1059A2','NM_016042'),(103756138,13.6449,88.4567,45.4203,6.52447,0,0,10,'X|71791905|71791961|46.4286,X|71792499|71792614|46.087','ADM1059A2','NM_001166419'),(103756139,13.238,78.9474,38.6728,11.8993,0,0,10,'X|71791905|71791961|46.4286,X|71792499|71792614|46.087','ADM1059A2','NM_001166448'),(103756159,28.5583,100,98.5575,90.4964,0,0,10,NULL,'ADM1059A2','NM_152629'),(103756163,23.8047,100,100,97.1765,0,0,10,NULL,'ADM1059A2','NM_000549'),(103756173,22.2151,99.8995,89.9497,64.7236,0,0,10,'1|1167656|1168651|99.8995','ADM1059A2','NM_080605'),(103756174,30.9354,100,100,99.8099,0,0,10,NULL,'ADM1059A2','NM_176867'),(103756175,31.1271,100,100,99.8619,0,0,10,NULL,'ADM1059A2','NM_176866'),(103756196,25.8913,100,100,99.3875,0,0,10,NULL,'ADM1059A2','NM_004076'),(103756249,21.1819,100,95.4809,72.6535,0,0,10,NULL,'ADM1059A2','NM_005982'),(103756303,22.5348,100,99.7453,86.5025,0,0,10,NULL,'ADM1059A2','NM_000525'),(103756315,28.9726,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001254'),(103756391,22.3158,100,95.9514,60,0,0,10,NULL,'ADM1059A2','NM_001202'),(103756392,22.3158,100,95.9514,60,0,0,10,NULL,'ADM1059A2','NM_130850'),(103756393,22.3158,100,95.9514,60,0,0,10,NULL,'ADM1059A2','NM_130851'),(103756432,26.5323,100,99.7519,85.6079,0,0,10,NULL,'ADM1059A2','NM_005138'),(103756433,26.5323,100,99.7519,85.6079,0,0,10,NULL,'ADM1059A2','NM_001169111'),(103756434,26.5323,100,99.7519,85.6079,0,0,10,NULL,'ADM1059A2','NM_001169109'),(103756435,26.5323,100,99.7519,85.6079,0,0,10,NULL,'ADM1059A2','NM_001169110'),(103756439,21.1101,96.7298,81.5835,60.4131,0,0,10,'7|156799171|156799335|88.4146','ADM1059A2','NM_001165255'),(103756447,24.701,99.4933,94.7635,91.2162,0,0,10,'12|49363870|49364136|97.7444','ADM1059A2','NM_003394'),(103756459,23.5588,100,96.8839,78.4703,0,0,10,NULL,'ADM1059A2','NM_006941'),(103756464,28.4719,100,100,97.7756,0,0,10,NULL,'ADM1059A2','NM_001143979'),(103756465,28.4719,100,100,97.7756,0,0,10,NULL,'ADM1059A2','NM_017668'),(103756484,10.9877,87.0769,1.07692,0,0,0,10,'X|154493357|154493576|83.105,X|154490085|154490516|89.0951','ADM1059A2','NM_171998'),(103756498,28.4743,100,100,97.5404,0,0,10,NULL,'ADM1059A2','NM_001142281'),(103756499,28.4853,100,100,97.9592,0,0,10,NULL,'ADM1059A2','NM_001655'),(103756559,21.9808,100,100,65.2174,0,0,10,NULL,'ADM1059A2','XM_005253225'),(103756562,26.3639,100,100,91.468,1.12923,0,10,NULL,'ADM1059A2','NM_003124'),(103756583,25.4936,100,100,97.6147,0,0,10,NULL,'ADM1059A2','NM_002495'),(103756614,19.7412,92.8292,80.4759,52.8683,0,0,10,'1|8420170|8421552|84.081','ADM1059A2','NM_001042682'),(103756682,24.5281,100,100,84.8981,0,0,10,NULL,'ADM1059A2','NR_046418'),(103756696,29.2226,100,100,99.8233,0,0,10,NULL,'ADM1059A2','NM_001256820'),(103756700,13.3218,91.9827,37.5948,0,0,0,10,'X|154004460|154004538|79.4872,X|153997440|153997587|99.3197,X|154002875|154002982|46.729','ADM1059A2','NR_110023'),(103756710,27.9283,100,100,99.7015,0,0,10,NULL,'ADM1059A2','XM_005251405'),(103756724,24.8054,100,100,95.7474,0,0,10,NULL,'ADM1059A2','NM_001887'),(103756725,12.1903,77.7777,19.9172,2.42317,0,0,10,'X|70712160|70712849|59.5065,X|70749561|70750377|88.3578,X|70748390|70748577|98.9305','ADM1059A2','NR_104396'),(103756734,23.7791,100,99.8552,86.966,0,0,10,NULL,'ADM1059A2','NM_001101362'),(103756739,19.2647,100,100,37.0588,0,0,10,NULL,'ADM1059A2','NM_199003'),(103756741,22.4466,100,98.2304,63.22,0,0,10,NULL,'ADM1059A2','NM_015567'),(103756749,25.3694,100,100,99.7833,0,0,10,NULL,'ADM1059A2','NM_000318'),(103756750,25.3694,100,100,99.7833,0,0,10,NULL,'ADM1059A2','NM_001172087'),(103756753,30.915,100,100,94.6499,0,0,10,NULL,'ADM1059A2','NM_181661'),(103756779,12.6929,95.2756,18.5039,0,0,0,10,'X|77158138|77158266|90.625','ADM1059A2','NM_001866'),(103756808,26.1495,100,92.0664,92.0664,0,0,10,NULL,'ADM1059A2','NM_001160301'),(103756867,20.3703,99.9307,80.4438,60.4716,0,0,10,'7|121943689|121944494|99.8758','ADM1059A2','NM_001024613'),(103756875,25.2626,100,100,79.8561,0,0,10,NULL,'ADM1059A2','NR_039875'),(103756913,11.6561,76.0975,16.8292,1.46342,0,0,10,'X|43809042|43809274|59.0517,X|43817716|43817894|98.3146','ADM1059A2','NM_000266'),(103756925,20.9012,100,98.7654,47.3251,0,0,10,NULL,'ADM1059A2','NR_046429'),(103756958,14.5078,85.9375,51.3672,7.03125,0,0,10,'X|110924444|110924529|15.2941','ADM1059A2','NM_018466'),(103756970,27.5041,100,99.1078,90.3345,0,0,10,NULL,'ADM1059A2','NM_017635'),(103756985,13.5312,83.6613,42.9427,6.58683,0,0,10,'X|71791905|71791961|46.4286,X|71684407|71684583|43.75,X|71792499|71792614|46.087','ADM1059A2','NM_018486'),(103756986,13.4494,78.5393,42.9214,8.65169,0,0,10,'X|71791905|71791961|46.4286,X|71684407|71684583|43.75,X|71792499|71792614|46.087','ADM1059A2','NM_001166418'),(103757012,25.1483,100,99.3258,86.6292,0,0,10,NULL,'ADM1059A2','NM_001184892'),(103757018,26.496,100,100,99.6671,0,0,10,NULL,'ADM1059A2','NM_014504'),(103757047,28.0551,100,86.8644,80.9322,0,0,10,NULL,'ADM1059A2','NM_001171155'),(103757086,10.1587,60.3365,1.68269,0,0,0,10,'X|68836150|68836550|61.5,X|69080686|69080702|31.25','ADM1059A2','NM_001005610'),(103757087,9.57802,54.0659,1.53846,0,0,0,10,'X|68836150|68836550|61.5,X|68890052|68890107|0.0','ADM1059A2','NM_001005613'),(103757139,13.802,92.0133,34.1098,5.99001,0,0,10,'X|77372807|77372914|56.0748,X|77378690|77378873|85.7924,X|77369239|77369398|87.4214,X|77373546|77373669|97.561','ADM1059A2','XM_005277807'),(103757173,27.411,100,100,100,0,0,10,NULL,'ADM1059A2','NM_000900'),(103757174,28.6089,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001190839'),(103757187,12.0822,89.5085,12.8544,0,0,0,10,'X|68049617|68049749|42.4242,X|68060083|68060500|91.8465,X|68058458|68058739|99.6441','ADM1059A2','NM_004429'),(103757204,23.3259,100,100,84.1574,0,0,10,NULL,'ADM1059A2','NM_013953'),(103757205,24.0122,100,100,87.1336,0,0,10,NULL,'ADM1059A2','NM_013952'),(103757206,25.1921,100,100,84.7041,0,0,10,NULL,'ADM1059A2','NM_000181'),(103757207,25.9439,100,100,87.871,0,0,10,NULL,'ADM1059A2','NM_001284290'),(103757208,24.512,100,100,83.4059,0,0,10,NULL,'ADM1059A2','XM_005250297'),(103757292,27.4592,100,100,98.1454,0,0,10,NULL,'ADM1059A2','NM_001177639'),(103757293,27.4592,100,100,98.1454,0,0,10,NULL,'ADM1059A2','NM_001177643'),(103757294,27.4592,100,100,98.1454,0,0,10,NULL,'ADM1059A2','NM_001177634'),(103757295,27.4592,100,100,98.1454,0,0,10,NULL,'ADM1059A2','NM_001177638'),(103757296,27.4592,100,100,98.1454,0,0,10,NULL,'ADM1059A2','NM_001177644'),(103757297,27.4592,100,100,98.1454,0,0,10,NULL,'ADM1059A2','NM_001177642'),(103757340,27.6726,100,100,83.2962,0,0,10,NULL,'ADM1059A2','NM_001271888'),(103757378,29.0915,100,100,95.6784,0,0,10,NULL,'ADM1059A2','NM_018475'),(103757415,26.9334,100,99.5611,92.319,0,0,10,NULL,'ADM1059A2','NM_000709'),(103757441,26.9159,100,100,97.6116,0,0,10,NULL,'ADM1059A2','NR_102436'),(103757447,26.6217,100,100,98.0263,0,0,10,NULL,'ADM1059A2','NM_001886'),(103757452,30.716,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001008388'),(103757457,25.6131,100,96.4459,81.3409,0,0,10,NULL,'ADM1059A2','NM_030662'),(103757476,27.5167,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001164674'),(103757508,13.7076,100,37.7016,0,0,0,10,NULL,'ADM1059A2','XM_005274612'),(103757517,26.6939,100,98.9796,84.1837,0,0,10,NULL,'ADM1059A2','NM_005340'),(103757565,24.2841,100,98.6014,83.6538,0,0,10,NULL,'ADM1059A2','NM_002241'),(103757595,27.1751,100,100,93.7612,0,0,10,NULL,'ADM1059A2','NM_000112'),(103757639,27.2639,100,99.8789,87.8329,0,0,10,NULL,'ADM1059A2','NM_183075'),(103757641,25.2225,100,100,98.4106,0,0,10,NULL,'ADM1059A2','NM_001146039'),(103757659,21.0674,100,92.2588,56.5748,0,0,10,NULL,'ADM1059A2','NM_152393'),(103757760,29.2711,100,100,100,0,0,10,NULL,'ADM1059A2','NM_152269'),(103757761,29.2711,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001143905'),(103757832,26.9242,100,100,92.5993,0,0,10,NULL,'ADM1059A2','XM_005253936'),(103757873,26.1711,100,100,100,0,0,10,NULL,'ADM1059A2','XM_005267884'),(103757883,20.5909,100,92.8302,54.1132,0,0,10,NULL,'ADM1059A2','NM_020435'),(103757904,25.7738,100,100,99.5772,0,0,10,NULL,'ADM1059A2','NM_006432'),(103757957,26.0678,100,100,90.7734,0,0,10,NULL,'ADM1059A2','XM_005267060'),(103757967,30.0134,100,100,100,0,0,10,NULL,'ADM1059A2','NM_207118'),(103757969,21.8901,100,94.8665,70.4312,0,0,10,NULL,'ADM1059A2','NM_005859'),(103758016,13.0862,98.5626,26.2834,0,0,0,10,'X|15845445|15845497|86.5385','ADM1059A2','NM_003916'),(103758023,21.7073,100,95.2354,69.4271,0,0,10,NULL,'ADM1059A2','NM_003468'),(103758044,25.621,100,99.9471,92.0593,0,0,10,NULL,'ADM1059A2','NM_012160'),(103758110,32.2458,100,100,95.1775,3.81782,0,10,NULL,'ADM1059A2','NM_001004127'),(103758160,23.3127,99.9162,94.1325,85.4987,0,0,10,'16|29825652|29825962|99.6774','ADM1059A2','XM_005255053'),(103758167,32.1101,100,100,98.7762,0,0,10,NULL,'ADM1059A2','NM_003865'),(103758187,27.9061,100,100,100,0,0,10,NULL,'ADM1059A2','NR_033334'),(103758208,21.7784,100,99.8632,77.8386,0,0,10,NULL,'ADM1059A2','NM_005247'),(103758215,31.1367,100,99.9112,90.772,0,0,10,NULL,'ADM1059A2','XM_005275518'),(103758227,27.3984,100,100,97.9569,0,0,10,NULL,'ADM1059A2','NM_000349'),(103758229,24.2676,99.7726,95.7544,80.743,0,0,10,'3|50338417|50338510|96.7742','ADM1059A2','NM_153283'),(103758230,24.2676,99.7726,95.7544,80.743,0,0,10,'3|50338417|50338510|96.7742','ADM1059A2','NM_153281'),(103758231,25.0318,100,99.9184,86.2969,0,0,10,NULL,'ADM1059A2','NM_153282'),(103758232,21.9207,99.4465,89.6679,66.4207,0,0,10,'3|50338417|50338510|96.7742','ADM1059A2','NM_153285'),(103758235,31.5541,100,100,99.5946,0,0,10,NULL,'ADM1059A2','NM_001130110'),(103758248,12.0781,57.3203,38.1544,2.75067,0,0,10,'16|79632675|79633802|57.3203','ADM1059A2','NM_001031804'),(103758291,27.8657,100,100,100,0,0,10,NULL,'ADM1059A2','XM_005250808'),(103758314,31.0452,100,100,99.6769,0,0,10,NULL,'ADM1059A2','NM_006493'),(103758332,20.6206,99.8497,81.743,44.3276,0,0,10,'2|5832851|5834182|99.8497','ADM1059A2','NM_003108'),(103758338,24.2511,100,97.2502,82.0348,0,0,10,NULL,'ADM1059A2','NM_004297'),(103758351,27.9571,100,100,100,0,0,10,NULL,'ADM1059A2','NM_017837'),(103758352,27.9571,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001202554'),(103758448,21.032,100,79.929,45.6483,0,0,10,NULL,'ADM1059A2','NM_013999'),(103758457,21.3237,100,87.7123,46.8531,0,0,10,NULL,'ADM1059A2','NM_017410'),(103758488,29.987,100,100,100,0,0,10,NULL,'ADM1059A2','NM_005213'),(103758500,20.5909,100,100,63.6364,0,0,10,NULL,'ADM1059A2','XM_005256486'),(103758506,18.3713,100,97.3941,25.57,0,0,10,NULL,'ADM1059A2','NM_000474'),(103758514,28.0267,100,96.7831,90.5331,0,0,10,NULL,'ADM1059A2','XM_005248296'),(103758538,20.6639,100,95.3048,56.5074,0,0,10,NULL,'ADM1059A2','NM_178138'),(103758581,25.6967,100,99.9613,92.4565,0,0,10,NULL,'ADM1059A2','NM_004975'),(103758599,26.198,100,99.6193,96.3198,0,0,10,NULL,'ADM1059A2','NM_198991'),(103758600,26.198,100,99.6193,96.3198,0,0,10,NULL,'ADM1059A2','NM_001136205'),(103758605,23.8984,100,100,84.3943,0,0,10,NULL,'ADM1059A2','NM_001143827'),(103758606,23.1599,100,100,81.43,0,0,10,NULL,'ADM1059A2','NM_014268'),(103758607,23.8462,100,100,85.3255,0,0,10,NULL,'ADM1059A2','NM_001256420'),(103758608,23.5131,100,100,83.3143,0,0,10,NULL,'ADM1059A2','NM_001143826'),(103758673,29.2864,100,98.7964,92.0708,0,0,10,NULL,'ADM1059A2','NM_001042413'),(103758680,22.6653,98.46,86.653,61.0883,0,0,10,'4|56212501|56212726|93.3333','ADM1059A2','NM_024592'),(103758728,23.4485,100,100,61.397,0,0,10,NULL,'ADM1059A2','NM_001863'),(103758735,27.849,100,100,98.5149,0,0,10,NULL,'ADM1059A2','NM_001127394'),(103758745,12.0771,78.4125,20.3919,1.4281,0,0,10,'X|149680272|149681346|53.7244,X|149613780|149613880|99.0,X|149638015|149639764|91.3093','ADM1059A2','NM_001177465'),(103758832,18.1027,99.2873,73.6279,41.5538,0,0,10,'2|16082184|16082978|98.7406','ADM1059A2','NM_005378'),(103758833,27.4148,100,100,98.6145,0,0,10,NULL,'ADM1059A2','NM_001282532'),(103758834,27.4148,100,100,98.6145,0,0,10,NULL,'ADM1059A2','NM_015339'),(103758835,27.4148,100,100,98.6145,0,0,10,NULL,'ADM1059A2','NM_181442'),(103758844,27.9937,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001270466'),(103758853,23.6215,100,99.8603,77.2346,0,0,10,NULL,'ADM1059A2','NM_001144951'),(103758856,22.6198,99.9386,95.7002,68.2433,0,0,10,'17|42084689|42084864|99.4286','ADM1059A2','NM_153006'),(103758900,24.3585,100,99.9078,94.5622,0,0,10,NULL,'ADM1059A2','NM_006439'),(103758932,26.6593,99.375,86.25,84.6875,0,0,10,'1|6845588|6845637|95.9184','ADM1059A2','NM_001242701'),(103758950,29.1578,100,100,96.3846,0,0,10,NULL,'ADM1059A2','NM_170695'),(103758981,23.3643,100,100,84.1072,0,0,10,NULL,'ADM1059A2','NM_032492'),(103758998,26.2307,100,100,92.7884,0,0,10,NULL,'ADM1059A2','NM_002876'),(103759011,11.9563,72.932,27.068,5.15376,0,0,10,'X|84520122|84520263|96.4539,X|84519279|84519438|98.1132,X|84502576|84502659|81.9277,X|84525007|84525154|0.0,X|84523298|84523349|21.5686,X|84525655|84526837|79.0186,X|84510263|84510809|69.4139','ADM1059A2','NM_021998'),(103759078,12.3757,80.6386,26.9701,0.407609,0,0,10,'X|153297656|153298010|78.5311,X|153295815|153296903|82.4449,X|153357640|153357670|40.0','ADM1059A2','NM_004992'),(103759089,23.2396,100,100,68.9335,0,0,10,NULL,'ADM1059A2','NM_152464'),(103759091,27.711,100,100,98.5934,0,0,10,NULL,'ADM1059A2','NM_001256240'),(103759116,24.875,100,100,88.1377,0,0,10,NULL,'ADM1059A2','NM_001199319'),(103759120,23.6806,100,99.3164,85.9096,0,0,10,NULL,'ADM1059A2','NM_022167'),(103759142,27.0219,100,100,100,0,0,10,NULL,'ADM1059A2','NR_033294'),(103759151,17.0851,93.4468,61.4468,38.0426,0,0,10,'7|27238773|27239699|91.6847','ADM1059A2','NM_000522'),(103759178,24.8178,100,100,70.5972,0,0,10,NULL,'ADM1059A2','NM_018105'),(103759223,25.6505,100,100,90.3061,0,0,10,NULL,'ADM1059A2','NM_138425'),(103759264,24.4148,100,92.0455,61.9318,0,0,10,NULL,'ADM1059A2','NM_001257160'),(103759386,24.6957,100,99.7561,90.4268,0,0,10,NULL,'ADM1059A2','NM_000104'),(103759474,26.1039,100,100,99.6753,0,0,10,NULL,'ADM1059A2','NM_001079528'),(103759506,28.0248,100,100,100,0,0,10,NULL,'ADM1059A2','XM_005245940'),(103759507,26.7435,100,98.9822,93.0839,0,0,10,NULL,'ADM1059A2','NM_001278055'),(103759524,23.022,100,95.0604,65.0933,0,0,10,NULL,'ADM1059A2','NM_000554'),(103759556,23.4783,97.3988,87.4278,76.5896,0,0,10,'5|177419707|177420050|94.7522','ADM1059A2','NM_006261'),(103759565,23.4402,100,100,83.1829,0,0,10,NULL,'ADM1059A2','NM_013992'),(103759576,12.2267,81.3765,24.8988,0,0,0,10,'X|71791905|71791961|46.4286,X|71792499|71792614|46.087','ADM1059A2','NM_001166422'),(103759629,21.1761,96.5517,78.0788,56.2808,0,0,10,'5|174151660|174152043|92.6893','ADM1059A2','NM_002449'),(103759651,27.7037,100,100,97.608,0,0,10,NULL,'ADM1059A2','XM_005270842'),(103759652,27.7037,100,100,97.608,0,0,10,NULL,'ADM1059A2','NM_004974'),(103759657,23.935,100,100,95.7399,0,0,10,NULL,'ADM1059A2','XM_005250299'),(103759684,30.4703,100,100,99.2703,0,0,10,NULL,'ADM1059A2','NM_002312'),(103759685,30.4703,100,100,99.2703,0,0,10,NULL,'ADM1059A2','NM_001098268'),(103759689,26.3055,100,100,96.559,0,0,10,NULL,'ADM1059A2','NM_033409'),(103759702,21.8306,92.3966,85.0818,68.7199,0,0,10,'2|176957617|176958401|89.9235','ADM1059A2','NM_000523'),(103759719,28.9904,100,100,99.0427,0,0,10,NULL,'ADM1059A2','NM_152594'),(103759730,26.163,100,100,93.4169,0,0,10,NULL,'ADM1059A2','NM_004465'),(103759793,21.8363,100,96.8861,69.395,0,0,10,NULL,'ADM1059A2','NM_003317'),(103759862,28.6334,100,100,99.8172,0,0,10,NULL,'ADM1059A2','NM_006831'),(103759866,13.5516,60.5737,42.8689,10.5738,0,0,10,'16|79632680|79633802|57.1301','ADM1059A2','NM_005360'),(103759926,20.3743,100,97.861,65.2406,0,0,10,NULL,'ADM1059A2','NM_018973'),(103759933,15.5572,98.1157,60.5653,8.61373,0,0,10,'X|130419739|130420024|95.0877','ADM1059A2','NM_001170963'),(103759934,15.5572,98.1157,60.5653,8.61373,0,0,10,'X|130419739|130420024|95.0877','ADM1059A2','NM_205833'),(103760011,23.0672,100,98.4305,70.852,0,0,10,NULL,'ADM1059A2','XM_005254330'),(103760022,26.2997,100,100,97.2502,0,0,10,NULL,'ADM1059A2','NM_000286'),(103760052,27.1459,100,99.9477,92.1026,0,0,10,NULL,'ADM1059A2','NR_001587'),(103760061,24.9599,100,100,94.382,0,0,10,NULL,'ADM1059A2','NM_002181'),(103760084,21.9851,98.6441,91.2542,70.8475,0,0,10,'14|29236483|29237958|98.6441','ADM1059A2','NM_005249'),(103760116,23.746,100,99.8284,89.6453,0,0,10,NULL,'ADM1059A2','XM_005265515'),(103760117,23.746,100,99.8284,89.6453,0,0,10,NULL,'ADM1059A2','NM_032806'),(103760179,25.9686,100,100,88.4473,0,0,10,NULL,'ADM1059A2','NM_032645'),(103760198,23.101,98.2877,87.1575,72.0891,0,0,10,'1|115252188|115252351|93.865','ADM1059A2','NM_002524'),(103760264,23.299,100,95.1911,73.3046,0,0,10,NULL,'ADM1059A2','NM_014908'),(103760268,24.498,100,97.8864,84.0819,0,0,10,NULL,'ADM1059A2','NM_000557'),(103760281,21.8252,100,100,55.3398,0,0,10,NULL,'ADM1059A2','XM_005264439'),(103760301,29.3236,100,100,99.8731,0,0,10,NULL,'ADM1059A2','NM_016725'),(103760302,29.3236,100,100,99.8731,0,0,10,NULL,'ADM1059A2','NM_016724'),(103760303,29.3236,100,100,99.8731,0,0,10,NULL,'ADM1059A2','NM_016729'),(103760354,22.7947,99.9115,94.8673,75.7522,0,0,10,'11|22646229|22647359|99.9115','ADM1059A2','NM_022725'),(103760368,21.1873,100,96.7019,65.1715,0,0,10,NULL,'ADM1059A2','XM_005256577'),(103760411,12.239,76.6463,28.6585,3.90245,0,0,10,'X|73740823|73740971|47.2973,X|73744192|73744646|76.652,X|73641470|73641904|59.9078,X|73751166|73751391|88.8889','ADM1059A2','NM_006517'),(103760492,27.9703,100,100,98.2408,0,0,10,NULL,'ADM1059A2','NM_017654'),(103760513,29.5954,100,100,96.789,0,0,10,NULL,'ADM1059A2','NM_024702'),(103760552,27.806,100,100,98.694,0,0,10,NULL,'ADM1059A2','NM_006891'),(103760568,26.5569,100,100,96.7066,0,0,10,NULL,'ADM1059A2','NM_001185117'),(103760744,10.7105,61.9103,9.31732,0.644594,0,0,10,'X|63409756|63413169|61.9103','ADM1059A2','NM_152424'),(103760849,29.5263,100,100,100,0,0,10,NULL,'ADM1059A2','NR_029488'),(103760850,30.3431,100,100,100,0,0,10,NULL,'ADM1059A2','NM_001286957'),(103760860,17.3475,97.599,78.8115,28.2113,0,0,10,'6|1610679|1612345|97.599','ADM1059A2','NM_001453'),(103760884,31.6583,100,100,100,0,0,10,NULL,'ADM1059A2','NM_173207'),(103760929,19.3239,100,96.0958,48.0923,0,0,10,NULL,'ADM1059A2','NM_004473'),(103761193,26.4561,100,99.7561,93.6585,0,0,10,NULL,'ADM1059A2','NM_015972'),(103761207,11.5435,66.9258,21.3428,6.28976,0,0,10,'X|136648848|136649912|56.015','ADM1059A2','NM_003413'),(103761208,32.3185,100,100,100,0,0,10,NULL,'ADM1059A2','NM_017946'),(103761357,28.8455,100,100,96.3557,0,0,10,NULL,'ADM1059A2','NM_004004'),(103761462,28.7119,100,100,94.9944,0,0,10,NULL,'ADM1059A2','NM_000529'),(103761501,28.0601,100,99.7954,95.2128,0,0,10,NULL,'ADM1059A2','NM_032436'),(103761531,18.6075,99.6029,83.1899,34.0834,0,0,10,'16|86600939|86602450|99.6029','ADM1059A2','NM_005251'),(103761632,24.6947,100,100,88.9381,0,0,10,NULL,'ADM1059A2','XM_005246930'),(103761640,25.272,100,100,95.8821,0,0,10,NULL,'ADM1059A2','XM_005251814'),(103761641,25.272,100,100,95.8821,0,0,10,NULL,'ADM1059A2','NM_012210'),(103761642,26.1444,100,100,100,0,0,10,NULL,'ADM1059A2','NR_029490'),(103761649,23.765,100,99.2825,71.6592,0,0,10,NULL,'ADM1059A2','NM_016381'),(103761714,22.7677,100,98.5836,76.204,0,0,10,NULL,'ADM1059A2','NM_001042631'),(103761715,13.0196,78.5412,41.1734,2.95983,0,0,10,'X|51486720|51488612|78.5412','ADM1059A2','NM_018094'),(103761724,22.1616,98.5401,89.3639,60.3754,0,0,10,'3|181430146|181431105|98.5401','ADM1059A2','NM_003106'),(103761833,31.2703,100,100,97.2973,0,0,10,NULL,'ADM1059A2','NM_001256547'),(103761857,20.8652,100,94.9733,60.1676,0,0,10,NULL,'ADM1059A2','NM_021954'),(103761877,21.5666,100,98.7887,69.179,0,0,10,NULL,'ADM1059A2','XM_005260397'),(103761878,21.5666,100,98.7887,69.179,0,0,10,NULL,'ADM1059A2','NM_016592'),(103761882,7.95836,35.3903,1.93309,0,0,0,10,'X|139585882|139587227|35.3903','ADM1059A2','NM_005634'),(103761885,19.2104,99.8964,87.6684,50.2591,0,0,10,'1|47881985|47882950|99.8964','ADM1059A2','NM_012186'),(103761889,28.2961,100,100,98.2226,0,0,10,NULL,'ADM1059A2','NM_152618'),(103761890,28.2961,100,100,98.2226,0,0,10,NULL,'ADM1059A2','NM_001178007'),(103761980,29.9765,100,100,100,0,0,10,NULL,'ADM1059A2','NR_029489'),(103761990,19.7394,100,97.1831,54.9296,0,0,10,NULL,'ADM1059A2','NM_153741'),(103762021,35.8214,100,100,100,0,0,10,NULL,'ADM1059A2','XM_005267882'),(103762070,10.7985,75.4982,2.95203,0,0,0,10,'X|100666974|100668329|75.4982','ADM1059A2','NM_019597'),(103762182,22.9771,100,100,84.9428,0,0,10,NULL,'ADM1059A2','NM_001193357'),(103762183,22.9771,100,100,84.9428,0,0,10,NULL,'ADM1059A2','NM_016553'),(103762184,22.9771,100,100,84.9428,0,0,10,NULL,'ADM1059A2','NM_153718'),(103762191,23.9568,100,100,88.9026,0,0,10,NULL,'ADM1059A2','NM_032040'),(103762216,14.3724,97.6232,46.2148,1.67254,0,0,10,'3|138664431|138665567|97.6232','ADM1059A2','NM_023067'),(103762271,24.334,100,100,88.5246,0,0,10,NULL,'ADM1059A2','NM_057179'),(103762292,28.2729,100,100,99.6685,0,0,10,NULL,'ADM1059A2','NM_145014'),(103762293,28.2729,100,100,99.6685,0,0,10,NULL,'ADM1059A2','NM_001134793'),(103762376,27.4514,100,100,100,0,0,10,NULL,'ADM1059A1','NM_002010'),(103762381,27.439,99.9033,98.0661,89.1897,0,0,10,'2|228029440|228029531|94.5055','ADM1059A1','NM_000091'),(103762382,26.9587,96.7634,90.625,89.3973,0,0,10,'20|49557664|49557748|65.4762','ADM1059A1','XM_005260600'),(103762401,20.2661,99.2213,81.3757,55.4835,0,0,10,'17|70117530|70117965|97.2414','ADM1059A1','NM_000346'),(103762411,12.9525,84.507,28.6092,2.37676,0,0,10,'X|21985312|21985436|93.5484,X|21995177|21995356|99.4413,X|21958940|21958993|3.77358,X|21990013|21990110|0.0,X|22002420|22002538|83.8983','ADM1059A1','NM_004595'),(103762440,29.8026,100,100,99.8144,0,0,10,NULL,'ADM1059A1','NM_000436'),(103762447,23.6583,100,97.9836,67.6294,0,0,10,NULL,'ADM1059A1','NM_030756'),(103762448,23.7834,100,98.0598,68.8516,0,0,10,NULL,'ADM1059A1','XM_005270084'),(103762449,23.8062,100,98.7588,71.6675,0,0,10,NULL,'ADM1059A1','NM_001198531'),(103762450,23.5882,100,98.0032,67.9439,0,0,10,NULL,'ADM1059A1','NM_001146285'),(103762451,24.3408,100,98.9411,71.6744,0,0,10,NULL,'ADM1059A1','NM_001146286'),(103762452,24.8734,100,98.9283,73.8781,0,0,10,NULL,'ADM1059A1','NM_001146284'),(103762453,28.6695,100,100,96.5728,0,0,10,NULL,'ADM1059A1','NM_052836'),(103762478,30.1068,100,100,99.7422,0,0,10,NULL,'ADM1059A1','NM_021942'),(103762479,29.64,100,100,99.7316,0,0,10,NULL,'ADM1059A1','NM_199053'),(103762491,25.3207,100,100,85.1558,0,0,10,NULL,'ADM1059A1','NM_032793'),(103762492,25.1384,100,100,85.5012,0,0,10,NULL,'ADM1059A1','NM_001136493'),(103762493,25.5542,100,100,86.1578,0,0,10,NULL,'ADM1059A1','NR_109896'),(103762501,25.0654,100,99.2075,90.9305,0,0,10,NULL,'ADM1059A1','NM_020975'),(103762502,25.2251,100,99.1763,90.7261,0,0,10,NULL,'ADM1059A1','NM_020630'),(103762503,25.2172,100,99.673,81.7842,0,0,10,NULL,'ADM1059A1','NM_016219'),(103762514,27.6486,100,99.8917,93.5571,0,0,10,NULL,'ADM1059A1','XM_005252458'),(103762515,27.0448,100,98.6874,88.7828,0,0,10,NULL,'ADM1059A1','NM_100486'),(103762516,27.1343,100,98.8934,90.342,0,0,10,NULL,'ADM1059A1','NM_016628'),(103762521,29.9505,100,100,98.124,0,0,10,NULL,'ADM1059A1','NM_003922'),(103762532,23.7488,100,99.2217,83.4994,0,0,10,NULL,'ADM1059A1','NM_001144997'),(103762563,29.8434,100,99.6636,94.3875,0,0,10,NULL,'ADM1059A1','NM_001272001'),(103762579,27.5176,100,100,98.3051,0,0,10,NULL,'ADM1059A1','NM_000303'),(103762601,26.2017,100,97.8116,78.0209,0,0,10,NULL,'ADM1059A1','NM_001270447'),(103762602,26.2379,100,97.734,76.5025,0,0,10,NULL,'ADM1059A1','NM_000018'),(103762603,27.3173,100,98.8408,90.6955,0,0,10,NULL,'ADM1059A1','NM_018051'),(103762623,29.8131,100,98.8319,96.8851,0,0,10,NULL,'ADM1059A1','XM_005266679'),(103762625,13.9767,88.9049,45.2656,5.67401,0,0,10,'X|79964925|79965078|98.6928,X|79960175|79960347|93.0233,X|80064938|80064973|45.7143,X|79974986|79975157|70.1754,X|79989615|79989719|97.1154,X|80064743|80064805|79.0323,X|79932105|79932864|87.22,X|80047351|80047453|48.0392,X|80064510|80064543|0.0,X|80064036|80064099|0.0,X|79939507|79939663|73.7179,X|79984249|79984406|87.8981,X|79952236|79952364|99.2188,X|79936838|79937000|41.9753,X|79943566|79943626|83.3333,X|79973070|79973260|70.0,X|79947586|79947651|32.3077,X|79951405|79951491|98.8372,X|79940959|79941037|98.7179','ADM1059A1','NM_153252'),(103762642,26.1186,100,99.9108,93.7556,0,0,10,NULL,'ADM1059A1','NM_000034'),(103762643,26.1186,100,99.9108,93.7556,0,0,10,NULL,'ADM1059A1','NM_184043'),(103762644,26.1186,100,99.9108,93.7556,0,0,10,NULL,'ADM1059A1','NM_001127617'),(103762645,25.7356,100,99.9222,94.479,0,0,10,NULL,'ADM1059A1','NM_001243177'),(103762668,27.5481,100,99.9778,95.399,0,0,10,NULL,'ADM1059A1','NM_000135'),(103762669,27.5032,100,99.9773,95.3019,0,0,10,NULL,'ADM1059A1','NM_001286167'),(103762670,27.2551,100,100,93.6491,0,0,10,NULL,'ADM1059A1','NM_001018112'),(103762671,26.1137,100,99.8732,91.3778,0,0,10,NULL,'ADM1059A1','NM_153603'),(103762675,25.5628,99.9676,97.7366,86.2507,0,0,10,'19|38954385|38954492|99.0654,19|39018285|39018426|97.1631','ADM1059A1','NM_000540'),(103762682,24.5253,100,98.2073,81.6836,0,0,10,NULL,'ADM1059A1','NM_054012'),(103762683,24.5253,100,98.2073,81.6836,0,0,10,NULL,'ADM1059A1','XM_005272200'),(103762684,24.5253,100,98.2073,81.6836,0,0,10,NULL,'ADM1059A1','NM_000050'),(103762696,25.8995,99.4488,92.8876,87.7667,0,0,10,'1|103483374|103483440|78.7879,1|103380258|103380369|84.6847','ADM1059A1','NM_001854'),(103762697,25.7186,99.4118,92.4099,86.945,0,0,10,'1|103483374|103483440|78.7879,1|103380258|103380369|84.6847','ADM1059A1','NM_080630'),(103762698,26.1848,99.4523,92.9329,87.8445,0,0,10,'1|103483374|103483440|78.7879,1|103380258|103380369|84.6847','ADM1059A1','NM_080629'),(103762699,25.9097,99.4368,92.7326,87.5,0,0,10,'1|103483374|103483440|78.7879,1|103380258|103380369|84.6847','ADM1059A1','NM_001190709'),(103762707,30.013,100,98.7214,94.3201,0,0,10,NULL,'ADM1059A1','NM_018451'),(103762736,16.0785,94.4364,70.1091,15.3818,0,0,10,'X|119668334|119668443|88.0734,X|119693936|119694496|93.5714,X|119679297|119679374|18.1818,X|119673121|119673229|70.3704,X|119669683|119669800|92.3077','ADM1059A1','NM_001079872'),(103762737,15.9191,93.8012,68.1867,15.0695,0,0,10,'X|119708404|119708475|70.4225,X|119668334|119668443|88.0734,X|119679297|119679374|18.1818,X|119673121|119673229|70.3704,X|119669683|119669800|92.3077,X|119693936|119694482|93.4066','ADM1059A1','NM_003588'),(103762743,25.2796,100,98.621,90.1379,0,0,10,NULL,'ADM1059A1','NM_173354'),(103762757,19.7114,100,96.1397,50.5515,0,0,10,NULL,'ADM1059A1','NR_001566'),(103762782,28.2611,94.6652,92.849,89.6708,0,0,10,'9|32985967|32986030|25.3968','ADM1059A1','NM_001195252'),(103762791,26.6783,100,99.9533,93.3529,0,0,10,NULL,'ADM1059A1','NM_024582'),(103762792,24.3854,100,99.8652,92.4528,0,0,10,NULL,'ADM1059A1','XM_005267402'),(103762793,24.3854,100,99.8652,92.4528,0,0,10,NULL,'ADM1059A1','NM_001014431'),(103762794,24.3854,100,99.8652,92.4528,0,0,10,NULL,'ADM1059A1','NM_001014432'),(103762795,24.3854,100,99.8652,92.4528,0,0,10,NULL,'ADM1059A1','NM_005163'),(103762801,28.7007,100,99.9803,97.3005,0,0,10,NULL,'ADM1059A1','NM_020919'),(103762802,13.2944,88.5424,39.5214,0.0725163,0,0,10,'X|153669441|153669544|0.0,X|153668286|153668488|88.1188,X|153670719|153670777|98.2759,X|153667350|153667488|78.2609','ADM1059A1','NM_001493'),(103762805,15.6021,94.7938,59.3099,17.5582,0,0,10,'X|122756954|122757136|85.7143,X|122761542|122761821|98.5663,X|122805518|122805614|89.5833,X|122759761|122759922|91.9255,X|122866800|122866875|45.3333,X|122802008|122802167|91.195,X|122747488|122747561|69.863,X|122755006|122755440|73.7327,X|122747248|122747409|93.1677','ADM1059A1','XM_005262450'),(103762806,15.6021,94.7938,59.3099,17.5582,0,0,10,'X|122756954|122757136|85.7143,X|122761542|122761821|98.5663,X|122805518|122805614|89.5833,X|122759761|122759922|91.9255,X|122866800|122866875|45.3333,X|122802008|122802167|91.195,X|122747488|122747561|69.863,X|122755006|122755440|73.7327,X|122747248|122747409|93.1677','ADM1059A1','NM_001081550'),(103762818,30.3405,100,100,99.6295,0,0,10,NULL,'ADM1059A1','NM_004523'),(103762839,26.7826,100,100,90.625,0,0,10,NULL,'ADM1059A1','NM_001481'),(103762840,26.962,100,100,90.1722,0,0,10,NULL,'ADM1059A1','NM_001286209'),(103762844,27.4421,100,100,88.596,0,0,10,NULL,'ADM1059A1','NM_001278689'),(103762845,26.5956,100,100,86.4234,0,0,10,NULL,'ADM1059A1','NM_173654'),(103762868,33.2532,100,100,99.8725,0.765305,0,10,NULL,'ADM1059A1','NM_013339'),(103762881,26.7976,100,100,95.0232,0,0,10,NULL,'ADM1059A1','XM_005263461'),(103762904,28.6896,100,100,98.1173,0,0,10,NULL,'ADM1059A1','NM_001172574'),(103762905,28.2763,100,100,97.9556,0,0,10,NULL,'ADM1059A1','NM_001172575'),(103762917,22.2508,99.9039,90.3412,73.234,0,0,10,'11|2592553|2592635|98.7805,11|2466326|2466716|99.7436','ADM1059A1','NM_000218'),(103762948,27.8464,100,99.9696,90.8123,0,0,10,NULL,'ADM1059A1','NM_183415'),(103762949,27.8464,100,99.9696,90.8123,0,0,10,NULL,'ADM1059A1','NM_130466'),(103762956,26.4809,100,99.8622,90.4456,0,0,10,NULL,'ADM1059A1','NM_030813'),(103762957,26.8013,100,99.856,91.8426,0,0,10,NULL,'ADM1059A1','NM_001258392'),(103762958,26.669,100,99.8495,91.4744,0,0,10,NULL,'ADM1059A1','NM_001258393'),(103762959,23.7954,100,97.2753,82.6243,0,0,10,NULL,'ADM1059A1','NM_182925'),(103762960,23.5227,100,97.1421,81.7749,0,0,10,NULL,'ADM1059A1','NM_002020'),(103762981,26.5445,100,99.6256,92.847,0,0,10,NULL,'ADM1059A1','NM_015346'),(103763011,27.1265,100,99.9233,82.4387,0,0,10,NULL,'ADM1059A1','XM_005264089'),(103763012,27.1265,100,99.9233,82.4387,0,0,10,NULL,'ADM1059A1','NM_213622'),(103763013,27.1265,100,99.9233,82.4387,0,0,10,NULL,'ADM1059A1','NM_201647'),(103763014,27.1265,100,99.9233,82.4387,0,0,10,NULL,'ADM1059A1','NM_006463'),(103763015,27.4615,100,99.9035,91.5653,0,0,10,NULL,'ADM1059A1','NM_014989'),(103763053,29.3573,100,99.9649,96.5747,0,0,10,NULL,'ADM1059A1','NM_000259'),(103763054,29.3202,100,99.9643,96.5234,0,0,10,NULL,'ADM1059A1','NM_001142495'),(103763055,29.3672,100,99.9648,96.5675,0,0,10,NULL,'ADM1059A1','XM_005254401'),(103763056,29.3591,100,99.9653,97.1577,0,0,10,NULL,'ADM1059A1','XM_005254403'),(103763071,25.8051,100,96.8523,94.1889,0,0,10,NULL,'ADM1059A1','NM_001248001'),(103763077,27.9141,100,100,97.0008,0,0,10,NULL,'ADM1059A1','NR_027751'),(103763078,27.4913,100,99.9398,91.8122,0,0,10,NULL,'ADM1059A1','NM_017565'),(103763083,27.0472,100,99.941,92.9583,0,0,10,NULL,'ADM1059A1','NM_015425'),(103763096,23.2834,99.9553,97.2731,77.3357,0,0,10,'17|7095210|7095323|99.115','ADM1059A1','XM_005256493'),(103763097,23.2935,99.9551,97.2621,77.2442,0,0,10,'17|7095210|7095323|99.115','ADM1059A1','NM_001128827'),(103763098,23.4195,99.9578,97.4283,77.8246,0,0,10,'17|7095210|7095323|99.115','ADM1059A1','NM_001365'),(103763119,28.7894,100,99.4902,95.1033,0,0,10,NULL,'ADM1059A1','NM_025137'),(103763120,28.9788,100,100,96.7084,0,0,10,NULL,'ADM1059A1','NM_001160227'),(103763123,25.8333,100,96.5873,82.332,0,0,10,NULL,'ADM1059A1','NM_018706'),(103763137,31.6053,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001077691'),(103763155,25.7874,100,100,86.3853,0,0,10,NULL,'ADM1059A1','NM_001382'),(103763156,24.1813,100,100,97.2527,0,0,10,NULL,'ADM1059A1','XM_005271424'),(103763168,27.9825,100,99.9363,94.1401,0,0,10,NULL,'ADM1059A1','NM_000170'),(103763194,24.598,100,97.9649,81.8723,0,0,10,NULL,'ADM1059A1','NM_001848'),(103763202,30.8584,100,100,98.9369,0,0,10,NULL,'ADM1059A1','NR_109986'),(103763215,31.0189,100,97.6661,94.0754,0,0,10,NULL,'ADM1059A1','XM_005273023'),(103763216,29.3317,99.1969,98.5248,96.1482,0,0,10,'2|230663997|230664101|52.8846','ADM1059A1','NM_004238'),(103763217,29.3438,99.0728,98.2971,95.9697,0,0,10,'2|230663997|230664101|52.8846','ADM1059A1','NM_001284216'),(103763218,29.2722,99.2158,98.5595,96.2388,0,0,10,'2|230663997|230664101|52.8846','ADM1059A1','NM_001284214'),(103763236,24.9287,99.9619,95.4268,74.9619,0,0,10,'9|131013002|131013221|99.5434','ADM1059A1','NM_001288738'),(103763237,25.122,99.9619,97.5991,77.7058,0,0,10,'9|131013002|131013221|99.5434','ADM1059A1','NM_001005336'),(103763238,25.0732,99.9624,97.6342,77.6943,0,0,10,'9|131013002|131013221|99.5434','ADM1059A1','NM_004408'),(103763239,24.9287,99.9619,95.4268,74.9619,0,0,10,'9|131013002|131013221|99.5434','ADM1059A1','NM_001288737'),(103763291,27.1164,100,99.2022,91.1417,0,0,10,NULL,'ADM1059A1','XM_005260726'),(103763292,27.0788,100,99.2152,91.2855,0,0,10,NULL,'ADM1059A1','NM_000933'),(103763293,27.0585,100,99.2107,91.2085,0,0,10,NULL,'ADM1059A1','NM_001172646'),(103763294,27.1164,100,99.2022,91.1417,0,0,10,NULL,'ADM1059A1','NM_182797'),(103763301,27.5069,100,98.615,79.3629,0,0,10,NULL,'ADM1059A1','NM_001024070'),(103763302,29.0104,100,98.7064,80.7244,0,0,10,NULL,'ADM1059A1','NM_000161'),(103763303,26.7493,100,98.4894,77.4924,0,0,10,NULL,'ADM1059A1','NM_001024071'),(103763304,29.0104,100,98.7064,80.7244,0,0,10,NULL,'ADM1059A1','NM_001024024'),(103763305,27.2263,100,100,93.5237,0,0,10,NULL,'ADM1059A1','NM_019109'),(103763326,21.1546,97.5292,87.221,60.7864,0,0,10,'7|70227854|70228329|98.7368,7|70229736|70229993|66.1479','ADM1059A1','NM_001127231'),(103763327,21.1758,97.5775,87.4707,61.3441,0,0,10,'7|70227854|70228329|98.7368,7|70229736|70229993|66.1479','ADM1059A1','NM_015570'),(103763350,25.978,100,97.7223,73.9162,0,0,10,NULL,'ADM1059A1','NM_001031737'),(103763352,31.3874,99.4252,98.7762,96.7365,0.0370851,0,10,'15|43360094|43360236|78.169','ADM1059A1','NM_174916'),(103763353,24.0239,100,98.7705,86.0173,0,0,10,NULL,'ADM1059A1','NM_130445'),(103763354,23.4359,100,98.6766,80.4696,0,0,10,NULL,'ADM1059A1','NM_030582'),(103763355,23.9457,100,98.8497,83.0241,0,0,10,NULL,'ADM1059A1','XM_005261182'),(103763359,24.295,100,96.9784,80.7194,0,0,10,NULL,'ADM1059A1','NM_006883'),(103763360,22.9096,100,98.4375,65.5134,0,0,10,NULL,'ADM1059A1','NM_000451'),(103763369,27.0891,100,99.4894,93.5096,0,0,10,NULL,'ADM1059A1','NM_000138'),(103763375,22.9386,100,90.7417,79.8466,0,0,10,NULL,'ADM1059A1','NM_018188'),(103763376,31.0903,100,99.0734,96.1824,0,0,10,NULL,'ADM1059A1','NM_001256469'),(103763377,29.8527,100,98.7085,93.4471,0,0,10,NULL,'ADM1059A1','NM_012330'),(103763431,26.5027,99.9915,98.9572,86.5028,0,0,10,'7|98602752|98602973|99.5475','ADM1059A1','NM_001244580'),(103763432,26.4975,99.9915,98.9492,86.399,0,0,10,'7|98602752|98602973|99.5475','ADM1059A1','NM_003496'),(103763447,28.1633,100,99.9863,95.697,0,0,10,NULL,'ADM1059A1','NM_015909'),(103763448,26.2071,100,99.5773,93.4112,0,0,10,NULL,'ADM1059A1','NM_032578'),(103763513,26.8156,99.9781,97.6734,93.2177,0,0,10,'2|189856393|189856450|98.2456','ADM1059A1','NM_000090'),(103763514,28.7348,100,100,99.361,0,0,10,NULL,'ADM1059A1','NM_001256283'),(103763515,30.5042,100,100,99.6939,0,0,10,NULL,'ADM1059A1','NM_001957'),(103763516,31.5708,100,100,99.5893,0,0,10,NULL,'ADM1059A1','NM_001166055'),(103763525,28.517,100,96.1832,92.1929,0,0,10,NULL,'ADM1059A1','NM_001851'),(103763526,26.9649,100,94.8478,88.2904,0,0,10,NULL,'ADM1059A1','NM_078485'),(103763527,29.4238,100,97.4272,93.3495,0,0,10,NULL,'ADM1059A1','NM_001286414'),(103763528,29.4254,100,97.4234,93.3398,0,0,10,NULL,'ADM1059A1','NM_014444'),(103763530,23.595,100,99.8716,88.0137,0,0,10,NULL,'ADM1059A1','NM_001007792'),(103763531,23.6913,100,99.8762,88.4441,0,0,10,NULL,'ADM1059A1','NM_001012331'),(103763532,23.7114,100,99.8772,88.5796,0,0,10,NULL,'ADM1059A1','NM_002529'),(103763572,26.346,100,100,99.708,0,0,10,NULL,'ADM1059A1','NR_106950'),(103763624,30.0397,100,98.7365,93.4244,0,0,10,NULL,'ADM1059A1','NM_005862'),(103763642,26.1065,100,100,89.3491,0,0,10,NULL,'ADM1059A1','NM_212552'),(103763643,24.1514,100,100,88.0126,0,0,10,NULL,'ADM1059A1','NM_001035505'),(103763646,27.4139,100,99.8993,93.6773,0,0,10,NULL,'ADM1059A1','NM_001999'),(103763648,25.4797,100,100,91.7293,0,0,10,NULL,'ADM1059A1','NM_001283186'),(103763649,24.8716,100,100,92.0653,0,0,10,NULL,'ADM1059A1','NM_152906'),(103763650,25.2459,100,100,93.0612,0,0,10,NULL,'ADM1059A1','NM_001283129'),(103763651,25.4797,100,100,91.7293,0,0,10,NULL,'ADM1059A1','XM_005261223'),(103763652,23.1968,100,100,90.0722,0,0,10,NULL,'ADM1059A1','NM_001283235'),(103763656,27.3926,100,100,89.9794,0,0,10,NULL,'ADM1059A1','NM_005879'),(103763659,26.996,100,97.3767,89.3179,0,0,10,NULL,'ADM1059A1','NM_020297'),(103763660,26.9796,100,97.3762,89.3157,0,0,10,NULL,'ADM1059A1','NM_005691'),(103763670,15.2709,92.8658,63.4824,7.73881,0,0,10,'X|11139730|11139933|70.936','ADM1059A1','NM_001122608'),(103763681,31.0299,100,100,98.3198,0,0,10,NULL,'ADM1059A1','NM_025000'),(103763682,30.4514,100,100,98.0714,0,0,10,NULL,'ADM1059A1','NM_001164821'),(103763684,27.9907,100,93.8662,86.6171,0,0,10,NULL,'ADM1059A1','NM_178234'),(103763685,28.0732,100,93.8832,86.6543,0,0,10,NULL,'ADM1059A1','NM_006765'),(103763710,28.351,94.5831,92.7775,83.059,0,0,10,'10|89472830|89473069|57.3222','ADM1059A1','NM_004670'),(103763711,28.4592,94.6344,92.8459,83.2194,0,0,10,'10|89472830|89473069|57.3222','ADM1059A1','NM_001015880'),(103763723,18.8158,99.8894,81.969,36.8363,0,0,10,'18|19756914|19757084|99.4118,18|19751103|19752242|99.9122','ADM1059A1','NM_005257'),(103763752,26.1067,100,100,95.5271,0,0,10,NULL,'ADM1059A1','NM_001282455'),(103763753,26.0609,100,100,95.6522,0,0,10,NULL,'ADM1059A1','NM_000742'),(103763762,15.9032,96.9549,57.8038,19.8128,0,0,10,'X|76776264|76776396|40.9091,X|76854878|76855051|93.0636,X|76812920|76813118|98.4848,X|76891404|76891549|80.0,X|76937010|76940087|98.505,X|76814138|76814319|70.7182,X|76778728|76778881|95.4248,X|76763826|76764109|98.9399','ADM1059A1','NM_000489'),(103763763,15.9282,96.9072,58.1738,20.1232,0,0,10,'X|76776264|76776396|40.9091,X|76854878|76855051|93.0636,X|76812920|76813118|98.4848,X|76891404|76891549|80.0,X|76937010|76940087|98.505,X|76814138|76814319|70.7182,X|76778728|76778881|95.4248,X|76763826|76764109|98.9399','ADM1059A1','NM_138270'),(103763766,23.3837,100,99.8782,82.3386,0,0,10,NULL,'ADM1059A1','NM_024598'),(103763767,23.2422,100,99.8691,81.0209,0,0,10,NULL,'ADM1059A1','NM_001195302'),(103763776,25.2599,100,100,95.2507,0,0,10,NULL,'ADM1059A1','NM_000320'),(103763843,25.207,100,96.7519,78.896,0,0,10,NULL,'ADM1059A1','NM_002470'),(103763845,24.1454,100,98.2309,82.8186,0,0,10,NULL,'ADM1059A1','NM_006037'),(103763854,27.9516,100,100,93.2457,0,0,10,NULL,'ADM1059A1','NM_030928'),(103763862,27.8595,100,100,95.2672,0,0,10,NULL,'ADM1059A1','NM_000376'),(103763863,27.1282,100,100,93.588,0,0,10,NULL,'ADM1059A1','NM_001017536'),(103763864,27.8595,100,100,95.2672,0,0,10,NULL,'ADM1059A1','NM_001017535'),(103763865,24.2513,99.6924,97.4956,82.2935,0,0,10,'10|71664687|71664717|96.6667,10|71647210|71647249|84.6154','ADM1059A1','NM_001130103'),(103763866,24.0372,99.6828,97.4173,81.7399,0,0,10,'10|71664687|71664717|96.6667,10|71647210|71647249|84.6154','ADM1059A1','NM_080801'),(103763867,23.9447,99.6771,97.3708,81.4114,0,0,10,'10|71664687|71664717|96.6667,10|71647210|71647249|84.6154','ADM1059A1','NM_080802'),(103763868,23.8577,99.6577,97.2127,80.3423,0,0,10,'10|71664687|71664717|96.6667,10|71647210|71647249|84.6154','ADM1059A1','NM_080798'),(103763869,24.2377,99.6782,97.3793,81.5632,0,0,10,'10|71664687|71664717|96.6667,10|71647210|71647249|84.6154','ADM1059A1','NM_080800'),(103763870,23.4775,99.6382,97.0543,79.2248,0,0,10,'10|71664687|71664717|96.6667,10|71647210|71647249|84.6154','ADM1059A1','NM_080805'),(103763871,22.2241,99.1959,96.3817,69.07,0,0,10,'9|138649000|138649078|61.5385','ADM1059A1','NM_001272003'),(103763872,21.8925,99.2112,94.6621,65.9479,0,0,10,'9|138649000|138649078|61.5385','ADM1059A1','NM_020822'),(103763873,21.9568,99.2246,94.7532,66.5288,0,0,10,'9|138649000|138649078|61.5385','ADM1059A1','XM_005263407'),(103763876,27.9379,100,99.0549,93.7444,0,0,10,NULL,'ADM1059A1','NM_181523'),(103763880,32.1861,100,99.9838,97.3394,0.146009,0,10,NULL,'ADM1059A1','NM_015295'),(103763890,30.6551,100,99.8724,96.7067,0,0,10,NULL,'ADM1059A1','NM_018193'),(103763891,30.0361,100,98.561,93.1219,0,0,10,NULL,'ADM1059A1','NM_001113378'),(103763897,27.8864,100,99.2929,91.1521,0,0,10,NULL,'ADM1059A1','NM_018249'),(103763898,27.9617,100,99.2623,90.7701,0,0,10,NULL,'ADM1059A1','NM_001011649'),(103763899,27.9237,100,99.2806,90.9984,0,0,10,NULL,'ADM1059A1','NM_001272039'),(103763900,25.2918,100,97.9095,83.2763,0,0,10,NULL,'ADM1059A1','NM_000548'),(103763901,25.4963,100,98.4837,84.5751,0,0,10,NULL,'ADM1059A1','NM_001077183'),(103763902,25.4902,100,98.4515,84.4198,0,0,10,NULL,'ADM1059A1','XM_005255533'),(103763903,25.2903,100,97.882,83.0929,0,0,10,NULL,'ADM1059A1','NM_001114382'),(103763904,25.4955,100,98.5047,84.7517,0,0,10,NULL,'ADM1059A1','XM_005255530'),(103763920,26.7445,100,99.0156,86.8335,0,0,10,NULL,'ADM1059A1','NM_001130690'),(103763956,27.782,100,99.5811,93.081,0,0,10,NULL,'ADM1059A1','XM_005251605'),(103763957,27.7453,100,99.56,92.7326,0,0,10,NULL,'ADM1059A1','NM_001190458'),(103763958,27.7971,100,99.567,92.848,0,0,10,NULL,'ADM1059A1','NM_203447'),(103763985,26.5889,99.7249,98.6406,90.759,0,0,10,'14|91883973|91884037|73.4375','ADM1059A1','NM_001080414'),(103763993,25.1927,100,98.0622,84.2779,0,0,10,NULL,'ADM1059A1','NM_032034'),(103763994,25.2068,100,98.1199,84.7464,0,0,10,NULL,'ADM1059A1','NM_001174090'),(103763995,24.9301,100,97.9926,82.3792,0,0,10,NULL,'ADM1059A1','NM_001174089'),(103764010,25.9562,100,99.1972,86.5733,0,0,10,NULL,'ADM1059A1','NM_001206999'),(103764011,25.9209,100,99.1806,86.295,0,0,10,NULL,'ADM1059A1','NM_007174'),(103764021,27.5436,100,97.2887,90.015,0,0,10,NULL,'ADM1059A1','NM_052867'),(103764035,28.1041,100,98.4163,94.1177,0,0,10,NULL,'ADM1059A1','NM_003289'),(103764040,24.5744,99.8144,97.0896,84.1785,0,0,10,'1|22263646|22263713|62.6866','ADM1059A1','NM_005529'),(103764042,32.7102,100,98.8171,96.9973,0,0,10,NULL,'ADM1059A1','NM_006642'),(103764043,32.8834,100,98.7415,96.8054,0,0,10,NULL,'ADM1059A1','XM_005273020'),(103764052,25.5789,99.7078,97.5027,85.6004,0,0,10,'20|62317142|62317227|87.0588','ADM1059A1','NM_032957'),(103764053,25.6274,99.7255,97.6541,86.4238,0,0,10,'20|62317142|62317227|87.0588','ADM1059A1','NM_001283009'),(103764061,23.4832,100,100,89.803,0,0,10,NULL,'ADM1059A1','NM_001129819'),(103764062,23.4832,100,100,89.803,0,0,10,NULL,'ADM1059A1','NM_007326'),(103764077,27.989,100,99.9573,96.0553,0,0,10,NULL,'ADM1059A1','NM_020920'),(103764078,27.9249,100,99.9618,96.4754,0,0,10,NULL,'ADM1059A1','NM_001170629'),(103764118,29.7581,100,99.2826,97.2621,0,0,10,NULL,'ADM1059A1','NM_173630'),(103764123,26.1735,100,99.9624,89.1851,0,0,10,NULL,'ADM1059A1','NM_001177431'),(103764124,26.1735,100,99.9624,89.1851,0,0,10,NULL,'ADM1059A1','NM_021625'),(103764125,26.386,100,99.9572,89.503,0,0,10,NULL,'ADM1059A1','NM_001177433'),(103764126,26.4423,100,99.9596,90.113,0,0,10,NULL,'ADM1059A1','NM_147204'),(103764127,26.1109,100,99.9603,88.5975,0,0,10,NULL,'ADM1059A1','NM_001177428'),(103764128,26.3017,100,99.961,89.1491,0,0,10,NULL,'ADM1059A1','XM_005253919'),(103764130,24.7173,100,98.4662,82.6563,0,0,10,NULL,'ADM1059A1','NM_002471'),(103764143,29.0119,100,99.9895,96.8743,0,0,10,NULL,'ADM1059A1','NM_001079823'),(103764169,27.0113,100,100,92.6543,0,0,10,NULL,'ADM1059A1','NM_001010898'),(103764214,28.744,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005267040'),(103764215,30.0542,100,100,100,0,0,10,NULL,'ADM1059A1','NM_017909'),(103764221,25.0709,99.6184,96.3116,85.2782,0,0,10,'19|11373071|11373119|52.0833,19|11322667|11322829|99.3827','ADM1059A1','NM_020812'),(103764224,28.636,99.2958,96.9792,92.5871,0,0,10,'2|27668161|27668318|75.7962','ADM1059A1','NM_015662'),(103764239,20.9422,99.0615,78.9331,51.6424,0,0,10,'19|48922840|48923073|99.5708,19|48901647|48902116|98.081,19|48945855|48947197|97.9136','ADM1059A1','NM_000836'),(103764262,26.6005,100,98.3347,89.0924,0,0,10,NULL,'ADM1059A1','NM_002473'),(103764284,30.2027,100,100,98.138,0,0,10,NULL,'ADM1059A1','NM_032985'),(103764285,30.2027,100,100,98.138,0,0,10,NULL,'ADM1059A1','NM_001172746'),(103764286,30.2027,100,100,98.138,0,0,10,NULL,'ADM1059A1','NM_001172745'),(103764305,28.5802,100,100,100,0,0,10,NULL,'ADM1059A1','NM_020164'),(103764306,28.6846,100,100,100,0,0,10,NULL,'ADM1059A1','NM_032467'),(103764323,24.4024,100,97.8819,82.6498,0,0,10,NULL,'ADM1059A1','NM_001278912'),(103764324,24.5092,100,97.935,83.0844,0,0,10,NULL,'ADM1059A1','NM_000501'),(103764325,24.3493,100,97.7239,85.2053,0,0,10,NULL,'ADM1059A1','NM_001278913'),(103764326,24.7661,100,97.9072,84.9408,0,0,10,NULL,'ADM1059A1','NM_001278914'),(103764327,24.6529,100,97.8363,84.4309,0,0,10,NULL,'ADM1059A1','NM_001278918'),(103764328,24.2894,100,97.7735,83.9303,0,0,10,NULL,'ADM1059A1','NM_001278916'),(103764329,24.5528,100,97.9046,82.8801,0,0,10,NULL,'ADM1059A1','NM_001278917'),(103764330,24.4132,100,97.8961,82.7663,0,0,10,NULL,'ADM1059A1','NM_001081754'),(103764331,24.615,100,97.8841,84.7286,0,0,10,NULL,'ADM1059A1','NM_001081753'),(103764332,23.6092,95.6754,86.2787,70.2616,0,0,10,'5|11384775|11385343|71.4789','ADM1059A1','NM_001332'),(103764350,28.9785,100,98.4163,94.457,0,0,10,NULL,'ADM1059A1','NM_213674'),(103764362,29.6501,100,99.7208,97.3635,0,0,10,NULL,'ADM1059A1','NM_001211'),(103764363,23.0974,99.9659,97.2752,76.9414,0,0,10,'19|5711780|5712015|99.5745','ADM1059A1','NM_004793'),(103764364,23.4405,99.9636,98.1434,79.7597,0,0,10,'19|5711780|5712015|99.5745','ADM1059A1','NM_001276479'),(103764365,23.1324,99.9573,97.8224,76.9855,0,0,10,'19|5711780|5712015|99.5745','ADM1059A1','NM_001276480'),(103764380,27.5303,100,100,98.4403,0,0,10,NULL,'ADM1059A1','NM_015599'),(103764381,27.8307,100,100,98.5075,0,0,10,NULL,'ADM1059A1','NM_001199919'),(103764382,27.2189,100,100,98.4036,0,0,10,NULL,'ADM1059A1','NM_001199917'),(103764393,20.8627,99.2095,88.2411,57.5099,0,0,10,'11|64374665|64375556|98.2043','ADM1059A1','NM_138734'),(103764394,23.5883,99.6927,96.1398,77.7607,0,0,10,'11|64374665|64375556|98.2043','ADM1059A1','XM_005274406'),(103764395,23.5465,99.6792,96.1307,77.7265,0,0,10,'11|64374665|64375556|98.2043','ADM1059A1','NM_138732'),(103764396,23.5883,99.6927,96.1398,77.7607,0,0,10,'11|64374665|64375556|98.2043','ADM1059A1','NM_015080'),(103764413,23.9247,100,96.3242,76.5722,0,0,10,NULL,'ADM1059A1','NM_016569'),(103764414,33.2383,100,99.9787,99.0851,0,0,10,NULL,'ADM1059A1','NM_000642'),(103764415,33.2383,100,99.9787,99.0851,0,0,10,NULL,'ADM1059A1','NM_000644'),(103764416,33.2383,100,99.9787,99.0851,0,0,10,NULL,'ADM1059A1','NM_000643'),(103764417,33.2383,100,99.9787,99.0851,0,0,10,NULL,'ADM1059A1','NM_000028'),(103764418,33.0765,100,99.9785,99.0757,0,0,10,NULL,'ADM1059A1','NM_000646'),(103764419,33.1438,100,99.9785,99.0745,0,0,10,NULL,'ADM1059A1','NM_000645'),(103764424,23.8443,100,91.1976,82.515,0,0,10,NULL,'ADM1059A1','NM_006657'),(103764425,23.5832,100,91.6761,81.88,0,0,10,NULL,'ADM1059A1','XM_005261088'),(103764426,23.8443,100,91.1976,82.515,0,0,10,NULL,'ADM1059A1','NM_206965'),(103764427,23.0557,100,90.367,80.865,0,0,10,NULL,'ADM1059A1','XM_005261089'),(103764440,22.4207,91.9798,82.9546,65.346,0.352045,0,10,'16|70998629|70998801|97.093,16|71021825|71022038|0.0,16|70861162|70861316|0.0,16|71052030|71052347|27.7603,16|71059284|71059431|95.9184,16|70852243|70852477|99.1453,16|70986322|70986540|72.0183,16|70905938|70906084|97.2603,16|70937526|70937702|0.0,16|70925547|70925789|47.5207,16|71022294|71022417|0.0,16|71007244|71007397|96.0784,16|71122202|71122429|88.5463,16|70916561|70916800|93.7238,16|71009037|71009174|98.5401,16|70969853|70970019|54.2169,16|71196432|71196635|86.2069','ADM1059A1','NM_001270974'),(103764447,28.1529,100,100,93.4531,0,0,10,NULL,'ADM1059A1','NM_003638'),(103764479,30.1101,100,100,100,0,0,10,NULL,'ADM1059A1','NM_024818'),(103764480,30.5351,100,100,100,0,0,10,NULL,'ADM1059A1','NM_198329'),(103764484,26.8505,100,98.8445,90.6888,0,0,10,NULL,'ADM1059A1','NM_182961'),(103764485,26.8753,100,98.8646,90.827,0,0,10,NULL,'ADM1059A1','NM_033071'),(103764499,25.0922,99.8648,93.8075,81.179,0,0,10,'17|80710067|80710255|97.3404','ADM1059A1','NM_005993'),(103764500,21.8162,99.818,95.8144,69.9272,0,0,10,'3|183888105|183888546|99.093','ADM1059A1','NM_004423'),(103764501,27.8944,100,100,99.1879,0,0,10,NULL,'ADM1059A1','NM_002633'),(103764502,27.788,100,100,96.0068,0,0,10,NULL,'ADM1059A1','NM_001172818'),(103764503,27.8906,100,100,99.911,0,0,10,NULL,'ADM1059A1','NM_001172819'),(103764524,23.8987,100,99.236,81.3224,0,0,10,NULL,'ADM1059A1','NM_001244963'),(103764530,13.425,83.0645,42.621,2.74194,0,0,10,'X|67273485|67273654|75.7396,X|67417026|67417108|0.0,X|67272380|67272434|0.0,X|67652707|67652865|84.1772,X|67429993|67430126|66.1654,X|67283694|67284021|58.7156,X|67268263|67268301|0.0','ADM1059A1','NM_002547'),(103764536,24.7977,99.0416,98.2386,85.3387,0,0,10,'16|88815790|88815889|25.2525','ADM1059A1','NM_001142864'),(103764549,30.2739,100,100,96.6413,0,0,10,NULL,'ADM1059A1','NM_181426'),(103764563,29.6777,100,100,99.4629,0,0,10,NULL,'ADM1059A1','NM_017739'),(103764564,29.4881,100,100,99.5248,0,0,10,NULL,'ADM1059A1','NM_001243766'),(103764565,29.4062,100,100,99.445,0,0,10,NULL,'ADM1059A1','XM_005271012'),(103764568,25.9811,100,99.9647,91.7269,0,0,10,NULL,'ADM1059A1','NM_001080467'),(103764575,24.1004,100,97.9383,79.5995,0,0,10,NULL,'ADM1059A1','NM_015215'),(103764576,25.1288,100,97.9933,86.7893,0,0,10,NULL,'ADM1059A1','NM_000660'),(103764622,29.6574,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001277062'),(103764623,29.3932,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001277061'),(103764624,30.0312,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001277065'),(103764625,30.0312,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001277066'),(103764626,30.1742,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001277063'),(103764627,29.8576,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001277064'),(103764628,29.3932,100,100,100,0,0,10,NULL,'ADM1059A1','NM_020194'),(103764639,13.0241,87.0836,29.8668,4.73723,0,0,10,'X|54040808|54040998|0.0,X|53989275|53989374|98.9899,X|54012176|54012219|83.7209,X|53970565|53970678|94.6903,X|54029026|54029117|1.0989,X|54037553|54037719|91.5663,X|54022124|54022217|83.871,X|54011345|54011662|93.0599,X|54014197|54014379|98.3516,X|54012338|54012384|97.8261','ADM1059A1','NM_001184898'),(103764650,25.9593,100,99.2219,87.3304,0,0,10,NULL,'ADM1059A1','NM_178229'),(103764661,22.783,100,94.8339,67.6753,0,0,10,NULL,'ADM1059A1','NM_001303'),(103764679,14.104,86.5295,44.5924,7.98803,0,0,10,'X|53595650|53595836|76.8817,X|53586313|53586495|22.5275,X|53574632|53575236|47.8477,X|53563339|53563630|83.8488,X|53565794|53566043|62.249,X|53602113|53602183|72.8571,X|53592026|53592202|98.8636,X|53571519|53571725|98.5437,X|53658517|53658568|68.6274,X|53579597|53579856|84.1699,X|53566616|53566775|96.8553,X|53631548|53631797|53.8153,X|53643929|53644110|86.1878,X|53585930|53586023|81.7204,X|53675153|53675255|83.3333,X|53591533|53591685|9.86842,X|53561475|53561660|97.8378,X|53579270|53579404|75.3731,X|53641493|53641708|98.6047,X|53644299|53644409|6.36364,X|53656465|53656569|72.1154,X|53573395|53573555|93.75,X|53634482|53634662|97.7778,X|53578225|53578443|31.6514,X|53577625|53577731|54.717,X|53588715|53588887|74.4186,X|53575918|53576468|62.3636,X|53616505|53616778|92.3077,X|53589790|53589892|56.8627,X|53655442|53655573|96.9466,X|53642703|53642798|35.7895','ADM1059A1','XM_005277962'),(103764680,14.104,86.5295,44.5924,7.98803,0,0,10,'X|53595650|53595836|76.8817,X|53586313|53586495|22.5275,X|53574632|53575236|47.8477,X|53563339|53563630|83.8488,X|53565794|53566043|62.249,X|53602113|53602183|72.8571,X|53592026|53592202|98.8636,X|53571519|53571725|98.5437,X|53658517|53658568|68.6274,X|53579597|53579856|84.1699,X|53566616|53566775|96.8553,X|53631548|53631797|53.8153,X|53643929|53644110|86.1878,X|53585930|53586023|81.7204,X|53675153|53675255|83.3333,X|53591533|53591685|9.86842,X|53561475|53561660|97.8378,X|53579270|53579404|75.3731,X|53641493|53641708|98.6047,X|53644299|53644409|6.36364,X|53656465|53656569|72.1154,X|53573395|53573555|93.75,X|53634482|53634662|97.7778,X|53578225|53578443|31.6514,X|53577625|53577731|54.717,X|53588715|53588887|74.4186,X|53575918|53576468|62.3636,X|53616505|53616778|92.3077,X|53589790|53589892|56.8627,X|53655442|53655573|96.9466,X|53642703|53642798|35.7895','ADM1059A1','NM_031407'),(103764710,27.0017,99.8876,98.736,94.2978,0,0,10,'9|135772808|135772999|97.9058','ADM1059A1','NM_001162426'),(103764744,26.9774,100,99.9248,91.8195,0,0,10,NULL,'ADM1059A1','NM_144966'),(103764753,27.2246,100,98.9349,87.3245,0,0,10,NULL,'ADM1059A1','NM_001376'),(103764754,28.2474,100,99.9849,96.5018,0,0,10,NULL,'ADM1059A1','NM_001128840'),(103764755,28.2151,100,99.9851,96.5347,0,0,10,NULL,'ADM1059A1','NM_000720'),(103764756,28.3249,100,99.9847,96.5201,0,0,10,NULL,'ADM1059A1','NM_001128839'),(103764773,26.8891,100,99.4155,91.529,0,0,10,NULL,'ADM1059A1','NM_014991'),(103764774,26.962,100,99.9161,91.9899,0,0,10,NULL,'ADM1059A1','XM_005262860'),(103764805,28.4536,100,99.8571,95.4286,0,0,10,NULL,'ADM1059A1','NM_003321'),(103764845,26.383,100,100,87.3022,0,0,10,NULL,'ADM1059A1','NM_005051'),(103764846,13.8261,93.2712,37.5087,5.58788,0,0,10,'X|44935940|44936073|68.4211,X|44948986|44949177|89.5288,X|44918490|44918713|93.722,X|44921890|44921995|95.2381,X|44942703|44942855|99.3421,X|44945108|44945226|75.4237,X|44918249|44918351|45.098,X|44919265|44919403|81.1594,X|44922665|44923064|75.9398','ADM1059A1','NM_021140'),(103764847,14.1515,93.6393,42.0656,7.08196,0,0,10,'X|44935940|44936073|68.4211,X|44948986|44949177|89.5288,X|44921890|44921995|95.2381,X|44942703|44942855|99.3421,X|44945108|44945226|75.4237,X|44918589|44918713|99.1936,X|44922665|44923064|75.9398','ADM1059A1','XM_005272662'),(103764848,14.3573,93.3814,45.2321,7.59096,0,0,10,'X|44935940|44936073|68.4211,X|44948986|44949177|89.5288,X|44921890|44921995|95.2381,X|44919300|44919403|82.5243,X|44942703|44942855|99.3421,X|44945108|44945226|75.4237,X|44922665|44923064|75.9398','ADM1059A1','XM_005272655'),(103764849,14.0825,93.9064,41.0102,6.16311,0,0,10,'X|44935940|44936073|68.4211,X|44948986|44949177|89.5288,X|44918490|44918713|93.722,X|44921890|44921995|95.2381,X|44942703|44942855|99.3421,X|44945108|44945226|75.4237,X|44918249|44918351|45.098,X|44922665|44923064|75.9398','ADM1059A1','XM_005272657'),(103764850,13.9711,93.6296,39.7037,5.92592,0,0,10,'X|44935940|44936073|68.4211,X|44948986|44949177|89.5288,X|44918490|44918713|93.722,X|44942703|44942855|99.3421,X|44945108|44945226|75.4237,X|44918249|44918351|45.098,X|44922665|44923064|75.9398','ADM1059A1','XM_005272661'),(103764852,12.6175,80.819,35.5604,0.323276,0,0,10,'X|149761074|149761141|32.8358,X|149783060|149783174|71.9298,X|149831904|149832084|56.1111,X|149839899|149840071|43.0233,X|149818187|149818376|93.6508,X|149764960|149765036|84.2105,X|149809740|149809893|49.0196','ADM1059A1','NM_000252'),(103764856,21.8783,93.988,81.7501,63.0295,0,0,10,'16|70998629|70998801|97.093,16|70937526|70937702|0.0,16|71007244|71007397|96.0784,16|70927437|70928453|98.2283,16|70969853|70970019|54.2169','ADM1059A1','NR_103556'),(103764867,34.5028,100,100,100,0,0,10,NULL,'ADM1059A1','NM_002485'),(103764875,25.1038,100,97.8503,84.4329,0,0,10,NULL,'ADM1059A1','NM_007059'),(103764923,28.5486,100,97.7553,93.2879,0,0,10,NULL,'ADM1059A1','NM_000124'),(103764926,28.1613,100,98.9101,90.8089,0.169532,0,10,NULL,'ADM1059A1','NM_002222'),(103764927,28.1271,100,98.93,90.7859,0.166448,0,10,NULL,'ADM1059A1','NM_001168272'),(103764928,28.1725,100,98.9164,90.862,0.168552,0,10,NULL,'ADM1059A1','NM_001099952'),(103764931,26.0306,100,97.3713,92.942,0,0,10,NULL,'ADM1059A1','NM_001017995'),(103764991,28.5924,100,99.9499,94.1412,0,0,10,NULL,'ADM1059A1','NM_002880'),(103764992,31.651,100,100,98.8956,0,0,10,NULL,'ADM1059A1','NM_001267039'),(103764995,25.0091,100,100,91.785,0,0,10,NULL,'ADM1059A1','NM_000325'),(103765035,12.198,86.28,22.7723,0,0,0,10,'X|48382157|48382462|68.1967','ADM1059A1','NM_006579'),(103765036,23.815,100,97.5714,76.3571,0,0,10,NULL,'ADM1059A1','NM_000806'),(103765037,23.815,100,97.5714,76.3571,0,0,10,NULL,'ADM1059A1','NM_001127643'),(103765038,23.815,100,97.5714,76.3571,0,0,10,NULL,'ADM1059A1','NM_001127644'),(103765039,23.815,100,97.5714,76.3571,0,0,10,NULL,'ADM1059A1','NM_001127645'),(103765040,23.815,100,97.5714,76.3571,0,0,10,NULL,'ADM1059A1','NM_001127648'),(103765041,23.9384,100,97.524,79.7372,0,0,10,NULL,'ADM1059A1','NM_000453'),(103765044,26.4184,100,99.2209,88.1184,0,0,10,NULL,'ADM1059A1','NM_014770'),(103765045,24.5878,99.9725,93.8669,75.6876,0,0,10,'12|58130860|58132031|99.9146','ADM1059A1','NM_001122772'),(103765046,27.9596,100,98.6424,88.543,0,0,10,NULL,'ADM1059A1','NM_012233'),(103765047,28.0138,100,98.6531,88.6334,0,0,10,NULL,'ADM1059A1','NM_001172435'),(103765074,24.8687,100,100,89.8776,0,0,10,NULL,'ADM1059A1','NM_001190907'),(103765075,25.2004,99.994,97.4668,86.1477,0,0,10,'12|49433505|49435320|99.9449','ADM1059A1','NM_003482'),(103765080,24.049,92.584,84.6487,74.4626,0,0,10,'6|157099062|157100607|66.7314','ADM1059A1','XM_005267069'),(103765097,30.2356,100,100,96.5022,0.256436,0,10,NULL,'ADM1059A1','NM_023073'),(103765140,25.3042,100,98.3857,85.1742,0,0,10,NULL,'ADM1059A1','NM_000400'),(103765141,26.7715,100,99.4427,91.879,0,0,10,NULL,'ADM1059A1','NM_001130867'),(103765142,24.7857,100,98.2025,83.491,0,0,10,NULL,'ADM1059A1','XM_005258640'),(103765152,28.2466,99.9336,99.4244,95.6166,0,0,10,'2|149240677|149241007|99.0909','ADM1059A1','NM_018328'),(103765165,27.1971,100,100,92.1359,0,0,10,NULL,'ADM1059A1','NM_003199'),(103765166,27.276,100,100,91.6106,0,0,10,NULL,'ADM1059A1','NM_001243231'),(103765167,27.3026,100,100,91.8838,0,0,10,NULL,'ADM1059A1','NM_001243227'),(103765168,27.0849,100,100,91.4054,0,0,10,NULL,'ADM1059A1','NM_001243232'),(103765169,27.6066,100,100,92.8097,0,0,10,NULL,'ADM1059A1','NM_001243233'),(103765170,27.9123,100,100,92.3816,0,0,10,NULL,'ADM1059A1','NM_001243236'),(103765171,27.6408,100,100,91.6133,0,0,10,NULL,'ADM1059A1','NM_001243235'),(103765172,26.9932,100,100,90.5854,0,0,10,NULL,'ADM1059A1','NM_001243230'),(103765173,27.3029,100,100,92.2488,0,0,10,NULL,'ADM1059A1','NM_001243228'),(103765174,27.1967,100,98.406,91.2332,0,0,10,NULL,'ADM1059A1','NM_001243226'),(103765175,27.263,100,100,92.1815,0,0,10,NULL,'ADM1059A1','NM_001083962'),(103765177,28.7619,100,100,98.0071,0,0,10,NULL,'ADM1059A1','NM_213599'),(103765180,14.4477,88.3474,48.0638,12.9375,0,0,10,'X|32490279|32490428|93.2886,X|32482701|32482818|19.6581,X|31462596|31462746|74.0,X|32459295|32459433|97.8261,X|32407616|32407793|72.3164,X|32380903|32381077|98.2759,X|32519870|32519961|98.9011,X|31222076|31222237|78.882,X|32364058|32364199|12.0567,X|32472777|32472951|6.32184,X|32632418|32632572|86.3636,X|32466571|32466757|98.9247,X|32717227|32717412|98.9189,X|32503034|32503218|77.1739,X|32481554|32481713|55.9748,X|31198485|31198600|88.6957,X|32486613|32486829|76.8519,X|32834583|32834759|43.1818,X|31187558|31187720|96.2963,X|32841410|32841506|5.20833,X|31200853|31201023|98.2353,X|32398625|32398799|88.5057,X|31792075|31792311|99.1525,X|32361249|32361405|73.7179,X|32404425|32404584|96.8553,X|31165390|31165637|89.4737,X|32429867|32430032|61.2121,X|32509392|32509637|85.3061,X|31191654|31191723|85.5072,X|31144757|31144792|97.1429,X|32662247|32662432|68.6487,X|32715985|32716117|0.0','ADM1059A1','NM_004009'),(103765181,14.4516,88.3597,48.2075,12.9238,0,0,10,'X|32490279|32490428|93.2886,X|32482701|32482818|19.6581,X|31462596|31462746|74.0,X|32459295|32459433|97.8261,X|32407616|32407793|72.3164,X|32380903|32381077|98.2759,X|32519870|32519961|98.9011,X|31222076|31222237|78.882,X|32364058|32364199|12.0567,X|32472777|32472951|6.32184,X|32632418|32632572|86.3636,X|32466571|32466757|98.9247,X|32717227|32717412|98.9189,X|32503034|32503218|77.1739,X|32481554|32481713|55.9748,X|31198485|31198600|88.6957,X|32486613|32486829|76.8519,X|32834583|32834759|43.1818,X|31187558|31187720|96.2963,X|32841410|32841506|5.20833,X|31200853|31201023|98.2353,X|32398625|32398799|88.5057,X|31792075|31792311|99.1525,X|32361249|32361405|73.7179,X|32404425|32404584|96.8553,X|31165390|31165637|89.4737,X|32429867|32430032|61.2121,X|32509392|32509637|85.3061,X|31191654|31191723|85.5072,X|31144757|31144792|97.1429,X|32662247|32662432|68.6487,X|32715985|32716117|0.0','ADM1059A1','NM_004006'),(103765182,28.5782,100,99.7888,92.6515,0,0,10,NULL,'ADM1059A1','NM_004525'),(103765224,26.0161,100,97.3044,80.838,0,0,10,NULL,'ADM1059A1','NM_001171933'),(103765228,25.7502,100,100,90.5677,0,0,10,NULL,'ADM1059A1','NM_001128225'),(103765229,25.7785,100,100,90.3915,0,0,10,NULL,'ADM1059A1','NM_152264'),(103765234,29.2074,100,99.9598,96.9169,0,0,10,NULL,'ADM1059A1','NM_006311'),(103765235,29.2569,100,99.958,96.7837,0,0,10,NULL,'ADM1059A1','NM_001190440'),(103765236,30.2771,100,100,97.2539,0,0,10,NULL,'ADM1059A1','NM_001190438'),(103765268,20.2209,99.5484,88.6902,51.6372,0,0,10,'22|51158610|51160867|99.9557,22|51135949|51136145|88.2653','ADM1059A1','NM_033517'),(103765274,25.4726,100,99.2448,77.3442,0,0,10,NULL,'ADM1059A1','NM_001197223'),(103765291,27.2009,100,100,99.1893,0,0,10,NULL,'ADM1059A1','NM_170784'),(103765292,27.2009,100,100,99.1893,0,0,10,NULL,'ADM1059A1','NM_018848'),(103765300,12.4356,82.9787,26.2234,1.80851,0,0,10,'X|129270616|129270708|98.913,X|129263943|129264143|78.5,X|129281725|129281853|93.75,X|129273768|129273848|0.0,X|129299523|129299633|63.6364,X|129267286|129267432|77.3973,X|129270018|129270162|86.8056,X|129271051|129271162|13.5135','ADM1059A1','NM_145812'),(103765301,12.2865,83.0867,24.0486,1.79704,0,0,10,'X|129270616|129270708|98.913,X|129263943|129264143|78.5,X|129281725|129281853|93.75,X|129273768|129273848|0.0,X|129299523|129299633|63.6364,X|129267286|129267432|77.3973,X|129270018|129270162|86.8056,X|129271051|129271162|13.5135','ADM1059A1','NM_004208'),(103765302,11.3597,86.2794,5.80964,0,0,0,10,'X|129270616|129270708|98.913,X|129271051|129271074|34.7826,X|129263943|129264143|78.5,X|129267286|129267432|77.3973,X|129270018|129270162|86.8056','ADM1059A1','NM_001130846'),(103765303,25.9033,100,99.2996,87.931,0,0,10,NULL,'ADM1059A1','NM_004380'),(103765304,25.8815,100,99.2884,87.7378,0,0,10,NULL,'ADM1059A1','NM_001079846'),(103765333,29.5769,99.969,98.634,95.5293,0,0,10,'5|86669978|86670139|99.3789','ADM1059A1','NM_002890'),(103765334,29.7956,99.9628,98.3643,94.6468,0,0,10,'5|86669978|86670139|99.3789','ADM1059A1','NM_022650'),(103765335,22.2521,100,96.7672,61.4224,0,0,10,NULL,'ADM1059A1','NM_001243475'),(103765336,21.8229,100,97.6489,68.9655,0,0,10,NULL,'ADM1059A1','NM_015681'),(103765337,22.1079,100,96.888,62.0332,0,0,10,NULL,'ADM1059A1','XM_005256610'),(103765340,26.6596,100,99.7232,92.4598,0,0,10,NULL,'ADM1059A1','NM_003127'),(103765341,26.6823,100,99.7238,92.4776,0,0,10,NULL,'ADM1059A1','NM_001130438'),(103765389,30.1875,100,100,99.5066,0,0,10,NULL,'ADM1059A1','NM_001142777'),(103765390,28.3938,100,100,98.938,0,0,10,NULL,'ADM1059A1','NM_025193'),(103765391,30.1875,100,100,99.5066,0,0,10,NULL,'ADM1059A1','NM_001142778'),(103765397,25.2329,100,99.2138,87.1253,0,0,10,NULL,'ADM1059A1','NM_014141'),(103765405,24.3535,100,94.008,82.0906,0,0,10,NULL,'ADM1059A1','NM_001190919'),(103765406,24.4693,100,93.5018,81.8051,0,0,10,NULL,'ADM1059A1','NM_001190918'),(103765407,24.3535,100,94.008,82.0906,0,0,10,NULL,'ADM1059A1','NM_003250'),(103765415,26.5952,100,99.828,92.8121,0,0,10,NULL,'ADM1059A1','NM_138295'),(103765445,23.5755,98.277,87.6637,75.2584,0,0,10,'15|27018790|27018874|86.9048,15|26806077|26806325|94.3548','ADM1059A1','NM_021912'),(103765460,30.6595,100,99.333,98.2981,0,0,10,NULL,'ADM1059A1','NM_001042492'),(103765461,30.6461,100,99.3279,98.285,0,0,10,NULL,'ADM1059A1','NM_000267'),(103765468,22.2557,100,97.5427,72.7405,0,0,10,NULL,'ADM1059A1','NM_005270'),(103765486,27.6647,100,100,96.5684,0,0,10,NULL,'ADM1059A1','NM_003383'),(103765487,27.7074,100,100,96.4534,0,0,10,NULL,'ADM1059A1','NM_001018056'),(103765494,28.4272,100,99.8888,95.3281,0,0,10,NULL,'ADM1059A1','NM_004056'),(103765506,24.0296,100,93.5086,75.5957,0,0,10,NULL,'ADM1059A1','NM_000429'),(103765517,30.2682,99.7756,99.1025,97.5959,0.117534,0,10,'11|108188098|108188250|86.1842','ADM1059A1','XM_005271564'),(103765518,30.2682,99.7756,99.1025,97.5959,0.117534,0,10,'11|108188098|108188250|86.1842','ADM1059A1','NM_000051'),(103765541,30.8463,100,99.1728,96.1254,0,0,10,NULL,'ADM1059A1','NM_015910'),(103765560,22.1416,100,96.9547,66.5017,0,0,10,NULL,'ADM1059A1','NM_021978'),(103765563,23.649,100,99.2844,70.4115,0,0,10,NULL,'ADM1059A1','NM_000342'),(103765576,26.2453,99.6757,98.0248,89.9912,0,0,10,'18|31322850|31326562|99.7845,18|31158594|31158651|75.4386','ADM1059A1','NM_030632'),(103765579,24.8509,100,99.4565,87.2283,0,0,10,NULL,'ADM1059A1','NM_016111'),(103765612,27.0908,100,100,93.59,0,0,10,NULL,'ADM1059A1','NM_000834'),(103765626,30.3832,100,100,97.386,0,0,10,NULL,'ADM1059A1','NM_020779'),(103765627,30.3783,100,100,97.4119,0,0,10,NULL,'ADM1059A1','NM_001006657'),(103765699,32.0873,100,100,92.2893,0,0,10,NULL,'ADM1059A1','NM_018368'),(103765713,27.8653,99.9861,97.3374,90.459,0,0,10,'12|80749514|80749730|99.537','ADM1059A1','NM_173591'),(103765728,34.129,100,100,100,1.00111,0,10,NULL,'ADM1059A1','NM_006745'),(103765729,30.3837,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001017369'),(103765734,26.0947,100,95.667,85.0467,0,0,10,NULL,'ADM1059A1','NM_000182'),(103765740,26.794,100,97.5866,81.25,0,0,10,NULL,'ADM1059A1','NM_207346'),(103765752,25.3226,100,99.9193,81.5503,0,0,10,NULL,'ADM1059A1','NM_001145527'),(103765753,24.3171,100,98.8945,75.804,0,0,10,NULL,'ADM1059A1','NM_024757'),(103765754,25.3681,100,99.9208,83.122,0,0,10,NULL,'ADM1059A1','XM_005266112'),(103765759,21.3877,99.0363,85.4707,58.7843,0,0,10,'8|11565819|11566439|97.9032','ADM1059A1','NM_002052'),(103765790,27.0641,100,100,98.0752,0,0,10,NULL,'ADM1059A1','NM_138736'),(103765803,24.3925,100,99.1759,87.5442,0,0,10,NULL,'ADM1059A1','NM_022370'),(103765817,26.5134,100,99.3159,91.4932,0,0,10,NULL,'ADM1059A1','NM_001193465'),(103765818,26.5134,100,99.3159,91.4932,0,0,10,NULL,'ADM1059A1','NM_015443'),(103765819,26.5134,100,99.3159,91.4932,0,0,10,NULL,'ADM1059A1','NM_001193466'),(103765820,27.2031,100,100,95.106,0,0,10,NULL,'ADM1059A1','XM_005257235'),(103765821,25.7046,100,99.892,87.0138,0,0,10,NULL,'ADM1059A1','NM_001844'),(103765832,29.9767,100,100,99.6424,0,0,10,NULL,'ADM1059A1','NM_020166'),(103765866,26.2645,100,99.8173,89.8127,0,0,10,NULL,'ADM1059A1','NM_001177704'),(103765881,29.8535,100,99.1918,95.4741,0,0,10,NULL,'ADM1059A1','NM_032382'),(103765893,35.0136,100,100,100,0,0,10,NULL,'ADM1059A1','NM_021914'),(103765894,34.8447,100,100,98.835,0,0,10,NULL,'ADM1059A1','NM_138638'),(103765905,21.8196,100,99.9552,65.2193,0,0,10,NULL,'ADM1059A1','NM_005027'),(103765914,24.0605,100,92.7187,82.7364,0,0,10,NULL,'ADM1059A1','NM_000071'),(103765915,24.0605,100,92.7187,82.7364,0,0,10,NULL,'ADM1059A1','NM_001178009'),(103765916,24.0605,100,92.7187,82.7364,0,0,10,NULL,'ADM1059A1','NM_001178008'),(103765918,26.9991,99.905,87.4525,70.9126,0,0,10,'9|94123908|94124174|99.6241','ADM1059A1','NM_001698'),(103765919,26.6206,99.8961,86.2786,68.1913,0,0,10,'9|94123908|94124174|99.6241','ADM1059A1','XM_005252073'),(103765920,23.8963,99.8736,83.3123,61.3148,0,0,10,'9|94123908|94124174|99.6241','ADM1059A1','XM_005252072'),(103765926,29.044,100,97.7797,94.1385,0,0,10,NULL,'ADM1059A1','NM_000263'),(103765927,27.0426,100,100,98.0668,0,0,10,NULL,'ADM1059A1','NM_000127'),(103765928,27.4573,100,98.3487,86.3766,0,0,10,NULL,'ADM1059A1','NM_000110'),(103765939,27.9601,100,100,96.3224,0,0,10,NULL,'ADM1059A1','NM_001193348'),(103765954,25.2053,100,99.6222,82.7456,0,0,10,NULL,'ADM1059A1','NM_017866'),(103765981,29.3965,100,100,98.2512,0.0573396,0,10,NULL,'ADM1059A1','NM_018082'),(103765982,29.3104,100,100,98.1543,0.0605146,0,10,NULL,'ADM1059A1','NM_001160708'),(103765998,31.9623,100,100,99.5369,0.39361,0,10,NULL,'ADM1059A1','NM_000057'),(103765999,29.9214,100,96.9023,88.9595,0,0,10,NULL,'ADM1059A1','NM_001287248'),(103766004,28.4031,100,99.1103,88.3946,0,0,10,NULL,'ADM1059A1','NM_181733'),(103766005,28.6292,100,99.1324,88.6835,0,0,10,NULL,'ADM1059A1','NM_006348'),(103766006,28.6165,100,99.0934,88.175,0,0,10,NULL,'ADM1059A1','NM_001161520'),(103766009,27.6028,100,99.0608,97.4862,0,0,10,NULL,'ADM1059A1','NM_182734'),(103766010,27.5031,100,99.0931,96.319,0,0,10,NULL,'ADM1059A1','NM_015192'),(103766023,30.5497,100,100,100,0,0,10,NULL,'ADM1059A1','NR_103532'),(103766024,24.5961,100,95.2546,77.7199,0,0,10,NULL,'ADM1059A1','NM_001015051'),(103766033,30.4918,100,100,97.6621,0,0,10,NULL,'ADM1059A1','NM_152515'),(103766056,26.913,100,97.1087,88.587,0,0,10,NULL,'ADM1059A1','NM_005921'),(103766070,29.169,100,98.7945,95.3249,0,0,10,NULL,'ADM1059A1','NM_015330'),(103766071,29.169,100,98.7945,95.3249,0,0,10,NULL,'ADM1059A1','NM_001145468'),(103766091,26.6612,100,100,93.3301,0,0,10,NULL,'ADM1059A1','NM_000404'),(103766092,26.9518,100,100,94.8267,0,0,10,NULL,'ADM1059A1','NM_001079811'),(103766093,26.7499,100,100,93.7696,0,0,10,NULL,'ADM1059A1','XM_005265394'),(103766113,28.5354,100,100,96.6154,0,0,10,NULL,'ADM1059A1','NM_001201397'),(103766114,29.6065,100,100,98.5947,0,0,10,NULL,'ADM1059A1','NM_000115'),(103766115,29.7736,100,100,98.5757,0,0,10,NULL,'ADM1059A1','NM_003991'),(103766117,20.9607,99.9127,90.7424,61.7467,0,0,10,'7|5567910|5568352|99.7738','ADM1059A1','NM_001101'),(103766123,25.1891,100,98.3579,84.2016,0,0,10,NULL,'ADM1059A1','NM_024549'),(103766124,25.0691,100,98.4092,84.6956,0,0,10,NULL,'ADM1059A1','NM_001173975'),(103766134,26.4015,99.7882,98.069,89.5976,0.199327,0,10,'16|89334883|89335073|91.5789,16|89341499|89341601|99.0196','ADM1059A1','NM_001256182'),(103766135,26.4015,99.7882,98.069,89.5976,0.199327,0,10,'16|89334883|89335073|91.5789,16|89341499|89341601|99.0196','ADM1059A1','NM_013275'),(103766136,28.014,100,99.6055,95.5121,0,0,10,NULL,'ADM1059A1','NM_006922'),(103766137,28.0916,100,99.6055,95.5121,0,0,10,NULL,'ADM1059A1','NM_001081677'),(103766156,26.1136,99.1144,97.7122,92.1771,0,0,10,'19|13106649|13106680|61.2903','ADM1059A1','NM_002501'),(103766157,26.423,100,99.4741,93.8392,0,0,10,NULL,'ADM1059A1','NM_001271044'),(103766161,23.3934,100,98.7942,72.3219,0,0,10,NULL,'ADM1059A1','XM_005247939'),(103766162,23.0773,100,98.373,70.3379,0,0,10,NULL,'ADM1059A1','NM_147127'),(103766163,23.0565,100,98.2676,68.6301,0,0,10,NULL,'ADM1059A1','NM_001166136'),(103766173,13.6762,82.6906,41.435,2.51121,0,0,10,'X|48935698|48935757|5.08475,X|48934302|48934411|58.7156,X|48935300|48935408|39.8148,X|48932793|48932942|81.8792','ADM1059A1','NM_001029896'),(103766174,13.6708,82.737,41.3238,2.50448,0,0,10,'X|48935698|48935757|5.08475,X|48935300|48935408|39.8148,X|48934302|48934414|59.8214,X|48932793|48932942|81.8792','ADM1059A1','NM_007075'),(103766202,25.2575,98.2472,96,82.6067,0,0,10,'10|88476082|88476530|91.2946','ADM1059A1','NM_007078'),(103766203,24.6156,98.2589,94.6875,78.7054,0,0,10,'10|88476082|88476530|91.2946','ADM1059A1','NM_001171610'),(103766204,25.1008,97.9419,93.7203,78.6807,0,0,10,'10|88476082|88476530|91.2946','ADM1059A1','NM_001080114'),(103766216,32.1743,100,99.901,94.8515,0,0,10,NULL,'ADM1059A1','NM_002709'),(103766217,32.1743,100,99.901,94.8515,0,0,10,NULL,'ADM1059A1','NM_206876'),(103766276,26.92,100,98.9843,91.1976,0,0,10,NULL,'ADM1059A1','NM_017755'),(103766277,26.988,100,98.9357,90.776,0,0,10,NULL,'ADM1059A1','NM_001193455'),(103766278,29.6357,100,100,98.8805,0,0,10,NULL,'ADM1059A1','NM_001163940'),(103766279,29.5848,100,100,98.9256,0,0,10,NULL,'ADM1059A1','NM_002863'),(103766299,28.6833,100,99.9335,94.4052,0,0,10,NULL,'ADM1059A1','NM_005933'),(103766300,25.704,100,98.8642,85.902,0,0,10,NULL,'ADM1059A1','NM_024513'),(103766301,25.7171,100,98.8799,86.0971,0,0,10,NULL,'ADM1059A1','XM_005265483'),(103766354,30.3733,100,100,98.8954,0,0,10,NULL,'ADM1059A1','XM_005268076'),(103766355,31.552,100,100,99.7893,0,0,10,NULL,'ADM1059A1','NM_024884'),(103766365,24.4172,99.9206,96.9035,83.1282,0,0,10,'10|123324950|123325220|99.2593','ADM1059A1','NM_000141'),(103766366,24.7872,100,97.8261,87.1878,0,0,10,NULL,'ADM1059A1','NM_001144918'),(103766367,24.0942,99.9076,96.3972,80.5081,0,0,10,'10|123324950|123325220|99.2593','ADM1059A1','NM_001144917'),(103766368,24.2191,99.9081,96.4171,81.4424,0,0,10,'10|123324950|123325220|99.2593','ADM1059A1','NM_001144914'),(103766383,24.9366,100,97.7825,85.4277,0,0,10,NULL,'ADM1059A1','NM_002693'),(103766390,31.7089,100,99.8547,97.9033,0,0,10,NULL,'ADM1059A1','NM_014639'),(103766413,26.9696,100,99.7099,92.69,0,0,10,NULL,'ADM1059A1','NM_015284'),(103766414,26.5436,100,99.6139,90.3977,0,0,10,NULL,'ADM1059A1','XM_005270688'),(103766421,25.7277,99.4085,95.3312,83.3421,0,0,10,'5|14143832|14143993|65.2174','ADM1059A1','NM_007118'),(103766438,26.288,100,99.8842,90.9639,0,0,10,NULL,'ADM1059A1','NM_001135245'),(103766439,26.2894,100,99.8841,90.9576,0,0,10,NULL,'ADM1059A1','NM_000356'),(103766440,25.9835,100,99.3007,88.0893,0,0,10,NULL,'ADM1059A1','NM_001135244'),(103766441,26.1766,100,98.9431,88.3737,0,0,10,NULL,'ADM1059A1','NM_001008657'),(103766442,25.8496,100,99.3349,88.436,0,0,10,NULL,'ADM1059A1','XM_005268504'),(103766443,25.9182,100,99.3187,88.2198,0,0,10,NULL,'ADM1059A1','NM_001135243'),(103766488,26.9579,100,99.8272,91.129,0,0,10,NULL,'ADM1059A1','NM_017777'),(103766489,27.3699,100,100,92.3212,0,0,10,NULL,'ADM1059A1','NM_001165927'),(103766490,27.0105,100,99.8153,90.5172,0,0,10,NULL,'ADM1059A1','XM_005257486'),(103766491,28.8277,100,97.5252,87.1677,0,0,10,NULL,'ADM1059A1','NM_006496'),(103766509,29.2917,100,100,87.9842,0,0,10,NULL,'ADM1059A1','NM_000430'),(103766512,25.4921,100,99.9462,89.7059,0,0,10,NULL,'ADM1059A1','NM_000428'),(103766539,24.2817,99.9792,98.2135,87.6818,0,0,10,'9|133924405|133924519|99.1228','ADM1059A1','NM_006059'),(103766547,29.3008,100,98.2968,96.4418,0,0,10,NULL,'ADM1059A1','NM_002472'),(103766551,25.7176,100,98.0527,83.8134,0,0,10,NULL,'ADM1059A1','NM_031844'),(103766558,24.2905,99.8456,96.5251,81.4865,0,0,10,'16|30976920|30977709|98.9861','ADM1059A1','NM_014712'),(103766565,27.1759,100,99.9527,91.0381,0,0,10,NULL,'ADM1059A1','NM_003632'),(103766581,29.179,100,100,92.7978,0,0,10,NULL,'ADM1059A1','NM_199436'),(103766582,29.4249,100,100,93.1723,0,0,10,NULL,'ADM1059A1','NM_014946'),(103766598,29.2909,100,100,97.5401,0,0,10,NULL,'ADM1059A1','NM_000387'),(103766616,23.9633,100,96.9611,80.2909,0,0,10,NULL,'ADM1059A1','NM_001171'),(103766617,24.0642,100,95.6343,79.8134,0,0,10,NULL,'ADM1059A1','XM_005276048'),(103766620,29.982,100,98.8714,96.4107,0,0,10,NULL,'ADM1059A1','NM_020738'),(103766621,30.7807,100,100,99.6839,0,0,10,NULL,'ADM1059A1','XM_005246178'),(103766622,29.9867,100,98.8587,96.3704,0,0,10,NULL,'ADM1059A1','XM_005246172'),(103766623,30.0282,100,98.8037,96.1953,0,0,10,NULL,'ADM1059A1','XM_005246174'),(103766631,26.2362,100,97.566,86.3801,0,0,10,NULL,'ADM1059A1','NM_015474'),(103766667,31.009,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001195283'),(103766670,23.9099,99.0064,88.6444,73.1725,0,0,10,'7|99703580|99703628|70.8333','ADM1059A1','NM_004722'),(103766685,25.7403,100,99.9481,89.1429,0,0,10,NULL,'ADM1059A1','NM_018668'),(103766686,25.5547,100,99.9474,88.5789,0,0,10,NULL,'ADM1059A1','XM_005254886'),(103766704,24.9659,100,96.0216,81.5239,0,0,10,NULL,'ADM1059A1','NM_018026'),(103766706,30.334,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001171613'),(103766707,30.838,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001171606'),(103766708,30.838,100,100,100,0,0,10,NULL,'ADM1059A1','NM_006036'),(103766709,30.838,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001171603'),(103766710,31.2699,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001042386'),(103766711,31.13,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001042385'),(103766712,30.334,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001171617'),(103766764,24.7936,100,100,95.086,0,0,10,NULL,'ADM1059A1','NM_001025295'),(103766769,31.7388,100,100,99.2912,0.0525073,0,10,NULL,'ADM1059A1','NM_032043'),(103766770,26.1675,100,100,91.0192,0,0,10,NULL,'ADM1059A1','NM_000079'),(103766771,26.3754,100,100,91.4922,0,0,10,NULL,'ADM1059A1','NM_001039523'),(103766786,26.0677,99.9297,97.657,84.4658,0,0,10,'10|79789120|79789168|93.75','ADM1059A1','NM_007055'),(103766787,27.6537,100,99.893,90.9286,0,0,10,NULL,'ADM1059A1','NM_000214'),(103766802,23.9011,100,91.4057,73.2046,0,0,10,NULL,'ADM1059A1','XM_005246426'),(103766835,21.4345,99.0333,87.1919,57.5157,0,0,10,'2|162279878|162280741|97.6825','ADM1059A1','NM_006593'),(103766846,25.4308,100,99.8456,87.5965,0,0,10,NULL,'ADM1059A1','NM_001003841'),(103766907,28.8623,100,100,95.7143,0,0,10,NULL,'ADM1059A1','XM_005267987'),(103766908,28.8623,100,100,95.7143,0,0,10,NULL,'ADM1059A1','NM_022067'),(103766909,28.8623,100,100,95.7143,0,0,10,NULL,'ADM1059A1','NM_001193315'),(103766924,23.9744,100,98.4704,81.4149,0,0,10,NULL,'ADM1059A1','NM_172106'),(103766925,23.9338,100,98.503,81.2874,0,0,10,NULL,'ADM1059A1','NM_172107'),(103766926,23.9744,100,98.4472,81.1724,0,0,10,NULL,'ADM1059A1','XM_005260205'),(103766990,25.0671,99.7066,96.6437,84.9427,0,0,10,'8|2967678|2967859|86.1878,8|3443656|3443784|94.5312','ADM1059A1','NM_033225'),(103767063,25.8705,100,100,97.3022,0,0,10,NULL,'ADM1059A1','XM_005265096'),(103767064,25.8705,100,100,97.3022,0,0,10,NULL,'ADM1059A1','NM_013334'),(103767073,26.142,100,99.5717,86.7024,0,0,10,NULL,'ADM1059A1','NM_001083961'),(103767138,27.4389,100,99.5111,91.4086,0,0,10,NULL,'ADM1059A1','NM_014844'),(103767149,28.3568,100,99.2531,94.2443,0,0,10,NULL,'ADM1059A1','NM_145038'),(103767166,28.3138,100,100,99.5491,0,0,10,NULL,'ADM1059A1','XM_005247640'),(103767167,28.3138,100,100,99.5491,0,0,10,NULL,'ADM1059A1','NM_020191'),(103767185,31.0139,100,100,98.9838,0,0,10,NULL,'ADM1059A1','NM_007299'),(103767203,13.5353,82.6456,47.3149,3.22216,0,0,10,'X|132670149|132670323|44.2529,X|133119300|133119479|98.324,X|132887507|132888205|93.6963,X|132730466|132730629|0.0','ADM1059A1','NM_004484'),(103767204,13.5448,83.3243,46.7137,3.09615,0,0,10,'X|132670149|132670323|44.2529,X|133119300|133119479|98.324,X|132887507|132888205|93.6963,X|132730466|132730629|0.0','ADM1059A1','NM_001164617'),(103767205,13.1885,80.8365,43.3833,2.99626,0,0,10,'X|133119300|133119478|98.3146,X|132887507|132888205|93.6963,X|132670150|132670323|43.9306,X|132730466|132730629|0.0','ADM1059A1','NM_001164619'),(103767213,25.7254,93.7304,82.4451,73.5423,0,0,10,'5|68840729|68840948|63.4703,5|68830519|68830668|86.5772','ADM1059A1','NM_002538'),(103767214,25.7215,93.7265,82.4341,73.5257,0,0,10,'5|68840729|68840948|63.4703,5|68830519|68830668|86.5772','ADM1059A1','NM_001205254'),(103767215,20.2476,88.0383,66.5072,49.5215,0,0,10,'5|68840729|68840948|63.4703,5|68830519|68830668|86.5772','ADM1059A1','NM_001205255'),(103767245,29.9789,99.9262,97.9886,92.3902,2.03151,0.496144,10,'7|152132709|152132874|93.3333','ADM1059A1','NM_170606'),(103767246,29.9995,99.9271,98.0118,92.478,2.00808,0.490423,10,'7|152132709|152132874|93.3333','ADM1059A1','XM_005250030'),(103767255,24.3718,100,99.826,83.6427,0,0,10,NULL,'ADM1059A1','NM_025233'),(103767256,24.3718,100,99.826,83.6427,0,0,10,NULL,'ADM1059A1','NM_001042529'),(103767263,25.3698,100,100,90.3256,0,0,10,NULL,'ADM1059A1','NM_001846'),(103767305,30.0866,100,100,97.8242,0.0444049,0,10,NULL,'ADM1059A1','NM_001253852'),(103767306,30.0866,100,100,97.8242,0.0444049,0,10,NULL,'ADM1059A1','NM_006594'),(103767307,30.2672,100,99.4043,91.7447,0,0,10,NULL,'ADM1059A1','NM_017775'),(103767308,23.4948,99.9617,97.1253,75.6228,0,0,10,'7|766355|766954|99.8331','ADM1059A1','NM_017802'),(103767309,28.5208,100,99.6383,84.5389,2.07957,0,10,NULL,'ADM1059A1','NM_015139'),(103767316,12.8473,75.8727,32.3853,7.65999,0,0,10,'X|153230027|153230179|67.1053,X|153223231|153223339|42.5926,X|153216799|153216940|95.7447,X|153224018|153224219|39.3035,X|153226991|153227101|81.8182,X|153228674|153228886|95.283,X|153225684|153225867|54.0984,X|153215692|153215996|93.75,X|153236097|153236294|7.61421,X|153222763|153222986|36.3229,X|153223474|153223702|98.2456,X|153222367|153222513|50.0,X|153219515|153220995|58.9865,X|153219056|153219223|77.8443,X|153217038|153217160|63.1148,X|153225251|153225614|94.2149,X|153217963|153218411|97.9911','ADM1059A1','NM_005334'),(103767346,22.9614,100,93.8336,71.1739,0,0,10,NULL,'ADM1059A1','NM_005787'),(103767347,24.129,100,99.8336,81.198,0,0,10,NULL,'ADM1059A1','NM_001006941'),(103767355,29.461,100,98.9042,94.6608,0,0,10,NULL,'ADM1059A1','NM_012414'),(103767358,30.2292,100,97.447,92.9929,0,0,10,NULL,'ADM1059A1','NM_053274'),(103767359,30.1175,100,97.3831,92.8174,0,0,10,NULL,'ADM1059A1','XM_005270400'),(103767405,28.8193,100,99.8927,93.2737,0,0,10,NULL,'ADM1059A1','NM_014845'),(103767406,28.1406,100,99.8384,92.5108,0,0,10,NULL,'ADM1059A1','XM_005267241'),(103767411,31.1607,100,100,99.4789,0,0,10,NULL,'ADM1059A1','NM_001278'),(103767419,33.9967,100,100,100,2.36993,0,10,NULL,'ADM1059A1','NM_001134830'),(103767420,33.9967,100,100,100,2.36993,0,10,NULL,'ADM1059A1','NM_017651'),(103767421,33.9967,100,100,100,2.36993,0,10,NULL,'ADM1059A1','NM_001134831'),(103767422,33.6777,100,100,100,2.696,0,10,NULL,'ADM1059A1','NM_001134832'),(103767464,27.1786,100,99.5714,89.2857,0,0,10,NULL,'ADM1059A1','NM_000353'),(103767484,23.7482,100,96.7685,76.557,0,0,10,NULL,'ADM1059A1','NM_002691'),(103767486,27.0721,100,99.6777,92.0891,0,0,10,NULL,'ADM1059A1','NM_001145472'),(103767487,26.2853,100,98.8012,89.5072,0,0,10,NULL,'ADM1059A1','NM_144612'),(103767494,29.3803,100,99.2077,95.3949,0,0,10,NULL,'ADM1059A1','NM_001184'),(103767495,28.1261,100,99.638,92.8254,0,0,10,NULL,'ADM1059A1','NM_006920'),(103767496,28.0802,100,99.6399,92.6678,0,0,10,NULL,'ADM1059A1','NM_001165963'),(103767514,28.838,100,100,97.3827,0,0,10,NULL,'ADM1059A1','NM_006565'),(103767515,26.6542,100,100,95.2692,0,0,10,NULL,'ADM1059A1','NM_001191022'),(103767586,27.643,100,99.9453,92.6736,0,0,10,NULL,'ADM1059A1','NM_172058'),(103767587,27.643,100,99.9453,92.6736,0,0,10,NULL,'ADM1059A1','NM_000503'),(103767588,27.874,100,99.9422,92.2543,0,0,10,NULL,'ADM1059A1','NM_172060'),(103767602,30.3758,100,100,99.1298,0,0,10,NULL,'ADM1059A1','NM_022455'),(103767603,29.9377,100,100,99.0347,0,0,10,NULL,'ADM1059A1','NM_172349'),(103767611,29.9746,100,99.5909,95.3828,0,0,10,NULL,'ADM1059A1','NM_015384'),(103767612,30.1097,100,99.5748,95.7599,0,0,10,NULL,'ADM1059A1','XM_005248280'),(103767620,28.5707,100,96.5,90.7857,0,0,10,NULL,'ADM1059A1','NM_000277'),(103767621,26.4363,100,98.4091,87.9545,0,0,10,NULL,'ADM1059A1','NM_006701'),(103767638,26.6049,100,99.2004,87.0649,0,0,10,NULL,'ADM1059A1','NM_178170'),(103767644,29.0709,100,99.8231,95.513,0,0,10,NULL,'ADM1059A1','NM_020937'),(103767703,29.313,100,100,97.6492,0,0,10,NULL,'ADM1059A1','NM_002420'),(103767704,24.9188,100,100,82.1003,0,0,10,NULL,'ADM1059A1','NM_001252030'),(103767707,24.1673,100,99.9033,87.5242,0,0,10,NULL,'ADM1059A1','NM_145239'),(103767747,25.1247,99.887,98.3798,86.4733,0,0,10,'10|104678235|104679860|99.8154','ADM1059A1','NM_017649'),(103767748,25.0286,99.884,98.3365,86.1122,0,0,10,'10|104678235|104679860|99.8154','ADM1059A1','NM_199076'),(103767755,23.995,99.9764,96.7856,78.2085,0,0,10,'19|42860233|42860347|98.2456','ADM1059A1','NM_001410'),(103767774,27.6289,100,98.997,90.2207,0,0,10,NULL,'ADM1059A1','NM_004268'),(103767812,23.2577,100,100,87.8075,0,0,10,NULL,'ADM1059A1','NM_000398'),(103767813,24.6021,100,100,91.1907,0,0,10,NULL,'ADM1059A1','NM_001171660'),(103767833,26.8727,100,99.2331,94.6894,0,0,10,NULL,'ADM1059A1','NM_000092'),(103767839,27.7736,100,100,96.2343,0,0,10,NULL,'ADM1059A1','NM_001098210'),(103767840,27.7736,100,100,96.2343,0,0,10,NULL,'ADM1059A1','NM_001904'),(103767841,27.7736,100,100,96.2343,0,0,10,NULL,'ADM1059A1','NM_001098209'),(103767842,24.0688,99.9121,94.5714,80.3516,0,0,10,'17|48266736|48266901|98.7879,17|48275308|48275365|96.4912','ADM1059A1','NM_000088'),(103767846,30.3057,100,100,100,0,0,10,NULL,'ADM1059A1','NM_006294'),(103767907,12.1991,77.5269,22.8322,5.79784,0,0,10,'X|152954027|152954293|74.4361,X|152958915|152959043|10.1562,X|152960172|152960346|72.4138,X|152957428|152957564|70.5882,X|152959986|152960090|0.0,X|152955828|152955963|99.2593,X|152958494|152958632|99.2754,X|152958716|152958823|96.2617,X|152959797|152959903|65.0943,X|152959583|152959724|85.8156','ADM1059A1','NM_001142805'),(103767927,12.9712,82.4611,29.2487,5.54404,0,0,10,'X|153129775|153129934|81.1321,X|153128115|153128351|73.7288,X|153131157|153131276|59.6639,X|153137605|153137811|64.5631,X|153135509|153135697|97.3404,X|153128930|153129006|76.3158,X|153130038|153130161|96.748,X|153130274|153130451|81.3559,X|153133755|153133915|99.375,X|153135256|153135391|43.7037,X|153141214|153141294|0.0,X|153130752|153130957|74.6341,X|153136243|153136417|81.6092,X|153130541|153130667|50.7937,X|153129336|153129474|47.8261,X|153134973|153135120|81.6327,X|153132102|153132328|99.5575,X|153136510|153136636|99.2064','ADM1059A1','NM_001278116'),(103767928,12.9712,82.4611,29.2487,5.54404,0,0,10,'X|153129775|153129934|81.1321,X|153128115|153128351|73.7288,X|153131157|153131276|59.6639,X|153137605|153137811|64.5631,X|153135509|153135697|97.3404,X|153128930|153129006|76.3158,X|153130038|153130161|96.748,X|153130274|153130451|81.3559,X|153133755|153133915|99.375,X|153135256|153135391|43.7037,X|153141214|153141294|0.0,X|153130752|153130957|74.6341,X|153136243|153136417|81.6092,X|153130541|153130667|50.7937,X|153129336|153129474|47.8261,X|153134973|153135120|81.6327,X|153132102|153132328|99.5575,X|153136510|153136636|99.2064','ADM1059A1','NM_024003'),(103767929,12.9457,82.3099,28.6648,5.59185,0,0,10,'X|153129775|153129934|81.1321,X|153128115|153128351|73.7288,X|153131157|153131276|59.6639,X|153137605|153137811|64.5631,X|153135509|153135697|97.3404,X|153128930|153129006|76.3158,X|153130038|153130161|96.748,X|153130274|153130451|81.3559,X|153133755|153133915|99.375,X|153135256|153135391|43.7037,X|153141214|153141294|0.0,X|153130752|153130957|74.6341,X|153136243|153136417|81.6092,X|153130541|153130667|50.7937,X|153129336|153129474|47.8261,X|153134973|153135120|81.6327,X|153132102|153132328|99.5575,X|153136510|153136636|99.2064','ADM1059A1','NM_001143963'),(103767931,29.3153,100,100,97.5943,0,0,10,NULL,'ADM1059A1','NM_014679'),(103767932,28.5511,100,100,97.4605,0,0,10,NULL,'ADM1059A1','NM_001243777'),(103767956,25.9979,100,100,98.406,0,0,10,NULL,'ADM1059A1','NM_001198551'),(103767957,24.623,100,97.7932,84.4262,0,0,10,NULL,'ADM1059A1','NM_024426'),(103767958,26.1797,100,100,98.3259,0,0,10,NULL,'ADM1059A1','NM_001198552'),(103767959,24.7096,100,97.7661,83.837,0,0,10,NULL,'ADM1059A1','NM_000378'),(103767977,24.77,100,99.7915,87.5608,0,0,10,NULL,'ADM1059A1','NM_000399'),(103767978,24.77,100,99.7915,87.5608,0,0,10,NULL,'ADM1059A1','NM_001136178'),(103767979,25.2226,100,99.7672,88.3631,0,0,10,NULL,'ADM1059A1','NM_001136179'),(103767983,24.2299,100,99.9352,88.7953,0,0,10,NULL,'ADM1059A1','NM_000308'),(103767984,24.251,100,99.9329,88.3893,0,0,10,NULL,'ADM1059A1','NM_001167594'),(103767988,29.9096,100,100,96.3762,0,0,10,NULL,'ADM1059A1','NM_207037'),(103767989,29.9036,100,100,96.3561,0,0,10,NULL,'ADM1059A1','XM_005254614'),(103767992,27.8316,100,97.3532,90.4235,0,0,10,NULL,'ADM1059A1','NM_198721'),(103768028,25.1397,100,99.2228,86.089,0,0,10,NULL,'ADM1059A1','NM_080681'),(103768029,25.6683,100,99.2608,86.7677,0,0,10,NULL,'ADM1059A1','NM_080680'),(103768030,25.1689,100,99.2128,85.9083,0,0,10,NULL,'ADM1059A1','NM_080679'),(103768041,29.9923,100,94.8849,91.1765,0,0,10,NULL,'ADM1059A1','NM_014321'),(103768140,29.06,100,97.4396,90.4901,0,0,10,NULL,'ADM1059A1','NM_001135147'),(103768141,29.2349,100,97.516,90.7736,0,0,10,NULL,'ADM1059A1','NM_022154'),(103768142,29.2349,100,97.516,90.7736,0,0,10,NULL,'ADM1059A1','NM_001135146'),(103768153,22.2866,100,93.3858,75.1181,0,0,10,NULL,'ADM1059A1','NM_000496'),(103768195,27.6756,100,98.9206,89.6571,0.0819784,0,10,NULL,'ADM1059A1','NM_138927'),(103768196,26.8682,100,98.8608,88.5653,0,0,10,NULL,'ADM1059A1','NM_032195'),(103768198,27.1366,100,100,100,0,0,10,NULL,'ADM1059A1','NM_176795'),(103768244,29.7339,100,100,97.9912,0,0,10,NULL,'ADM1059A1','NM_006420'),(103768264,27.9476,100,99.4655,88.4554,0,0,10,NULL,'ADM1059A1','NM_003165'),(103768265,27.3633,100,99.4577,88.2863,0,0,10,NULL,'ADM1059A1','NM_001032221'),(103768286,31.1279,100,99.7906,96.4934,0.471041,0,10,NULL,'ADM1059A1','NM_001127493'),(103768287,31.0844,100,99.7915,96.508,0.469077,0,10,NULL,'ADM1059A1','NM_020977'),(103768288,29.542,100,99.2592,94.5647,0.224738,0,10,NULL,'ADM1059A1','NM_001148'),(103768289,29.5776,100,99.2527,94.5172,0.226701,0,10,NULL,'ADM1059A1','XM_005262951'),(103768290,27.3934,100,98.7582,92.6589,1.60701,0,10,NULL,'ADM1059A1','NM_206889'),(103768291,27.7121,100,98.6173,91.9073,1.78935,0,10,NULL,'ADM1059A1','NM_001146115'),(103768292,27.6835,100,98.6878,92.3196,1.69819,0,10,NULL,'ADM1059A1','NM_206890'),(103768293,26.7646,100,98.1799,91.0858,0.910032,0,10,NULL,'ADM1059A1','NM_015151'),(103768294,26.375,100,98.8886,91.284,0,0,10,NULL,'ADM1059A1','NM_001146114'),(103768296,28.2247,100,100,95.0203,0,0,10,NULL,'ADM1059A1','NM_153648'),(103768297,28.1163,100,100,94.7989,0,0,10,NULL,'ADM1059A1','NM_153647'),(103768298,27.9204,100,100,94.5369,0,0,10,NULL,'ADM1059A1','XM_005267341'),(103768299,28.1133,100,100,95.4035,0,0,10,NULL,'ADM1059A1','NM_153646'),(103768305,21.9952,100,94.887,68.371,0,0,10,NULL,'ADM1059A1','NM_000383'),(103768336,29.4189,100,99.5013,95.751,0,0,10,NULL,'ADM1059A1','NR_026778'),(103768399,29.8558,100,99.5417,94.157,0,0,10,NULL,'ADM1059A1','NM_014915'),(103768400,29.7137,100,99.5459,93.983,0,0,10,NULL,'ADM1059A1','XM_005252409'),(103768410,24.3174,100,98.1071,83.8502,0,0,10,NULL,'ADM1059A1','NM_001278939'),(103768426,32.1232,100,100,100,0,0,10,NULL,'ADM1059A1','NM_000136'),(103768427,32.1232,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001243743'),(103768439,26.9668,100,99.9739,89.5741,0,0,10,NULL,'ADM1059A1','NM_006929'),(103768482,27.692,100,99.6395,92.169,0,0,10,NULL,'ADM1059A1','NM_001164317'),(103768483,27.6284,100,99.6352,92.0745,0,0,10,NULL,'ADM1059A1','NM_001457'),(103768484,27.6595,100,99.6317,91.999,0,0,10,NULL,'ADM1059A1','NM_001164319'),(103768485,27.6491,100,99.6337,92.0414,0,0,10,NULL,'ADM1059A1','NM_001164318'),(103768486,28.1067,100,99.8379,94.0581,0,0,10,NULL,'ADM1059A1','XM_005264979'),(103768501,31.7069,100,100,98.7657,0,0,10,NULL,'ADM1059A1','XM_005245337'),(103768502,31.7112,100,100,98.7637,0,0,10,NULL,'ADM1059A1','NM_018489'),(103768549,28.5704,100,100,97.2554,0,0,10,NULL,'ADM1059A1','NM_001182'),(103768550,27.2734,100,99.5888,90.7487,0,0,10,NULL,'ADM1059A1','XM_005253668'),(103768551,27.266,100,99.5903,90.7818,0,0,10,NULL,'ADM1059A1','NM_001273'),(103768590,25.3908,100,98.4512,77.8523,0,0,10,NULL,'ADM1059A1','NM_004409'),(103768591,25.9913,100,98.6762,80.9572,0,0,10,NULL,'ADM1059A1','NM_001081563'),(103768592,25.423,100,98.4391,77.8356,0,0,10,NULL,'ADM1059A1','NM_001081562'),(103768593,26.4033,100,98.47,81.3342,0,0,10,NULL,'ADM1059A1','NM_001288766'),(103768596,24.414,100,97.0274,82.8201,0,0,10,NULL,'ADM1059A1','NM_000719'),(103768597,24.3865,100,97.0365,82.8571,0,0,10,NULL,'ADM1059A1','NM_001129837'),(103768598,24.6204,100,97.3319,83.8238,0,0,10,NULL,'ADM1059A1','NM_001129841'),(103768599,24.4601,100,97.0659,83.0424,0,0,10,NULL,'ADM1059A1','NM_001129831'),(103768600,24.5627,100,97.3319,83.8238,0,0,10,NULL,'ADM1059A1','NM_001129844'),(103768601,24.3996,100,97.0526,82.9504,0,0,10,NULL,'ADM1059A1','XM_005253774'),(103768602,24.4568,100,97.0526,82.9504,0,0,10,NULL,'ADM1059A1','NM_001129835'),(103768603,24.4439,100,97.0365,82.8571,0,0,10,NULL,'ADM1059A1','NM_001129838'),(103768604,24.4482,100,97.027,82.4516,0,0,10,NULL,'ADM1059A1','NM_001129840'),(103768605,24.5971,100,97.0935,83.2017,0,0,10,NULL,'ADM1059A1','NM_199460'),(103768606,24.5536,100,97.0553,82.981,0,0,10,NULL,'ADM1059A1','NM_001129832'),(103768607,24.472,100,97.027,82.8175,0,0,10,NULL,'ADM1059A1','NM_001129843'),(103768608,24.3623,100,97.0817,83.0141,0,0,10,NULL,'ADM1059A1','XM_005253769'),(103768609,24.5045,100,97.0499,82.9501,0,0,10,NULL,'ADM1059A1','NM_001129836'),(103768610,24.3622,100,96.9851,81.8659,0,0,10,NULL,'ADM1059A1','NM_001129830'),(103768611,24.3917,100,97.0338,82.9023,0,0,10,NULL,'ADM1059A1','NM_001129839'),(103768612,24.5467,100,97.3549,83.948,0,0,10,NULL,'ADM1059A1','NM_001129833'),(103768613,24.539,100,97.3319,83.4578,0,0,10,NULL,'ADM1059A1','NM_001167623'),(103768614,24.5247,100,97.1218,83.0111,0,0,10,NULL,'ADM1059A1','NM_001167625'),(103768615,24.4281,100,97.2851,82.4959,0,0,10,NULL,'ADM1059A1','NM_001167624'),(103768626,27.259,100,99.2695,89.4571,0.066412,0,10,NULL,'ADM1059A1','NM_014191'),(103768644,24.619,100,99.0514,84.1897,0,0,10,NULL,'ADM1059A1','NM_005055'),(103768702,27.8752,98.4143,95.1407,89.156,0,0,10,'11|45957185|45957292|71.028','ADM1059A1','NM_016621'),(103768703,27.9824,98.521,95.4676,89.8855,0,0,10,'11|45957185|45957292|71.028','ADM1059A1','NM_001101802'),(103768707,29.0078,100,99.9924,94.9594,0,0,10,NULL,'ADM1059A1','NM_001080463'),(103768751,30.7814,100,99.4685,96.1102,0,0,10,NULL,'ADM1059A1','NM_025132'),(103768752,30.754,100,99.445,95.9384,0,0,10,NULL,'ADM1059A1','XM_005262659'),(103768753,28.1774,100,100,96.4636,0,0,10,NULL,'ADM1059A1','NM_001017420'),(103768768,27.1748,100,100,89.0739,0,0,10,NULL,'ADM1059A1','NM_001130089'),(103768769,27.1627,100,100,88.629,0,0,10,NULL,'ADM1059A1','NM_005548'),(103768835,27.7724,100,100,94.1272,0,0,10,NULL,'ADM1059A1','NM_016194'),(103768836,26.328,100,100,91.8275,0,0,10,NULL,'ADM1059A1','XM_005254130'),(103768837,27.0392,100,100,93.4366,0,0,10,NULL,'ADM1059A1','NM_006578'),(103768939,24.3036,100,97.2547,70.9729,0,0,10,NULL,'ADM1059A1','NM_001104631'),(103768940,25.5302,100,99.3717,78.1054,0,0,10,NULL,'ADM1059A1','NM_006203'),(103768941,25.6464,100,99.4311,82.3632,0,0,10,NULL,'ADM1059A1','NM_001197218'),(103768942,25.0488,100,99.1645,75.6427,0,0,10,NULL,'ADM1059A1','NM_001197221'),(103768943,25.6004,100,99.3771,80.5462,0,0,10,NULL,'ADM1059A1','NM_001197220'),(103768944,26.1146,100,99.3842,80.9095,0,0,10,NULL,'ADM1059A1','NM_001197219'),(103768945,25.4815,100,99.434,80.9752,0,0,10,NULL,'ADM1059A1','NM_001165899'),(103768961,13.5723,93.6416,35.9827,4.04624,0,0,10,'X|64141695|64141870|81.7143,X|64139959|64140135|93.1818','ADM1059A1','NM_018684'),(103768962,12.4642,91.9266,19.633,0.917432,0,0,10,'X|64141695|64141870|81.7143,X|64139959|64140135|93.1818','ADM1059A1','NM_001178033'),(103768971,27.026,100,96.3217,86.2678,0,0,10,NULL,'ADM1059A1','NM_001256074'),(103768972,27.3143,100,96.3109,86.2272,0,0,10,NULL,'ADM1059A1','NM_032518'),(103769010,23.8653,100,99.2181,81.5449,0,0,10,NULL,'ADM1059A1','NM_182964'),(103769012,26.3282,100,97.8117,88.8156,0,0,10,NULL,'ADM1059A1','NM_007327'),(103769013,26.3837,100,97.7215,88.3544,0,0,10,NULL,'ADM1059A1','NM_021569'),(103769014,27.0901,100,97.8253,89.4719,0,0,10,NULL,'ADM1059A1','NM_001185090'),(103769015,26.8653,100,97.6813,88.7744,0,0,10,NULL,'ADM1059A1','NM_000832'),(103769016,27.1764,100,97.7363,89.0406,0,0,10,NULL,'ADM1059A1','NM_001185091'),(103769017,26.7895,100,97.7746,89.2264,0,0,10,NULL,'ADM1059A1','XM_005266071'),(103769027,29.3765,100,100,96.9129,0,0,10,NULL,'ADM1059A1','NM_020699'),(103769041,12.9933,76.9059,37.1287,6.36139,0,0,10,'X|130408055|130408182|99.2126,X|130409933|130410224|53.9519,X|130419151|130419442|42.268,X|130408571|130408853|64.539,X|130412433|130412727|49.6599,X|130416952|130417240|45.4861,X|130420577|130420651|0.0,X|130413115|130413151|91.6667,X|130409450|130409741|97.2509,X|130408971|130409262|81.4433,X|130407767|130407907|38.5714','ADM1059A1','NM_001170962'),(103769042,12.9586,76.4259,36.7197,6.29131,0,0,10,'X|130408055|130408182|99.2126,X|130409933|130410224|53.9519,X|130419151|130419442|42.268,X|130408571|130408853|64.539,X|130420409|130420439|0.0,X|130412433|130412727|49.6599,X|130416952|130417240|45.4861,X|130420577|130420651|0.0,X|130413115|130413166|94.1176,X|130409450|130409741|97.2509,X|130408971|130409262|81.4433,X|130407767|130407907|38.5714','ADM1059A1','NM_001555'),(103769052,17.1569,100,62.3665,30.8956,0,0,10,NULL,'ADM1059A1','NM_001079668'),(103769063,25.0229,100,99.1441,79.6005,0,0,10,NULL,'ADM1059A1','NM_004744'),(103769066,24.9394,100,98.1542,83.8497,0,0,10,NULL,'ADM1059A1','NM_054027'),(103769071,29.8707,100,100,98.8503,0,0,10,NULL,'ADM1059A1','NM_001282936'),(103769072,29.8707,100,100,98.8503,0,0,10,NULL,'ADM1059A1','NM_003035'),(103769073,27.5662,100,100,97.269,0,0,10,NULL,'ADM1059A1','NR_027397'),(103769169,28.616,100,100,98.4779,0,0,10,NULL,'ADM1059A1','NM_001042497'),(103769170,28.719,100,100,98.4986,0,0,10,NULL,'ADM1059A1','NM_133647'),(103769171,28.7945,100,100,98.4193,0,0,10,NULL,'ADM1059A1','NM_001042494'),(103769172,28.7945,100,100,98.4193,0,0,10,NULL,'ADM1059A1','NM_001042495'),(103769173,28.7714,100,100,98.3417,0,0,10,NULL,'ADM1059A1','NM_005135'),(103769174,28.751,100,100,98.4866,0,0,10,NULL,'ADM1059A1','NM_001042496'),(103769189,30.7342,100,100,96.41,0,0,10,NULL,'ADM1059A1','NM_004863'),(103769217,25.3164,100,100,97.3026,0,0,10,NULL,'ADM1059A1','XM_005261256'),(103769218,25.3164,100,100,97.3026,0,0,10,NULL,'ADM1059A1','NM_001195226'),(103769219,24.4575,100,99.3503,90.5252,0,0,10,NULL,'ADM1059A1','NM_016335'),(103769235,22.8922,100,84.8769,63.3646,0,0,10,NULL,'ADM1059A1','NM_001005463'),(103769236,22.8213,100,85.9859,62.2488,0,0,10,NULL,'ADM1059A1','XM_005252668'),(103769249,30.1568,100,100,95.5579,0,0,10,NULL,'ADM1059A1','NM_001127897'),(103769250,29.855,100,100,95.7547,0,0,10,NULL,'ADM1059A1','NM_015272'),(103769264,23.5181,99.8587,95.1955,76.3542,0,0,10,'1|16383362|16383414|94.2308','ADM1059A1','NM_000085'),(103769280,30.6509,100,100,97.4911,1.23675,0,10,NULL,'ADM1059A1','NM_007294'),(103769281,30.6126,100,100,97.5201,1.22249,0,10,NULL,'ADM1059A1','NM_007300'),(103769282,30.4491,100,100,97.3157,0,0,10,NULL,'ADM1059A1','NM_007298'),(103769283,30.2374,100,100,97.4726,1.17944,0,10,NULL,'ADM1059A1','NM_007297'),(103769330,27.6477,100,99.2794,92.836,0,0,10,NULL,'ADM1059A1','NM_006618'),(103769355,27.7989,98.9685,98.7966,92.8367,0,0,10,'22|32211400|32211418|0.0','ADM1059A1','NM_001007188'),(103769356,28.0261,100,99.9186,94.9522,0,0,10,NULL,'ADM1059A1','NM_001136029'),(103769357,28.1388,100,99.9136,94.688,0,0,10,NULL,'ADM1059A1','NM_001242897'),(103769358,28.0577,100,99.9179,94.9497,0,0,10,NULL,'ADM1059A1','XM_005261867'),(103769359,28.0797,100,99.9174,94.9216,0,0,10,NULL,'ADM1059A1','NM_014662'),(103769360,27.9043,100,99.9164,94.8161,0,0,10,NULL,'ADM1059A1','XM_005261866'),(103769382,22.8052,99.8633,95.2169,72.5316,0,0,10,'18|77439945|77440263|98.7421','ADM1059A1','NM_004715'),(103769383,22.8611,99.8486,94.701,72.6344,0,0,10,'18|77439945|77440263|98.7421','ADM1059A1','NM_048368'),(103769391,25.1324,100,96.4448,77.3071,0,0,10,NULL,'ADM1059A1','NM_013976'),(103769392,23.3393,100,93.4447,74.8715,0,0,10,NULL,'ADM1059A1','NM_001085426'),(103769393,23.3393,100,93.4447,74.8715,0,0,10,NULL,'ADM1059A1','NM_000487'),(103769394,22.6124,100,92.1236,70.8108,0,0,10,NULL,'ADM1059A1','NM_001085428'),(103769395,23.3393,100,93.4447,74.8715,0,0,10,NULL,'ADM1059A1','NM_001085427'),(103769396,23.3484,100,93.4194,74.7742,0,0,10,NULL,'ADM1059A1','NM_001085425'),(103769404,28.786,100,100,96.0748,0,0,10,NULL,'ADM1059A1','NM_003849'),(103769434,23.5234,99.6855,92.7448,72.7197,0,0,10,'1|8420170|8421552|98.9146','ADM1059A1','NM_012102'),(103769435,23.5234,99.6855,92.7448,72.7197,0,0,10,'1|8420170|8421552|98.9146','ADM1059A1','NM_001042681'),(103769470,26.4392,100,99.9621,91.8151,0,0,10,NULL,'ADM1059A1','NM_020458'),(103769485,26.0187,100,99.948,90.0624,0,0,10,NULL,'ADM1059A1','NM_014049'),(103769487,25.7308,100,100,92.8385,0,0,10,NULL,'ADM1059A1','NM_004629'),(103769522,25.6513,100,99.0614,80.5776,0,0,10,NULL,'ADM1059A1','NM_001099274'),(103769523,24.9961,100,98.982,78.935,0,0,10,NULL,'ADM1059A1','XM_005267529'),(103769535,13.2585,81.0003,32.6012,7.85922,0,0,10,'X|53439848|53440090|44.2149,X|53432701|53432890|98.4127,X|53441705|53441821|56.0345,X|53436350|53436436|98.8372,X|53432423|53432606|66.6667,X|53449439|53449552|8.84956,X|53435991|53436202|45.0237,X|53432175|53432325|82.0,X|53438943|53439205|99.6183,X|53426509|53426654|97.931,X|53407539|53407653|7.89474,X|53438709|53438853|65.2778,X|53421696|53421810|99.1228,X|53410016|53410176|61.875','ADM1059A1','NM_006306'),(103769554,27.4057,100,100,94.4513,0,0,10,NULL,'ADM1059A1','NM_024079'),(103769555,26.492,99.9308,95.917,89.6886,0,0,10,'11|77813937|77813996|98.3051','ADM1059A1','NM_001007027'),(103769556,26.3721,100,100,90.3778,0,0,10,NULL,'ADM1059A1','NM_001173129'),(103769618,30.7704,100,100,99.5217,0,0,10,NULL,'ADM1059A1','XM_005249962'),(103769619,30.8083,100,100,99.4954,0,0,10,NULL,'ADM1059A1','NM_152998'),(103769620,30.7323,100,100,99.4869,0,0,10,NULL,'ADM1059A1','NM_001203249'),(103769621,30.7514,100,100,99.5161,0,0,10,NULL,'ADM1059A1','XM_005249963'),(103769622,30.7323,100,100,99.4869,0,0,10,NULL,'ADM1059A1','XM_005249964'),(103769632,30.0849,99.7398,96.6493,91.3142,0,0,10,'8|94768004|94768096|91.3043','ADM1059A1','NM_153704'),(103769633,31.04,100,100,96.3932,0,0,10,NULL,'ADM1059A1','NM_001142301'),(103769649,30.694,100,100,99.2103,0,0,10,NULL,'ADM1059A1','NM_000396'),(103769685,24.8285,100,98.9967,88.581,0,0,10,NULL,'ADM1059A1','NM_144639'),(103769686,24.8506,100,99.0773,89.4552,0,0,10,NULL,'ADM1059A1','NM_001165974'),(103769696,16.3807,96.2829,67.196,19.6319,0,0,10,'X|41437591|41437783|84.8958,X|41401942|41402061|62.1849,X|41782181|41782244|71.4286,X|41419030|41419102|84.7222','ADM1059A1','NM_001126055'),(103769697,16.3226,96.3847,67.4272,18.6732,0,0,10,'X|41437591|41437783|84.8958,X|41401942|41402061|62.1849,X|41782181|41782244|71.4286,X|41419030|41419102|84.7222','ADM1059A1','NM_003688'),(103769698,16.3525,96.291,67.1228,19.1574,0,0,10,'X|41437591|41437783|84.8958,X|41401942|41402061|62.1849,X|41782181|41782244|71.4286,X|41419030|41419102|84.7222','ADM1059A1','NM_001126054'),(103769699,16.2991,96.3847,66.8305,18.6732,0,0,10,'X|41437591|41437783|84.8958,X|41401942|41402061|62.1849,X|41782181|41782244|71.4286,X|41419030|41419102|84.7222','ADM1059A1','XM_005272686'),(103769706,29.4185,100,99.7724,95.3718,0,0,10,NULL,'ADM1059A1','NM_004153'),(103769760,27.2522,100,100,93.6212,0,0,10,NULL,'ADM1059A1','NM_001244438'),(103769775,28.4474,100,99.6984,88.7794,1.4076,0,10,NULL,'ADM1059A1','NM_001080522'),(103769776,27.7429,100,99.6767,88.2759,0,0,10,NULL,'ADM1059A1','XM_005248178'),(103769777,28.4474,100,99.6984,88.7794,1.4076,0,10,NULL,'ADM1059A1','XM_005248179'),(103769820,24.4891,100,99.9554,87.6951,0,0,10,NULL,'ADM1059A1','NM_000302'),(103769833,31.5139,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001102469'),(103769842,29.5952,100,98.3087,95.3826,0,0,10,NULL,'ADM1059A1','NM_025099'),(103769848,24.8981,100,98.1475,79.8444,0,0,10,NULL,'ADM1059A1','NM_021072'),(103769849,32.2879,100,98.8432,95.6941,0,0,10,NULL,'ADM1059A1','NM_001349'),(103769879,28.1793,100,100,97.9435,0,0,10,NULL,'ADM1059A1','NM_005518'),(103769880,27.8942,100,100,97.7575,0,0,10,NULL,'ADM1059A1','NM_001166107'),(103769910,27.3203,100,97.5456,92.8257,0,0,10,NULL,'ADM1059A1','XM_005247776'),(103769911,27.3203,100,97.5456,92.8257,0,0,10,NULL,'ADM1059A1','NM_024665'),(103769919,27.7748,100,99.7319,85.2547,0,0,10,NULL,'ADM1059A1','NM_198216'),(103769920,26.0503,100,98.7423,90.8669,0,0,10,NULL,'ADM1059A1','NM_001845'),(103769928,23.7986,100,98.7429,78.6286,0,0,10,NULL,'ADM1059A1','NM_001134771'),(103769929,23.8901,100,98.7176,78.8691,0,0,10,NULL,'ADM1059A1','NM_020708'),(103769935,20.5957,100,96.2829,50.952,0,0,10,NULL,'ADM1059A1','NM_002067'),(103769943,28.5945,100,99.4201,94.6392,0,0,10,NULL,'ADM1059A1','NM_014159'),(103769957,25.9721,99.9681,98.5773,89.1496,0,0,10,'18|7117657|7117722|95.3846','ADM1059A1','NM_005559'),(103769981,26.0586,100,98.9389,91.2582,0,0,10,NULL,'ADM1059A1','NM_019023'),(103769982,26.3485,100,99.015,91.8856,0,0,10,NULL,'ADM1059A1','XM_005255990'),(103770019,26.3083,100,100,94.0468,0,0,10,NULL,'ADM1059A1','XM_005259917'),(103770039,27.9757,100,100,96.7857,0,0,10,NULL,'ADM1059A1','NM_080669'),(103770040,27.497,100,100,96.5649,0,0,10,NULL,'ADM1059A1','NM_001242366'),(103770071,29.7656,100,99.6604,94.3355,0,0,10,NULL,'ADM1059A1','NM_033407'),(103770093,29.5242,100,100,98.2588,0,0,10,NULL,'ADM1059A1','NM_014139'),(103770094,29.5277,100,100,98.2588,0,0,10,NULL,'ADM1059A1','NM_001287223'),(103770096,23.6694,100,93.9896,70.0518,0,0,10,NULL,'ADM1059A1','NM_005984'),(103770100,21.1035,83.7396,81.1657,74.5881,0,0,10,'15|89398081|89402650|73.8674','ADM1059A1','NM_001135'),(103770101,21.0887,84.384,80.8789,73.9995,0,0,10,'15|89398081|89402650|73.8674','ADM1059A1','NM_013227'),(103770104,29.5731,100,100,98.1349,0,0,10,NULL,'ADM1059A1','NM_000271'),(103770125,22.2224,100,97.36,68.08,0,0,10,NULL,'ADM1059A1','NM_021926'),(103770138,31.4972,100,100,99.0331,0.207182,0,10,NULL,'ADM1059A1','NM_002427'),(103770151,24.7354,100,98.6433,86.0373,0,0,10,NULL,'ADM1059A1','NM_021815'),(103770161,28.7982,100,99.8608,95.0835,0,0,10,NULL,'ADM1059A1','NM_025180'),(103770162,28.7982,100,99.8608,95.0835,0,0,10,NULL,'ADM1059A1','XM_005247799'),(103770163,28.2598,100,100,97.9592,0,0,10,NULL,'ADM1059A1','NM_014740'),(103770195,25.8715,99.7183,96.6197,91.3803,0,0,10,'20|44049166|44049335|97.0414','ADM1059A1','NM_015937'),(103770196,25.0902,99.6582,95.8988,89.8838,0,0,10,'20|44049166|44049335|97.0414','ADM1059A1','NM_001184730'),(103770197,25.6072,99.6817,96.1808,90.261,0,0,10,'20|44049166|44049335|97.0414','ADM1059A1','NM_001184729'),(103770198,25.6721,99.6883,96.2593,90.7731,0,0,10,'20|44049166|44049335|97.0414','ADM1059A1','NM_001184728'),(103770202,28.7989,100,99.6185,83.0518,0,0,10,NULL,'ADM1059A1','NM_001256270'),(103770203,27.9163,100,99.6572,80.5093,0,0,10,NULL,'ADM1059A1','NM_001256269'),(103770216,29.4745,100,100,99.1018,0,0,10,NULL,'ADM1059A1','NM_024407'),(103770222,30.3727,99.8347,96.7769,94.1736,0,0,10,'15|101791340|101791664|98.7654','ADM1059A1','NM_014918'),(103770224,25.5388,100,100,96.5993,0,0,10,NULL,'ADM1059A1','NM_001739'),(103770227,28.5282,100,100,97.1588,0,0,10,NULL,'ADM1059A1','NM_001003722'),(103770228,28.2668,100,100,96.1462,0,0,10,NULL,'ADM1059A1','NM_001499'),(103770237,11.5509,74.2717,22.1806,0.663398,0,0,10,'X|99658520|99658664|84.7222,X|99596899|99597075|66.4773,X|99551272|99551875|81.7579,X|99661447|99663598|67.4105','ADM1059A1','NM_001184880'),(103770243,23.6306,100,99.3621,77.9646,0,0,10,NULL,'ADM1059A1','NM_198253'),(103770246,19.6413,100,96.6631,52.659,0,0,10,NULL,'ADM1059A1','NM_000076'),(103770247,19.6058,100,96.5443,51.9438,0,0,10,NULL,'ADM1059A1','NM_001122631'),(103770256,23.0276,100,95.477,72.9329,0,0,10,NULL,'ADM1059A1','NM_001958'),(103770281,25.475,100,99.6211,83.843,0,0,10,NULL,'ADM1059A1','NM_004260'),(103770288,27.7343,100,99.453,95.3373,0,0,10,NULL,'ADM1059A1','NM_005603'),(103770295,11.2017,72.6226,9.04051,2.34541,0,0,10,'X|149613780|149613880|99.0,X|149671542|149671789|91.9028,X|149638015|149639764|65.8662,X|149641950|149642076|80.9524','ADM1059A1','XM_005278163'),(103770296,11.2017,72.6226,9.04051,2.34541,0,0,10,'X|149613780|149613880|99.0,X|149671542|149671789|91.9028,X|149638015|149639764|65.8662,X|149641950|149642076|80.9524','ADM1059A1','NM_005491'),(103770297,11.0962,71.6806,8.07234,2.42611,0,0,10,'X|149613780|149613880|99.0,X|149671542|149671789|91.9028,X|149638015|149639764|65.8662,X|149641950|149642076|80.9524','ADM1059A1','NM_001177466'),(103770302,27.1265,100,100,96.6798,0,0,10,NULL,'ADM1059A1','NR_031589'),(103770305,28.1696,100,100,91.8339,0,0,10,NULL,'ADM1059A1','NM_031303'),(103770310,28.1937,100,99.1551,92.6373,0,0,10,NULL,'ADM1059A1','NM_001098484'),(103770311,28.2053,100,99.1184,93.3879,0,0,10,NULL,'ADM1059A1','NM_003759'),(103770313,28.1276,100,99.8963,91.027,0,0,10,NULL,'ADM1059A1','NM_024915'),(103770314,23.5883,99.6823,92.8526,78.5896,0,0,10,'17|78063936|78064200|96.2121','ADM1059A1','NM_001243342'),(103770319,24.4042,99.7901,97.1931,76.9675,0,0,10,'8|140744220|140744447|96.4758','ADM1059A1','NM_031466'),(103770353,26.7906,100,100,96.4286,0,0,10,NULL,'ADM1059A1','NM_177924'),(103770354,26.9023,100,100,96.4844,0,0,10,NULL,'ADM1059A1','NM_004315'),(103770355,26.4909,100,100,96.2932,0,0,10,NULL,'ADM1059A1','NM_001127505'),(103770364,24.2256,100,99.8618,83.7711,0,0,10,NULL,'ADM1059A1','NM_022089'),(103770378,21.8592,100,91.2825,62.9505,0,0,10,NULL,'ADM1059A1','NM_033343'),(103770386,29.2611,100,100,99.6019,0,0,10,NULL,'ADM1059A1','NM_133459'),(103770407,12.4407,66.632,35.8628,4.158,0,0,10,'X|49054172|49054300|34.375,X|49047891|49048222|28.3988','ADM1059A1','NM_003179'),(103770440,27.657,100,98.3452,87.2509,0,0,10,NULL,'ADM1059A1','NM_004522'),(103770479,20.6278,100,93.8373,57.765,0,0,10,NULL,'ADM1059A1','NM_001146056'),(103770480,22.068,100,94.7989,64.3551,0,0,10,NULL,'ADM1059A1','NM_024298'),(103770481,22.9943,100,93.1754,72.9858,0,0,10,NULL,'ADM1059A1','NM_001146082'),(103770482,20.6278,100,93.8373,57.765,0,0,10,NULL,'ADM1059A1','NM_001146083'),(103770500,22.6233,100,99.4429,76.3928,0,0,10,NULL,'ADM1059A1','NM_001166254'),(103770501,23.7418,100,99.514,79.4046,0,0,10,NULL,'ADM1059A1','NM_001130966'),(103770502,23.8707,100,99.5523,80.6379,0,0,10,NULL,'ADM1059A1','NM_001166253'),(103770503,23.7418,100,99.514,79.4046,0,0,10,NULL,'ADM1059A1','NM_001061'),(103770504,24.1858,100,100,81.2808,0,0,10,NULL,'ADM1059A1','NM_030984'),(103770507,31.3841,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001042383'),(103770508,30.1394,100,100,99.8633,0,0,10,NULL,'ADM1059A1','NM_001042384'),(103770509,30.7031,100,100,98.6178,0,0,10,NULL,'ADM1059A1','NM_001042400'),(103770511,29.0196,100,100,99.3475,0,0,10,NULL,'ADM1059A1','NM_002618'),(103770514,24.225,100,98.233,75.4279,0,0,10,NULL,'ADM1059A1','NM_015025'),(103770520,30.6984,100,100,97.9781,0.336984,0,10,NULL,'ADM1059A1','NM_001114636'),(103770521,19.4369,100,90.4797,47.9705,0,0,10,NULL,'ADM1059A1','NM_003412'),(103770546,27.9877,100,100,95.7668,0,0,10,NULL,'ADM1059A1','NM_005908'),(103770548,22.7458,99.9501,92.9212,69.342,0,0,10,'4|980870|981032|99.3827','ADM1059A1','NM_000203'),(103770549,23.2608,99.9515,93.1168,73.5337,0,0,10,'4|980870|981032|99.3827','ADM1059A1','XM_005272276'),(103770600,24.9236,100,92.1397,79.2577,0,0,10,NULL,'ADM1059A1','NM_000317'),(103770602,22.9066,100,98.3079,74.0965,0,0,10,NULL,'ADM1059A1','NM_000168'),(103770608,25.0604,100,98.6066,81.7928,0,0,10,NULL,'ADM1059A1','NM_001853'),(103770610,22.8222,100,90.0055,78.2441,0,0,10,NULL,'ADM1059A1','NM_001170535'),(103770625,25.8858,100,100,94.467,0,0,10,NULL,'ADM1059A1','NM_005094'),(103770679,29.5407,100,98.5548,89.7779,0,0,10,NULL,'ADM1059A1','NM_003114'),(103770680,29.5407,100,98.5548,89.7779,0,0,10,NULL,'ADM1059A1','NM_172218'),(103770682,28.3048,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001130442'),(103770737,24.638,100,99.4783,84.1924,0,0,10,NULL,'ADM1059A1','NM_207361'),(103770797,25.7523,100,100,93.7063,0,0,10,NULL,'ADM1059A1','NM_021154'),(103770798,25.951,100,100,94.4834,0,0,10,NULL,'ADM1059A1','NM_058179'),(103770816,27.0912,100,99.6134,93.1388,0,0,10,NULL,'ADM1059A1','XM_005249503'),(103770817,26.8882,100,99.5948,92.3374,0,0,10,NULL,'ADM1059A1','NM_014780'),(103770818,26.9737,100,99.2851,93.6517,0,0,10,NULL,'ADM1059A1','NM_001256545'),(103770819,26.8533,100,98.5673,91.8625,0,0,10,NULL,'ADM1059A1','XM_005272115'),(103770820,26.9737,100,99.2851,93.6517,0,0,10,NULL,'ADM1059A1','NM_032446'),(103770827,24.1307,100,99.8019,85.2757,0,0,10,NULL,'ADM1059A1','NM_002180'),(103770871,23.3873,98.9138,89.7362,65.5952,0.310352,0,10,'2|1651942|1653449|99.2701,2|1647138|1647350|82.0755','ADM1059A1','NM_012293'),(103770880,31.4243,100,100,98.9746,0,0,10,NULL,'ADM1059A1','NM_000059'),(103770906,25.2144,100,98.6547,87.5255,0,0,10,NULL,'ADM1059A1','NM_139156'),(103770907,25.1951,100,98.776,88.5386,0,0,10,NULL,'ADM1059A1','NM_004037'),(103770908,25.2236,100,98.5891,86.9175,0,0,10,NULL,'ADM1059A1','NM_001257361'),(103770909,25.2083,100,98.5855,86.8838,0,0,10,NULL,'ADM1059A1','NM_203404'),(103770950,13.0406,81.934,31.3837,3.84568,0,0,10,'X|153589674|153589940|40.9774,X|153587612|153587776|62.8049,X|153593187|153593327|92.8571,X|153587350|153587524|85.0575,X|153578015|153578237|61.7117,X|153582281|153582413|77.2727,X|153582982|153583081|98.9899,X|153578397|153578577|96.1111,X|153593715|153593856|64.539,X|153580547|153580817|68.1481,X|153587850|153588016|47.5904,X|153590345|153590518|95.9538,X|153577214|153577406|84.375,X|153585800|153585993|33.1606,X|153590608|153590702|61.7021,X|153595098|153595220|88.5246,X|153596208|153596460|25.0,X|153586565|153586725|98.75,X|153582747|153582853|48.1132,X|153595763|153595914|89.404,X|153582517|153582661|36.8056,X|153592625|153592742|84.6154,X|153593502|153593629|58.2677,X|153592892|153593089|57.3604,X|153599239|153599616|92.0424,X|153583191|153583442|98.8048,X|153588356|153588957|95.3411,X|153580250|153580391|63.8298,X|153588098|153588275|85.8757','ADM1059A1','NM_001110556'),(103770951,13.0378,81.8734,31.34,3.85856,0,0,10,'X|153589674|153589940|40.9774,X|153587612|153587776|62.8049,X|153593187|153593327|92.8571,X|153587350|153587524|85.0575,X|153578015|153578237|61.7117,X|153582281|153582413|77.2727,X|153582982|153583081|98.9899,X|153578397|153578577|96.1111,X|153593715|153593856|64.539,X|153580547|153580817|68.1481,X|153587850|153588016|47.5904,X|153590345|153590518|95.9538,X|153577214|153577406|84.375,X|153585800|153585993|33.1606,X|153590608|153590702|61.7021,X|153595098|153595220|88.5246,X|153596208|153596460|25.0,X|153586565|153586725|98.75,X|153582747|153582853|48.1132,X|153595763|153595914|89.404,X|153582517|153582661|36.8056,X|153592625|153592742|84.6154,X|153593502|153593629|58.2677,X|153592892|153593089|57.3604,X|153599239|153599616|92.0424,X|153583191|153583442|98.8048,X|153588356|153588957|95.3411,X|153580250|153580391|63.8298,X|153588098|153588275|85.8757','ADM1059A1','NM_001456'),(103770955,28.6375,100,100,98.2934,0,0,10,NULL,'ADM1059A1','NM_020760'),(103770956,29.4831,100,100,97.3076,0.1905,0,10,NULL,'ADM1059A1','NM_020964'),(103770970,20.9168,99.4172,93.8385,58.2015,0,0,10,'15|90319587|90320514|99.2449','ADM1059A1','NM_001039958'),(103770974,30.4526,100,100,99.3534,0,0,10,NULL,'ADM1059A1','NM_016499'),(103770985,12.047,83.7569,18.337,0.264281,0,0,10,'X|17749976|17750587|92.4714,X|17739559|17739755|93.8775,X|17743465|17746450|87.4037,X|17393878|17394447|36.0281,X|17710453|17710590|99.2701','ADM1059A1','NM_198270'),(103770986,12.4228,88.7517,20.2514,0.291872,0,0,10,'X|17749976|17750587|92.4714,X|17739559|17739755|93.8775,X|17743465|17746450|87.4037,X|17737462|17737528|0.0,X|17710453|17710590|99.2701','ADM1059A1','NM_001136024'),(103771026,25.0951,100,100,90.2314,0,0,10,NULL,'ADM1059A1','XM_005249820'),(103771048,11.0491,68.3694,13.3595,0,0,0,10,'X|122336486|122336635|80.5369,X|122318385|122318498|26.5487,X|122319682|122319844|69.7531','ADM1059A1','NM_001256743'),(103771054,29.3615,100,100,93.8882,0,0,10,NULL,'ADM1059A1','NM_005349'),(103771067,23.4169,100,100,83.9699,0,0,10,NULL,'ADM1059A1','NM_198173'),(103771068,23.8643,100,100,84.5676,0,0,10,NULL,'ADM1059A1','NM_198174'),(103771075,27.9638,100,99.8995,86.3316,0,0,10,NULL,'ADM1059A1','NM_025152'),(103771076,26.4114,100,99.8571,81,0,0,10,NULL,'ADM1059A1','XM_005268100'),(103771113,28.1018,100,97.8823,76.5294,0,0,10,NULL,'ADM1059A1','NM_014053'),(103771140,27.4565,100,98.2919,90.4503,0,0,10,NULL,'ADM1059A1','NM_015697'),(103771151,23.6568,99.9663,94.6685,76.16,0,0,10,'19|17057882|17058039|98.7261','ADM1059A1','NM_015692'),(103771179,22.4377,99.9599,95.5511,71.4229,0,0,10,'16|1498680|1498769|98.8764','ADM1059A1','NM_001287'),(103771180,22.607,99.9587,95.6198,73.4298,0,0,10,'16|1498680|1498769|98.8764','ADM1059A1','NM_001114331'),(103771186,27.0095,99.9055,98.0813,87.4764,0,0,10,'7|103126642|103126865|95.5157','ADM1059A1','NM_005045'),(103771187,27.0089,99.9054,98.0797,87.4657,0,0,10,'7|103126642|103126865|95.5157','ADM1059A1','NM_173054'),(103771205,29.3452,100,100,99.4101,0,0,10,NULL,'ADM1059A1','NM_176787'),(103771206,29.3452,100,100,99.4101,0,0,10,NULL,'ADM1059A1','NM_012327'),(103771217,30.1835,100,100,96.5978,0,0,10,NULL,'ADM1059A1','NM_000329'),(103771241,23.7665,100,99.4737,77.4342,0,0,10,NULL,'ADM1059A1','NM_001040667'),(103771242,23.4671,100,99.4406,76.014,0,0,10,NULL,'ADM1059A1','NM_001538'),(103771244,28.8782,100,99.9437,97.7209,0,0,10,NULL,'ADM1059A1','NM_014423'),(103771247,21.3654,100,98.5494,64.2793,0,0,10,NULL,'ADM1059A1','NM_182894'),(103771249,29.3106,100,92.7133,85.0431,0,0,10,NULL,'ADM1059A1','NM_176869'),(103771250,28.3843,100,92.1569,87.9739,0,0,10,NULL,'ADM1059A1','XM_005262918'),(103771256,29.1537,100,100,97.1831,0,0,10,NULL,'ADM1059A1','NM_198309'),(103771257,29.1808,100,100,97.322,0,0,10,NULL,'ADM1059A1','NM_001288781'),(103771258,29.3216,100,100,97.2414,0,0,10,NULL,'ADM1059A1','NM_144596'),(103771291,29.7063,100,100,96.8156,0,0,10,NULL,'ADM1059A1','NM_000282'),(103771292,29.6569,100,100,96.6972,0,0,10,NULL,'ADM1059A1','NM_001127692'),(103771293,30.1105,100,100,97.8271,0,0,10,NULL,'ADM1059A1','NM_001178004'),(103771321,21.5524,99.1698,88.9811,63.3207,0,0,10,'6|10404739|10404974|99.1489,6|10410132|10410570|97.9452','ADM1059A1','NM_001042425'),(103771322,21.4822,99.166,88.931,62.8506,0,0,10,'6|10404739|10404974|99.1489,6|10410132|10410570|97.9452','ADM1059A1','NM_001032280'),(103771323,21.4054,99.1773,89.08,61.8549,0,0,10,'6|10404739|10404974|99.1489,6|10410132|10410570|97.9452','ADM1059A1','NM_003220'),(103771338,25.3521,100,99.352,74.0821,0,0,10,NULL,'ADM1059A1','NM_004589'),(103771348,29.5554,100,98.75,93.2589,0.0446429,0,10,NULL,'ADM1059A1','NM_005006'),(103771349,30.0991,100,98.6848,96.2424,0.0469704,0,10,NULL,'ADM1059A1','NM_001199981'),(103771350,29.4893,100,98.7746,93.3917,0.0437637,0,10,NULL,'ADM1059A1','NM_001199984'),(103771357,24.8128,100,96.5957,83.6596,0,0,10,NULL,'ADM1059A1','NM_000155'),(103771364,27.2639,100,100,93.4953,0,0,10,NULL,'ADM1059A1','NM_015386'),(103771377,24.3163,99.9186,98.5016,85.2769,0,0,10,'21|42218543|42218590|89.3617','ADM1059A1','NM_001389'),(103771378,30.5526,100,99.7368,94.7368,0,0,10,NULL,'ADM1059A1','NM_152705'),(103771423,25.6251,100,99.5856,90.8011,0,0,10,NULL,'ADM1059A1','NM_005401'),(103771442,28.5933,100,100,95.1425,0,0,10,NULL,'ADM1059A1','NM_194318'),(103771443,29.0881,100,100,95.3939,0,0,10,NULL,'ADM1059A1','NM_000222'),(103771524,30.067,100,100,98.5928,0,0,10,NULL,'ADM1059A1','NM_006218'),(103771539,12.5537,74.0838,30.1047,3.66491,0,0,10,'X|152860003|152860139|47.0588,X|152857962|152858193|45.4545','ADM1059A1','NM_152274'),(103771548,27.2866,100,100,93.7074,0,0,10,NULL,'ADM1059A1','NM_004646'),(103771550,29.1376,100,100,99.633,0,0,10,NULL,'ADM1059A1','NM_005105'),(103771576,27.6334,100,100,91.1261,0,0,10,NULL,'ADM1059A1','NM_000520'),(103771585,28.6198,100,100,97.5716,0,0,10,NULL,'ADM1059A1','XM_005263353'),(103771586,28.7644,100,100,97.3869,0,0,10,NULL,'ADM1059A1','NM_033115'),(103771587,28.4285,100,100,97.464,0,0,10,NULL,'ADM1059A1','NM_001163437'),(103771588,28.62,100,100,97.5707,0,0,10,NULL,'ADM1059A1','NM_001163435'),(103771589,28.6198,100,100,97.5716,0,0,10,NULL,'ADM1059A1','NM_001163436'),(103771600,24.8824,92.2785,85.4511,73.7199,0,0,10,'5|60628098|60628777|58.0265','ADM1059A1','NM_020928'),(103771610,29.963,100,99.9542,96.4245,0,0,10,NULL,'ADM1059A1','NM_001199282'),(103771611,29.9728,100,99.9544,96.4404,0,0,10,NULL,'ADM1059A1','NM_006726'),(103771616,26.5937,100,100,90.6289,0,0,10,NULL,'ADM1059A1','NM_003995'),(103771651,25.3518,100,98.5545,88.9174,0,0,10,NULL,'ADM1059A1','NM_152296'),(103771652,25.3357,100,98.5723,89.0546,0,0,10,NULL,'ADM1059A1','NM_001256214'),(103771653,25.3414,100,98.5696,89.0337,0,0,10,NULL,'ADM1059A1','NM_001256213'),(103771654,26.2493,100,99.8652,89.2857,0,0,10,NULL,'ADM1059A1','NM_000790'),(103771655,25.754,100,99.8392,87.2187,0,0,10,NULL,'ADM1059A1','NM_001242888'),(103771656,26.2493,100,99.8652,89.2857,0,0,10,NULL,'ADM1059A1','NM_001082971'),(103771657,24.9235,100,99.8088,84.13,0,0,10,NULL,'ADM1059A1','NM_001242890'),(103771674,24.4651,100,99.7592,88.0819,0,0,10,NULL,'ADM1059A1','NM_153609'),(103771675,24.4583,100,99.7629,88.2655,0,0,10,NULL,'ADM1059A1','XM_005261382'),(103771681,28.871,100,99.8361,91.2331,0,0,10,NULL,'ADM1059A1','NM_002860'),(103771735,31.6798,100,100,100,0,0,10,NULL,'ADM1059A1','NM_000791'),(103771741,25.8977,100,100,89.8977,0,0,10,NULL,'ADM1059A1','NM_052845'),(103771757,26.913,100,98.9395,91.3044,0,0,10,NULL,'ADM1059A1','NR_027349'),(103771766,24.5489,99.5855,95.9092,79.1314,0,0,10,'16|3639001|3641313|99.0052','ADM1059A1','NM_032444'),(103771774,24.552,100,92.2713,69.7949,0,0,10,NULL,'ADM1059A1','NM_001909'),(103771790,15.1259,86.6797,50.2449,19.4907,0,0,10,'X|41203490|41203654|65.8537,X|41206563|41206706|14.6853,X|41196659|41196720|59.0164,X|41193503|41193552|8.16327,X|41205480|41205665|87.027','ADM1059A1','NM_001193417'),(103771800,24.8039,100,99.8971,90.6845,0,0,10,NULL,'ADM1059A1','NM_001024845'),(103771801,24.769,100,99.9076,90.5774,0,0,10,NULL,'ADM1059A1','NM_201649'),(103771802,24.86,100,99.9,90.95,0,0,10,NULL,'ADM1059A1','NM_006934'),(103771822,21.3242,99.9213,89.1424,65.539,0,0,10,'12|121175638|121175793|99.3548','ADM1059A1','NM_000017'),(103771827,29.4061,99.3267,98.6945,96.6007,0,0,10,'8|100844595|100844882|71.4286','ADM1059A1','NM_152564'),(103771828,29.308,99.3308,98.7025,96.3522,0,0,10,'8|100844595|100844882|71.4286','ADM1059A1','NM_017890'),(103771829,28.7578,100,100,95.3058,0,0,10,NULL,'ADM1059A1','NM_001111'),(103771830,28.4281,100,99.8444,94.139,0,0,10,NULL,'ADM1059A1','NM_001025107'),(103771831,30.0875,100,100,94.5192,0,0,10,NULL,'ADM1059A1','NM_000126'),(103771832,31.4775,100,100,98.764,0,0,10,NULL,'ADM1059A1','NM_001127716'),(103771877,29.1818,100,100,98.9802,0,0,10,NULL,'ADM1059A1','NM_000532'),(103771878,28.9514,100,100,98.6465,0,0,10,NULL,'ADM1059A1','XM_005247509'),(103771879,29.052,100,100,99.0173,0,0,10,NULL,'ADM1059A1','NM_001178014'),(103771893,25.3634,100,89.3714,86.4,0,0,10,NULL,'ADM1059A1','NR_038934'),(103771894,24.5426,99.9413,90.3699,78.8608,0,0,10,'17|36091584|36091823|99.5816','ADM1059A1','NM_000458'),(103771942,31.4695,100,100,98.2947,0.391113,0,10,NULL,'ADM1059A1','XM_005248349'),(103771975,24.0226,99.7145,93.823,73.3454,0,0,10,'11|65321170|65321376|94.6602','ADM1059A1','NM_021070'),(103771976,24.0625,99.7249,94.047,74.2621,0,0,10,'11|65321170|65321376|94.6602','ADM1059A1','NM_001130144'),(103772007,15.3048,95.5251,58.469,13.0786,0,0,10,'X|41089752|41089851|67.6768,X|41000217|41000472|91.3726,X|41043648|41043930|75.1773,X|40996055|40996277|99.5496,X|41064554|41064748|94.3299,X|40993976|40994092|94.8276,X|41056615|41056765|67.3333,X|41073819|41073964|85.5172,X|41029246|41029490|81.1475,X|41075150|41075907|96.5654,X|41007620|41007830|96.6667,X|41060311|41060535|74.1071','ADM1059A1','XM_005272676'),(103772008,15.3209,95.5524,58.7231,13.126,0,0,10,'X|41089752|41089851|67.6768,X|41000217|41000472|91.3726,X|41043648|41043930|75.1773,X|40996055|40996277|99.5496,X|41064554|41064748|94.3299,X|40993976|40994092|94.8276,X|41056615|41056765|67.3333,X|41073819|41073964|85.5172,X|41029246|41029490|81.1475,X|41075150|41075907|96.5654,X|41007620|41007830|96.6667,X|41060311|41060535|74.1071','ADM1059A1','NM_001039590'),(103772021,29.6281,100,100,96.4129,2.56223,0,10,NULL,'ADM1059A1','NM_198428'),(103772022,29.6562,100,100,96.2394,2.68611,0,10,NULL,'ADM1059A1','NM_014451'),(103772023,29.654,100,100,96.2652,2.66768,0,10,NULL,'ADM1059A1','NM_001033604'),(103772024,29.6301,100,100,96.3891,2.57922,0,10,NULL,'ADM1059A1','NM_001033605'),(103772035,22.4936,100,99.7667,74.329,0,0,10,NULL,'ADM1059A1','NM_001145155'),(103772036,26.8215,100,100,94.5663,0,0,10,NULL,'ADM1059A1','NM_005957'),(103772050,21.1538,100,100,0,0,0,10,NULL,'ADM1059A1','NM_001172086'),(103772067,29.5805,100,100,97.755,0,0,10,NULL,'ADM1059A1','NM_001031806'),(103772068,30.0537,100,100,97.651,0,0,10,NULL,'ADM1059A1','NM_000382'),(103772130,29.0078,99.1564,95.0681,92.0831,0,0,10,'9|101867485|101867586|87.1287','ADM1059A1','NM_004612'),(103772131,29.277,99.0054,94.1852,90.6656,0,0,10,'9|101867485|101867586|87.1287','ADM1059A1','NM_001130916'),(103772173,24.0137,100,98.3584,81.0534,0,0,10,NULL,'ADM1059A1','NM_002238'),(103772215,13.2233,82.1331,31.6317,3.19052,0,0,10,'X|38262869|38262995|57.1429,X|38226542|38226684|73.2394,X|38271113|38271254|26.2411','ADM1059A1','NM_000531'),(103772216,28.7559,100,100,95.6062,0,0,10,NULL,'ADM1059A1','NM_000082'),(103772272,27.0049,100,99.0271,94.8575,0,0,10,NULL,'ADM1059A1','NM_012472'),(103772291,25.4162,100,99.9158,90.2275,0,0,10,NULL,'ADM1059A1','NM_005943'),(103772292,24.6866,100,99.916,81.5126,0,0,10,NULL,'ADM1059A1','NM_001075098'),(103772293,24.2253,100,99.9472,84.4855,0,0,10,NULL,'ADM1059A1','XM_005249128'),(103772294,25.559,100,99.9093,89.4737,0,0,10,NULL,'ADM1059A1','XM_005249129'),(103772297,28.7933,100,99.8373,92.3515,0,0,10,NULL,'ADM1059A1','NM_003384'),(103772303,28.3404,100,100,92.0086,0,0,10,NULL,'ADM1059A1','NM_001130105'),(103772304,29.7469,100,100,97.4066,0,0,10,NULL,'ADM1059A1','NM_005713'),(103772311,21.7224,99.6995,93.149,67.0673,0,0,10,'17|59534896|59534994|94.898','ADM1059A1','NM_018488'),(103772325,28.6646,100,99.493,96.3461,0,0,10,NULL,'ADM1059A1','NM_138694'),(103772326,28.6636,100,99.3927,95.6425,0,0,10,NULL,'ADM1059A1','NM_170724'),(103772333,27.5772,99.9297,96.0957,89.7995,0,0,10,'1|3753057|3753258|99.005','ADM1059A1','NM_014704'),(103772334,14.9388,98.9945,46.3437,11.7916,0,0,10,'X|11793097|11793201|89.4231','ADM1059A1','NM_006800'),(103772345,28.5609,100,100,96.7807,0,0,10,NULL,'ADM1059A1','NM_001931'),(103772371,26.7856,100,100,92.6999,0,0,10,NULL,'ADM1059A1','NM_015506'),(103772423,23.8449,92.4077,84.2836,73.8405,0,0,10,'6|157099061|157100607|66.7529','ADM1059A1','NM_017519'),(103772424,23.927,92.4545,84.3805,74.0018,0,0,10,'6|157099061|157100607|66.7529','ADM1059A1','NM_020732'),(103772438,29.2444,100,97.2242,92.2134,0,0,10,NULL,'ADM1059A1','NM_015340'),(103772439,29.2444,100,97.2242,92.2134,0,0,10,NULL,'ADM1059A1','XM_005265006'),(103772443,24.6329,100,98.8443,82.3885,0,0,10,NULL,'ADM1059A1','NM_021828'),(103772444,25.0116,100,98.7195,83.0488,0,0,10,NULL,'ADM1059A1','NM_001166244'),(103772445,24.5244,100,98.8123,81.7102,0,0,10,NULL,'ADM1059A1','NM_001166246'),(103772446,23.37,100,98.6422,81.2627,0,0,10,NULL,'ADM1059A1','NM_001166245'),(103772455,18.3099,96.8323,75.2795,31.7391,0,0,10,'13|100637575|100637939|94.2308,13|100634316|100635395|97.2197','ADM1059A1','NM_007129'),(103772459,29.4012,100,100,98.5234,0,0,10,NULL,'ADM1059A1','NM_152419'),(103772460,28.9096,100,100,95.4079,0,0,10,NULL,'ADM1059A1','XM_005273692'),(103772471,26.62,100,94.9636,91.8858,1.39899,0,10,NULL,'ADM1059A1','NM_016213'),(103772516,29.5259,100,100,94.8207,0,0,10,NULL,'ADM1059A1','NM_002156'),(103772517,29.5259,100,100,94.8207,0,0,10,NULL,'ADM1059A1','NM_199440'),(103772518,26.2139,100,97.8002,89.9227,0,0,10,NULL,'ADM1059A1','NM_015335'),(103772525,24.3265,100,95.9929,83.736,0,0,10,NULL,'ADM1059A1','NM_005708'),(103772554,26.1904,100,93.5759,78.7152,0,0,10,NULL,'ADM1059A1','NM_130810'),(103772555,25.8447,100,92.9181,76.5358,0,0,10,NULL,'ADM1059A1','NM_001033560'),(103772556,26.0363,100,92.8263,76.2316,0,0,10,NULL,'ADM1059A1','NM_001033559'),(103772569,26.1344,100,99.3361,85.7676,0,0,10,NULL,'ADM1059A1','NR_073590'),(103772580,23.54,100,97.8625,78.6245,0,0,10,NULL,'ADM1059A1','NM_057174'),(103772596,24.6306,100,99.7361,85.4222,0,0,10,NULL,'ADM1059A1','NM_198177'),(103772598,28.7741,100,99.957,84.5955,0,0,10,NULL,'ADM1059A1','NM_007315'),(103772599,28.8593,100,99.9546,83.8475,0,0,10,NULL,'ADM1059A1','NM_139266'),(103772628,31.4349,100,100,98.4815,0.440139,0,10,NULL,'ADM1059A1','NM_033084'),(103772629,31.2068,100,100,98.2839,0.445731,0,10,NULL,'ADM1059A1','XM_005264946'),(103772630,31.2068,100,100,98.2839,0.445731,0,10,NULL,'ADM1059A1','NM_001018115'),(103772643,26.2213,100,99.5098,92.7178,0,0,10,NULL,'ADM1059A1','NM_006662'),(103772644,26.2113,100,99.5001,92.5953,0,0,10,NULL,'ADM1059A1','XM_005255046'),(103772659,24.6169,100,93.1851,73.5294,0,0,10,NULL,'ADM1059A1','NM_002168'),(103772683,25.4239,100,90.9808,74.1826,0,0,10,NULL,'ADM1059A1','NM_001759'),(103772690,27.286,97.5765,96.2755,92.3469,0,0,10,'4|88534935|88537723|96.5925','ADM1059A1','NM_014208'),(103772702,29.6553,100,100,99.8074,0,0,10,NULL,'ADM1059A1','NM_001168407'),(103772703,29.5752,100,100,99.7618,0,0,10,NULL,'ADM1059A1','NM_001168408'),(103772704,29.8917,100,100,99.7441,0,0,10,NULL,'ADM1059A1','NM_001168409'),(103772705,29.7203,100,100,99.7646,0,0,10,NULL,'ADM1059A1','NM_001168410'),(103772731,29.8516,100,100,99.4039,0,0,10,NULL,'ADM1059A1','NM_001244190'),(103772800,27.2394,99.9706,97.2092,90.2761,0,0,10,'2|88926483|88926795|99.6795','ADM1059A1','NM_004836'),(103772806,31.3669,100,100,99.3439,0,0,10,NULL,'ADM1059A1','NM_001128147'),(103772814,29.2997,100,99.9341,97.6282,0,0,10,NULL,'ADM1059A1','NM_017780'),(103772819,25.0897,100,97.7586,85.1724,0,0,10,NULL,'ADM1059A1','NM_001613'),(103772820,25.0897,100,97.7586,85.1724,0,0,10,NULL,'ADM1059A1','NM_001141945'),(103772856,23.7568,100,99.8192,79.6564,0,0,10,NULL,'ADM1059A1','NM_001164710'),(103772857,24.216,100,99.9032,86.9734,0,0,10,NULL,'ADM1059A1','NR_028435'),(103772858,24.2111,100,99.8388,81.7889,0,0,10,NULL,'ADM1059A1','NM_000481'),(103772859,24.3043,100,99.8324,81.0562,0,0,10,NULL,'ADM1059A1','NM_001164712'),(103772860,22.9907,100,99.8131,78.8785,0,0,10,NULL,'ADM1059A1','NM_001164711'),(103772864,31.261,100,100,98.1861,1.02524,0,10,NULL,'ADM1059A1','NM_003079'),(103772900,30.1465,100,100,98.4687,0,0,10,NULL,'ADM1059A1','NM_001005747'),(103772902,12.5097,76.9519,27.2954,7.05808,0,0,10,'X|152958915|152959043|10.1562,X|152960172|152960346|72.4138,X|152957428|152957564|70.5882,X|152959986|152960090|0.0,X|152958494|152958632|99.2754,X|152958716|152958823|96.2617,X|152959797|152959903|65.0943,X|152959583|152959724|85.8156','ADM1059A1','NM_001142806'),(103772919,32.1426,100,100,98.879,0,0,10,NULL,'ADM1059A1','NM_001252127'),(103772920,32.5296,100,100,99.9384,0,0,10,NULL,'ADM1059A1','XM_005254264'),(103772922,34.5945,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005273019'),(103772923,27.1138,100,99.927,92.4088,0,0,10,NULL,'ADM1059A1','NM_006009'),(103772972,28.7499,100,100,96.4946,0,0,10,NULL,'ADM1059A1','NM_006035'),(103772973,26.9714,100,99.7595,95.2359,0,0,10,NULL,'ADM1059A1','NM_001145966'),(103772974,27.0344,100,99.786,95.7616,0,0,10,NULL,'ADM1059A1','NM_002417'),(103772978,24.3611,99.8385,91.357,76.8982,0,0,10,'17|35299495|35299664|98.8166','ADM1059A1','NM_005568'),(103772999,29.7462,100,100,99.568,0,0,10,NULL,'ADM1059A1','NM_002857'),(103773000,28.683,100,100,98.9143,0,0,10,NULL,'ADM1059A1','NM_015531'),(103773001,28.0161,100,99.9721,96.4116,0,0,10,NULL,'ADM1059A1','NM_001286577'),(103773003,20.2904,100,83.8408,52.6932,0,0,10,NULL,'ADM1059A1','NM_001253835'),(103773008,24.0658,100,99.878,84.939,0,0,10,NULL,'ADM1059A1','NM_006623'),(103773034,25.3268,100,99.607,87.3666,0,0,10,NULL,'ADM1059A1','XM_005271689'),(103773046,28.1268,100,99.3471,82.1001,0,0,10,NULL,'ADM1059A1','NM_003620'),(103773047,26.6854,100,99.0861,74.9429,0,0,10,NULL,'ADM1059A1','XM_005257742'),(103773063,22.8047,99.9405,89.4909,73.772,0,0,10,'9|96339053|96339155|99.0196,9|96411351|96411496|99.3103','ADM1059A1','NM_005392'),(103773076,24.9367,100,99.5688,81.3129,0,0,10,NULL,'ADM1059A1','NM_003722'),(103773077,26.1634,100,99.9333,91.1274,0,0,10,NULL,'ADM1059A1','NM_001114979'),(103773078,26.2622,100,99.8727,89.6244,0,0,10,NULL,'ADM1059A1','XM_005247845'),(103773079,24.3646,100,99.4997,78.3213,0,0,10,NULL,'ADM1059A1','NM_001114981'),(103773080,25.6074,100,99.9174,89.0083,0,0,10,NULL,'ADM1059A1','NM_001114982'),(103773103,29.1572,100,100,93.1677,0,0,10,NULL,'ADM1059A1','NM_014236'),(103773109,25.2786,100,100,91.7758,0,0,10,NULL,'ADM1059A1','NM_004211'),(103773129,24.6833,99.9299,96.4961,74.6321,0,0,10,'1|24194386|24194779|99.7455','ADM1059A1','NM_000147'),(103773133,28.7249,100,99.971,96.6048,0.609404,0,10,NULL,'ADM1059A1','NM_000459'),(103773182,28.306,100,95.9779,88.0915,0,0,10,NULL,'ADM1059A1','NM_003238'),(103773183,29.0332,100,96.2362,88.8561,0,0,10,NULL,'ADM1059A1','NM_001135599'),(103773189,28.5874,100,100,98.6453,0,0,10,NULL,'ADM1059A1','NM_003859'),(103773193,26.5088,100,100,97.75,0,0,10,NULL,'ADM1059A1','NM_003730'),(103773205,25.6571,100,97.171,81.9974,0,0,10,NULL,'ADM1059A1','NM_000095'),(103773230,29.6901,100,96.7642,94.3995,0,0,10,NULL,'ADM1059A1','NM_001145798'),(103773231,30.349,100,100,98.519,0,0,10,NULL,'ADM1059A1','NM_001005746'),(103773232,23.5268,100,95.7606,76.2468,0,0,10,NULL,'ADM1059A1','NM_205768'),(103773248,23.9231,100,93.2418,73.3669,0,0,10,NULL,'ADM1059A1','NM_015311'),(103773249,24.3527,100,91.9162,75.1069,0,0,10,NULL,'ADM1059A1','NM_001173431'),(103773250,22.9569,100,90.795,70.6469,0,0,10,NULL,'ADM1059A1','NM_001173408'),(103773310,23.2379,100,98.4543,82.7166,0,0,10,NULL,'ADM1059A1','XM_005244732'),(103773318,25.2903,99.6602,94.1748,85.8738,0,0,10,'18|3499180|3499394|96.729','ADM1059A1','NM_001003809'),(103773319,25.285,99.6641,94.2418,86.0365,0,0,10,'18|3499180|3499394|96.729','ADM1059A1','NM_001242764'),(103773320,24.3375,99.764,95.3473,84.2886,0,0,10,'18|3499180|3499394|96.729','ADM1059A1','NM_004746'),(103773321,24.8989,99.6531,94.0535,84.5391,0,0,10,'18|3499180|3499394|96.729','ADM1059A1','NM_001242762'),(103773322,25.2943,99.6656,94.2666,86.0965,0,0,10,'18|3499180|3499394|96.729','ADM1059A1','NM_001242766'),(103773336,28.1712,98.8105,98.0884,91.8012,0,0,10,'8|62550879|62550924|37.7778','ADM1059A1','NM_004318'),(103773337,28.3044,98.7649,98.015,91.7512,0,0,10,'8|62550879|62550924|37.7778','ADM1059A1','NM_001164750'),(103773340,30.5382,100,100,97.9476,0,0,10,NULL,'ADM1059A1','NM_005816'),(103773341,30.1917,100,99.8338,95.9557,0,0,10,NULL,'ADM1059A1','NM_198196'),(103773372,25.4586,100,95.6894,82.4723,0,0,10,NULL,'ADM1059A1','NM_001077490'),(103773373,29.2985,100,99.7062,88.6604,0,0,10,NULL,'ADM1059A1','NR_003259'),(103773374,27.1403,99.429,88.3361,87.2757,0,0,10,'20|57466779|57466922|95.1049','ADM1059A1','NM_000516'),(103773375,27.1522,99.4304,88.3645,87.3068,0,0,10,'20|57466779|57466922|95.1049','ADM1059A1','NM_001077488'),(103773376,26.9881,99.4058,87.8608,86.7572,0,0,10,'20|57466779|57466922|95.1049','ADM1059A1','NM_001077489'),(103773381,20.5975,100,87.1893,51.1472,0,0,10,NULL,'ADM1059A1','NM_006492'),(103773388,27.6608,100,99.9641,94.0775,0,0,10,NULL,'ADM1059A1','NM_005236'),(103773392,25.0347,100,99.0781,83.7852,0,0,10,NULL,'ADM1059A1','NM_003042'),(103773404,28.6205,100,99.8463,92.6245,0,0,10,NULL,'ADM1059A1','NM_014813'),(103773449,30.121,100,100,93.8474,0,0,10,NULL,'ADM1059A1','NM_033109'),(103773459,22.4821,100,88.7097,67.5115,0,0,10,NULL,'ADM1059A1','NM_021008'),(103773460,21.7765,100,87.0027,64.8541,0,0,10,NULL,'ADM1059A1','XM_005252749'),(103773465,23.5366,100,95.7623,74.666,0,0,10,NULL,'ADM1059A1','NM_020894'),(103773466,23.5366,100,95.7623,74.666,0,0,10,NULL,'ADM1059A1','XM_005272290'),(103773476,22.3719,99.9671,93.3311,70.8279,0,0,10,'4|5713105|5713283|99.4382','ADM1059A1','NM_153717'),(103773499,26.0785,100,97.2785,86.4557,0,0,10,NULL,'ADM1059A1','NM_001693'),(103773542,30.3497,100,100,99.4012,0,0,10,NULL,'ADM1059A1','NM_004733'),(103773553,12.6043,82.515,28.3533,1.6018,0,0,10,'X|70351921|70352058|58.3942,X|70351398|70351473|84.0,X|70347741|70347972|89.6104,X|70344007|70344240|59.6567,X|70342586|70342726|92.1429,X|70352225|70352390|98.1818,X|70342943|70343078|98.5185,X|70341175|70341289|99.1228,X|70357574|70357795|95.4751,X|70349883|70350066|83.6066,X|70343442|70343572|72.3077,X|70349164|70349281|19.6581,X|70362023|70362071|52.0833,X|70354940|70355105|86.6667,X|70360483|70360709|32.3009,X|70348962|70349067|0.0,X|70347184|70347319|76.2963,X|70348446|70348570|99.1936,X|70346817|70346984|58.0838,X|70342048|70342198|91.3333,X|70356129|70356507|76.455,X|70345511|70345565|74.0741,X|70344824|70344998|45.4023,X|70344612|70344696|76.1905,X|70354205|70354318|70.7965,X|70339862|70340022|85.625,X|70340819|70341004|88.6487,X|70339534|70339729|80.0,X|70338602|70338705|60.1942','ADM1059A1','NM_005120'),(103773557,28.0095,100,99.9592,96.0447,0,0,10,NULL,'ADM1059A1','NM_025074'),(103773568,25.8005,100,100,89.1892,0,0,10,NULL,'ADM1059A1','NM_170726'),(103773569,25.8005,100,100,89.1892,0,0,10,NULL,'ADM1059A1','NM_003748'),(103773570,26.2331,100,100,90.47,0,0,10,NULL,'ADM1059A1','NM_001161504'),(103773586,24.85,100,98.2312,81.2316,0,0,10,NULL,'ADM1059A1','NM_015047'),(103773587,24.9956,100,98.1903,82.6072,0,0,10,NULL,'ADM1059A1','NM_001271429'),(103773654,26.0107,100,100,95.629,0,0,10,NULL,'ADM1059A1','NM_017875'),(103773682,30.327,100,100,99.2787,0,0,10,NULL,'ADM1059A1','NM_005445'),(103773707,31.1206,100,100,99.831,0,0,10,NULL,'ADM1059A1','NM_007373'),(103773708,32.3821,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001269039'),(103773720,27.0173,100,100,97.5737,0,0,10,NULL,'ADM1059A1','NM_182760'),(103773721,26.6462,100,100,97.4335,0,0,10,NULL,'ADM1059A1','NM_001164675'),(103773734,25.008,100,97.3948,81.8637,0,0,10,NULL,'ADM1059A1','NM_005726'),(103773735,25.0272,100,97.5564,82.9887,0,0,10,NULL,'ADM1059A1','NM_001172696'),(103773736,24.0629,100,96.1078,72.9042,0,0,10,NULL,'ADM1059A1','NM_001172697'),(103773748,29.4173,100,100,97.7885,0,0,10,NULL,'ADM1059A1','NM_001359'),(103773750,29.8098,100,100,95.7803,0,0,10,NULL,'ADM1059A1','NM_203283'),(103773751,29.6084,100,100,95.0634,0,0,10,NULL,'ADM1059A1','NM_015874'),(103773752,29.7072,100,100,95.7888,0,0,10,NULL,'ADM1059A1','XM_005248161'),(103773753,29.7072,100,100,95.7888,0,0,10,NULL,'ADM1059A1','NM_203284'),(103773763,31.4053,100,100,96.7257,0,0,10,NULL,'ADM1059A1','NM_005017'),(103773767,26.3335,100,100,95.6835,0,0,10,NULL,'ADM1059A1','NM_019066'),(103773784,21.3163,100,92.9957,59.6983,0,0,10,NULL,'ADM1059A1','NM_001195129'),(103773790,28.9699,100,100,97.3701,0,0,10,NULL,'ADM1059A1','NM_001105'),(103773791,28.9699,100,100,97.3701,0,0,10,NULL,'ADM1059A1','NM_001111067'),(103773811,25.4868,99.8326,94.1748,82.156,0,0,10,'17|71189206|71189525|98.4326','ADM1059A1','NM_018714'),(103773820,29.4532,100,98.6428,93.2138,0.0484731,0,10,NULL,'ADM1059A1','NM_001199983'),(103773821,30.2371,100,98.5248,95.8377,0.0526871,0,10,NULL,'ADM1059A1','NM_001199982'),(103773824,33.2641,100,100,99.6871,0,0,10,NULL,'ADM1059A1','NM_032581'),(103773825,25.3478,100,99.5666,82.9902,0,0,10,NULL,'ADM1059A1','NM_001983'),(103773826,25.2217,100,99.5283,81.4858,0,0,10,NULL,'ADM1059A1','NM_001166049'),(103773827,26.1944,100,99.5992,84.2685,0,0,10,NULL,'ADM1059A1','NM_202001'),(103773863,28.4437,100,100,98.3839,0,0,10,NULL,'ADM1059A1','NM_004168'),(103773882,23.3463,100,90.3883,81.8587,0,0,10,NULL,'ADM1059A1','NM_001170536'),(103773885,27.8289,100,100,94.853,0,0,10,NULL,'ADM1059A1','NM_000026'),(103773886,27.4962,100,100,94.1489,0,0,10,NULL,'ADM1059A1','NM_001123378'),(103773887,28.249,100,100,94.9935,0,0,10,NULL,'ADM1059A1','XM_005261377'),(103773888,31.1108,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001199199'),(103773904,30.2547,100,96.0562,91.3102,0,0,10,NULL,'ADM1059A1','NM_003477'),(103773905,30.5704,100,93.0178,89.8225,0,0,10,NULL,'ADM1059A1','NM_001166158'),(103773906,27.048,100,99.8473,90.9012,0,0,10,NULL,'ADM1059A1','NM_003718'),(103773927,23.1229,100,98.0241,67.2887,0,0,10,NULL,'ADM1059A1','NM_001151'),(103773951,25.825,99.9741,96.4535,88.1698,0,0,10,'11|71936026|71936212|99.4624','ADM1059A1','NM_001567'),(103773969,26.0267,100,94.2322,79.8846,0,0,10,NULL,'ADM1059A1','NM_001101426'),(103773970,13.7063,85.6147,43.0065,9.15878,0,0,10,'X|85119632|85119828|95.4082,X|85236739|85236815|60.5263,X|85166264|85166345|0.0,X|85218668|85219059|94.1176,X|85233769|85233897|71.875,X|85302486|85302539|90.566,X|85156087|85156195|2.77778','ADM1059A1','NM_000390'),(103773989,26.0902,99.99,98.1022,91.3545,0,0,10,'11|6661046|6662847|99.9445','ADM1059A1','NM_003737'),(103774006,26.8153,100,99.9127,93.6272,0,0,10,NULL,'ADM1059A1','NM_000255'),(103774016,26.6555,100,99.9392,92.7703,0,0,10,NULL,'ADM1059A1','NM_000157'),(103774017,26.6555,100,99.9392,92.7703,0,0,10,NULL,'ADM1059A1','NM_001005742'),(103774018,26.764,100,99.9332,92.1123,0,0,10,NULL,'ADM1059A1','NM_001171812'),(103774019,26.8347,100,99.9275,92.8209,0,0,10,NULL,'ADM1059A1','NM_001171811'),(103774033,28.6441,100,100,96.5649,0,0,10,NULL,'ADM1059A1','NM_001128178'),(103774034,28.6205,100,100,96.8156,0,0,10,NULL,'ADM1059A1','NM_000272'),(103774038,28.8586,100,100,98.0919,0,0,10,NULL,'ADM1059A1','NM_001079802'),(103774039,28.8586,100,100,98.0919,0,0,10,NULL,'ADM1059A1','NM_006731'),(103774040,29.6581,100,100,99.3208,0,0,10,NULL,'ADM1059A1','NM_001198963'),(103774045,23.6416,99.7232,94.3266,76.845,0,0,10,'1|40768291|40768483|96.875','ADM1059A1','NM_001852'),(103774046,28.9334,100,98.8175,93.8818,0,0,10,NULL,'ADM1059A1','NM_013417'),(103774047,28.9334,100,98.8175,93.8818,0,0,10,NULL,'ADM1059A1','NM_002161'),(103774049,11.1879,60.882,24.1305,1.0398,0,0,10,'X|66942667|66942828|87.5776,X|66863096|66863251|44.5161,X|66941673|66941807|71.6418,X|66764986|66766606|41.5432','ADM1059A1','NM_000044'),(103774050,14.3914,87.9296,55.3227,2.43085,0,0,10,'X|66942667|66942828|87.5776,X|66863096|66863251|44.5161,X|66941673|66941807|71.6418','ADM1059A1','NM_001011645'),(103774051,14.4724,93.4495,52.9447,4.26683,0,0,10,'X|146993695|146993750|0.0,X|147018983|147019121|98.5507,X|147011465|147011562|77.3196,X|147013942|147014116|99.4253,X|147007056|147007153|70.1031','ADM1059A1','NM_001185075'),(103774058,21.4411,98.5153,81.2227,51.179,0,0,10,'22|19748426|19748805|95.5145','ADM1059A1','NM_005992'),(103774069,28.2276,100,100,98.6573,0,0,10,NULL,'ADM1059A1','NM_022168'),(103774077,29.4101,100,100,96.9219,0,0,10,NULL,'ADM1059A1','NM_207171'),(103774078,29.5358,100,100,97.0389,0,0,10,NULL,'ADM1059A1','NM_015100'),(103774079,30.0458,100,100,98.049,0,0,10,NULL,'ADM1059A1','NM_145796'),(103774080,29.4474,100,100,97.0202,0,0,10,NULL,'ADM1059A1','XM_005245003'),(103774081,29.4124,100,100,96.9227,0,0,10,NULL,'ADM1059A1','NM_001194938'),(103774083,25.185,100,99.9299,90.89,0,0,10,NULL,'ADM1059A1','NM_006147'),(103774084,24.9666,100,99.9122,88.9377,0,0,10,NULL,'ADM1059A1','NM_001206696'),(103774089,29.9556,100,99.9533,95.4227,0,0,10,NULL,'ADM1059A1','NM_001164615'),(103774090,29.9556,100,99.9533,95.4227,0,0,10,NULL,'ADM1059A1','NM_003506'),(103774110,11.0034,67.0292,16.8593,0,0,0,10,'X|54475574|54475703|20.155,X|54473742|54473889|93.1973,X|54475237|54475402|55.1515,X|54482123|54482219|27.0833,X|54482651|54482801|88.6667,X|54492127|54492287|94.375,X|54494215|54494367|40.1316,X|54497014|54497195|1.10497,X|54491882|54492024|97.1831,X|54496447|54496892|64.2697,X|54472539|54472849|99.6774,X|54521557|54521868|52.09,X|54495218|54495311|52.6882,X|54476090|54476195|42.8571','ADM1059A1','NM_004463'),(103774117,27.0939,100,100,93.9326,0,0,10,NULL,'ADM1059A1','NM_133171'),(103774118,26.6619,100,100,93.0734,0,0,10,NULL,'ADM1059A1','XM_005260503'),(103774119,27.0939,100,100,93.9326,0,0,10,NULL,'ADM1059A1','NM_182764'),(103774125,24.7601,100,99.3426,67.5431,0,0,10,NULL,'ADM1059A1','NM_000278'),(103774126,24.2343,100,97.2071,63.7704,0,0,10,NULL,'ADM1059A1','NM_003990'),(103774131,25.0086,100,97.8474,80.8708,0,0,10,NULL,'ADM1059A1','NM_198525'),(103774137,26.9847,99.9587,97.7273,90.7438,0,0,10,'17|40371328|40371483|99.3548','ADM1059A1','NM_012448'),(103774154,18.1691,97.8864,63.0779,31.1757,0,0,10,'22|19753910|19754393|96.8944,22|19748426|19748805|95.5145','ADM1059A1','NM_080647'),(103774155,21.5748,98.61,82.4203,52.7392,0,0,10,'22|19748426|19748805|95.5145','ADM1059A1','NM_080646'),(103774165,21.765,98.9477,91.368,59.2649,0,0,10,'19|51169447|51172544|97.772','ADM1059A1','NM_016148'),(103774166,21.7716,98.952,91.4034,59.4319,0,0,10,'19|51169447|51172544|97.772','ADM1059A1','XM_005258963'),(103774171,14.9211,91.6514,54.2661,14.1284,0,0,10,'X|108925946|108926127|73.4807,X|108924493|108924606|95.5752,X|108926363|108926718|77.4648,X|108906438|108906633|74.8718','ADM1059A1','XM_005262108'),(103774172,14.8435,91.1522,53.3301,14.4385,0,0,10,'X|108925946|108926127|73.4807,X|108924493|108924606|95.5752,X|108926363|108926595|65.5172,X|108906438|108906633|74.8718','ADM1059A1','NM_004458'),(103774173,14.9211,91.6514,54.2661,14.1284,0,0,10,'X|108925946|108926127|73.4807,X|108924493|108924606|95.5752,X|108926363|108926718|77.4648,X|108906438|108906633|74.8718','ADM1059A1','NM_022977'),(103774204,29.3846,100,100,97.0048,0,0,10,NULL,'ADM1059A1','NM_198310'),(103774205,27.5329,100,100,99.308,0,0,10,NULL,'ADM1059A1','NM_001288782'),(103774212,27.6023,100,100,96.1359,0,0,10,NULL,'ADM1059A1','NM_004247'),(103774213,27.6023,100,100,96.1359,0,0,10,NULL,'ADM1059A1','NM_001258353'),(103774280,26.6035,100,99.1756,88.2111,0,0,10,NULL,'ADM1059A1','NM_145068'),(103774297,29.7108,99.9921,99.3082,94.2266,0.0715705,0,10,'2|73612994|73613322|99.6951','ADM1059A1','NM_015120'),(103774327,26.8843,100,98.2819,86.5708,0,0,10,NULL,'ADM1059A1','NM_005763'),(103774337,28.4551,100,100,94.3411,0.717321,0,10,NULL,'ADM1059A1','NM_018117'),(103774358,12.668,67.2234,31.7328,0,0,0,10,'X|118709336|118709365|0.0,X|118716549|118716641|36.9565,X|118708862|118708946|16.6667','ADM1059A1','NM_003336'),(103774429,29.7022,100,99.6963,98.4599,0,0,10,NULL,'ADM1059A1','NM_001244192'),(103774430,23.9106,100,99.8404,88.1884,0,0,10,NULL,'ADM1059A1','NM_022454'),(103774474,27.9886,100,99.1916,95.2172,0,0,10,NULL,'ADM1059A1','NM_017733'),(103774475,27.9582,100,99.1981,95.2556,0,0,10,NULL,'ADM1059A1','NM_001127178'),(103774498,25.016,100,100,92.1382,0,0,10,NULL,'ADM1059A1','NM_014516'),(103774504,27.4304,100,98.7069,94.0517,0,0,10,NULL,'ADM1059A1','NM_001122633'),(103774505,27.4044,100,98.701,94.0247,0,0,10,NULL,'ADM1059A1','NM_001875'),(103774506,27.8114,100,98.1424,93.4365,0,0,10,NULL,'ADM1059A1','NM_001122634'),(103774530,24.4865,100,98.5577,73.9423,0,0,10,NULL,'ADM1059A1','NM_000507'),(103774531,24.4865,100,98.5577,73.9423,0,0,10,NULL,'ADM1059A1','NM_001127628'),(103774605,26.9906,100,100,98.8636,0,0,10,NULL,'ADM1059A1','NM_024105'),(103774634,14.9942,93.3205,53.3397,13.666,0,0,10,'X|39931600|39934435|97.8836,X|39921390|39921648|97.6744,X|39930224|39930414|87.3684,X|39913507|39913588|82.716,X|39923587|39923854|82.7715,X|39921997|39922326|40.1216,X|39930888|39930945|98.2456','ADM1059A1','NM_017745'),(103774635,15.0429,93.2661,53.9297,13.8172,0,0,10,'X|39931600|39934435|97.8836,X|39921390|39921648|97.6744,X|39930224|39930414|87.3684,X|39913507|39913588|82.716,X|39923587|39923854|82.7715,X|39921997|39922326|40.1216','ADM1059A1','NM_001123384'),(103774636,15.172,93.4488,54.2357,15.1732,0,0,10,'X|39931600|39934435|97.8836,X|39921390|39921648|97.6744,X|39930224|39930414|87.3684,X|39913507|39913588|82.716,X|39923587|39923854|82.7715,X|39921997|39922326|40.1216,X|39930888|39930945|98.2456','ADM1059A1','NM_001123385'),(103774637,14.9942,93.3205,53.3397,13.666,0,0,10,'X|39931600|39934435|97.8836,X|39921390|39921648|97.6744,X|39930224|39930414|87.3684,X|39913507|39913588|82.716,X|39923587|39923854|82.7715,X|39921997|39922326|40.1216,X|39930888|39930945|98.2456','ADM1059A1','NM_001123383'),(103774651,12.2887,72.4776,28.083,3.02691,0,0,10,'X|7177388|7177815|65.5738,X|7267927|7268305|83.3333,X|7193990|7194130|26.4286,X|7243378|7243541|99.3865,X|7252025|7252150|4.0,X|7223085|7223226|96.4539,X|7175281|7175406|58.4','ADM1059A1','NM_000351'),(103774709,24.7254,100,97.3397,86.0332,0,0,10,NULL,'ADM1059A1','NM_133468'),(103774736,13.1552,81.3713,36.6106,2.19922,0,0,10,'X|38533473|38533572|98.9899,X|38546851|38546924|43.8356,X|38534957|38535116|68.5535,X|38525373|38525565|72.9167','ADM1059A1','NM_004615'),(103774768,23.318,100,94.974,67.851,0,0,10,NULL,'ADM1059A1','NM_001100'),(103774781,14.0571,95.1309,39.1099,6.75392,0,0,10,'X|31222076|31222237|78.882,X|31198485|31198600|88.6957,X|31187558|31187720|96.2963,X|31200853|31201023|98.2353,X|31165390|31165637|89.4737,X|31191654|31191723|85.5072,X|31144757|31144792|97.1429','ADM1059A1','NM_004015'),(103774782,15.1789,96.4959,50.7035,16.0074,0,0,10,'X|31462596|31462746|74.0,X|31222076|31222237|78.882,X|31198485|31198600|88.6957,X|31187558|31187720|96.2963,X|31200853|31201023|98.2353,X|31165390|31165637|89.4737,X|31191654|31191723|85.5072,X|31144757|31144792|97.1429','ADM1059A1','NM_004013'),(103774783,15.3299,96.6131,52.4963,17.4599,0,0,10,'X|31462596|31462746|74.0,X|31222076|31222237|78.882,X|31198485|31198600|88.6957,X|31200853|31201023|98.2353,X|31165390|31165637|89.4737,X|31144757|31144792|97.1429','ADM1059A1','NM_004020'),(103774803,26.0637,100,98.9274,82.9968,0,0,10,NULL,'ADM1059A1','NM_014822'),(103774817,29.319,100,100,98.8895,0,0,10,NULL,'ADM1059A1','NM_024675'),(103774833,27.9887,100,100,98.5626,0,0,10,NULL,'ADM1059A1','NM_024570'),(103774842,28.228,100,99.9206,96.5052,0,0,10,NULL,'ADM1059A1','NM_015426'),(103774843,28.5746,100,99.9101,96.0432,0,0,10,NULL,'ADM1059A1','NM_001161580'),(103774852,25.569,100,95.2815,78.9871,0,0,10,NULL,'ADM1059A1','XM_005261392'),(103774865,14.895,85.8601,52.1866,18.6589,0,0,10,'X|133609209|133609396|64.7059,X|133594339|133594370|0.0','ADM1059A1','NM_000194'),(103774941,27.6694,100,99.9415,95.2604,0,0,10,NULL,'ADM1059A1','NM_031924'),(103774942,27.4544,100,99.9293,94.2756,0,0,10,NULL,'ADM1059A1','XM_005267153'),(103774943,25.3362,100,96.977,75.5744,0,0,10,NULL,'ADM1059A1','NM_000375'),(103774944,27.5924,100,99.9725,92.8807,0,0,10,NULL,'ADM1059A1','NM_018262'),(103774945,27.8334,100,99.9748,93.4826,0,0,10,NULL,'ADM1059A1','NM_052985'),(103774946,27.7935,100,99.9737,93.177,0,0,10,NULL,'ADM1059A1','NM_001280541'),(103774947,27.3898,100,99.9713,92.5553,0,0,10,NULL,'ADM1059A1','NM_052990'),(103774948,27.6404,100,99.9738,93.2163,0,0,10,NULL,'ADM1059A1','NM_052989'),(103774949,27.2424,100,99.9701,93.1045,0,0,10,NULL,'ADM1059A1','NM_001280545'),(103774950,27.1647,100,99.9685,92.7129,0,0,10,NULL,'ADM1059A1','NM_001280546'),(103774954,28.2043,100,100,94.4811,0,0,10,NULL,'ADM1059A1','NM_001895'),(103774955,28.2043,100,100,94.4811,0,0,10,NULL,'ADM1059A1','NM_177559'),(103774956,27.7242,100,100,92.8212,0,0,10,NULL,'ADM1059A1','NM_177560'),(103774964,24.3284,100,98.219,81.4395,0,0,10,NULL,'ADM1059A1','NM_000260'),(103774981,26.2592,100,98.9462,88.2214,0,0,10,NULL,'ADM1059A1','NM_006031'),(103775036,23.1494,100,98.6486,72.2617,0,0,10,NULL,'ADM1059A1','NM_003221'),(103775037,23.2563,100,98.6769,72.8412,0,0,10,NULL,'ADM1059A1','XM_005249347'),(103775038,27.3395,100,99.9338,92.3892,0,0,10,NULL,'ADM1059A1','NM_006516'),(103775061,27.3533,100,100,91.2987,0,0,10,NULL,'ADM1059A1','NM_016038'),(103775104,26.7908,100,100,97.9494,0,0,10,NULL,'ADM1059A1','NM_016356'),(103775129,31.4954,100,100,99.4585,0,0,10,NULL,'ADM1059A1','NM_012224'),(103775130,31.5444,100,100,99.4517,0,0,10,NULL,'ADM1059A1','NM_001199398'),(103775131,31.6147,100,100,99.4389,0,0,10,NULL,'ADM1059A1','NM_001199400'),(103775132,31.43,100,100,99.4704,0,0,10,NULL,'ADM1059A1','NM_001199397'),(103775133,31.4355,100,100,99.427,0,0,10,NULL,'ADM1059A1','NM_001199399'),(103775138,28.8337,100,100,97.6341,0,0,10,NULL,'ADM1059A1','NM_001164000'),(103775139,28.9783,100,100,97.0345,0,0,10,NULL,'ADM1059A1','NM_004991'),(103775140,28.9359,100,100,97.6562,0,0,10,NULL,'ADM1059A1','NM_001105078'),(103775141,28.9426,100,100,96.7363,0,0,10,NULL,'ADM1059A1','NM_001105077'),(103775142,28.9359,100,100,97.6562,0,0,10,NULL,'ADM1059A1','NM_005241'),(103775176,27.8088,100,100,92.7685,0,0,10,NULL,'ADM1059A1','NM_004963'),(103775204,25.0556,100,97.048,81.8993,0,0,10,NULL,'ADM1059A1','NM_015102'),(103775274,22.8346,99.7262,91.6758,75.1369,0,0,10,'3|46925047|46925126|93.6709','ADM1059A1','NM_000316'),(103775275,22.8346,99.7262,91.6758,75.1369,0,0,10,'3|46925047|46925126|93.6709','ADM1059A1','XM_005265344'),(103775276,22.8346,99.7262,91.6758,75.1369,0,0,10,'3|46925047|46925126|93.6709','ADM1059A1','XM_005265342'),(103775277,22.8346,99.7262,91.6758,75.1369,0,0,10,'3|46925047|46925126|93.6709','ADM1059A1','NM_001184744'),(103775294,26.3088,100,97.0532,89.4298,0,0,10,NULL,'ADM1059A1','XM_005273981'),(103775312,25.1461,100,96.7111,90.7577,0,0,10,NULL,'ADM1059A1','NM_005631'),(103775351,25.3172,100,99.7499,84.7436,0,0,10,NULL,'ADM1059A1','NM_001098'),(103775374,14.185,97.4704,32.2529,8.9328,0,0,10,'X|119589210|119589427|97.235,X|119581694|119581882|86.1702','ADM1059A1','NM_002294'),(103775375,15,97.4643,40.9667,16.9572,0,0,10,'X|119589210|119589427|97.235,X|119581694|119581882|86.1702','ADM1059A1','NM_013995'),(103775380,13.5601,86.4534,38.4404,6.14847,0,0,10,'X|148037131|148038145|95.4635,X|147743427|147744291|89.0046,X|148044243|148044469|91.5929,X|147582615|147582666|0.0,X|148048318|148048611|76.7918,X|147967417|147967517|53.0,X|148035108|148035271|39.8773,X|148054999|148055139|82.1429,X|148072739|148072865|45.2381,X|147891398|147891446|50.0','ADM1059A1','NM_002025'),(103775402,24.0057,100,95.9068,87.5944,0,0,10,NULL,'ADM1059A1','NM_020436'),(103775403,24.3508,100,96.915,80.9894,0,0,10,NULL,'ADM1059A1','NM_022172'),(103775404,24.3508,100,96.915,80.9894,0,0,10,NULL,'ADM1059A1','NM_000920'),(103775405,24.3508,100,96.915,80.9894,0,0,10,NULL,'ADM1059A1','NM_001040716'),(103775416,31.414,100,100,99.3339,0,0,10,NULL,'ADM1059A1','NM_004239'),(103775423,13.2814,79.9174,33.8152,4.3366,0,0,10,'X|49105092|49105197|0.0,X|49099582|49099652|94.2857,X|49098480|49098616|0.0,X|49104650|49104773|79.6748,X|49104108|49104231|46.3415,X|49106607|49106725|92.3729,X|49105276|49105387|95.4955,X|49105968|49106031|38.0952','ADM1059A1','NM_014008'),(103775436,28.9312,100,99.8479,96.0741,0,0,10,NULL,'ADM1059A1','NM_018136'),(103775437,28.735,100,99.7223,94.9323,0,0,10,NULL,'ADM1059A1','NM_001206846'),(103775444,13.7129,92.9032,39.0323,4.51612,0,0,10,'X|64141695|64141855|80.0,X|64139959|64140135|93.1818','ADM1059A1','NM_001178032'),(103775459,13.5225,88.1815,38.2918,4.38071,0,0,10,'X|21670422|21670642|97.2727,X|21544983|21545120|60.5839,X|21393013|21393081|98.5294,X|21581354|21581572|99.5413,X|21534601|21534751|76.0,X|21627187|21627737|75.4545,X|21549972|21550187|56.7442,X|21666947|21667147|85.0,X|21515903|21515966|69.8413','ADM1059A1','NM_014927'),(103775460,13.3821,87.8247,36.4286,3.9935,0,0,10,'X|21670422|21670642|97.2727,X|21544983|21545120|60.5839,X|21393013|21393081|98.5294,X|21581354|21581572|99.5413,X|21534601|21534751|76.0,X|21627187|21627737|75.4545,X|21549972|21550187|56.7442,X|21666947|21667147|85.0,X|21515903|21515966|69.8413','ADM1059A1','NM_001168647'),(103775479,29.4736,100,100,95.2734,0,0,10,NULL,'ADM1059A1','NM_000403'),(103775520,30.7667,100,100,99.5248,0,0,10,NULL,'ADM1059A1','NM_004456'),(103775529,29.5192,100,99.7222,98.591,0,0,10,NULL,'ADM1059A1','NM_001244189'),(103775530,29.6074,100,100,99.3793,0,0,10,NULL,'ADM1059A1','NM_014749'),(103775543,30.6435,100,100,97.4715,0,0,10,NULL,'ADM1059A1','NM_001002755'),(103775544,33.1428,100,100,100,0,0,10,NULL,'ADM1059A1','NR_045632'),(103775545,30.8743,100,100,97.2067,0,0,10,NULL,'ADM1059A1','NM_015700'),(103775546,32.2135,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001002756'),(103775547,32.1105,100,100,97.9415,0,0,10,NULL,'ADM1059A1','NM_016489'),(103775548,30.175,100,98.5577,85,0,0,10,NULL,'ADM1059A1','NM_001002010'),(103775549,32.5096,100,100,97.8483,0,0,10,NULL,'ADM1059A1','NM_001166118'),(103775560,23.7056,100,99.9301,81.6783,0,0,10,NULL,'ADM1059A1','NM_080717'),(103775561,23.8219,100,99.9368,83.3228,0,0,10,NULL,'ADM1059A1','NM_000192'),(103775562,23.8219,100,99.9368,83.3228,0,0,10,NULL,'ADM1059A1','NM_181486'),(103775609,24.9977,100,99.8845,82.7945,0,0,10,NULL,'ADM1059A1','NM_147191'),(103775614,25.1268,100,96.125,75.0976,0,0,10,NULL,'ADM1059A1','NM_004644'),(103775615,25.2746,100,96.0062,75.2941,0,0,10,NULL,'ADM1059A1','NM_001278511'),(103775616,25.0835,100,96.1936,75.5385,0,0,10,NULL,'ADM1059A1','NM_001278512'),(103775617,27.0957,100,99.9168,95.4243,0,0,10,NULL,'ADM1059A1','NM_001135745'),(103775620,28.1655,100,100,94.7876,0,0,10,NULL,'ADM1059A1','NM_001077366'),(103775628,27.1283,99.7419,94.0645,84.2581,0,0,10,'5|140903708|140903798|97.7778,5|140953057|140953777|99.8611,5|140907138|140907266|94.5312','ADM1059A1','NM_001079812'),(103775629,27.1831,99.7439,94.1101,84.379,0,0,10,'5|140903708|140903798|97.7778,5|140953057|140953777|99.8611,5|140907138|140907266|94.5312','ADM1059A1','NM_005219'),(103775636,28.721,100,100,96.6256,0,0,10,NULL,'ADM1059A1','NM_024854'),(103775660,24.3606,99.7435,94.0241,82.2775,0,0,10,'9|126135411|126136201|98.7342','ADM1059A1','NM_173689'),(103775661,24.3959,99.6536,92.4143,79.7368,0,0,10,'9|126135411|126136201|98.7342','ADM1059A1','XM_005251934'),(103775689,30.7517,100,100,97.9522,0.341297,0,10,NULL,'ADM1059A1','NM_018062'),(103775699,24.914,100,100,92.8633,0,0,10,NULL,'ADM1059A1','NM_004565'),(103775714,24.0445,100,97.2414,81.7555,0,0,10,NULL,'ADM1059A1','NM_198159'),(103775715,24.6678,100,99.7215,84.819,0,0,10,NULL,'ADM1059A1','NM_001184967'),(103775716,25.1983,100,99.6853,87.1755,0,0,10,NULL,'ADM1059A1','NM_198178'),(103775717,25.1994,100,99.6897,87.3545,0,0,10,NULL,'ADM1059A1','NM_000248'),(103775718,24.1709,100,99.6231,80.402,0,0,10,NULL,'ADM1059A1','NM_006722'),(103775719,24.0384,100,98.0822,82.1918,0,0,10,NULL,'ADM1059A1','NM_018127'),(103775720,23.9297,100,97.9852,81.3322,0,0,10,NULL,'ADM1059A1','NM_001165962'),(103775723,26.1138,100,99.528,88.0994,0,0,10,NULL,'ADM1059A1','NM_015148'),(103775724,26.1138,100,99.528,88.0994,0,0,10,NULL,'ADM1059A1','NM_001252120'),(103775725,27.3334,100,99.8272,93.8382,0,0,10,NULL,'ADM1059A1','NM_001252124'),(103775726,25.735,100,99.451,87.1424,0,0,10,NULL,'ADM1059A1','XM_005246990'),(103775727,27.3564,100,94.7368,83.6956,0,0,10,NULL,'ADM1059A1','NM_153365'),(103775760,29.7028,100,99.516,95.1605,0,0,10,NULL,'ADM1059A1','NM_000466'),(103775761,29.652,100,99.4933,94.9333,0,0,10,NULL,'ADM1059A1','NM_001282677'),(103775764,31.0343,100,100,99.6886,0.0259493,0,10,NULL,'ADM1059A1','XM_005273027'),(103775765,31.0343,100,100,99.6886,0.0259493,0,10,NULL,'ADM1059A1','NM_000081'),(103775800,25.9471,100,99.0548,89.0359,0,0,10,NULL,'ADM1059A1','NM_001014763'),(103775801,24.9835,100,98.731,85.2792,0,0,10,NULL,'ADM1059A1','NM_001985'),(103775803,23.3559,98.2653,89.9775,69.804,0,0,10,'16|71122202|71122429|88.5463,16|71196432|71196635|86.2069','ADM1059A1','NM_017558'),(103775804,23.455,98.1456,89.2857,70.1923,0,0,10,'16|71122202|71122429|88.5463,16|71196432|71196635|86.2069','ADM1059A1','NM_001198542'),(103775805,23.4205,98.1263,89.1742,69.882,0,0,10,'16|71122202|71122429|88.5463,16|71196432|71196635|86.2069','ADM1059A1','NM_001198543'),(103775806,24.2469,100,96.5965,77.8465,0,0,10,NULL,'ADM1059A1','NM_007254'),(103775819,23.26,100,99.2901,87.9326,0,0,10,NULL,'ADM1059A1','NM_005430'),(103775822,30.7152,100,100,98.16,0,0,10,NULL,'ADM1059A1','NM_153240'),(103775831,27.8595,100,99.7218,84.701,0,0,10,NULL,'ADM1059A1','NM_003091'),(103775874,24.6747,100,99.8944,80.7814,0,0,10,NULL,'ADM1059A1','NM_001145438'),(103775875,23.8159,100,99.8699,73.9753,0,0,10,NULL,'ADM1059A1','NR_027017'),(103775887,26.8656,100,99.9378,95.7685,0,0,10,NULL,'ADM1059A1','NM_000372'),(103775890,25.9837,100,99.3243,88.6328,0,0,10,NULL,'ADM1059A1','NM_001174066'),(103775891,26.159,100,99.2451,90.3641,0,0,10,NULL,'ADM1059A1','NM_023105'),(103775892,25.8888,100,99.3178,88.5634,0,0,10,NULL,'ADM1059A1','NM_001174064'),(103775893,26.1563,100,99.2431,90.3384,0,0,10,NULL,'ADM1059A1','NM_023106'),(103775894,26.0023,100,99.3506,89.0756,0,0,10,NULL,'ADM1059A1','NM_001174067'),(103775895,25.9865,100,99.3259,88.6598,0,0,10,NULL,'ADM1059A1','NM_001174063'),(103775913,31.159,100,100,97.9737,0,0,10,NULL,'ADM1059A1','NM_014363'),(103775919,20.565,100,90.1505,53.4884,0,0,10,NULL,'ADM1059A1','NM_000156'),(103775920,18.3494,98.9117,74.2443,35.1874,0,0,10,'19|1398672|1399027|97.4648','ADM1059A1','NM_138924'),(103775922,27.0361,100,99.5857,92.7445,0,0,10,NULL,'ADM1059A1','NM_182587'),(103775923,26.971,100,99.3481,92.1974,0,0,10,NULL,'ADM1059A1','NM_032504'),(103775926,26.2709,98.8412,96.2649,85.5872,0.341438,0,10,'2|238283053|238283665|88.5621,2|238268729|238268804|44.0','ADM1059A1','NM_004369'),(103775927,26.5053,98.5705,95.3925,84.531,0.421187,0,10,'2|238283053|238283665|88.5621,2|238268729|238268804|44.0','ADM1059A1','NM_057166'),(103775928,26.2833,98.7637,96.015,84.9211,0.364279,0,10,'2|238283053|238283665|88.5621,2|238268729|238268804|44.0','ADM1059A1','XM_005246066'),(103775929,26.4797,98.7616,96.0084,85.4931,0.364883,0,10,'2|238283053|238283665|88.5621,2|238268729|238268804|44.0','ADM1059A1','NM_057167'),(103775930,26.2537,98.7639,96.0159,85.4431,0.364198,0,10,'2|238283053|238283665|88.5621,2|238268729|238268804|44.0','ADM1059A1','XM_005246065'),(103775941,28.2721,99.8941,99.1001,94.1239,0,0,10,'1|225600154|225600349|98.9744','ADM1059A1','NM_002296'),(103775942,28.2721,99.8941,99.1001,94.1239,0,0,10,'1|225600154|225600349|98.9744','ADM1059A1','NM_194442'),(103775943,23.0748,100,83.6594,68.8147,0,0,10,NULL,'ADM1059A1','NM_018941'),(103775953,23.6586,100,97.5732,74.728,0,0,10,NULL,'ADM1059A1','NM_032531'),(103775954,23.1722,100,99.1337,75.203,0,0,10,NULL,'ADM1059A1','NM_001161707'),(103775970,25.3135,100,98.1315,76.5398,0,0,10,NULL,'ADM1059A1','NM_000048'),(103775971,24.7478,100,98.0205,75.1466,0,0,10,NULL,'ADM1059A1','NM_001024946'),(103775972,25.3135,100,98.1315,76.5398,0,0,10,NULL,'ADM1059A1','NM_001024943'),(103775973,25.432,100,98.0463,77.7135,0,0,10,NULL,'ADM1059A1','NM_001024944'),(103776008,24.9835,100,99.843,92.6217,0,0,10,NULL,'ADM1059A1','NM_016373'),(103776009,22.8415,100,98.7408,78.8038,0,0,10,NULL,'ADM1059A1','XM_005255980'),(103776010,23.6869,100,99.7241,87.0345,0,0,10,NULL,'ADM1059A1','XM_005255982'),(103776011,23.6526,100,100,90.5085,0,0,10,NULL,'ADM1059A1','NM_130791'),(103776013,25.7469,100,100,91.1821,0,0,10,NULL,'ADM1059A1','NM_001145473'),(103776037,26.6806,100,100,92.8393,0,0,10,NULL,'ADM1059A1','NM_145332'),(103776038,26.306,100,100,92.3834,0,0,10,NULL,'ADM1059A1','NM_145333'),(103776039,26.1732,100,100,93.4637,0,0,10,NULL,'ADM1059A1','NM_003188'),(103776040,26.4963,100,100,93.7567,0,0,10,NULL,'ADM1059A1','NM_145331'),(103776044,26.2599,99.4896,92.8181,80.0583,0,0,10,'14|53618977|53619818|98.3353','ADM1059A1','NM_001160148'),(103776045,26.3029,99.4778,92.652,79.5599,0,0,10,'14|53618977|53619819|98.3373','ADM1059A1','NM_001160147'),(103776046,26.2352,99.4731,92.5856,79.3752,0,0,10,'14|53618977|53619819|98.3373','ADM1059A1','NM_030637'),(103776064,26.5661,100,98.5735,90.7526,0,0,10,NULL,'ADM1059A1','NM_170707'),(103776065,26.6982,100,98.3579,89.9774,0,0,10,NULL,'ADM1059A1','NM_001257374'),(103776076,25.0088,100,99.2918,87.2824,0,0,10,NULL,'ADM1059A1','NM_002609'),(103776095,14.5299,85.203,45.0022,19.0746,0,0,10,'X|20194550|20194618|0.0,X|20190862|20190991|48.8372,X|20252874|20252934|30.0,X|20204412|20204486|90.5405,X|20181080|20181160|6.25,X|20185705|20185867|67.9012,X|20284680|20284753|67.1233,X|20194366|20194472|98.1132,X|20173513|20173640|97.6378','ADM1059A1','NM_004586'),(103776099,27.5479,100,99.9228,94.1298,0,0,10,NULL,'ADM1059A1','NM_001145358'),(103776100,27.5479,100,99.9228,94.1298,0,0,10,NULL,'ADM1059A1','NM_001145357'),(103776101,27.5479,100,99.9228,94.1298,0,0,10,NULL,'ADM1059A1','NM_015477'),(103776123,29.8693,100,99.2792,92.6296,0.0930015,0,10,NULL,'ADM1059A1','NM_133259'),(103776153,30.6577,100,99.9715,95.1756,0,0,10,NULL,'ADM1059A1','NM_205842'),(103776172,13.8919,87.7543,36.0989,13.6019,0,0,10,'X|70373325|70373388|85.7143,X|70367597|70368058|80.2603,X|70389102|70389950|84.1981,X|70386859|70387652|90.7944','ADM1059A1','NM_018977'),(103776173,13.9288,88.0545,36.6537,13.2685,0,0,10,'X|70373325|70373388|85.7143,X|70367597|70368058|80.2603,X|70389102|70389950|84.1981,X|70386859|70387652|90.7944','ADM1059A1','NM_181303'),(103776174,13.9845,87.8069,37.0295,13.9526,0,0,10,'X|70367597|70368058|80.2603,X|70389102|70389950|84.1981,X|70386859|70387652|90.7944','ADM1059A1','NM_001166660'),(103776175,29.7821,100,100,98.4211,0,0,10,NULL,'ADM1059A1','NM_000310'),(103776176,30.4288,100,100,97.6266,0,0,10,NULL,'ADM1059A1','NM_001142604'),(103776185,30.3757,100,100,98.5722,0,0,10,NULL,'ADM1059A1','NM_001271'),(103776194,8.97684,53.9735,0,0,0,0,10,'X|100603519|100603655|0.0,X|100601484|100601650|98.1928','ADM1059A1','NM_004085'),(103776266,29.5185,100,100,96.7018,0,0,10,NULL,'ADM1059A1','XM_005248424'),(103776278,30.8446,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001625'),(103776291,27.6862,100,96.3368,90.7053,0,0,10,NULL,'ADM1059A1','NM_004044'),(103776312,24.4508,100,99.6862,92.7824,0,0,10,NULL,'ADM1059A1','NM_001166355'),(103776313,24.1643,100,100,94.3517,0,0,10,NULL,'ADM1059A1','NM_002304'),(103776314,20.4262,97.5986,78.5592,60.3774,0,0,10,'7|2559493|2559929|93.578','ADM1059A1','NM_001040167'),(103776315,20.18,97.4797,77.5878,58.1458,0,0,10,'7|2559494|2559929|93.5632','ADM1059A1','NM_001040168'),(103776328,22.2555,98.7898,92.7835,70.0583,0,0,10,'19|46271298|46272105|96.6543','ADM1059A1','NM_175875'),(103776335,31.0714,100,100,99.8496,0,0,10,NULL,'ADM1059A1','NM_031483'),(103776339,29.5067,100,100,94.798,0,0,10,NULL,'ADM1059A1','NM_003193'),(103776340,28.4548,100,97.8771,89.2179,0,0,10,NULL,'ADM1059A1','NM_001287801'),(103776396,26.3121,100,100,96.656,0,0,10,NULL,'ADM1059A1','NM_001270463'),(103776397,26.1439,100,100,96.3605,0,0,10,NULL,'ADM1059A1','NM_001270465'),(103776405,24.8999,100,100,88.51,0,0,10,NULL,'ADM1059A1','NM_002408'),(103776448,28.5234,100,100,99.4058,0,0,10,NULL,'ADM1059A1','NM_001166133'),(103776473,23.6771,100,99.5996,84.1645,0,0,10,NULL,'ADM1059A1','NM_001278066'),(103776474,22.1147,98.9753,93.4644,70.2575,0,0,10,'6|146755006|146755935|96.0172','ADM1059A1','NM_001278067'),(103776475,22.1147,98.9753,93.4644,70.2575,0,0,10,'6|146755006|146755935|96.0172','ADM1059A1','XM_005266950'),(103776480,26.0585,100,95.6057,83.4917,0,0,10,NULL,'ADM1059A1','NM_014850'),(103776482,21.6076,100,96.2209,70.1308,0,0,10,NULL,'ADM1059A1','NM_001001557'),(103776498,22.9836,99.2978,88.4728,73.8444,0,0,10,'2|127816585|127816733|91.8919','ADM1059A1','NM_139344'),(103776499,24.2079,99.1979,91.1096,81.3503,0,0,10,'2|127816585|127816733|91.8919','ADM1059A1','NM_139348'),(103776500,23.7892,99.0559,89.5358,78.0488,0,0,10,'2|127816585|127816733|91.8919','ADM1059A1','NM_139351'),(103776501,24.2908,99.2228,91.386,81.9301,0,0,10,'2|127816585|127816733|91.8919','ADM1059A1','NM_139346'),(103776502,24.0946,99.2533,91.7237,81.8295,0,0,10,'2|127816585|127816733|91.8919','ADM1059A1','NM_139347'),(103776503,23.7261,99.1864,90.983,80.2034,0,0,10,'2|127816585|127816733|91.8919','ADM1059A1','NM_139349'),(103776504,23.149,99.2362,87.5239,75.3024,0,0,10,'2|127816585|127816733|91.8919','ADM1059A1','NM_139345'),(103776505,23.9242,99.1501,90.5807,80.2408,0,0,10,'2|127816585|127816733|91.8919','ADM1059A1','NM_004305'),(103776506,23.3585,99.3482,89.2993,75.7197,0,0,10,'2|127816585|127816733|91.8919','ADM1059A1','NM_139343'),(103776507,23.8204,99.1202,90.2493,79.5455,0,0,10,'2|127816585|127816733|91.8919','ADM1059A1','NM_139350'),(103776528,29.8022,100,100,92.5971,0,0,10,NULL,'ADM1059A1','NM_000860'),(103776529,27.1853,100,100,86.6071,0,0,10,NULL,'ADM1059A1','NM_001256305'),(103776567,26.8534,100,98.7958,90.4416,0,0,10,NULL,'ADM1059A1','NM_002968'),(103776578,28.1679,100,100,97.3572,0,0,10,NULL,'ADM1059A1','NM_020455'),(103776607,27.6963,96.4543,96.4543,96.3001,0,0,10,'5|42629138|42629207|0.0','ADM1059A1','NM_000163'),(103776608,28.7144,100,100,99.8402,0,0,10,NULL,'ADM1059A1','NM_001242460'),(103776622,29.105,100,100,98.123,0,0,10,NULL,'ADM1059A1','NM_003742'),(103776649,24.0622,100,99.2863,84.8416,0,0,10,NULL,'ADM1059A1','NM_001144996'),(103776650,24.0736,100,99.3105,85.3558,0,0,10,NULL,'ADM1059A1','XM_005268849'),(103776651,23.9863,100,99.3001,85.1344,0,0,10,NULL,'ADM1059A1','XM_005268841'),(103776658,29.0321,97.6166,90.1554,87.9793,0,0,10,'6|80656895|80656999|77.8846','ADM1059A1','NM_022726'),(103776669,30.3457,100,98.8816,95.247,0,0,10,NULL,'ADM1059A1','NM_016006'),(103776684,27.1159,100,100,92.2362,0,0,10,NULL,'ADM1059A1','NM_002834'),(103776719,14.9899,93.705,53.0935,13.2014,0,0,10,'X|128699747|128699862|94.7826,X|128724121|128724250|95.3488,X|128696359|128696479|61.6667,X|128674719|128674802|84.3373,X|128674414|128674457|0.0,X|128692815|128692980|88.4848,X|128682538|128682580|0.0','ADM1059A1','NM_000276'),(103776720,14.9927,93.6433,53.033,13.3309,0,0,10,'X|128699747|128699862|94.7826,X|128724121|128724250|95.3488,X|128696359|128696479|61.6667,X|128674719|128674802|84.3373,X|128674414|128674457|0.0,X|128692815|128692980|88.4848,X|128682538|128682580|0.0','ADM1059A1','NM_001587'),(103776749,24.3571,100,98.187,81.3006,0,0,10,NULL,'ADM1059A1','NM_001127180'),(103776765,14.5653,97.8113,50.8679,7.09434,0,0,10,'X|19373465|19373624|82.3899,X|19362153|19362214|98.3607','ADM1059A1','NM_001173454'),(103776766,14.4158,97.6404,48.5761,6.18389,0,0,10,'X|19373465|19373624|82.3899,X|19362153|19362214|98.3607','ADM1059A1','NM_000284'),(103776767,14.5836,97.3921,52.2482,6.83453,0,0,10,'X|19373465|19373624|82.3899,X|19362153|19362214|98.3607','ADM1059A1','NM_001173456'),(103776790,24.7932,99.466,95.4369,88.4951,0,0,10,'15|74489677|74489766|87.6404','ADM1059A1','NM_022369'),(103776791,24.7638,99.4945,95.6801,88.7868,0,0,10,'15|74489677|74489766|87.6404','ADM1059A1','XM_005254590'),(103776792,24.7932,99.466,95.4369,88.4951,0,0,10,'15|74489677|74489766|87.6404','ADM1059A1','NM_001142618'),(103776793,24.8523,99.494,95.6762,88.8224,0,0,10,'15|74489677|74489766|87.6404','ADM1059A1','NM_001199040'),(103776794,24.7756,99.4782,95.5408,88.4725,0,0,10,'15|74489677|74489766|87.6404','ADM1059A1','NM_001199041'),(103776795,21.493,97.7867,83.2998,78.0684,0,0,10,'15|74489677|74489766|87.6404','ADM1059A1','NM_001142620'),(103776802,14.6954,98.6371,49.9525,6.7512,0,0,10,'X|18631270|18631397|98.4252,X|18646489|18646709|94.0909,X|18671550|18671667|89.7436,X|18600009|18600072|98.4127,X|18622020|18622990|98.4536','ADM1059A1','NM_003159'),(103776803,14.6954,98.6371,49.9525,6.7512,0,0,10,'X|18631270|18631397|98.4252,X|18646489|18646709|94.0909,X|18671550|18671667|89.7436,X|18600009|18600072|98.4127,X|18622020|18622990|98.4536','ADM1059A1','NM_001037343'),(103776828,27.6213,100,100,94.8776,0,0,10,NULL,'ADM1059A1','NM_020754'),(103776829,28.2249,99.8221,97.4587,90.5464,0,0,10,'11|9286506|9286619|93.8053','ADM1059A1','NM_015213'),(103776852,27.7033,100,99.6984,93.9314,0,0,10,NULL,'ADM1059A1','NM_020987'),(103776853,28.1616,99.9825,98.3733,91.5865,0,0,10,'10|62493019|62493080|98.3607','ADM1059A1','NM_001204403'),(103776854,28.4571,100,99.3552,92.6804,0,0,10,NULL,'ADM1059A1','NM_001204404'),(103776855,25.272,100,84.9859,79.8867,0,0,10,NULL,'ADM1059A1','NM_001012505'),(103776877,27.685,100,99.1433,90.0628,0,0,10,NULL,'ADM1059A1','XM_005269882'),(103776878,27.685,100,99.1433,90.0628,0,0,10,NULL,'ADM1059A1','NM_016341'),(103776879,27.2615,100,99.0132,89.1447,0,0,10,NULL,'ADM1059A1','NM_001165979'),(103776885,23.4148,100,96.8543,71.3576,0,0,10,NULL,'ADM1059A1','NM_172109'),(103776886,36.8081,100,100,100,0,0,10,NULL,'ADM1059A1','NM_032601'),(103776897,29.725,100,100,97.2929,0,0,10,NULL,'ADM1059A1','NM_031361'),(103776904,26.2462,100,100,87.3957,0,0,10,NULL,'ADM1059A1','NM_000122'),(103776905,26.4633,100,99.9587,91.4946,0,0,10,NULL,'ADM1059A1','XM_005263619'),(103776937,24.0965,99.9095,97.682,83.2488,0,0,10,'2|241684842|241684936|94.6809','ADM1059A1','NM_001244008'),(103776941,29.3528,100,100,99.0409,0,0,10,NULL,'ADM1059A1','NM_014985'),(103776983,25.382,99.9765,96.3816,86.5601,0,0,10,'19|11322667|11322829|99.3827','ADM1059A1','XM_005260001'),(103776989,29.7664,100,100,99.726,0,0,10,NULL,'ADM1059A1','NM_005857'),(103776997,15.7032,93.4114,62.7379,19.5827,0,0,10,'X|122318385|122318498|26.5487,X|122613912|122614030|99.1525,X|122616648|122616898|89.2,X|122319682|122319844|69.7531,X|122387152|122387395|98.3539,X|122551251|122551631|95.7895','ADM1059A1','NM_007325'),(103776998,15.8851,93.448,66.5081,19.5827,0,0,10,'X|122318385|122318498|26.5487,X|122616648|122616898|89.2,X|122319682|122319844|69.7531,X|122387152|122387395|98.3539,X|122551251|122551631|95.7895','ADM1059A1','NM_000828'),(103777004,28.1791,100,100,91.6987,0,0,10,NULL,'ADM1059A1','NM_001482'),(103777009,13.7104,92.8318,34.0667,7.09723,0,0,10,'X|48369681|48369877|68.8775,X|48375569|48375683|78.9474,X|48372513|48372531|94.4444,X|48374103|48374183|81.25','ADM1059A1','XM_005278047'),(103777010,13.7946,92.9178,34.2776,7.08216,0,0,10,'X|48369681|48369877|68.8775,X|48375569|48375683|78.9474,X|48374103|48374183|81.25','ADM1059A1','NM_203473'),(103777011,13.7441,92.8109,34.5075,7.18907,0,0,10,'X|48369681|48369877|68.8775,X|48375569|48375683|78.9474,X|48374103|48374183|81.25','ADM1059A1','NM_022825'),(103777012,13.7608,92.9371,33.8462,6.99301,0,0,10,'X|48369681|48369877|68.8775,X|48375569|48375683|78.9474,X|48372513|48372531|94.4444,X|48374103|48374183|81.25','ADM1059A1','NM_203475'),(103777013,13.7104,92.8318,34.0667,7.09723,0,0,10,'X|48369681|48369877|68.8775,X|48375569|48375683|78.9474,X|48372513|48372531|94.4444,X|48374103|48374183|81.25','ADM1059A1','NM_203474'),(103777014,13.6004,95.363,31.9097,6.10128,0,0,10,'X|48375569|48375683|78.9474,X|48368014|48368346|89.4578,X|48369752|48369877|99.2,X|48374103|48374183|81.25,X|48369757|48369877|99.1667','ADM1059A1','NM_001282167'),(103777021,29.5818,100,99.5001,96.0005,0,0,10,NULL,'ADM1059A1','NM_025114'),(103777027,30.825,100,100,99.568,0,0,10,NULL,'ADM1059A1','NM_024060'),(103777028,27.3613,100,99.9038,93.3834,0.0452412,0,10,NULL,'ADM1059A1','NM_001620'),(103777108,23.499,97.5879,87.5948,75.2584,0,0,10,'15|27018028|27018112|75.0,15|26806077|26806325|94.3548','ADM1059A1','NM_000814'),(103777109,25.2159,98.8636,94.8052,86.0389,0,0,10,'15|26806077|26806325|94.3548','ADM1059A1','NM_001191321'),(103777110,25.2822,98.8205,94.6083,85.6782,0,0,10,'15|26806077|26806325|94.3548','ADM1059A1','NM_001191320'),(103777131,24.2976,99.878,92.561,75.4878,0,0,10,'6|24495222|24495580|99.4413','ADM1059A1','NM_001080'),(103777132,24.1754,99.8811,92.7467,74.6136,0,0,10,'6|24495222|24495580|99.4413','ADM1059A1','NM_170740'),(103777151,27.5582,99.672,99.4096,93.3749,0,0,10,'2|166170410|166170620|90.4762','ADM1059A1','NM_021007'),(103777152,27.4264,99.672,99.4096,93.3749,0,0,10,'2|166170410|166170620|90.4762','ADM1059A1','NM_001040143'),(103777153,27.5582,99.672,99.4096,93.3749,0,0,10,'2|166170410|166170620|90.4762','ADM1059A1','NM_001040142'),(103777154,27.4264,99.672,99.4096,93.3749,0,0,10,'2|166170410|166170620|90.4762','ADM1059A1','XM_005246756'),(103777186,24.1557,100,97.9209,78.499,0,0,10,NULL,'ADM1059A1','XM_005258046'),(103777187,24.1531,100,97.922,78.4592,0,0,10,NULL,'ADM1059A1','NM_003593'),(103777209,26.5495,100,100,88.3178,0,0,10,NULL,'ADM1059A1','NM_000027'),(103777210,26.0487,100,100,85.2564,0,0,10,NULL,'ADM1059A1','NR_033655'),(103777228,26.1519,95.5763,90.5704,81.1991,0,0,10,'10|88854080|88854529|83.0735','ADM1059A1','NM_005271'),(103777232,23.8089,100,97.4348,82.0876,0,0,10,NULL,'ADM1059A1','XM_005264079'),(103777249,25.0759,100,99.2008,79.9201,0,0,10,NULL,'ADM1059A1','NM_024698'),(103777250,25.0759,100,99.2008,79.9201,0,0,10,NULL,'ADM1059A1','NM_001191060'),(103777275,25.5201,100,94.9732,77.9156,0,0,10,NULL,'ADM1059A1','NM_014941'),(103777285,27.1153,99.6704,96.558,89.0516,0,0,10,'7|107575858|107576103|93.0612,7|107601992|107602123|99.2366','ADM1059A1','NM_002291'),(103777323,15.4955,98.0748,60.4244,11.026,0,0,10,'X|77276440|77276578|78.9855,X|77264597|77264762|79.3939,X|77301789|77302070|98.2206,X|77298081|77298288|97.1014,X|77284745|77284943|92.9293','ADM1059A1','NM_000052'),(103777336,23.4085,99.8302,94.8727,76.2309,0,0,10,'19|14038704|14038845|98.5816,19|14038935|14039003|95.5882','ADM1059A1','NM_017721'),(103777398,26.6297,100,98.5463,85.9985,0,0,10,NULL,'ADM1059A1','NM_005267'),(103777406,24.9908,100,98.3474,84.3922,0,0,10,NULL,'ADM1059A1','NM_001257145'),(103777407,25.0618,100,98.4965,85.867,0,0,10,NULL,'ADM1059A1','NM_001257144'),(103777408,24.6567,100,98.3006,83.9124,0,0,10,NULL,'ADM1059A1','NM_004399'),(103777409,25.0618,100,98.4965,85.867,0,0,10,NULL,'ADM1059A1','NM_030653'),(103777412,28.4864,100,99.0987,94.2237,0,0,10,NULL,'ADM1059A1','NM_006267'),(103777413,24.6207,100,98.7835,86.3685,0,0,10,NULL,'ADM1059A1','NM_002742'),(103777428,24.9608,100,100,92.9104,0,0,10,NULL,'ADM1059A1','NM_198964'),(103777429,24.9608,100,100,92.9104,0,0,10,NULL,'ADM1059A1','NM_002820'),(103777439,30.0946,100,100,99.6245,0,0,10,NULL,'ADM1059A1','NM_057175'),(103777472,21.0438,98.7166,87.5936,54.5455,0,0,10,'1|11116066|11116153|86.2069','ADM1059A1','NM_003132'),(103777478,11.8337,84.5361,11.0825,0,0,0,10,'X|153640178|153640291|85.8407,X|153647880|153647964|41.6667,X|153648369|153648435|98.4848,X|153648549|153648605|3.57143','ADM1059A1','NM_181313'),(103777479,11.9951,85.3837,14.8599,0,0,0,10,'X|153640178|153640291|85.8407,X|153647880|153647964|41.6667,X|153648369|153648435|98.4848,X|153648549|153648605|3.57143','ADM1059A1','NM_181311'),(103777480,12.0033,86.8709,13.895,0,0,0,10,'X|153640178|153640291|85.8407,X|153647880|153647964|41.6667,X|153648369|153648435|98.4848,X|153648549|153648605|3.57143','ADM1059A1','NM_000116'),(103777481,11.8596,86.191,10.4718,0,0,0,10,'X|153640178|153640291|85.8407,X|153647880|153647964|41.6667,X|153648369|153648435|98.4848,X|153648549|153648605|3.57143','ADM1059A1','NM_181312'),(103777491,23.8516,100,99.6273,87.1429,0,0,10,NULL,'ADM1059A1','NM_000478'),(103777492,23.4683,100,99.563,84.9235,0,0,10,NULL,'ADM1059A1','NM_001177520'),(103777493,23.353,100,99.5839,85.7143,0,0,10,NULL,'ADM1059A1','NM_001127501'),(103777495,23.9686,100,93.8213,78.1369,0,0,10,NULL,'ADM1059A1','NM_013435'),(103777501,27.3744,100,99.908,89.0984,0,0,10,NULL,'ADM1059A1','NM_001201543'),(103777502,27.662,100,99.9002,91.1632,0,0,10,NULL,'ADM1059A1','NM_032180'),(103777507,15.9667,100,66.4255,4.05209,0,0,10,NULL,'ADM1059A1','NM_001282647'),(103777532,26.9852,100,98.9336,87.2038,0,0,10,NULL,'ADM1059A1','NM_181789'),(103777537,27.6848,100,94.9051,84.4343,0,0,10,NULL,'ADM1059A1','NM_173560'),(103777562,24.6716,100,98.5202,82.0717,0.0569153,0,10,NULL,'ADM1059A1','XM_005261286'),(103777563,25.1764,100,98.5148,86.2624,0.0618813,0,10,NULL,'ADM1059A1','NM_001178011'),(103777564,24.688,100,98.5991,82.6509,0.0538794,0,10,NULL,'ADM1059A1','NM_001178010'),(103777565,24.6716,100,98.5202,82.0717,0.0569153,0,10,NULL,'ADM1059A1','NM_003504'),(103777588,26.7874,100,98.1427,88.8856,0,0,10,NULL,'ADM1059A1','NM_018398'),(103777589,26.7863,100,98.1427,88.8856,0,0,10,NULL,'ADM1059A1','XM_005265319'),(103777602,27.3617,100,99.2021,90.1197,0,0,10,NULL,'ADM1059A1','NM_024408'),(103777608,24.5083,100,99.8726,75.7962,0,0,10,NULL,'ADM1059A1','NM_004357'),(103777609,24.5083,100,99.8726,75.7962,0,0,10,NULL,'ADM1059A1','NM_139030'),(103777634,25.9865,100,98.7909,94.0967,0,0,10,NULL,'ADM1059A1','NM_005216'),(103777635,22.2943,99.8774,92.8265,69.8345,0,0,10,'11|2191918|2192002|97.619','ADM1059A1','NM_199292'),(103777636,22.223,99.8765,92.7733,69.6109,0,0,10,'11|2191918|2192002|97.619','ADM1059A1','NM_199293'),(103777637,22.6567,100,95.5049,73.0293,0,0,10,NULL,'ADM1059A1','NM_000360'),(103777638,23.3717,100,95.7109,76.5687,0,0,10,NULL,'ADM1059A1','XM_005253101'),(103777659,25.2734,100,99.238,82.6087,0,0,10,NULL,'ADM1059A1','NM_153759'),(103777660,24.7328,100,97.9337,79.8361,0,0,10,NULL,'ADM1059A1','NM_022552'),(103777661,24.7328,100,97.9337,79.8361,0,0,10,NULL,'ADM1059A1','NM_175629'),(103777662,23.8453,100,100,80.877,0,0,10,NULL,'ADM1059A1','NM_016035'),(103777674,29.9178,100,100,96.247,0,0,10,NULL,'ADM1059A1','NM_003205'),(103777675,30.3697,100,100,99.7464,0,0,10,NULL,'ADM1059A1','NM_207040'),(103777680,23.2328,100,93.5058,66.4282,0,0,10,NULL,'ADM1059A1','NM_014225'),(103777705,26.6814,99.3435,95.5068,87.6077,0,0,10,'9|2047227|2047486|87.6448','ADM1059A1','XM_005251558'),(103777706,26.6814,99.3435,95.5068,87.6077,0,0,10,'9|2047227|2047486|87.6448','ADM1059A1','NM_003070'),(103777707,26.7262,99.3357,95.4536,87.4611,0,0,10,'9|2047227|2047486|87.6448','ADM1059A1','NM_139045'),(103777725,28.0668,100,99.783,97.0451,0,0,10,NULL,'ADM1059A1','NM_015065'),(103777726,28.063,100,99.7823,97.0362,0,0,10,NULL,'ADM1059A1','XM_005271461'),(103777727,28.2605,100,99.7743,97.4996,0,0,10,NULL,'ADM1059A1','XM_005271462'),(103777728,28.2894,100,99.7599,97.3402,0,0,10,NULL,'ADM1059A1','XM_005271463'),(103777748,23.4243,100,99.8759,70.8437,0,0,10,NULL,'ADM1059A1','NM_000067'),(103777765,21.8944,99.8097,89.5338,60.5138,0,0,10,'9|111929179|111929573|99.4924','ADM1059A1','NM_014334'),(103777792,22.2649,100,89.6847,68.026,0,0,10,NULL,'ADM1059A1','NM_001079804'),(103777793,22.2649,100,89.6847,68.026,0,0,10,NULL,'ADM1059A1','NM_000152'),(103777842,29.0148,100,100,99.3343,0,0,10,NULL,'ADM1059A1','NM_001190882'),(103777843,29.0148,100,100,99.3343,0,0,10,NULL,'ADM1059A1','NM_181742'),(103777844,29.1182,100,100,99.3584,0,0,10,NULL,'ADM1059A1','NM_001190881'),(103777845,25.3079,100,98.6047,88.9302,0,0,10,NULL,'ADM1059A1','NM_001879'),(103777846,30.7165,100,100,98.6732,0.872905,0,10,NULL,'ADM1059A1','NM_020401'),(103777916,32.1752,100,100,100,0.651702,0,10,NULL,'ADM1059A1','NM_020468'),(103777917,32.086,100,100,100,0.614334,0,10,NULL,'ADM1059A1','NM_153816'),(103777918,32.4031,100,100,100,0.649585,0,10,NULL,'ADM1059A1','XM_005248742'),(103777919,32.0658,100,100,100,0.62069,0,10,NULL,'ADM1059A1','XM_005248739'),(103777932,12.3261,85.1257,17.1089,2.02514,0,0,10,'X|47034416|47034493|37.6623,X|47041559|47041727|97.619,X|47044839|47045031|18.2292,X|47035897|47035987|92.2222,X|47039609|47039710|98.0198,X|47041348|47041443|77.8947,X|47040612|47040802|70.5263,X|47041146|47041267|98.3471,X|47045871|47046001|93.0769,X|47039277|47039441|90.8537,X|47045655|47045788|98.4962,X|47044699|47044768|33.3333,X|47039816|47039907|95.6044,X|47006878|47006899|66.6667,X|47030425|47030659|91.8803,X|47045113|47045191|65.3846','ADM1059A1','NM_005676'),(103777933,12.0327,84.5247,13.346,0.152091,0,0,10,'X|47034416|47034493|37.6623,X|47041559|47041727|97.619,X|47044839|47045031|18.2292,X|47035897|47035987|92.2222,X|47039609|47039710|98.0198,X|47041348|47041443|77.8947,X|47040612|47040802|70.5263,X|47041146|47041267|98.3471,X|47045871|47046001|93.0769,X|47039277|47039441|90.8537,X|47045655|47045788|98.4962,X|47044699|47044768|33.3333,X|47039816|47039907|95.6044,X|47006878|47006899|66.6667,X|47045113|47045191|65.3846','ADM1059A1','XM_005278316'),(103777934,12.0335,84.507,13.3612,0.152265,0,0,10,'X|47034416|47034493|37.6623,X|47041559|47041727|97.619,X|47044839|47045031|18.2292,X|47035897|47035987|92.2222,X|47039609|47039710|98.0198,X|47041348|47041443|77.8947,X|47040612|47040802|70.5263,X|47041146|47041267|98.3471,X|47045871|47046001|93.0769,X|47045655|47045788|98.4962,X|47044699|47044768|33.3333,X|47039816|47039907|95.6044,X|47006878|47006899|66.6667,X|47039277|47039438|90.6832,X|47045113|47045191|65.3846','ADM1059A1','NM_001204466'),(103777952,26.8863,100,100,99.8937,0,0,10,NULL,'ADM1059A1','NM_003118'),(103777963,28.0312,100,100,93.3749,0,0,10,NULL,'ADM1059A1','NM_001257344'),(103777964,28.0312,100,100,93.3749,0,0,10,NULL,'ADM1059A1','NM_004328'),(103777965,28.0312,100,100,93.3749,0,0,10,NULL,'ADM1059A1','NM_001257342'),(103777966,28.0312,100,100,93.3749,0,0,10,NULL,'ADM1059A1','XM_005246749'),(103777967,28.0312,100,100,93.3749,0,0,10,NULL,'ADM1059A1','XM_005246747'),(103777968,27.4519,97.7848,93.481,93.4177,0,0,10,'15|101420110|101420213|66.0194','ADM1059A1','NM_000693'),(103777979,28.7595,100,98.2771,90.1651,0,0,10,NULL,'ADM1059A1','NM_181783'),(103777990,30.746,100,100,99.8301,0,0,10,NULL,'ADM1059A1','XM_005269160'),(103778008,26.3871,100,99.8426,88.1983,0,0,10,NULL,'ADM1059A1','NM_003571'),(103778018,25.1451,100,98.3871,77.8226,0,0,10,NULL,'ADM1059A1','NM_001288765'),(103778019,25.5207,100,99.4819,79.7928,0,0,10,NULL,'ADM1059A1','NM_020785'),(103778020,25.4743,100,99.4286,77.7143,0,0,10,NULL,'ADM1059A1','XM_005248180'),(103778021,25.4743,100,99.4286,77.7143,0,0,10,NULL,'ADM1059A1','NM_001164720'),(103778025,14.7455,95.6441,48.1643,9.45862,0,0,10,'X|11793097|11793201|89.4231,X|11776380|11776486|44.3396','ADM1059A1','NM_078629'),(103778026,15.1127,99.2998,52.1961,9.67536,0,0,10,'X|11793097|11793201|89.4231','ADM1059A1','NM_001193270'),(103778027,15.0592,99.0418,47.9965,11.2369,0,0,10,'X|11793097|11793201|89.4231','ADM1059A1','NM_001282174'),(103778030,26.4533,100,99.288,86.3133,0,0,10,NULL,'ADM1059A1','NM_006302'),(103778053,31.2515,100,100,99.8544,2.13592,0,10,NULL,'ADM1059A1','NM_017653'),(103778062,21.7082,98.9864,89.584,66.7599,0,0,10,'9|94485941|94487391|98.0','ADM1059A1','NM_004560'),(103778082,5.06818,26.5374,8.89038,0,0,0,10,'X|153789901|153790001|0.0,X|153784378|153784593|0.0,X|153786745|153786867|0.0,X|153770476|153770669|98.4456,X|153791023|153791170|0.0,X|153792172|153792237|0.0,X|153792532|153792679|1.36054,X|153788620|153788776|0.0,X|153791772|153791918|0.0','ADM1059A1','NM_001099856'),(103778083,3.87509,14.9728,9.23197,0,0,0,10,'X|153789901|153790001|0.0,X|153784378|153784593|0.0,X|153786745|153786867|0.0,X|153791023|153791170|0.0,X|153792172|153792237|0.0,X|153792532|153792679|1.36054,X|153788620|153788776|0.0,X|153791772|153791918|0.0','ADM1059A1','NM_001099857'),(103778084,4.43103,19.574,12.069,0,0,0,10,'X|153789901|153790001|0.0,X|153784378|153784593|0.0,X|153786745|153786867|0.0,X|153792172|153792237|0.0,X|153792532|153792679|1.36054,X|153791772|153791918|0.0','ADM1059A1','NM_001145255'),(103778085,3.87509,14.9728,9.23197,0,0,0,10,'X|153789901|153790001|0.0,X|153784378|153784593|0.0,X|153786745|153786867|0.0,X|153791023|153791170|0.0,X|153792172|153792237|0.0,X|153792532|153792679|1.36054,X|153788620|153788776|0.0,X|153791772|153791918|0.0','ADM1059A1','NM_003639'),(103778111,28.0905,100,100,91.6569,0,0,10,NULL,'ADM1059A1','NM_148919'),(103778112,28.2884,100,100,92.6103,0,0,10,NULL,'ADM1059A1','NM_004159'),(103778161,24.7369,100,100,95.3568,0,0,10,NULL,'ADM1059A1','NM_006279'),(103778162,24.7338,100,100,95.1439,0,0,10,NULL,'ADM1059A1','NM_174969'),(103778163,25.6424,100,100,95.4115,0,0,10,NULL,'ADM1059A1','NM_174963'),(103778164,25.8005,100,100,95.9337,0,0,10,NULL,'ADM1059A1','NM_174968'),(103778165,25.8403,100,100,95.7713,0,0,10,NULL,'ADM1059A1','NM_174971'),(103778166,23.6963,100,100,94.9391,0,0,10,NULL,'ADM1059A1','NM_001270460'),(103778167,25.7949,100,100,98.6095,0,0,10,NULL,'ADM1059A1','NM_001270461'),(103778219,26.7789,100,98.008,86.9522,0,0,10,NULL,'ADM1059A1','NM_000288'),(103778223,25.6385,100,99.9462,90.8553,0,0,10,NULL,'ADM1059A1','NM_006245'),(103778224,25.7544,100,99.9433,90.4141,0,0,10,NULL,'ADM1059A1','NM_180976'),(103778225,25.7629,100,99.9349,89.0554,0,0,10,NULL,'ADM1059A1','NM_180977'),(103778269,26.343,100,100,94.8171,0,0,10,NULL,'ADM1059A1','NM_001955'),(103778275,28.2071,100,100,95.0065,0,0,10,NULL,'ADM1059A1','NM_007171'),(103778276,28.2865,100,100,94.8592,0,0,10,NULL,'ADM1059A1','NM_001077365'),(103778277,28.2865,100,100,94.8592,0,0,10,NULL,'ADM1059A1','NM_001136113'),(103778278,28.2014,100,100,94.2994,0,0,10,NULL,'ADM1059A1','NM_001136114'),(103778281,26.0182,100,98.1741,75.1674,0,0,10,NULL,'ADM1059A1','NM_021922'),(103778283,23.8266,100,93.5687,67.8436,0,0,10,NULL,'ADM1059A1','NM_001692'),(103778292,27.9641,100,100,92.1233,0,0,10,NULL,'ADM1059A1','NM_001278293'),(103778293,27.9641,100,100,92.1233,0,0,10,NULL,'ADM1059A1','NM_032146'),(103778294,27.9641,100,100,92.1233,0,0,10,NULL,'ADM1059A1','NM_177976'),(103778321,22.371,100,99.4483,59.7241,0,0,10,NULL,'ADM1059A1','NM_001127598'),(103778344,24.0566,99.9041,97.5446,82.2559,0,0,10,'2|241684842|241684936|94.6809','ADM1059A1','NM_004321'),(103778366,24.8603,100,98.299,80.9311,0,0,10,NULL,'ADM1059A1','NM_001172509'),(103778367,24.8603,100,98.299,80.9311,0,0,10,NULL,'ADM1059A1','NM_001172517'),(103778368,24.8603,100,98.299,80.9311,0,0,10,NULL,'ADM1059A1','NM_015265'),(103778380,24.0078,100,99.4178,82.9221,0,0,10,NULL,'ADM1059A1','NM_001111018'),(103778381,23.8592,100,99.2169,81.515,0,0,10,NULL,'ADM1059A1','NM_145117'),(103778382,24.3803,100,99.2333,83.8335,0,0,10,NULL,'ADM1059A1','NM_001111019'),(103778407,27.1774,100,99.6499,86.1143,0,0,10,NULL,'ADM1059A1','NM_173471'),(103778408,27.3884,100,99.4889,87.2232,0,0,10,NULL,'ADM1059A1','NM_001164796'),(103778433,25.5806,100,98.5363,84.753,0,0,10,NULL,'ADM1059A1','NM_002335'),(103778456,30.2724,100,99.9305,95.483,0,0,10,NULL,'ADM1059A1','NM_181690'),(103778457,30.2724,100,99.9305,95.483,0,0,10,NULL,'ADM1059A1','NM_001206729'),(103778458,30.0412,100,99.9325,95.6111,0,0,10,NULL,'ADM1059A1','XM_005272997'),(103778459,30.0412,100,99.9325,95.6111,0,0,10,NULL,'ADM1059A1','NM_005465'),(103778500,28.0544,100,98.2886,95.7343,0,0,10,NULL,'ADM1059A1','NM_001193640'),(103778530,23.798,100,99.624,84.1165,0,0,10,NULL,'ADM1059A1','NM_021147'),(103778531,27.6551,100,100,91.6984,0.489928,0,10,NULL,'ADM1059A1','NM_014795'),(103778532,27.6235,100,100,91.5254,0.500138,0,10,NULL,'ADM1059A1','NM_001171653'),(103778533,22.8571,100,93.4569,71.2105,0,0,10,NULL,'ADM1059A1','NM_001166290'),(103778544,27.9642,100,96.0762,93.1333,0,0,10,NULL,'ADM1059A1','NM_000391'),(103778601,31.6983,100,100,99.288,1.17849,0,10,NULL,'ADM1059A1','NM_005633'),(103778604,24.1984,100,96.7391,79.55,0,0,10,NULL,'ADM1059A1','NM_015168'),(103778650,33.3958,100,100,100,0,0,10,NULL,'ADM1059A1','NM_004985'),(103778651,34.1524,100,100,100,0,0,10,NULL,'ADM1059A1','NM_033360'),(103778654,29.4593,100,99.7527,96.554,0,0,10,NULL,'ADM1059A1','NM_006766'),(103778655,29.4593,100,99.7527,96.554,0,0,10,NULL,'ADM1059A1','NM_001099413'),(103778656,29.4593,100,99.7527,96.554,0,0,10,NULL,'ADM1059A1','NM_001099412'),(103778663,25.3965,100,100,95.9071,0,0,10,NULL,'ADM1059A1','NM_000550'),(103778686,19.7863,97.0717,87.5,56.2937,0,0,10,'19|50826230|50827341|98.7399,19|50823500|50823608|50.9259','ADM1059A1','NM_004977'),(103778699,19.325,100,86.1263,42.3227,0,0,10,NULL,'ADM1059A1','NM_005654'),(103778700,25.5833,100,98.7833,86.9962,0,0,10,NULL,'ADM1059A1','NM_006892'),(103778701,25.7815,100,98.7534,89.1313,0,0,10,NULL,'ADM1059A1','NM_175848'),(103778702,25.6282,100,98.6509,88.2378,0,0,10,NULL,'ADM1059A1','NM_175849'),(103778703,25.8204,100,98.5033,87.1843,0,0,10,NULL,'ADM1059A1','NM_001207056'),(103778704,25.7394,100,98.7721,89.2556,0,0,10,NULL,'ADM1059A1','NM_175850'),(103778711,27.1828,99.9571,97.8359,91.6649,0,0,10,'20|30946576|30946637|96.7213','ADM1059A1','NM_015338'),(103778715,29.0789,100,99.9178,93.8373,0,0,10,NULL,'ADM1059A1','NM_002755'),(103778718,23.1564,100,97.9805,80.3257,0,0,10,NULL,'ADM1059A1','NM_000199'),(103778719,25.5731,99.8434,93.7891,85.6994,0,0,10,'3|53289850|53289961|97.2973','ADM1059A1','NM_001135055'),(103778720,25.5831,99.8456,93.8755,85.8981,0,0,10,'3|53289850|53289961|97.2973','ADM1059A1','NM_001258028'),(103778721,26.4464,100,99.5485,90.8578,0,0,10,NULL,'ADM1059A1','NM_001064'),(103778725,26.5273,100,99.8137,86.4596,0,0,10,NULL,'ADM1059A1','NM_033028'),(103778726,26.1379,100,99.9068,86.5797,0,0,10,NULL,'ADM1059A1','NM_001252678'),(103778736,10.5414,63.2034,9.7253,0.886132,0,0,10,'X|53283710|53284115|96.0494,X|53349613|53350324|29.3952,X|53263398|53264368|49.5876,X|53284980|53285245|70.566,X|53277294|53277420|0.0,X|53267325|53267490|67.8788,X|53272512|53272655|69.9301,X|53276149|53276319|7.64706,X|53277901|53278066|91.5152,X|53265502|53265679|71.7514,X|53264963|53265016|0.0,X|53279459|53280358|91.1012','ADM1059A1','NM_001111125'),(103778737,11.7986,77.056,16.3096,2.17692,0,0,10,'X|53283710|53284115|96.0494,X|53264350|53264368|0.0,X|53284980|53285245|70.566,X|53277294|53277420|0.0,X|53267325|53267490|67.8788,X|53272512|53272655|69.9301,X|53276149|53276319|7.64706,X|53310676|53310706|3.33333,X|53277901|53278066|91.5152,X|53265502|53265679|71.7514,X|53279459|53280358|91.1012','ADM1059A1','NM_015075'),(103778772,14.9144,99.2862,54.6398,4.73718,0,0,10,'X|77301789|77302070|98.2206,X|77298081|77298288|97.1014','ADM1059A1','XM_005262150'),(103778820,28.2524,98.9199,97.4407,94.224,0,0,10,'2|25976401|25976510|57.7982','ADM1059A1','NM_018263'),(103778821,24.7496,100,97.553,72.92,0,0,10,NULL,'ADM1059A1','NM_020381'),(103778825,27.6407,100,98.8802,90.8471,0,0,10,NULL,'ADM1059A1','NM_144577'),(103778903,30.7187,100,100,96.6652,0,0,10,NULL,'ADM1059A1','NM_182943'),(103778904,30.8196,100,100,96.5684,0,0,10,NULL,'ADM1059A1','NM_000935'),(103778910,31.8749,100,100,97.7345,0,0,10,NULL,'ADM1059A1','NM_176824'),(103778911,32.1079,100,100,97.3012,0,0,10,NULL,'ADM1059A1','NM_018190'),(103778928,28.6087,100,99.9744,96.338,0,0,10,NULL,'ADM1059A1','NM_014112'),(103778929,28.4394,100,99.9484,95.9515,0,0,10,NULL,'ADM1059A1','NM_001282902'),(103778987,27.8453,100,98.4034,96.0554,0,0,10,NULL,'ADM1059A1','NM_201253'),(103778988,27.4204,100,97.4291,95.5766,0,0,10,NULL,'ADM1059A1','NM_001257966'),(103778989,28.1208,100,100,97.755,0,0,10,NULL,'ADM1059A1','NM_001257965'),(103779002,28.4049,100,100,90.7203,0,0,10,NULL,'ADM1059A1','NM_001203'),(103779003,28.398,100,100,90.7143,0,0,10,NULL,'ADM1059A1','NM_001256792'),(103779004,28.4049,100,100,90.7203,0,0,10,NULL,'ADM1059A1','NM_001256793'),(103779005,28.4049,100,100,90.7203,0,0,10,NULL,'ADM1059A1','NM_001256794'),(103779063,25.8729,100,95.4794,82.1905,0,0,10,NULL,'ADM1059A1','NM_001033117'),(103779127,24.8131,100,96.991,81.5621,0,0,10,NULL,'ADM1059A1','NM_030916'),(103779153,23.0658,100,99.4517,74.1604,0,0,10,NULL,'ADM1059A1','NM_001145661'),(103779164,25.244,100,97.7273,87.3663,0,0,10,NULL,'ADM1059A1','NM_017547'),(103779181,22.9443,99.5863,94.4567,73.69,0,0,10,'8|21984548|21985344|99.4975,8|21977271|21977405|91.791','ADM1059A1','NM_005144'),(103779182,22.8569,99.5662,94.1874,72.5853,0,0,10,'8|21984548|21985344|99.4975,8|21977271|21977405|91.791','ADM1059A1','NM_018411'),(103779192,24.7133,100,99.446,65.0969,0,0,10,NULL,'ADM1059A1','NM_001029871'),(103779193,23.5647,100,99.2495,52.7204,0,0,10,NULL,'ADM1059A1','NM_001040007'),(103779197,26.2134,100,100,99.6595,0,0,10,NULL,'ADM1059A1','NM_001255985'),(103779207,22.5739,98.773,83.5471,68.9905,0,0,10,'19|39993453|39993699|94.3089,19|39989830|39990115|97.193','ADM1059A1','NM_203486'),(103779224,30.2282,100,100,95.7404,0,0,10,NULL,'ADM1059A1','NM_020312'),(103779228,24.8594,100,97.5287,84.6154,0,0,10,NULL,'ADM1059A1','NM_004628'),(103779229,26.4763,100,100,96.8365,0,0,10,NULL,'ADM1059A1','NR_027299'),(103779230,28.7205,100,100,90.2174,0,0,10,NULL,'ADM1059A1','NM_177965'),(103779232,26.1106,100,99.8936,91.2766,0,0,10,NULL,'ADM1059A1','NM_005050'),(103779267,32.5342,100,100,100,0,0,10,NULL,'ADM1059A1','NM_020320'),(103779274,10.5333,51.6639,24.4592,1.91348,0,0,10,'X|69255206|69255462|87.5,X|68836150|68836550|13.25,X|69250317|69250372|0.0,X|69247705|69247888|19.6721','ADM1059A1','NM_001399'),(103779320,28.7502,100,100,97.2118,0,0,10,NULL,'ADM1059A1','NM_000462'),(103779321,28.9583,100,100,97.9545,0,0,10,NULL,'ADM1059A1','NM_130838'),(103779342,29.1983,100,100,98.7488,0,0,10,NULL,'ADM1059A1','NM_001942'),(103779349,26.5882,100,100,93.4546,0,0,10,NULL,'ADM1059A1','NM_004544'),(103779356,29.9609,100,100,96.219,0,0,10,NULL,'ADM1059A1','NM_174886'),(103779357,29.9609,100,100,96.219,0,0,10,NULL,'ADM1059A1','NM_173209'),(103779358,29.9609,100,100,96.219,0,0,10,NULL,'ADM1059A1','NM_173211'),(103779366,32.2337,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001254729'),(103779367,32.0133,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001128126'),(103779368,30.676,100,100,100,0,0,10,NULL,'ADM1059A1','NM_007077'),(103779369,29.197,100,85.0107,81.1563,0,0,10,NULL,'ADM1059A1','NM_001254727'),(103779370,31.6185,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001254726'),(103779397,28.1884,100,100,99.6479,0,0,10,NULL,'ADM1059A1','NM_004937'),(103779398,27.7924,100,100,98.7076,0,0,10,NULL,'ADM1059A1','NM_001031681'),(103779412,28.1105,100,99.9744,91.9467,0,0,10,NULL,'ADM1059A1','NM_000254'),(103779440,28.3165,100,99.4678,94.3644,0,0,10,NULL,'ADM1059A1','NM_018076'),(103779469,24.4293,100,98.1051,85.0564,0,0,10,NULL,'ADM1059A1','NM_000875'),(103779523,29.5931,100,100,99.7529,0,0,10,NULL,'ADM1059A1','XM_005269704'),(103779545,28.079,100,100,98.4802,0,0,10,NULL,'ADM1059A1','NM_000107'),(103779546,28.3791,100,100,98.3051,0,0,10,NULL,'ADM1059A1','XM_005252807'),(103779557,20.386,99.477,82.4268,50.2092,0,0,10,'5|134369401|134369574|99.422,5|134364466|134365013|99.2687','ADM1059A1','NM_002653'),(103779594,24.1809,100,97.1156,82.3271,0,0,10,NULL,'ADM1059A1','NM_006772'),(103779595,24.3658,100,97.5745,83.3755,0,0,10,NULL,'ADM1059A1','XM_005249462'),(103779623,29.4487,100,99.8284,97.8839,0,0,10,NULL,'ADM1059A1','NM_025009'),(103779628,13.1987,80.423,34.3827,8.65716,0,0,10,'X|10417405|10417758|59.2068,X|10463622|10463733|52.2523,X|10450518|10450670|92.1053,X|10534926|10535590|73.494,X|10491130|10491229|86.8687','ADM1059A1','NM_001193277'),(103779629,13.1987,80.423,34.3827,8.65716,0,0,10,'X|10417405|10417758|59.2068,X|10463622|10463733|52.2523,X|10450518|10450670|92.1053,X|10534926|10535590|73.494,X|10491130|10491229|86.8687','ADM1059A1','NM_033290'),(103779630,13.1987,80.423,34.3827,8.65716,0,0,10,'X|10417405|10417758|59.2068,X|10463622|10463733|52.2523,X|10450518|10450670|92.1053,X|10534926|10535590|73.494,X|10491130|10491229|86.8687','ADM1059A1','NM_001098624'),(103779631,13.1987,80.423,34.3827,8.65716,0,0,10,'X|10417405|10417758|59.2068,X|10463622|10463733|52.2523,X|10450518|10450670|92.1053,X|10534926|10535590|73.494,X|10491130|10491229|86.8687','ADM1059A1','NM_033289'),(103779650,23.3045,100,98.9661,77.3496,0,0,10,NULL,'ADM1059A1','NM_001145266'),(103779658,29.7065,100,100,98.6285,0,0,10,NULL,'ADM1059A1','NM_024596'),(103779666,11.3691,72.9075,12.6872,0,0,0,10,'X|152990719|152991623|71.3496,X|153001564|153001710|97.9452,X|153006026|153006175|55.0336,X|153008941|153009192|76.0956,X|152994685|152994869|94.0217,X|153008439|153008527|52.2727,X|153005544|153005693|38.255,X|153001797|153001969|99.4186,X|153008673|153008802|53.4884,X|153002609|153002707|79.5918','ADM1059A1','NM_000033'),(103779691,25.0162,100,97.085,78.4615,0,0,10,NULL,'ADM1059A1','NM_001145395'),(103779702,26.3982,100,99.2082,87.4435,0,0,10,NULL,'ADM1059A1','NM_153033'),(103779753,27.6421,100,100,93.5984,0,0,10,NULL,'ADM1059A1','NM_016152'),(103779754,26.0357,100,100,89.1479,0,0,10,NULL,'ADM1059A1','NM_000965'),(103779768,24.9921,100,94.516,75.1539,0,0,10,NULL,'ADM1059A1','NM_020533'),(103779784,30.9169,100,99.8705,98.0062,0,0,10,NULL,'ADM1059A1','XM_005252412'),(103779809,26.2328,100,100,87.6518,0,0,10,NULL,'ADM1059A1','NM_001111283'),(103779850,23.6695,100,98.488,79.0844,0,0,10,NULL,'ADM1059A1','NM_004826'),(103779865,25.1146,98.4418,94.7754,83.9597,0,0,10,'7|79764474|79764596|86.0656','ADM1059A1','NM_002069'),(103779885,29.2189,100,100,97.6416,0,0,10,NULL,'ADM1059A1','NM_001252024'),(103779886,29.2243,100,100,97.7055,0,0,10,NULL,'ADM1059A1','NM_001252020'),(103779902,17.3712,100,70.7423,31.8777,0,0,10,NULL,'ADM1059A1','NM_001011658'),(103779903,26.3297,100,100,97.5577,0,0,10,NULL,'ADM1059A1','XM_005252808'),(103779905,24.0803,100,99.8253,77.9039,0,0,10,NULL,'ADM1059A1','NM_024769'),(103779906,32.1717,100,100,100,0,0,10,NULL,'ADM1059A1','NM_017791'),(103779907,26.4856,100,98.8516,88.1042,0,0,10,NULL,'ADM1059A1','NM_002334'),(103779909,22.3661,97.0708,82.0179,67.3718,0,0,10,'9|139089168|139089591|95.9811,9|139090496|139090668|88.9535','ADM1059A1','NM_014564'),(103779916,27.6607,100,100,98.0519,0,0,10,NULL,'ADM1059A1','NM_001184726'),(103779939,29.7375,100,99.6583,87.6282,0,0,10,NULL,'ADM1059A1','NM_000373'),(103779942,23.9562,100,98.853,89.6767,0,0,10,NULL,'ADM1059A1','NM_017882'),(103779943,15.8349,90.8288,66.0326,16.5082,0,0,10,'X|15349336|15350055|83.3102,X|15343140|15343276|92.6471,X|15344034|15344170|96.3235','ADM1059A1','NM_002641'),(103779998,13.0821,79.9116,35.8812,4.1693,0,0,10,'X|62926136|62926331|81.0256,X|62917003|62917186|83.6066,X|62863858|62863930|15.2778,X|62974182|62974195|15.3846,X|62857905|62858091|16.6667,X|62898218|62898454|89.8305','ADM1059A1','NM_015185'),(103779999,13.0267,78.3955,34.8346,4.64462,0,0,10,'X|62926136|62926331|81.0256,X|62917003|62917186|83.6066,X|62863858|62863930|15.2778,X|62857905|62858091|16.6667,X|62898218|62898454|89.8305','ADM1059A1','NM_001173479'),(103780001,23.044,100,95.6044,71.1289,0,0,10,NULL,'ADM1059A1','NM_001916'),(103780018,28.8504,100,100,96.8329,0,0,10,NULL,'ADM1059A1','NM_001193347'),(103780019,28.7227,100,100,96.6925,0,0,10,NULL,'ADM1059A1','NM_001131005'),(103780020,28.3934,100,100,96.7675,0,0,10,NULL,'ADM1059A1','NM_002397'),(103780021,28.3887,100,100,96.7609,0,0,10,NULL,'ADM1059A1','XM_005248512'),(103780025,30.9011,100,100,99.8392,0,0,10,NULL,'ADM1059A1','NM_152388'),(103780026,30.3683,100,97.2397,96.2145,0,0,10,NULL,'ADM1059A1','NM_001044385'),(103780027,26.1008,100,100,89.9859,0,0,10,NULL,'ADM1059A1','NM_080601'),(103780104,28.4673,99.9823,98.815,87.4071,0,0,10,'7|104681397|104681472|98.6667','ADM1059A1','NM_182931'),(103780105,28.4005,99.9819,98.7873,87.1131,0,0,10,'7|104681397|104681472|98.6667','ADM1059A1','XM_005250494'),(103780106,28.4673,99.9823,98.815,87.4071,0,0,10,'7|104681397|104681472|98.6667','ADM1059A1','NM_018682'),(103780130,23.9461,100,98.3412,79.3752,0,0,10,NULL,'ADM1059A1','NM_001127179'),(103780156,25.9753,99.9293,93.3569,87.5618,0,0,10,'5|138286858|138287026|99.4048','ADM1059A1','NM_022464'),(103780157,25.9753,99.9293,93.3569,87.5618,0,0,10,'5|138286858|138287026|99.4048','ADM1059A1','NM_001037633'),(103780180,27.2557,100,100,90.543,0,0,10,NULL,'ADM1059A1','NM_001146158'),(103780192,28.1449,100,99.9648,90.2362,0,0,10,NULL,'ADM1059A1','NM_020944'),(103780193,27.5407,100,99.9628,87.8675,0,0,10,NULL,'ADM1059A1','XM_005251527'),(103780204,21.2272,100,94.0425,59.1489,0,0,10,NULL,'ADM1059A1','NM_014336'),(103780205,21.2941,100,93.8542,60.2283,0,0,10,NULL,'ADM1059A1','NM_001285399'),(103780206,21.3661,100,93.688,61.3165,0,0,10,NULL,'ADM1059A1','NM_001285400'),(103780207,21.282,100,93.6537,58.1142,0,0,10,NULL,'ADM1059A1','NM_001285401'),(103780208,23.5298,100,100,86.1042,0,0,10,NULL,'ADM1059A1','NM_001285403'),(103780209,26.5378,100,99.8782,90.0122,0,0,10,NULL,'ADM1059A1','XM_005267937'),(103780216,24.9824,99.7724,97.5818,81.5647,0,0,10,'8|140744220|140744447|96.4758','ADM1059A1','NM_001160372'),(103780218,15.8035,90.0643,56.7846,19.3891,0,0,10,'X|13775777|13775911|18.6567,X|13762532|13762640|99.0741,X|13778232|13778841|74.22,X|13786835|13786906|98.5916,X|13786171|13786345|79.3103,X|13753188|13753204|68.75','ADM1059A1','NM_003611'),(103780219,15.8072,89.6552,56.3442,20.154,0,0,10,'X|13775777|13775911|18.6567,X|13762532|13762640|99.0741,X|13778232|13778841|74.22,X|13786835|13786906|98.5916,X|13786171|13786345|79.3103,X|13753188|13753204|68.75','ADM1059A1','XM_005274605'),(103780222,29.6473,100,100,95.3096,0,0,10,NULL,'ADM1059A1','NM_052965'),(103780224,30.676,100,100,99.9318,0,0,10,NULL,'ADM1059A1','NM_006077'),(103780225,29.5651,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001195519'),(103780240,29.2764,100,98.8266,91.7862,0,0,10,NULL,'ADM1059A1','NM_001149'),(103780277,26.736,100,90.6014,70.1116,0,0,10,NULL,'ADM1059A1','NM_014319'),(103780310,27.4794,100,99.9337,92.1751,0,0,10,NULL,'ADM1059A1','NM_025243'),(103780314,30.0916,100,99.1296,95.6482,0,0,10,NULL,'ADM1059A1','NM_004520'),(103780315,30.3585,100,99.105,95.5252,0,0,10,NULL,'ADM1059A1','NM_001243952'),(103780316,30.0931,100,99.1739,95.8696,0,0,10,NULL,'ADM1059A1','NM_001098511'),(103780355,12.0944,78.2957,22.5336,3.25994,0,0,10,'X|111002960|111003230|97.037,X|110951253|110951623|14.3243,X|110963321|110963400|0.0,X|110967024|110967128|98.0769,X|110924444|110924529|69.4118,X|110956451|110956527|78.9474,X|110964829|110964941|66.9643,X|110971411|110971535|83.871,X|110925358|110925524|93.9759,X|110970558|110970675|76.9231,X|110961338|110961504|89.759,X|111000814|111000992|71.3483,X|110987894|110988134|56.25,X|110979940|110980109|95.858,X|110968160|110968291|71.7557','ADM1059A1','NM_001257231'),(103780356,12.098,78.9724,20.9595,3.3685,0,0,10,'X|111002960|111003230|97.037,X|110951253|110951623|14.3243,X|110963321|110963400|0.0,X|110967024|110967128|98.0769,X|110956451|110956527|78.9474,X|110964829|110964941|66.9643,X|110971411|110971535|83.871,X|110970558|110970675|76.9231,X|110961338|110961504|89.759,X|111000814|111000992|71.3483,X|110979940|110980109|95.858,X|110968160|110968291|71.7557','ADM1059A1','NM_001257237'),(103780424,15.2187,95.287,57.7039,10.9366,0,0,10,'X|30714732|30714802|84.2857,X|30737534|30737634|76.0,X|30718953|30719024|67.6056,X|30683626|30683703|75.3247,X|30671652|30671734|98.7805','ADM1059A1','NM_000167'),(103780425,14.9316,93.0974,54.1763,10.4988,0,0,10,'X|30745581|30745671|54.4444,X|30714732|30714802|84.2857,X|30737534|30737634|76.0,X|30718953|30719024|67.6056,X|30683626|30683703|75.3247,X|30671652|30671734|98.7805','ADM1059A1','NM_001128127'),(103780426,23.4377,100,93.3018,72.8011,0,0,10,NULL,'ADM1059A1','NM_001278478'),(103780437,29.2012,100,100,95.1613,0,0,10,NULL,'ADM1059A1','NM_212471'),(103780438,29.2012,100,100,95.1613,0,0,10,NULL,'ADM1059A1','NM_001278433'),(103780439,29.2012,100,100,95.1613,0,0,10,NULL,'ADM1059A1','NM_001276289'),(103780440,29.2012,100,100,95.1613,0,0,10,NULL,'ADM1059A1','NM_212472'),(103780487,28.5161,100,97.4709,85.3042,0,0,10,NULL,'ADM1059A1','NM_014754'),(103780500,26.3725,100,97.1406,85.3058,0,0,10,NULL,'ADM1059A1','NM_001145394'),(103780502,27.8677,100,99.9457,88.3406,0,0,10,NULL,'ADM1059A1','XM_005274176'),(103780503,27.8677,100,99.9457,88.3406,0,0,10,NULL,'ADM1059A1','NM_022074'),(103780504,27.8677,100,99.9457,88.3406,0,0,10,NULL,'ADM1059A1','NM_001142520'),(103780513,28.6553,100,100,97.3373,0,0,10,NULL,'ADM1059A1','NM_014254'),(103780514,25.7166,100,100,91.7112,0,0,10,NULL,'ADM1059A1','XM_005268562'),(103780531,32.0102,100,100,99.2924,0,0,10,NULL,'ADM1059A1','NM_004912'),(103780532,32.0102,100,100,99.2924,0,0,10,NULL,'ADM1059A1','NM_194454'),(103780533,31.6386,100,100,99.2431,0,0,10,NULL,'ADM1059A1','NM_001013406'),(103780534,32.0102,100,100,99.2924,0,0,10,NULL,'ADM1059A1','NM_194456'),(103780562,31.6884,100,100,99.0275,0,0,10,NULL,'ADM1059A1','NR_028482'),(103780569,29.8331,100,100,96.8792,0,0,10,NULL,'ADM1059A1','NM_001172643'),(103780570,28.8861,100,100,95.6357,0,0,10,NULL,'ADM1059A1','NM_001272050'),(103780571,29.1287,100,100,97.2803,0,0,10,NULL,'ADM1059A1','NM_004614'),(103780582,21.8788,98.268,73.8378,53.8742,0,0,10,'8|57905756|57906147|95.1407','ADM1059A1','NM_017813'),(103780633,27.1125,100,99.8281,95.1308,0,0,10,NULL,'ADM1059A1','NM_015088'),(103780634,26.544,100,100,94.9018,0,0,10,NULL,'ADM1059A1','NM_001024843'),(103780635,27.0445,100,99.8385,94.8143,0,0,10,NULL,'ADM1059A1','NM_001162501'),(103780637,24.4247,100,97.6404,79.1011,0,0,10,NULL,'ADM1059A1','NM_001163771'),(103780645,26.0875,100,100,92.66,0,0,10,NULL,'ADM1059A1','NM_001199107'),(103780648,31.3301,100,100,96.9751,0,0,10,NULL,'ADM1059A1','NM_006721'),(103780649,31.3206,100,100,96.6449,0,0,10,NULL,'ADM1059A1','NM_001123'),(103780650,31.6747,100,100,96.4211,0,0,10,NULL,'ADM1059A1','NM_001202450'),(103780668,27.0581,100,100,97.4193,0,0,10,NULL,'ADM1059A1','XM_005247635'),(103780669,24.5901,100,98.5847,84.7272,0,0,10,NULL,'ADM1059A1','NM_017617'),(103780679,26.8094,100,99.2664,90.0421,0,0,10,NULL,'ADM1059A1','NM_006734'),(103780682,12.7394,76.0446,27.6562,11.9379,0,0,10,'X|69669538|69669711|94.7977,X|69670487|69670635|99.3243,X|69669207|69669335|3.90625,X|69720746|69720841|96.8421,X|69711955|69712135|83.3333,X|69671715|69671878|30.0613,X|69668761|69668815|38.8889,X|69715256|69715305|0.0,X|69670017|69670157|92.8571,X|69722011|69722122|84.6847,X|69665049|69665410|40.9972','ADM1059A1','NM_021120'),(103780683,15.0594,95.0095,45.4833,18.9514,0,0,10,'X|69720746|69720841|96.8421,X|69713224|69713327|86.4078,X|69711955|69712135|83.3333,X|69672469|69672607|89.1304,X|69722011|69722122|84.6847','ADM1059A1','NM_020730'),(103780684,14.2016,94.3662,37.588,14.5246,0,0,10,'X|69720746|69720841|96.8421,X|69713224|69713327|86.4078,X|69711955|69712135|83.3333,X|69722011|69722122|84.6847','ADM1059A1','NM_001166278'),(103780695,19.6928,95.7857,79.8572,52.2857,0,0,10,'7|155595591|155596422|92.9001','ADM1059A1','NM_000193'),(103780718,13.2199,82.476,35.0654,6.03313,0,0,10,'X|70602384|70602515|99.2366,X|70586162|70586346|53.8043,X|70587902|70588022|99.1667,X|70601591|70601771|91.1111,X|70598083|70598305|41.8919,X|70617101|70617318|99.0783,X|70643822|70643918|89.5833,X|70608586|70608720|38.0597,X|70609433|70609517|0.0,X|70596861|70597043|26.9231,X|70618420|70618589|99.4083,X|70683672|70683899|99.1189,X|70598672|70598883|61.1374,X|70642965|70643091|46.8254,X|70595015|70595138|86.9919,X|70644002|70644090|93.1818,X|70587347|70587465|98.3051,X|70626486|70626598|0.0,X|70613149|70613328|59.2179,X|70679400|70679560|78.75,X|70612723|70612846|83.7398,X|70607109|70607313|81.8627,X|70602609|70602720|91.8919','ADM1059A1','NM_004606'),(103780719,13.1806,82.1804,34.6904,5.96861,0,0,10,'X|70602384|70602515|99.2366,X|70586162|70586346|53.8043,X|70587902|70588022|99.1667,X|70601591|70601771|91.1111,X|70598083|70598305|41.8919,X|70617101|70617318|99.0783,X|70643822|70643918|89.5833,X|70608586|70608720|38.0597,X|70609433|70609517|0.0,X|70618420|70618589|99.4083,X|70596798|70597043|34.2857,X|70683672|70683898|99.115,X|70598672|70598883|61.1374,X|70642965|70643091|46.8254,X|70595015|70595138|86.9919,X|70644002|70644090|93.1818,X|70587347|70587465|98.3051,X|70626486|70626598|0.0,X|70613149|70613328|59.2179,X|70679400|70679560|78.75,X|70612723|70612846|83.7398,X|70607109|70607313|81.8627,X|70602609|70602720|91.8919','ADM1059A1','XM_005262300'),(103780720,13.2344,82.7911,35.2397,5.92466,0,0,10,'X|70602384|70602515|99.2366,X|70586162|70586346|53.8043,X|70587902|70588022|99.1667,X|70601591|70601771|91.1111,X|70598083|70598305|41.8919,X|70617101|70617318|99.0783,X|70643822|70643918|89.5833,X|70608586|70608720|38.0597,X|70609433|70609517|0.0,X|70596861|70597043|26.9231,X|70618420|70618589|99.4083,X|70683672|70683899|99.1189,X|70598672|70598883|61.1374,X|70642965|70643091|46.8254,X|70595015|70595138|86.9919,X|70644002|70644090|93.1818,X|70587347|70587465|98.3051,X|70626486|70626598|0.0,X|70613149|70613328|59.2179,X|70679400|70679560|78.75,X|70612723|70612846|83.7398,X|70607109|70607313|81.8627,X|70602609|70602720|91.8919','ADM1059A1','XM_005262297'),(103780721,13.1824,82.2111,34.6306,5.95833,0,0,10,'X|70602384|70602515|99.2366,X|70586162|70586346|53.8043,X|70587902|70588022|99.1667,X|70601591|70601771|91.1111,X|70598083|70598305|41.8919,X|70617101|70617318|99.0783,X|70643822|70643918|89.5833,X|70608586|70608720|38.0597,X|70609433|70609517|0.0,X|70618420|70618589|99.4083,X|70596798|70597043|34.2857,X|70683672|70683899|99.1189,X|70598672|70598883|61.1374,X|70642965|70643091|46.8254,X|70595015|70595138|86.9919,X|70644002|70644090|93.1818,X|70587347|70587465|98.3051,X|70626486|70626598|0.0,X|70613149|70613328|59.2179,X|70679400|70679560|78.75,X|70612723|70612846|83.7398,X|70607109|70607313|81.8627,X|70602609|70602720|91.8919','ADM1059A1','NM_001286074'),(103780724,22.6632,98.7536,84.7832,70.7349,0,0,10,'3|123044167|123044311|86.8056,3|123166257|123167395|97.4517','ADM1059A1','NM_183357'),(103780725,25.1428,99.3217,95.6801,86.005,0,0,10,'3|123044167|123044311|86.8056','ADM1059A1','NM_001199642'),(103780733,26.8341,100,99.909,94.5152,0,0,10,NULL,'ADM1059A1','NM_001080517'),(103780734,26.9477,100,99.9023,96.2628,0,0,10,NULL,'ADM1059A1','XM_005265307'),(103780746,15.6432,94.4095,53.0151,14.5729,0,0,10,'X|154001404|154001526|29.5082,X|153991238|153991258|85.0','ADM1059A1','NM_001363'),(103780759,26.2158,100,99.211,87.3756,0,0,10,NULL,'ADM1059A1','NM_014140'),(103780760,26.2158,100,99.211,87.3756,0,0,10,NULL,'ADM1059A1','NM_001127207'),(103780782,29.0829,100,99.556,93.8333,0,0,10,NULL,'ADM1059A1','NM_004035'),(103780783,29.4465,100,99.556,93.8333,0,0,10,NULL,'ADM1059A1','NM_007292'),(103780784,29.1335,100,99.5288,93.4555,0,0,10,NULL,'ADM1059A1','NM_001185039'),(103780827,28.9755,100,100,95.5457,0,0,10,NULL,'ADM1059A1','NM_001031710'),(103780828,30.2355,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001172428'),(103780829,31.7008,100,100,100,0,0,10,NULL,'ADM1059A1','NR_033329'),(103780830,29.3063,100,100,95.1486,0,0,10,NULL,'ADM1059A1','NM_018846'),(103780843,31.3508,100,100,99.9217,0,0,10,NULL,'ADM1059A1','NM_172250'),(103780858,30.6967,100,100,97.5182,0,0,10,NULL,'ADM1059A1','NM_001281723'),(103780859,30.7011,100,100,97.1446,0,0,10,NULL,'ADM1059A1','NM_000060'),(103780860,31.1126,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001281724'),(103780861,31.1111,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001281725'),(103780878,31.9653,100,100,99.8665,0,0,10,NULL,'ADM1059A1','NM_138559'),(103780889,14.5523,90.625,48.5938,11.4062,0,0,10,'X|11776380|11776486|44.3396,X|11783584|11783931|82.4207','ADM1059A1','NM_078628'),(103780914,33.6283,100,99.9222,96.9673,0,0,10,NULL,'ADM1059A1','NM_014317'),(103780915,32.0378,100,99.8951,95.9077,0,0,10,NULL,'ADM1059A1','XM_005252438'),(103780939,28.7986,100,99.6279,96,0,0,10,NULL,'ADM1059A1','NM_024809'),(103780943,23.1513,100,98.5448,77.3574,0,0,10,NULL,'ADM1059A1','NM_001271098'),(103780944,23.4005,100,98.4839,78.7745,0,0,10,NULL,'ADM1059A1','NM_001136033'),(103780945,23.3244,100,98.4304,78.0248,0,0,10,NULL,'ADM1059A1','NM_001271100'),(103780946,23.386,100,98.5249,79.3485,0,0,10,NULL,'ADM1059A1','NM_001271099'),(103780947,23.0733,100,98.4976,76.6226,0,0,10,NULL,'ADM1059A1','NM_014281'),(103780948,31.0341,100,100,95.68,2.86872,0,10,NULL,'ADM1059A1','NM_014264'),(103780949,31.0335,100,100,95.5307,2.96788,0,10,NULL,'ADM1059A1','NM_001190799'),(103780950,31.485,100,100,97.3211,2.99613,0,10,NULL,'ADM1059A1','NM_001190801'),(103780960,28.5356,100,98.0769,90.2885,0,0,10,NULL,'ADM1059A1','NM_006416'),(103780961,28.0744,100,97.6744,88.2558,0,0,10,NULL,'ADM1059A1','NM_001168398'),(103780979,25.7831,100,100,96.8854,0,0,10,NULL,'ADM1059A1','NM_001122821'),(103780980,26.1729,100,100,99.2797,0,0,10,NULL,'ADM1059A1','NM_001248000'),(103780981,25.2756,100,91.2791,90.4651,0,0,10,NULL,'ADM1059A1','NM_003011'),(103780982,27.9894,100,100,98.124,0,0,10,NULL,'ADM1059A1','NM_002150'),(103780983,29.2807,100,100,96.7561,0,0,10,NULL,'ADM1059A1','NM_024996'),(103781002,26.3665,100,99.7584,90.5356,0,0,10,NULL,'ADM1059A1','NM_020680'),(103781003,26.2279,100,99.7496,90.192,0,0,10,NULL,'ADM1059A1','XM_005274121'),(103781004,26.4682,100,99.7521,91.1157,0,0,10,NULL,'ADM1059A1','XM_005274119'),(103781009,15.2298,97.8386,53.5303,10.3746,0,0,10,'X|109924708|109924876|99.4048,X|109963061|109963158|91.7526,X|109937389|109937561|87.7907','ADM1059A1','XM_005262224'),(103781017,23.1241,100,100,76.0709,0,0,10,NULL,'ADM1059A1','NM_006270'),(103781033,30.516,100,100,99.5988,0,0,10,NULL,'ADM1059A1','NM_002582'),(103781034,29.9557,100,100,99.5683,0,0,10,NULL,'ADM1059A1','NM_001242992'),(103781063,25.7351,100,99.9352,87.8238,0,0,10,NULL,'ADM1059A1','NM_001130145'),(103781064,24.8838,100,99.9007,81.43,0,0,10,NULL,'ADM1059A1','NM_001195045'),(103781065,25.812,100,99.9336,87.8405,0,0,10,NULL,'ADM1059A1','NM_001195044'),(103781066,26.1628,100,99.928,90.634,0,0,10,NULL,'ADM1059A1','NM_006106'),(103781071,32.4785,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001251989'),(103781072,32.4785,100,100,100,0,0,10,NULL,'ADM1059A1','NM_015895'),(103781073,33.0413,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001251991'),(103781082,23.1176,100,99.7899,55.4622,0,0,10,NULL,'ADM1059A1','NM_017838'),(103781083,21.3556,100,99.6479,36.6197,0,0,10,NULL,'ADM1059A1','NM_001034833'),(103781125,27.4003,100,98.2865,92.2671,0,0,10,NULL,'ADM1059A1','NM_014491'),(103781126,27.4428,100,100,97.8163,0,0,10,NULL,'ADM1059A1','NM_148899'),(103781127,27.0333,100,98.2682,92.1847,0,0,10,NULL,'ADM1059A1','NM_148900'),(103781135,25.6898,100,100,88.2502,0,0,10,NULL,'ADM1059A1','XM_005246026'),(103781146,24.3311,100,96.8351,85.7578,0,0,10,NULL,'ADM1059A1','NM_030777'),(103781167,28.3465,100,99.1212,96.1917,0,0,10,NULL,'ADM1059A1','NM_024790'),(103781173,28.2309,100,100,98.0909,0,0,10,NULL,'ADM1059A1','NM_001171993'),(103781183,26.7422,100,100,88.6643,0,0,10,NULL,'ADM1059A1','NM_016532'),(103781202,27.2003,100,100,96.5857,0,0,10,NULL,'ADM1059A1','XM_005269203'),(103781203,27.1735,100,100,96.4889,0,0,10,NULL,'ADM1059A1','NM_033124'),(103781230,25.7509,100,100,87.0281,0,0,10,NULL,'ADM1059A1','NM_001258355'),(103781233,27.568,100,99.9166,94.7456,0,0,10,NULL,'ADM1059A1','NM_001242889'),(103781249,26.4068,100,96.4384,90.7534,0,0,10,NULL,'ADM1059A1','NM_198904'),(103781250,26.1491,100,96.7151,91.0928,0,0,10,NULL,'ADM1059A1','NM_198903'),(103781251,24.4921,100,94.1,79.5211,0,0,10,NULL,'ADM1059A1','NM_018014'),(103781253,22.7562,99.9198,97.2735,70.2486,0,0,10,'9|129377660|129377850|99.4737','ADM1059A1','NM_001174146'),(103781254,22.89,99.9127,97.0306,71.9651,0,0,10,'9|129377660|129377850|99.4737','ADM1059A1','NM_002316'),(103781311,28.2711,100,100,96.5243,0,0,10,NULL,'ADM1059A1','NM_000191'),(103781312,27.1344,100,100,88.8699,0,0,10,NULL,'ADM1059A1','XM_005245857'),(103781323,12.8882,84.8408,29.9681,3.72611,0,0,10,'X|54040808|54040998|0.0,X|53989275|53989374|98.9899,X|53970565|53970678|94.6903,X|54029026|54029117|1.0989,X|54037553|54037719|91.5663,X|54012247|54012384|67.8832,X|54022124|54022217|83.871,X|53965588|53965681|2.15054,X|54011345|54011662|93.0599,X|54014197|54014379|98.3516','ADM1059A1','NM_015107'),(103781324,12.9532,84.7432,31.4365,3.66041,0,0,10,'X|54040808|54040998|0.0,X|53989275|53989374|98.9899,X|53970565|53970678|94.6903,X|54029026|54029117|1.0989,X|54037553|54037719|91.5663,X|54012247|54012384|67.8832,X|54022124|54022217|83.871,X|53965588|53965681|2.15054,X|54011345|54011662|93.0599,X|54014197|54014379|98.3516,X|54071306|54071326|0.0','ADM1059A1','NM_001184896'),(103781325,12.2181,81.147,25,0.206044,0,0,10,'X|54040808|54040998|0.0,X|53989275|53989374|98.9899,X|53970565|53970678|94.6903,X|54029026|54029117|1.0989,X|54037553|54037719|91.5663,X|54012247|54012384|67.8832,X|54022124|54022217|83.871,X|54011345|54011662|93.0599,X|54014197|54014379|98.3516,X|53965593|53965681|0.0,X|53964411|53964494|8.43373','ADM1059A1','NM_001184897'),(103781410,27.9991,100,96.6355,87.1963,0,0,10,NULL,'ADM1059A1','NM_203290'),(103781411,27.1049,100,94.1399,81.6635,0,0,10,NULL,'ADM1059A1','XM_005249491'),(103781420,25.6235,100,99.9235,89.7475,0,0,10,NULL,'ADM1059A1','NM_005902'),(103781421,26.9342,100,100,98.5844,0,0,10,NULL,'ADM1059A1','NM_001145102'),(103781422,27.0093,100,100,98.8085,0,0,10,NULL,'ADM1059A1','NM_001145103'),(103781434,29.9164,100,100,98.1003,0,0,10,NULL,'ADM1059A1','NM_032322'),(103781435,28.1623,100,100,96.136,0,0,10,NULL,'ADM1059A1','NM_197939'),(103781436,30.2963,100,100,97.1623,0,0,10,NULL,'ADM1059A1','NM_001184992'),(103781440,30.416,100,100,99.9236,0,0,10,NULL,'ADM1059A1','NM_024077'),(103781441,30.636,100,100,99.9583,0,0,10,NULL,'ADM1059A1','NM_001282689'),(103781442,30.6798,100,100,99.9585,0,0,10,NULL,'ADM1059A1','NM_001282690'),(103781443,26.6569,100,99.0471,90.8279,0,0,10,NULL,'ADM1059A1','NM_001143990'),(103781444,26.6569,100,99.0471,90.8279,0,0,10,NULL,'ADM1059A1','NM_001143991'),(103781445,26.6569,100,99.0471,90.8279,0,0,10,NULL,'ADM1059A1','NM_018081'),(103781456,22.995,97.2292,88.0353,64.2317,0,0,10,'22|21213396|21213637|90.8714','ADM1059A1','NM_004782'),(103781464,27.2162,100,97.7464,86.249,0,0,10,NULL,'ADM1059A1','NM_001014796'),(103781465,27.2162,100,97.7464,86.249,0,0,10,NULL,'ADM1059A1','NM_006182'),(103781471,27.1708,100,99.6187,93.2384,0,0,10,NULL,'ADM1059A1','NM_020366'),(103781472,27.0819,100,99.6187,93.213,0,0,10,NULL,'ADM1059A1','XM_005267881'),(103781475,12.4401,76.7163,24.2494,5.85765,0,0,10,'X|53240967|53241090|86.1789,X|53239856|53240041|24.8649,X|53226951|53227060|80.7339,X|53227944|53228072|77.3438,X|53222146|53222516|98.9189,X|53223319|53223922|61.6915,X|53245254|53245381|8.66142,X|53224111|53224252|97.8723,X|53225866|53226228|84.8066,X|53228157|53228342|20.5405,X|53247456|53247582|74.6032,X|53239594|53239760|64.4578,X|53224411|53224594|96.7213,X|53227670|53227821|70.8609,X|53244975|53245160|0.0,X|53230730|53230928|89.3939','ADM1059A1','NM_004187'),(103781476,12.4361,76.7017,24.2017,5.86134,0,0,10,'X|53240967|53241090|86.1789,X|53239856|53240041|24.8649,X|53226951|53227060|80.7339,X|53227944|53228072|77.3438,X|53222146|53222516|98.9189,X|53223319|53223922|61.6915,X|53245254|53245381|8.66142,X|53224111|53224252|97.8723,X|53225866|53226228|84.8066,X|53228157|53228342|20.5405,X|53247456|53247582|74.6032,X|53239594|53239760|64.4578,X|53224411|53224594|96.7213,X|53227670|53227821|70.8609,X|53244975|53245160|0.0,X|53230730|53230928|89.3939','ADM1059A1','NM_001282622'),(103781477,12.4922,76.7286,24.7623,5.92048,0,0,10,'X|53240967|53241090|86.1789,X|53239856|53240041|24.8649,X|53226951|53227060|80.7339,X|53227944|53228072|77.3438,X|53222146|53222516|98.9189,X|53223319|53223922|61.6915,X|53245254|53245381|8.66142,X|53224111|53224252|97.8723,X|53225866|53226228|84.8066,X|53228157|53228342|20.5405,X|53239594|53239760|64.4578,X|53224411|53224594|96.7213,X|53227670|53227821|70.8609,X|53244975|53245160|0.0,X|53230730|53230928|89.3939','ADM1059A1','XM_005278002'),(103781478,12.2824,72.4727,23.7779,6.45467,0,0,10,'X|53240967|53241090|86.1789,X|53239856|53240041|24.8649,X|53226951|53227060|80.7339,X|53227944|53228072|77.3438,X|53221923|53222021|11.2245,X|53223319|53223922|61.6915,X|53245254|53245381|8.66142,X|53224111|53224252|97.8723,X|53225866|53226228|84.8066,X|53228157|53228342|20.5405,X|53239594|53239760|64.4578,X|53224411|53224594|96.7213,X|53227670|53227821|70.8609,X|53244975|53245160|0.0,X|53230730|53230928|89.3939','ADM1059A1','NM_001146702'),(103781513,30.6175,100,99.718,97.3684,0,0,10,NULL,'ADM1059A1','NM_152384'),(103781514,30.1854,100,99.6994,97.1944,0,0,10,NULL,'ADM1059A1','XM_005246288'),(103781515,13.4868,86.0776,36.9381,6.31905,0,0,10,'X|148037131|148038145|95.4635,X|147743427|147744291|89.0046,X|147582615|147582666|0.0,X|148048318|148048611|76.7918,X|147967417|147967517|53.0,X|148035108|148035271|39.8773,X|148054999|148055139|82.1429,X|148044243|148044463|91.3636,X|148072739|148072865|45.2381,X|147891398|147891446|50.0','ADM1059A1','NM_001169122'),(103781516,13.2367,86.4151,32.3499,3.67067,0,0,10,'X|148037131|148038145|95.4635,X|148044243|148044469|91.5929,X|148048318|148048611|76.7918,X|147967417|147967517|53.0,X|148035108|148035271|39.8773,X|148054999|148055139|82.1429,X|148072739|148072865|45.2381,X|147891398|147891446|50.0','ADM1059A1','NM_001170628'),(103781527,27.5988,100,100,96.1052,0,0,10,NULL,'ADM1059A1','NM_001201484'),(103781528,26.0954,100,100,91.8232,0,0,10,NULL,'ADM1059A1','NM_032634'),(103781529,26.0954,100,100,91.8232,0,0,10,NULL,'ADM1059A1','XM_005251620'),(103781530,27.5988,100,100,96.1052,0,0,10,NULL,'ADM1059A1','NM_152850'),(103781534,27.7877,100,100,96.3077,0,0,10,NULL,'ADM1059A1','NM_002778'),(103781565,25.4422,100,99.639,84.1155,0,0,10,NULL,'ADM1059A1','XM_005264326'),(103781566,25.4422,100,99.639,84.1155,0,0,10,NULL,'ADM1059A1','NM_002437'),(103781570,27.9919,100,100,98.4787,0,0,10,NULL,'ADM1059A1','NM_013328'),(103781619,27.4373,100,100,92.5487,0,0,10,NULL,'ADM1059A1','XM_005272160'),(103781631,26.6034,100,98.0263,92.0113,0,0,10,NULL,'ADM1059A1','XM_005257642'),(103781632,26.6034,100,98.0263,92.0113,0,0,10,NULL,'ADM1059A1','NM_007144'),(103781636,25.2754,100,87.149,82.2894,0,0,10,NULL,'ADM1059A1','NM_014252'),(103781659,28.828,100,100,97.0572,0,0,10,NULL,'ADM1059A1','NM_001003694'),(103781660,28.7957,100,100,97.0429,0,0,10,NULL,'ADM1059A1','NM_004634'),(103781674,28.7637,100,100,99.1247,0,0,10,NULL,'ADM1059A1','NM_015702'),(103781678,22.1103,99.944,90.8226,65.6407,0,0,10,'7|193197|193806|99.8358','ADM1059A1','NM_020223'),(103781724,24.874,100,100,99.1597,0,0,10,NULL,'ADM1059A1','NM_001286208'),(103781742,28.8194,100,99.9218,95.8811,0,0,10,NULL,'ADM1059A1','NM_024312'),(103781760,25.4579,100,97.6267,89.0956,0,0,10,NULL,'ADM1059A1','NM_004407'),(103781761,25.3209,100,97.5464,88.7268,0,0,10,NULL,'ADM1059A1','NM_001079911'),(103781768,26.5562,100,97.4072,88.9171,0,0,10,NULL,'ADM1059A1','NM_001131026'),(103781769,26.7723,100,97.2477,88.8829,0,0,10,NULL,'ADM1059A1','NM_001131024'),(103781770,26.5562,100,97.4072,88.9171,0,0,10,NULL,'ADM1059A1','NM_001131025'),(103781771,26.51,100,97.3752,88.7802,0,0,10,NULL,'ADM1059A1','NM_000319'),(103781775,23.9651,100,97.6103,83.6708,0,0,10,NULL,'ADM1059A1','NM_020859'),(103781854,25.9014,100,100,80.9859,0,0,10,NULL,'ADM1059A1','NM_018480'),(103781855,26.7829,100,100,85.5754,0,0,10,NULL,'ADM1059A1','NM_001193538'),(103781868,22.8462,100,99.5475,86.8778,0,0,10,NULL,'ADM1059A1','XM_005263618'),(103781880,26.1871,100,100,88.953,0,0,10,NULL,'ADM1059A1','NM_001030004'),(103781881,25.8391,100,100,86.1131,0,0,10,NULL,'ADM1059A1','NM_175914'),(103781882,26.0945,100,100,89.5312,0,0,10,NULL,'ADM1059A1','NM_178850'),(103781888,23.9502,100,99.4789,87.1453,0,0,10,NULL,'ADM1059A1','NM_003242'),(103781889,24.2504,100,99.5014,87.7008,0,0,10,NULL,'ADM1059A1','NM_001024847'),(103781901,25.5087,100,98.943,88.2845,0,0,10,NULL,'ADM1059A1','NM_020461'),(103781920,21.7641,99.9484,90.191,64.223,0,0,10,'19|55672659|55672788|99.2248','ADM1059A1','XM_005258874'),(103781921,22.2992,99.9464,90.8847,70.4021,0,0,10,'19|55672659|55672788|99.2248','ADM1059A1','NM_001256714'),(103781922,22.1269,99.9446,90.5817,69.4183,0,0,10,'19|55672659|55672788|99.2248','ADM1059A1','NM_178837'),(103781947,31.7527,100,100,98.8808,0,0,10,NULL,'ADM1059A1','NM_016648'),(103781948,31.7527,100,100,98.8808,0,0,10,NULL,'ADM1059A1','NM_015454'),(103781973,25.6869,100,98.4602,89.8204,0,0,10,NULL,'ADM1059A1','NM_139202'),(103781974,25.6869,100,98.4602,89.8204,0,0,10,NULL,'ADM1059A1','NM_015166'),(103781984,29.6178,100,100,100,0,0,10,NULL,'ADM1059A1','NM_007217'),(103781985,29.6178,100,100,100,0,0,10,NULL,'ADM1059A1','NM_145859'),(103781986,29.6178,100,100,100,0,0,10,NULL,'ADM1059A1','NM_145860'),(103781988,25.7506,100,97.4184,83.2928,0,0,10,NULL,'ADM1059A1','NM_198506'),(103782037,13.8716,82.9034,48.8902,7.31854,0,0,10,'X|2878417|2878463|0.0,X|2873455|2873580|36.8,X|2856134|2856300|80.1205,X|2852870|2853233|65.0138','ADM1059A1','NM_001282631'),(103782039,22.84,99.9208,86.767,55.3883,0,0,10,'14|100705579|100706262|99.8536','ADM1059A1','NM_003403'),(103782040,15.1654,94.8872,48.8722,15.4887,0,0,10,'X|106482150|106482239|75.2809,X|106486397|106486531|91.0448','ADM1059A1','NM_173494'),(103782041,15.1654,94.8872,48.8722,15.4887,0,0,10,'X|106482150|106482239|75.2809,X|106486397|106486531|91.0448','ADM1059A1','NM_001169154'),(103782082,26.3393,100,99.267,85.004,0,0,10,NULL,'ADM1059A1','NM_003072'),(103782083,26.3393,100,99.267,85.004,0,0,10,NULL,'ADM1059A1','NM_001128844'),(103782084,26.1947,100,99.2513,84.6823,0,0,10,NULL,'ADM1059A1','XM_005260035'),(103782085,26.1964,100,99.2518,84.6916,0,0,10,NULL,'ADM1059A1','XM_005260034'),(103782086,26.4579,100,99.2811,85.2924,0,0,10,NULL,'ADM1059A1','NM_001128849'),(103782087,26.1936,100,99.2531,84.7396,0,0,10,NULL,'ADM1059A1','NM_001128845'),(103782088,26.1919,100,99.2527,84.7304,0,0,10,NULL,'ADM1059A1','NM_001128846'),(103782095,27.0347,100,98.34,85.9257,0,0,10,NULL,'ADM1059A1','NM_005188'),(103782104,24.1862,100,97.6735,77.3995,0,0,10,NULL,'ADM1059A1','NM_005876'),(103782106,31.1291,99.0959,97.0869,94.4751,1.30588,0,10,'1|173795823|173795926|82.5243','ADM1059A1','NM_018122'),(103782117,23.4365,100,100,84.6333,0,0,10,NULL,'ADM1059A1','NM_001195010'),(103782118,23.4597,100,100,84.0897,0,0,10,NULL,'ADM1059A1','NM_021180'),(103782127,15.1449,96.5307,50.0794,15.8369,0,0,10,'X|31462596|31462746|74.0,X|31222076|31222237|78.882,X|31198485|31198600|88.6957,X|31187558|31187720|96.2963,X|31200853|31201023|98.2353,X|31165390|31165637|89.4737,X|31191654|31191723|85.5072','ADM1059A1','NM_004022'),(103782128,15.3234,96.6916,52.3878,17.2037,0,0,10,'X|31462596|31462746|74.0,X|31222076|31222237|78.882,X|31198485|31198600|88.6957,X|31200853|31201023|98.2353,X|31165390|31165637|89.4737','ADM1059A1','NM_004023'),(103782143,28.2028,100,99.9733,91.7713,0,0,10,NULL,'ADM1059A1','XM_005273143'),(103782231,12.3747,85.9673,14.7139,0.27248,0,0,10,'X|153199394|153199456|25.8065,X|153200335|153200360|40.0,X|153199828|153199930|77.451,X|153197767|153197886|96.6387,X|153196214|153196302|98.8636,X|153197990|153198039|71.4286','ADM1059A1','NM_003491'),(103782232,12.2551,84.9854,13.1195,0.291546,0,0,10,'X|153199394|153199456|25.8065,X|153200335|153200360|40.0,X|153199828|153199930|77.451,X|153197767|153197886|96.6387,X|153196214|153196302|98.8636,X|153197990|153198039|71.4286','ADM1059A1','NM_001256119'),(103782245,29.161,100,100,90.4211,0,0,10,NULL,'ADM1059A1','NM_001042437'),(103782246,28.2906,100,97.8906,84.2188,0,0,10,NULL,'ADM1059A1','NM_003896'),(103782293,28.3626,100,94.2446,90.3597,0.28777,0,10,NULL,'ADM1059A1','NM_004577'),(103782294,28.3626,100,94.2446,90.3597,0.28777,0,10,NULL,'ADM1059A1','XM_005271773'),(103782313,19.2435,100,93.1522,41.7391,0,0,10,NULL,'ADM1059A1','NM_005029'),(103782327,29.8648,100,99.1977,90.659,0,0,10,NULL,'ADM1059A1','NM_022132'),(103782343,27.1197,97.1602,95.4361,91.075,0,0,10,'8|62550879|62550924|37.7778','ADM1059A1','NM_032466'),(103782344,26.7143,96.7213,94.7307,89.6955,0,0,10,'8|62550879|62550924|37.7778','ADM1059A1','NM_001164755'),(103782345,27.4057,97.3517,95.5508,91.6314,0,0,10,'8|62550879|62550921|40.4762','ADM1059A1','NM_001164751'),(103782346,26.9558,96.5644,94.4785,89.9386,0,0,10,'8|62550879|62550924|37.7778','ADM1059A1','NM_001164753'),(103782347,15.5486,95.0932,56.1335,9.42101,0,0,10,'X|48336433|48336558|76.8,X|48337003|48337097|77.6596','ADM1059A1','NM_177439'),(103782348,15.561,95.122,56.3902,9.36586,0,0,10,'X|48336433|48336558|76.8,X|48337003|48337097|77.6596','ADM1059A1','NM_012280'),(103782349,15.5486,95.0932,56.1335,9.42101,0,0,10,'X|48336433|48336558|76.8,X|48337003|48337097|77.6596','ADM1059A1','NM_177434'),(103782350,17.4336,100,83.7209,15.4485,0,0,10,NULL,'ADM1059A1','NM_001282157'),(103782351,25.3717,100,99.9455,91.3352,0,0,10,NULL,'ADM1059A1','NM_024649'),(103782365,25.281,100,100,90.5442,0,0,10,NULL,'ADM1059A1','NM_000035'),(103782370,23.1488,100,99.4358,73.6954,0,0,10,NULL,'ADM1059A1','NM_001145662'),(103782393,31.1175,100,100,97.8332,0,0,10,NULL,'ADM1059A1','NM_012434'),(103782398,24.0467,100,95.227,74.733,0,0,10,NULL,'ADM1059A1','NM_000287'),(103782413,24.6807,100,99.6142,78.746,0,0,10,NULL,'ADM1059A1','NM_000528'),(103782429,24.7764,100,99.8829,90.3981,0,0,10,NULL,'ADM1059A1','NM_006012'),(103782434,28.8322,100,100,89.661,0,0,10,NULL,'ADM1059A1','NM_019026'),(103782455,28.9809,100,100,95.1452,0,0,10,NULL,'ADM1059A1','XM_005265930'),(103782456,28.9809,100,100,95.1452,0,0,10,NULL,'ADM1059A1','NM_001199297'),(103782457,30.5894,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005265933'),(103782458,28.976,100,100,95.1518,0,0,10,NULL,'ADM1059A1','NM_016290'),(103782459,27.5186,98.5151,93.5465,82.0674,0,0,10,'2|69472355|69472620|90.1887','ADM1059A1','NM_032208'),(103782460,28.5791,100,99.8082,89.5494,0,0,10,NULL,'ADM1059A1','NM_018153'),(103782461,28.0659,100,99.8267,90.5546,0,0,10,NULL,'ADM1059A1','NM_053034'),(103782490,21.6211,100,90.039,54.4922,0,0,10,NULL,'ADM1059A1','NM_175630'),(103782512,23.4146,100,93.1663,74.0319,0,0,10,NULL,'ADM1059A1','NM_001080116'),(103782513,23.0016,100,95.094,75.3884,0,0,10,NULL,'ADM1059A1','NM_001171611'),(103782514,23.5502,100,97.0472,79.9212,0,0,10,NULL,'ADM1059A1','NM_001080115'),(103782621,25.2114,100,100,86.0825,0,0,10,NULL,'ADM1059A1','NM_001285402'),(103782640,28.2781,100,100,98.8778,0,0,10,NULL,'ADM1059A1','NM_019108'),(103782665,27.0569,100,100,93.8616,0,0,10,NULL,'ADM1059A1','NM_021254'),(103782669,22.9899,100,97.5971,67.7449,0,0,10,NULL,'ADM1059A1','NM_001204269'),(103782672,28.0825,99.1294,99.0916,93.3762,0,0,10,'1|36274015|36274038|0.0','ADM1059A1','NM_017629'),(103782673,22.7581,100,99.8622,78.4976,0,0,10,NULL,'ADM1059A1','NM_001360'),(103782696,28.2788,100,100,96.0667,0,0,10,NULL,'ADM1059A1','XM_005253480'),(103782697,28.3911,100,100,96.1022,0,0,10,NULL,'ADM1059A1','NM_001261415'),(103782698,28.4088,100,100,96.0818,0,0,10,NULL,'ADM1059A1','NM_006940'),(103782699,28.0005,100,100,95.4245,0,0,10,NULL,'ADM1059A1','NM_001261414'),(103782727,23.0268,96.6335,91.7368,70.3902,0,0,10,'18|24126690|24128502|95.1435','ADM1059A1','NM_001142730'),(103782735,15.0052,91.0467,55.1471,9.86158,0,0,10,'X|74290198|74290359|13.6646,X|74273202|74273422|99.5455,X|74296355|74296491|99.2647,X|74293701|74293793|28.2609','ADM1059A1','NM_004299'),(103782743,26.8025,100,100,90.5995,0,0,10,NULL,'ADM1059A1','NM_183227'),(103782744,26.8025,100,100,90.5995,0,0,10,NULL,'ADM1059A1','NM_016277'),(103782757,23.7948,100,98.7454,80.8579,0,0,10,NULL,'ADM1059A1','NM_003560'),(103782758,23.5499,100,98.6557,79.4883,0,0,10,NULL,'ADM1059A1','NM_001199562'),(103782759,23.5499,100,98.6557,79.4883,0,0,10,NULL,'ADM1059A1','NM_001004426'),(103782774,24.5773,100,100,93.1701,0,0,10,NULL,'ADM1059A1','NM_001040002'),(103782788,27.8929,100,100,100,0,0,10,NULL,'ADM1059A1','NM_013251'),(103782789,27.9294,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001178054'),(103782807,14.7598,86.2732,53.1915,17.4331,0,0,10,'X|24086079|24086227|99.3243,X|24091206|24091382|90.3409,X|24073083|24073156|0.0,X|24084113|24084211|40.8163,X|24094837|24094905|26.4706,X|24089673|24089846|99.422','ADM1059A1','NM_001415'),(103782816,27.3329,100,99.4551,90.6331,0,0,10,NULL,'ADM1059A1','NM_001172631'),(103782829,14.68,87.1169,55.5844,13.4545,0,0,10,'X|135754177|135754280|11.6505,X|135750185|135750330|72.4138,X|135762888|135763037|57.7181,X|135795433|135795531|76.5306,X|135764915|135765005|87.7778,X|135767834|135767984|86.6667','ADM1059A1','XM_005262501'),(103782830,14.9821,87.995,60.1084,15.4231,0,0,10,'X|135754177|135754280|11.6505,X|135750185|135750330|72.4138,X|135762888|135763037|57.7181,X|135795433|135795531|76.5306,X|135827380|135827508|91.4062,X|135861571|135861658|66.6667,X|135764915|135765005|87.7778,X|135767834|135767984|86.6667','ADM1059A1','NM_004840'),(103782869,22.1162,100,98.166,66.8122,0,0,10,NULL,'ADM1059A1','NM_001614'),(103782870,22.1162,100,98.166,66.8122,0,0,10,NULL,'ADM1059A1','NM_001199954'),(103782874,29.1889,100,94.1199,86.1912,0,0,10,NULL,'ADM1059A1','NM_000535'),(103782880,28.6326,100,97.9211,89.9024,0,0,10,NULL,'ADM1059A1','NM_004333'),(103782926,14.7592,90.4082,54.2857,7.14285,0,0,10,'X|106893168|106893265|52.5773,X|106885594|106885722|62.5','ADM1059A1','NM_002764'),(103782937,30.3866,100,100,99.7129,0,0,10,NULL,'ADM1059A1','NM_001276290'),(103782942,29.6942,100,100,100,0,0,10,NULL,'ADM1059A1','NM_176806'),(103782952,25.5744,100,99.8967,81.1984,0,0,10,NULL,'ADM1059A1','NM_014489'),(103782953,25.5744,100,99.8967,81.1984,0,0,10,NULL,'ADM1059A1','NM_001256236'),(103782954,25.1791,100,99.5979,83.854,0,0,10,NULL,'ADM1059A1','NM_005501'),(103782958,21.1227,99.8481,90.9609,57.0832,0,0,10,'22|20791867|20792044|97.7401','ADM1059A1','NM_182895'),(103782959,21.1212,99.8489,91.0121,57.2885,0,0,10,'22|20791867|20792044|97.7401','ADM1059A1','NM_153334'),(103783008,26.5095,100,97.6543,78.8373,0,0,10,NULL,'ADM1059A1','NM_001033859'),(103783054,28.3619,100,100,97.7248,0,0,10,NULL,'ADM1059A1','NM_016011'),(103783055,27.9784,100,100,98.0936,0,0,10,NULL,'ADM1059A1','XM_005245890'),(103783060,28.9482,100,99.1905,85.6449,0,0,10,NULL,'ADM1059A1','NM_001257281'),(103783061,28.4169,100,94.2857,78.4416,0,0,10,NULL,'ADM1059A1','NM_001257282'),(103783062,25.2169,100,90.7721,67.7206,0,0,10,NULL,'ADM1059A1','NM_152383'),(103783083,17.2013,98.0519,73.2468,30,0,0,10,'X|15343140|15343276|92.6471,X|15344034|15344170|96.3235','ADM1059A1','NM_020473'),(103783118,29.7622,100,100,99.7046,0,0,10,NULL,'ADM1059A1','NM_001168411'),(103783168,23.9041,100,99.8695,87.0189,0,0,10,NULL,'ADM1059A1','XM_005257584'),(103783195,25.1394,100,100,93.0275,0,0,10,NULL,'ADM1059A1','NM_198965'),(103783203,30.7236,100,100,99.7617,0,0,10,NULL,'ADM1059A1','NM_033087'),(103783220,24.9326,100,94.5282,81.0072,0,0,10,NULL,'ADM1059A1','NM_022893'),(103783233,13.5684,89.5631,39.0291,2.28155,0,0,10,'X|135067659|135067988|88.7538,X|135095106|135095215|55.9633,X|135084265|135084374|48.6239,X|135080265|135080346|59.2593,X|135092599|135092744|94.4828,X|135122233|135122342|90.8257,X|135095506|135095598|92.3913,X|135080639|135080719|80.0','ADM1059A1','NM_006359'),(103783234,13.5557,90.0278,37.4768,2.17996,0,0,10,'X|135067659|135067988|88.7538,X|135095106|135095215|55.9633,X|135084265|135084374|48.6239,X|135080265|135080346|59.2593,X|135092599|135092744|94.4828,X|135122233|135122342|90.8257,X|135095506|135095598|92.3913,X|135080639|135080719|80.0','ADM1059A1','NM_001042537'),(103783264,25.1327,100,99.526,86.2559,0,0,10,NULL,'ADM1059A1','NM_153620'),(103783265,27.9545,100,97.2321,88.3036,0,0,10,NULL,'ADM1059A1','NM_001123226'),(103783266,28.5376,100,100,93.5308,0,0,10,NULL,'ADM1059A1','NM_012123'),(103783351,28.663,100,99.5095,95.8038,0,0,10,NULL,'ADM1059A1','NM_001429'),(103783362,27.8285,100,99.9276,90.0145,0,0,10,NULL,'ADM1059A1','NM_001166412'),(103783363,27.7562,100,99.9293,90.2474,0,0,10,NULL,'ADM1059A1','NM_022138'),(103783388,24.7018,99.4238,94.6345,83.3273,0,0,10,'6|102124496|102124681|91.3513','ADM1059A1','NM_021956'),(103783393,27.9229,100,100,97.6985,0,0,10,NULL,'ADM1059A1','NM_001164270'),(103783394,28.0982,100,100,98.0934,0,0,10,NULL,'ADM1059A1','NM_002875'),(103783395,25.7272,97.9088,90.2091,86.3118,0,0,10,'15|40994002|40994126|82.2581','ADM1059A1','NM_133487'),(103783396,25.7272,97.9088,90.2091,86.3118,0,0,10,'15|40994002|40994126|82.2581','ADM1059A1','NM_001164269'),(103783443,25.5724,99.4918,92.6302,73.634,0,0,10,'19|17448815|17449066|96.8128','ADM1059A1','NM_001195422'),(103783444,25.6028,99.4695,92.3077,72.4138,0,0,10,'19|17448815|17449066|96.8128','ADM1059A1','NM_032620'),(103783445,25.3959,99.4464,91.9723,71.2111,0,0,10,'19|17448815|17449066|96.8128','ADM1059A1','NM_001128855'),(103783467,24.5267,99.3985,94.3985,82.594,0,0,10,'6|102124496|102124681|91.3513','ADM1059A1','NM_175768'),(103783468,24.321,99.4137,94.5401,81.2752,0,0,10,'6|102124496|102124681|91.3513','ADM1059A1','NM_001166247'),(103783479,31.5947,100,99.9365,96.1245,0,0,10,NULL,'ADM1059A1','NM_000108'),(103783523,13.7241,87.7263,41.9261,5.35843,0,0,10,'X|21544983|21545120|60.5839,X|21393013|21393081|98.5294,X|21581354|21581572|99.5413,X|21534601|21534751|76.0,X|21627187|21627737|75.4545,X|21549972|21550187|56.7442,X|21515903|21515966|69.8413','ADM1059A1','NM_001168648'),(103783524,13.8262,88.3997,42.879,5.66615,0,0,10,'X|21544983|21545120|60.5839,X|21393013|21393081|98.5294,X|21581354|21581572|99.5413,X|21627187|21627737|75.4545,X|21549972|21550187|56.7442,X|21515903|21515966|69.8413','ADM1059A1','NM_001168649'),(103783542,26.6943,100,98.5051,90.4639,0,0,10,NULL,'ADM1059A1','NM_170708'),(103783545,25.4581,100,98.6994,86.2717,0,0,10,NULL,'ADM1059A1','NM_148960'),(103783561,28.3098,100,100,96.2125,0,0,10,NULL,'ADM1059A1','NM_001128179'),(103783576,29.3836,100,100,98.3323,0,0,10,NULL,'ADM1059A1','NM_000463'),(103783601,28.1994,100,100,99.7515,0,0,10,NULL,'ADM1059A1','NM_000340'),(103783620,24.7336,100,100,87.4087,0,0,10,NULL,'ADM1059A1','NM_138701'),(103783621,23.7611,100,99.4984,79.8746,0,0,10,NULL,'ADM1059A1','XM_005255642'),(103783622,23.7611,100,99.4984,79.8746,0,0,10,NULL,'ADM1059A1','NM_032575'),(103783649,24.3926,100,97.6227,86.1196,0,0,10,NULL,'ADM1059A1','NM_000137'),(103783670,24.0968,99.8393,93.6922,81.4785,0,0,10,'16|89258611|89258854|98.3539','ADM1059A1','NM_004933'),(103783673,27.8318,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005270141'),(103783694,25.6811,100,99.8031,91.6338,0,0,10,NULL,'ADM1059A1','NM_005522'),(103783715,28.267,100,99.9244,89.3343,0,0,10,NULL,'ADM1059A1','NM_000019'),(103783724,25.4945,100,98.4088,74.4798,0,0,10,NULL,'ADM1059A1','NM_001478'),(103783725,26.3397,100,98.4311,80.6958,0,0,10,NULL,'ADM1059A1','NM_001276468'),(103783726,23.751,100,99.7012,77.8884,0,0,10,NULL,'ADM1059A1','NM_001276469'),(103783742,34.5233,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005246816'),(103783761,23.8315,99.9719,97.191,80.927,0,0,10,'1|17312477|17312855|99.7355','ADM1059A1','NM_001141974'),(103783774,25.7004,100,99.8967,91.3223,0,0,10,NULL,'ADM1059A1','NM_153426'),(103783775,26.6506,100,100,100,0,0,10,NULL,'ADM1059A1','NM_153427'),(103783776,25.7004,100,99.8967,91.3223,0,0,10,NULL,'ADM1059A1','NM_001204397'),(103783777,25.3319,100,99.8867,90.487,0,0,10,NULL,'ADM1059A1','NM_001204398'),(103783839,30.2739,100,100,99.834,0,0,10,NULL,'ADM1059A1','NM_014362'),(103783858,24.1505,99.8201,97.4205,80.4439,0,0,10,'10|104678235|104679860|99.8154','ADM1059A1','NM_199077'),(103783952,24.2623,100,96.0126,70.3043,0,0,10,NULL,'ADM1059A1','NM_032520'),(103783969,24.9582,100,100,94.4006,0,0,10,NULL,'ADM1059A1','NM_000434'),(103783971,25.5185,100,98.4172,84.9979,0,0,10,NULL,'ADM1059A1','NM_001004334'),(103783997,23.3121,100,98.4743,78.6395,0,0,10,NULL,'ADM1059A1','NM_001271097'),(103784005,14.2739,91.0333,51.8863,4.59267,0,0,10,'X|146993695|146993750|0.0,X|147018983|147019121|98.5507,X|147011465|147011562|77.3196,X|147013942|147014116|99.4253,X|147026387|147026573|70.4301,X|147007056|147007153|70.1031','ADM1059A1','XM_005278170'),(103784006,14.4944,91.5984,54.918,4.96926,0,0,10,'X|146993695|146993750|0.0,X|147018983|147019121|98.5507,X|147011465|147011562|77.3196,X|147013942|147014116|99.4253,X|147026387|147026573|70.4301,X|147007056|147007153|70.1031','ADM1059A1','NM_002024'),(103784007,14.3531,91.3043,53.3404,4.45387,0,0,10,'X|146993695|146993750|0.0,X|147018983|147019121|98.5507,X|147011465|147011562|77.3196,X|147013942|147014116|99.4253,X|147026387|147026573|70.4301,X|147007056|147007153|70.1031','ADM1059A1','NM_001185082'),(103784011,27.4077,100,97.9724,87.5755,0,0,10,NULL,'ADM1059A1','NM_013382'),(103784013,30.5848,100,98.2801,92.5676,0,0,10,NULL,'ADM1059A1','NM_000046'),(103784014,29.9779,100,97.7866,90.4348,0,0,10,NULL,'ADM1059A1','NM_198709'),(103784015,29.9779,100,97.7866,90.4348,0,0,10,NULL,'ADM1059A1','XM_005248506'),(103784034,31.6746,100,99.9255,98.5853,0,0,10,NULL,'ADM1059A1','NM_001199777'),(103784102,14.5708,35.9827,33.237,28.9017,10.2601,0,10,'2|131355439|131355557|0.0,2|131356836|131356863|0.0,2|131355065|131355178|0.0,2|131350447|131350651|9.31373','ADM1059A1','NM_032545'),(103784112,31.4509,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005256373'),(103784132,21.4297,100,99.1573,50.5618,0,0,10,NULL,'ADM1059A1','NM_000315'),(103784134,27,100,98.4545,86.8918,0,0,10,NULL,'ADM1059A1','NM_001202467'),(103784135,26.9563,100,98.5429,87.6417,0,0,10,NULL,'ADM1059A1','XM_005252360'),(103784136,27.1081,100,98.4393,86.763,0,0,10,NULL,'ADM1059A1','NM_006624'),(103784137,26.816,100,98.2748,85.3674,0,0,10,NULL,'ADM1059A1','NM_001202464'),(103784138,27.1649,100,98.3385,85.9077,0,0,10,NULL,'ADM1059A1','NM_212479'),(103784167,26.7359,100,98.7769,93.1823,0,0,10,NULL,'ADM1059A1','NM_000264'),(103784168,27.319,100,98.7614,95.1972,0,0,10,NULL,'ADM1059A1','NM_001083606'),(103784169,26.9675,100,98.6958,93.3128,0,0,10,NULL,'ADM1059A1','NM_001083603'),(103784170,27.319,100,98.7614,95.1972,0,0,10,NULL,'ADM1059A1','NM_001083604'),(103784171,27.319,100,98.7614,95.1972,0,0,10,NULL,'ADM1059A1','NM_001083607'),(103784175,24.5968,100,97.4194,88.9677,0,0,10,NULL,'ADM1059A1','NM_001127366'),(103784176,25.693,100,99.9192,97.0921,0,0,10,NULL,'ADM1059A1','NM_181461'),(103784177,24.7544,100,97.2715,88.6767,0,0,10,NULL,'ADM1059A1','NM_181457'),(103784178,25.4547,100,99.8489,98.7915,0,0,10,NULL,'ADM1059A1','NM_000438'),(103784179,25.6332,100,99.8433,98.7461,0,0,10,NULL,'ADM1059A1','NM_013942'),(103784202,26.4883,100,96.5517,88.8765,0,0,10,NULL,'ADM1059A1','NM_052874'),(103784204,23.9639,100,100,86.747,0,0,10,NULL,'ADM1059A1','NR_029508'),(103784240,23.9928,100,99.3936,81.2017,0,0,10,NULL,'ADM1059A1','XM_005257702'),(103784288,20.9759,100,87.6382,55.1759,0,0,10,NULL,'ADM1059A1','NM_178161'),(103784316,32.7029,100,100,100,0,0,10,NULL,'ADM1059A1','NM_020800'),(103784317,32.293,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001190242'),(103784318,32.293,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001190241'),(103784333,26.4,100,99.9101,88.3146,0,0,10,NULL,'ADM1059A1','NM_024010'),(103784334,26.5296,100,99.9066,88.5567,0,0,10,NULL,'ADM1059A1','XM_005248304'),(103784340,14.0785,95.3085,39.2657,6.57827,0,0,10,'X|31222076|31222237|78.882,X|31198485|31198600|88.6957,X|31187558|31187720|96.2963,X|31200853|31201023|98.2353,X|31165390|31165637|89.4737,X|31191654|31191723|85.5072','ADM1059A1','NM_004016'),(103784341,13.9953,95.2058,37.9364,6.4617,0,0,10,'X|31222076|31222237|78.882,X|31198485|31198600|88.6957,X|31187558|31187720|96.2963,X|31200853|31201023|98.2353,X|31165390|31165637|89.4737,X|31191654|31191723|85.5072','ADM1059A1','NM_004017'),(103784414,24.1229,100,99.2839,84.904,0,0,10,NULL,'ADM1059A1','NM_002206'),(103784435,23.0692,100,99.4521,74.1781,0,0,10,NULL,'ADM1059A1','NM_032638'),(103784473,30.4496,98.8169,96.5634,93.3521,0,0,10,'16|57250017|57250087|70.0','ADM1059A1','NM_133368'),(103784491,22.7688,100,100,74.4641,0,0,10,NULL,'ADM1059A1','NM_030761'),(103784492,22.5879,99.8661,93.7946,76.6964,0,0,10,'3|114069119|114070727|99.8134','ADM1059A1','NM_001164342'),(103784531,21.4977,100,91.1103,63.3158,0,0,10,NULL,'ADM1059A1','NM_000843'),(103784552,29.4246,100,100,97.5803,0,0,10,NULL,'ADM1059A1','NM_015243'),(103784591,25.0671,100,99.3453,70.8674,0,0,10,NULL,'ADM1059A1','NM_003988'),(103784592,23.074,99.9333,94.0627,67.0447,0,0,10,'16|83932747|83933279|99.812','ADM1059A1','NM_012213'),(103784621,25.7899,100,100,88.4644,0,0,10,NULL,'ADM1059A1','NM_015896'),(103784622,26.2763,100,100,93.2241,0,0,10,NULL,'ADM1059A1','XM_005265214'),(103784643,28.1536,100,99.9122,97.0149,0,0,10,NULL,'ADM1059A1','NM_001161581'),(103784655,14.3156,92.1505,54.1292,0.81766,0,0,10,'X|79279563|79279665|39.2157,X|79281100|79281278|80.8989','ADM1059A1','NM_001109878'),(103784662,27.0533,100,99.927,92.4088,0,0,10,NULL,'ADM1059A1','NM_001270399'),(103784701,27.8647,100,100,80.947,0,0,10,NULL,'ADM1059A1','XM_005244828'),(103784719,33.5023,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005247743'),(103784720,30.3106,100,100,94.3069,0,0,10,NULL,'ADM1059A1','XM_005247744'),(103784792,28.1203,100,99.1664,92.7359,0,0,10,NULL,'ADM1059A1','NM_001134742'),(103784795,27.1004,100,100,91.4269,0,0,10,NULL,'ADM1059A1','NM_002076'),(103784802,26.2325,100,97.5741,85.9164,0,0,10,NULL,'ADM1059A1','NM_001918'),(103784846,26.6312,99.3581,88.4451,83.4522,0,0,10,'6|105307440|105307520|77.5','ADM1059A1','NM_020771'),(103784957,27.0408,100,99.5269,89.8285,0,0,10,NULL,'ADM1059A1','NM_015665'),(103784958,27.5658,100,100,93.0145,0,0,10,NULL,'ADM1059A1','NM_001173466'),(103784962,26.7238,100,100,97.9417,0,0,10,NULL,'ADM1059A1','NM_001270464'),(103784991,20.8326,100,94.7699,46.7573,0,0,10,NULL,'ADM1059A1','NM_003924'),(103784993,28.8606,100,100,97.036,0,0,10,NULL,'ADM1059A1','NM_001605'),(103785011,26.9686,100,98.9549,94.7744,0,0,10,NULL,'ADM1059A1','NM_016952'),(103785016,24.2986,100,94.49,78.1087,0,0,10,NULL,'ADM1059A1','NM_001034852'),(103785031,28.0245,100,100,97.5549,0,0,10,NULL,'ADM1059A1','NM_152778'),(103785063,23.1912,100,98.3981,82.0874,0,0,10,NULL,'ADM1059A1','NM_004421'),(103785068,30.7577,100,100,96.8558,0,0,10,NULL,'ADM1059A1','NM_000016'),(103785069,30.7502,100,100,96.5633,0,0,10,NULL,'ADM1059A1','NM_001286042'),(103785100,23.8738,100,100,89.1519,0,0,10,NULL,'ADM1059A1','NR_026872'),(103785101,21.2982,100,100,81.4546,0,0,10,NULL,'ADM1059A1','NM_002602'),(103785112,28.5209,100,95.3636,82.1818,0,0,10,NULL,'ADM1059A1','NM_018946'),(103785142,26.8532,100,99.9375,94.8157,0,0,10,NULL,'ADM1059A1','NM_052876'),(103785147,28.6369,100,99.0494,91.0646,0,0,10,NULL,'ADM1059A1','NM_002074'),(103785158,23.3603,99.569,90.9483,73.7931,0,0,10,'3|55508363|55508659|98.3108','ADM1059A1','NM_003392'),(103785166,26.33,100,100,92.4495,0,0,10,NULL,'ADM1059A1','NM_001135602'),(103785220,29.4756,100,100,90.228,0,0,10,NULL,'ADM1059A1','NM_001256306'),(103785224,25.9656,99.9777,96.4493,88.0304,0,0,10,'16|1574783|1574919|99.2647','ADM1059A1','NM_014714'),(103785225,24.6734,100,95.2324,84.1478,0,0,10,NULL,'ADM1059A1','NM_001258332'),(103785227,13.4815,86.1466,36.4492,5.31271,0,0,10,'X|118986734|118986894|84.375,X|118971718|118972016|66.443,X|118974607|118974649|85.7143,X|118985728|118985838|31.8182','ADM1059A1','NM_080632'),(103785228,13.5529,86.1592,37.5086,5.46713,0,0,10,'X|118986734|118986894|84.375,X|118971718|118972016|66.443,X|118985728|118985838|31.8182','ADM1059A1','NM_023010'),(103785234,25.9212,100,100,83.8013,0,0,10,NULL,'ADM1059A1','NM_006397'),(103785236,24.0337,100,99.6313,87.3585,0,0,10,NULL,'ADM1059A1','NM_133266'),(103785252,27.3081,100,100,96.6968,0,0,10,NULL,'ADM1059A1','NM_000411'),(103785253,27.3081,100,100,96.6968,0,0,10,NULL,'ADM1059A1','NM_001242784'),(103785263,28.1126,100,100,96.4332,0,0,10,NULL,'ADM1059A1','XM_005268037'),(103785264,25.6523,100,100,92.4147,0,0,10,NULL,'ADM1059A1','NM_001142626'),(103785265,28.1126,100,100,96.4332,0,0,10,NULL,'ADM1059A1','NM_000369'),(103785273,28.155,100,100,95.2231,0,0,10,NULL,'ADM1059A1','NM_031885'),(103785324,24.6719,100,99.5889,83.6394,0,0,10,NULL,'ADM1059A1','NM_153447'),(103785402,24.0609,100,94.8493,75.8166,0,0,10,NULL,'ADM1059A1','NM_001024630'),(103785403,28.0795,100,100,99.0461,0,0,10,NULL,'ADM1059A1','NM_001164756'),(103785405,24.036,100,99.4236,76.0807,0,0,10,NULL,'ADM1059A1','NM_003466'),(103785416,23.5685,100,91.8082,73.5265,0,0,10,NULL,'ADM1059A1','NM_002617'),(103785430,28.1978,100,96.8941,88.3531,0,0,10,NULL,'ADM1059A1','NM_006796'),(103785438,28.9674,100,99.8654,98.1494,0,0,10,NULL,'ADM1059A1','NM_001005207'),(103785439,28.9879,100,99.8653,98.1475,0,0,10,NULL,'ADM1059A1','NM_015294'),(103785440,28.4124,100,99.8381,97.7742,0,0,10,NULL,'ADM1059A1','XM_005257390'),(103785480,22.1638,100,100,72.4138,0,0,10,NULL,'ADM1059A1','NM_130844'),(103785491,25.5231,100,100,87.1849,0,0,10,NULL,'ADM1059A1','NM_000618'),(103785492,25.1075,100,100,85.7477,0,0,10,NULL,'ADM1059A1','NM_001111284'),(103785519,15.347,97.8754,54.3201,11.4731,0,0,10,'X|109924708|109924879|99.4152,X|109963061|109963158|91.7526,X|109937389|109937561|87.7907','ADM1059A1','XM_005262221'),(103785531,26.4412,100,98.1928,83.9609,0,0,10,NULL,'ADM1059A1','NM_002055'),(103785532,26.3351,100,98.1846,83.8881,0,0,10,NULL,'ADM1059A1','NM_001131019'),(103785564,26.2122,100,96.8261,84.6045,0,0,10,NULL,'ADM1059A1','NM_000153'),(103785565,27.384,100,99.4515,91.6621,0,0,10,NULL,'ADM1059A1','XM_005267501'),(103785566,27.4486,100,99.5081,93.3104,0,0,10,NULL,'ADM1059A1','NM_001201402'),(103785571,23.3399,100,99.7191,88.764,0,0,10,NULL,'ADM1059A1','NM_001173476'),(103785587,26.9079,100,100,88.7924,0,0,10,NULL,'ADM1059A1','NM_001135642'),(103785588,26.9079,100,100,88.7924,0,0,10,NULL,'ADM1059A1','NM_130766'),(103785612,28.4461,100,98.4777,90.3981,0,0,10,NULL,'ADM1059A1','NM_007198'),(103785613,29.2324,100,99.8412,91.0535,0,0,10,NULL,'ADM1059A1','NM_015634'),(103785702,30.6724,100,100,97.7381,0,0,10,NULL,'ADM1059A1','XM_005263025'),(103785703,30.6724,100,100,97.7381,0,0,10,NULL,'ADM1059A1','NM_000253'),(103785715,25.2408,96.4432,82.3324,69.5044,0,0,10,'5|73981083|73981386|79.868','ADM1059A1','NM_000521'),(103785719,26.4663,100,100,99.8795,0,0,10,NULL,'ADM1059A1','NM_199235'),(103785720,26.3888,100,100,99.8804,0,0,10,NULL,'ADM1059A1','NM_024027'),(103785721,26.6293,100,100,99.8681,0,0,10,NULL,'ADM1059A1','NM_001255986'),(103785722,26.7057,100,100,99.8536,0,0,10,NULL,'ADM1059A1','NM_001255987'),(103785723,26.5362,100,100,99.8355,0,0,10,NULL,'ADM1059A1','NM_001255989'),(103785724,26.47,100,100,99.8536,0,0,10,NULL,'ADM1059A1','NM_001255988'),(103785725,26.2221,100,100,99.8686,0,0,10,NULL,'ADM1059A1','NM_001255983'),(103785735,24.4553,100,98.1028,81.6601,0,0,10,NULL,'ADM1059A1','NM_000262'),(103785737,25.8754,100,99.2528,80.6974,0,0,10,NULL,'ADM1059A1','XM_005244897'),(103785755,25.1765,100,98.3641,88.4441,0,0,10,NULL,'ADM1059A1','NM_018993'),(103785764,22.3251,99.8511,93.1018,74.0943,0,0,10,'3|114069119|114070708|99.8112','ADM1059A1','NM_001164343'),(103785765,22.3251,99.8511,93.1018,74.0943,0,0,10,'3|114069119|114070708|99.8112','ADM1059A1','NM_001164347'),(103785766,22.3251,99.8511,93.1018,74.0943,0,0,10,'3|114069119|114070708|99.8112','ADM1059A1','NM_001164345'),(103785767,22.3251,99.8511,93.1018,74.0943,0,0,10,'3|114069119|114070708|99.8112','ADM1059A1','NM_015642'),(103785768,22.3251,99.8511,93.1018,74.0943,0,0,10,'3|114069119|114070708|99.8112','ADM1059A1','NM_001164344'),(103785769,22.3251,99.8511,93.1018,74.0943,0,0,10,'3|114069119|114070708|99.8112','ADM1059A1','NM_001164346'),(103785787,25.0251,100,98.765,88.653,0,0,10,NULL,'ADM1059A1','NM_001003800'),(103785788,25.1427,100,98.7205,88.4446,0,0,10,NULL,'ADM1059A1','NM_015250'),(103785796,23.9118,100,98.5964,82.1255,0,0,10,NULL,'ADM1059A1','NM_017950'),(103785797,24.2676,100,99.6056,79.1549,0,0,10,NULL,'ADM1059A1','XM_005257492'),(103785798,26.7271,100,100,95.0083,0,0,10,NULL,'ADM1059A1','NM_152281'),(103785840,28.8339,100,100,99.6644,0,0,10,NULL,'ADM1059A1','NM_000405'),(103785850,26.4696,100,100,100,0,0,10,NULL,'ADM1059A1','NM_003094'),(103785874,26.3253,100,100,100,0,0,10,NULL,'ADM1059A1','NM_004531'),(103785887,13.9071,88.4449,48.3801,4.75163,0,0,10,'X|146993695|146993750|0.0,X|147011465|147011562|77.3196,X|147013942|147014116|99.4253,X|147007056|147007153|70.1031','ADM1059A1','XM_005278175'),(103785916,25.4693,100,95.3455,86.3244,0,0,10,NULL,'ADM1059A1','NM_032682'),(103785917,25.4693,100,95.3455,86.3244,0,0,10,NULL,'ADM1059A1','NM_001244816'),(103785918,25.822,100,97.8947,89.7608,0,0,10,NULL,'ADM1059A1','NM_001244815'),(103785919,25.4693,100,95.3455,86.3244,0,0,10,NULL,'ADM1059A1','NM_001244814'),(103785920,25.4791,100,95.3388,86.4008,0,0,10,NULL,'ADM1059A1','NM_001244808'),(103785921,25.4162,100,94.7568,84.973,0,0,10,NULL,'ADM1059A1','NM_001244812'),(103785961,27.2252,100,100,96.6055,0,0,10,NULL,'ADM1059A1','NM_024685'),(103785978,21.8644,99.2605,91.7831,62.8595,0,0,10,'7|156802352|156803047|98.705','ADM1059A1','NM_005515'),(103785979,28.0062,100,100,89.0102,0,0,10,NULL,'ADM1059A1','NM_002240'),(103786032,23.4847,99.5504,90.5575,73.6511,0,0,10,'3|55508363|55508659|98.3108','ADM1059A1','NM_001256105'),(103786051,20.8459,100,96.1985,53.6431,0,0,10,NULL,'ADM1059A1','NM_024075'),(103786052,20.8459,100,96.1985,53.6431,0,0,10,NULL,'ADM1059A1','NM_001077446'),(103786079,29.3358,100,100,99.8134,0,0,10,NULL,'ADM1059A1','NM_012388'),(103786085,30.8491,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001128085'),(103786086,30.8524,100,100,100,0,0,10,NULL,'ADM1059A1','NM_000049'),(103786087,26.9352,100,100,90.9363,0,0,10,NULL,'ADM1059A1','XM_005271423'),(103786091,28.4553,100,100,98.5112,0,0,10,NULL,'ADM1059A1','NM_001142279'),(103786116,14.9908,99.8691,46.7277,12.0419,0,0,10,'X|152968388|152968515|99.2126','ADM1059A1','NM_001256447'),(103786117,15.093,99.6901,51.8595,9.50414,0,0,10,'X|152968388|152968515|99.2126,X|152988606|152988745|98.5611','ADM1059A1','NM_001139441'),(103786118,14.9908,99.8691,46.7277,12.0419,0,0,10,'X|152968388|152968515|99.2126','ADM1059A1','NM_005745'),(103786147,24.9175,100,96.9622,85.9268,0,0,10,NULL,'ADM1059A1','NM_000512'),(103786172,28.8681,100,99.8371,83.2248,0,0,10,NULL,'ADM1059A1','NM_014176'),(103786178,24.9377,100,80.9339,80.9339,0,0,10,NULL,'ADM1059A1','NM_001195563'),(103786183,26.7386,100,99.8143,87.746,0,0,10,NULL,'ADM1059A1','NM_199462'),(103786184,26.8244,100,99.8234,88.3433,0,0,10,NULL,'ADM1059A1','NM_015375'),(103786186,29.048,100,98.3316,94.3691,0,0,10,NULL,'ADM1059A1','NM_004757'),(103786187,29.089,100,98.4526,94.7776,0,0,10,NULL,'ADM1059A1','NM_001142416'),(103786188,29.048,100,98.3316,94.3691,0,0,10,NULL,'ADM1059A1','NM_001142415'),(103786190,22.9279,100,96.2103,75.5501,0,0,10,NULL,'ADM1059A1','NM_001127232'),(103786192,10.5335,51.4214,24.5819,1.92308,0,0,10,'X|69255206|69255462|87.5,X|68836150|68836550|13.25,X|69250317|69250372|0.0,X|69247705|69247888|19.6721','ADM1059A1','NM_001005609'),(103786197,25.8804,100,100,95.5686,0,0,10,NULL,'ADM1059A1','NM_078470'),(103786198,26.3133,100,100,92.9184,0,0,10,NULL,'ADM1059A1','NM_001256414'),(103786202,27.4024,100,99.5276,93.5433,0,0,10,NULL,'ADM1059A1','NM_001793'),(103786220,15.0856,91.8114,59.3052,8.18858,0,0,10,'X|53458744|53458856|41.9643,X|53458349|53458544|99.4872','ADM1059A1','NM_004493'),(103786224,27.8863,100,99.4597,92.8737,0.154361,0,10,NULL,'ADM1059A1','NM_001134408'),(103786239,27.1597,100,100,95.6779,0,0,10,NULL,'ADM1059A1','NM_207122'),(103786240,26.9803,100,100,95.697,0,0,10,NULL,'ADM1059A1','NM_001178083'),(103786241,27.02,100,100,95.2174,0,0,10,NULL,'ADM1059A1','NM_000401'),(103786254,28.1159,100,100,83.1981,0,0,10,NULL,'ADM1059A1','NM_006118'),(103786281,23.9387,100,98.4293,81.0023,0,0,10,NULL,'ADM1059A1','NM_173676'),(103786282,24.439,100,98.7069,84.3596,0,0,10,NULL,'ADM1059A1','NM_001145717'),(103786285,24.7379,100,100,93.236,0,0,10,NULL,'ADM1059A1','NM_013335'),(103786286,24.7379,100,100,93.236,0,0,10,NULL,'ADM1059A1','NM_205847'),(103786289,21.5503,99.9176,95.14,68.2867,0,0,10,'2|241817437|241817569|99.2424','ADM1059A1','NM_000030'),(103786297,24.8829,100,100,91.0126,0,0,10,NULL,'ADM1059A1','NM_014762'),(103786364,26.8422,100,100,93.984,0,0,10,NULL,'ADM1059A1','NM_201398'),(103786365,26.2871,100,100,94.46,0,0,10,NULL,'ADM1059A1','NM_025207'),(103786368,31.4808,100,100,99.1308,0.73193,0,10,NULL,'ADM1059A1','NM_015214'),(103786369,31.4808,100,100,99.1308,0.73193,0,10,NULL,'ADM1059A1','NM_001164232'),(103786387,24.7152,99.9207,96.906,83.1416,0,0,10,'10|123324950|123325220|99.2593','ADM1059A1','NM_022970'),(103786388,25.6307,100,98.7578,89.7754,0,0,10,NULL,'ADM1059A1','NM_001144919'),(103786389,24.9162,99.9154,97.5878,84.6805,0,0,10,'10|123324950|123325220|99.2593','ADM1059A1','NM_001144913'),(103786390,25.5276,100,98.804,90.1564,0,0,10,NULL,'ADM1059A1','NM_023029'),(103786400,27.7067,100,99.1467,93.6473,0,0,10,NULL,'ADM1059A1','NR_106799'),(103786458,11.5306,73.8188,22.7806,0.692146,0,0,10,'X|99596899|99597075|66.4773,X|99551272|99551875|81.7579,X|99661447|99663598|67.4105','ADM1059A1','NM_020766'),(103786459,25.9009,100,96.7476,84.2024,0,0,10,NULL,'ADM1059A1','NM_006265'),(103786562,12.1187,79.0383,24.1923,0,0,0,10,'X|49111888|49111972|98.8095,X|49113882|49114024|96.4789,X|49110376|49110530|0.0,X|49107792|49107946|87.6623,X|49113380|49113471|97.8022,X|49114751|49114965|54.2056','ADM1059A1','NM_014009'),(103786563,12.0221,77.1872,25.6746,0,0,0,10,'X|49111888|49111972|98.8095,X|49113882|49114024|96.4789,X|49110376|49110530|0.0,X|49107792|49107946|87.6623,X|49113380|49113471|97.8022,X|49114751|49114965|54.2056','ADM1059A1','NM_001114377'),(103786586,24.8253,100,96.7669,75.8366,0,0,10,NULL,'ADM1059A1','NR_102317'),(103786589,28.9179,100,100,97.7099,0,0,10,NULL,'ADM1059A1','NM_174889'),(103786617,13.9553,99.5536,40.625,4.91071,0,0,10,'X|119005872|119005978|99.0566','ADM1059A1','NM_004541'),(103786643,15.3478,97.8708,54.2229,11.4975,0,0,10,'X|109924708|109924879|99.4152,X|109963061|109963158|91.7526,X|109937389|109937561|87.7907','ADM1059A1','XM_005262222'),(103786644,15.5056,98.1083,53.3104,13.9295,0,0,10,'X|109924708|109924876|99.4048,X|109937389|109937561|87.7907','ADM1059A1','NM_001143983'),(103786645,15.3464,97.8663,54.1252,11.5221,0,0,10,'X|109924708|109924876|99.4048,X|109963061|109963158|91.7526,X|109937389|109937561|87.7907','ADM1059A1','NM_145234'),(103786652,28.8534,100,99.8357,91.2115,0,0,10,NULL,'ADM1059A1','NM_001017423'),(103786653,26.3927,100,100,96.5412,0,0,10,NULL,'ADM1059A1','NM_001126121'),(103786654,26.3927,100,100,96.5412,0,0,10,NULL,'ADM1059A1','NM_001126122'),(103786655,26.3927,100,100,96.5412,0,0,10,NULL,'ADM1059A1','XM_005257562'),(103786656,26.3927,100,100,96.5412,0,0,10,NULL,'ADM1059A1','NM_021734'),(103786671,28.5252,100,100,99.3044,0,0,10,NULL,'ADM1059A1','XM_005262900'),(103786744,23.8549,100,92.2715,75.0236,0,0,10,NULL,'ADM1059A1','NM_153818'),(103786746,28.567,100,99.4492,94.2797,0,0,10,NULL,'ADM1059A1','NM_198880'),(103786747,28.567,100,99.4492,94.2797,0,0,10,NULL,'ADM1059A1','NM_017730'),(103786781,26.4541,100,100,93.3872,0,0,10,NULL,'ADM1059A1','NM_001184891'),(103786821,31.3167,100,100,99.5801,0,0,10,NULL,'ADM1059A1','NM_052859'),(103786822,24.9048,100,99.6303,84.1959,0,0,10,NULL,'ADM1059A1','NM_030753'),(103786823,11.9671,72.5576,22.6125,0,0,0,10,'X|135289173|135289351|82.0225,X|135289949|135290122|50.8671,X|135292028|135292187|16.3522','ADM1059A1','NM_001159699'),(103786824,12.0695,73.6842,23.4737,0,0,0,10,'X|135289173|135289351|82.0225,X|135289949|135290122|50.8671,X|135292028|135292187|16.3522','ADM1059A1','NM_001159701'),(103786843,24.6754,100,97.483,85.2648,0,0,10,NULL,'ADM1059A1','NM_001044'),(103786863,26.5318,99.7912,96.4509,86.7954,0,0,10,'11|6412612|6413388|99.4845','ADM1059A1','NM_000543'),(103786864,25.977,99.7754,96.1819,85.7945,0,0,10,'11|6412612|6413428|99.5098','ADM1059A1','XM_005253076'),(103786893,25.1904,100,98.7755,88.5343,0,0,10,NULL,'ADM1059A1','NM_001257360'),(103786895,27.0981,100,98.7541,91.2243,0,0,10,NULL,'ADM1059A1','NM_001127892'),(103786912,14.4448,91.726,48.6655,13.5231,0,0,10,'X|128948632|128948773|72.3404,X|128940343|128940464|70.2479,X|128946692|128946798|83.0189','ADM1059A1','NM_016032'),(103786913,14.4448,91.726,48.6655,13.5231,0,0,10,'X|128948632|128948773|72.3404,X|128940343|128940464|70.2479,X|128946692|128946798|83.0189','ADM1059A1','NM_001008222'),(103786924,21.9858,100,94.129,69.0323,0,0,10,NULL,'ADM1059A1','NM_025115'),(103786925,21.9858,100,94.129,69.0323,0,0,10,NULL,'ADM1059A1','NM_001102401'),(103786936,26.9058,100,100,89.1892,0,0,10,NULL,'ADM1059A1','NM_015513'),(103786937,26.9058,100,100,89.1892,0,0,10,NULL,'ADM1059A1','NM_001077415'),(103786938,26.4816,100,100,88.1902,0,0,10,NULL,'ADM1059A1','NM_001031717'),(103786939,14.2542,92.155,47.259,6.42723,0,0,10,'X|148584840|148585021|80.1105,X|148577875|148578049|77.0115,X|148586563|148586670|93.4579','ADM1059A1','NM_006123'),(103786946,30.1756,100,100,96.7151,0,0,10,NULL,'ADM1059A1','NM_032228'),(103787002,22.7799,99.8976,90.8905,74.5138,0,0,10,'20|39316516|39317493|99.8976','ADM1059A1','NM_005461'),(103787034,28.2001,100,95.2184,90.8501,0,0,10,NULL,'ADM1059A1','NM_005359'),(103787041,24.5939,100,97.9588,84.6195,0,0,10,NULL,'ADM1059A1','NM_000334'),(103787049,23.5659,100,97.5334,70.8938,0,0,10,NULL,'ADM1059A1','NM_000215'),(103787068,25.794,100,100,97.2103,0,0,10,NULL,'ADM1059A1','NM_003172'),(103787074,22.9088,100,98.2803,74.4626,0,0,10,NULL,'ADM1059A1','NM_032856'),(103787088,33.4578,100,100,100,0,0,10,NULL,'ADM1059A1','NM_022787'),(103787093,16.5748,96.0476,68.8028,19.9539,0,0,10,'X|14882680|14883635|95.1832,X|14868625|14868798|67.052','ADM1059A1','NM_152633'),(103787094,16.5748,96.0476,68.8028,19.9539,0,0,10,'X|14882680|14883635|95.1832,X|14868625|14868798|67.052','ADM1059A1','NM_001018113'),(103787095,20.4206,100,99.278,47.2924,0,0,10,NULL,'ADM1059A1','XM_005252900'),(103787096,20.3979,100,99.2895,46.5364,0,0,10,NULL,'ADM1059A1','NM_000612'),(103787097,20.4206,100,99.278,47.2924,0,0,10,NULL,'ADM1059A1','NM_001007139'),(103787098,26.0114,100,100,96.417,0,0,10,NULL,'ADM1059A1','NM_002768'),(103787099,25.21,100,100,93.4051,0,0,10,NULL,'ADM1059A1','NM_001083314'),(103787105,22.135,100,86.7953,66.1721,0,0,10,NULL,'ADM1059A1','NM_001037'),(103787107,27.8989,100,99.9136,96.6292,0,0,10,NULL,'ADM1059A1','NM_018718'),(103787108,29.0688,100,99.8873,96.5051,0,0,10,NULL,'ADM1059A1','NM_001257159'),(103787123,27.3897,100,100,96.2733,0,0,10,NULL,'ADM1059A1','NM_021252'),(103787124,29.009,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001256412'),(103787145,29.8085,100,98.0599,92.2395,0,0,10,NULL,'ADM1059A1','NM_000123'),(103787146,25.9417,100,100,93.9195,0,0,10,NULL,'ADM1059A1','NM_001361'),(103787151,25.3903,98.2081,93.3093,81.315,0,0,10,'1|27022892|27024033|89.1323','ADM1059A1','NM_006015'),(103787152,25.1321,98.0217,92.9962,80.887,0,0,10,'1|27022893|27024033|89.1228','ADM1059A1','NM_139135'),(103787156,33.3633,100,100,99.8938,0,0,10,NULL,'ADM1059A1','NM_001031725'),(103787157,31.879,100,100,95.8309,0,0,10,NULL,'ADM1059A1','XM_005245520'),(103787182,23.9731,100,97.8221,85.6812,0,0,10,NULL,'ADM1059A1','NM_000195'),(103787200,24.8633,100,99.7409,72.7979,0,0,10,NULL,'ADM1059A1','NM_020376'),(103787242,23.0352,100,96.9013,78.834,0,0,10,NULL,'ADM1059A1','NM_000744'),(103787243,33.9702,100,100,98.5496,0,0,10,NULL,'ADM1059A1','NM_000314'),(103787258,31.1087,100,100,99.7072,0,0,10,NULL,'ADM1059A1','NM_145207'),(103787280,26.6137,99.3695,94.4659,85.7793,0,0,10,'6|132129173|132129417|92.6229','ADM1059A1','NM_006208'),(103787300,31.157,100,100,100,0,0,10,NULL,'ADM1059A1','NM_004515'),(103787332,26.2575,100,100,98.6622,0,0,10,NULL,'ADM1059A1','XM_005258688'),(103787339,21.9175,100,100,73.0845,0,0,10,NULL,'ADM1059A1','NM_032193'),(103787366,26.4021,100,97.7507,94.1893,0,0,10,NULL,'ADM1059A1','NM_001282281'),(103787367,26.334,100,96.67,87.6243,0,0,10,NULL,'ADM1059A1','NM_001131023'),(103787368,20.8867,99.8216,76.182,46.9224,0,0,10,'9|133553914|133554029|98.2609','ADM1059A1','NM_021619'),(103787396,13.8999,95.447,35.2649,1.98676,0,0,10,'X|48762021|48762761|92.5676','ADM1059A1','NM_005660'),(103787397,13.7074,95.4014,33.194,1.75585,0,0,10,'X|48762001|48762761|92.7632','ADM1059A1','NM_001042498'),(103787398,14.9798,97.8466,51.9515,2.82638,0,0,10,'X|48761864|48762171|94.7883','ADM1059A1','NM_001032289'),(103787399,13.305,94.5545,26.4356,2.07921,0,0,10,'X|48762001|48762761|92.7632','ADM1059A1','NM_001282649'),(103787400,13.7374,95.7132,32.424,1.63679,0,0,10,'X|48762001|48762761|92.7632','ADM1059A1','NM_001282651'),(103787411,14.2072,97.6581,37.9391,3.16159,0,0,10,'X|21995177|21995356|99.4413,X|22002420|22002538|83.8983','ADM1059A1','XM_005274583'),(103787416,26.6429,100,97.5585,93.6928,0,0,10,NULL,'ADM1059A1','NM_006907'),(103787417,27.5261,100,97.5435,93.6541,0,0,10,NULL,'ADM1059A1','NM_153824'),(103787418,26.5231,100,97.2942,93.0102,0,0,10,NULL,'ADM1059A1','NM_001282279'),(103787436,28.2219,100,96.5607,86.5023,0,0,10,NULL,'ADM1059A1','NM_152490'),(103787437,27.4737,100,94.9355,84.0119,0,0,10,NULL,'ADM1059A1','NM_001277155'),(103787449,25.1272,100,98.6835,82.8859,0,0,10,NULL,'ADM1059A1','NM_001029883'),(103787459,20.4506,100,98.9873,70.8861,0,0,10,NULL,'ADM1059A1','NM_001127669'),(103787460,20.4506,100,98.9873,70.8861,0,0,10,NULL,'ADM1059A1','NM_000219'),(103787461,20.4506,100,98.9873,70.8861,0,0,10,NULL,'ADM1059A1','NM_001270403'),(103787462,20.4506,100,98.9873,70.8861,0,0,10,NULL,'ADM1059A1','NM_001127668'),(103787470,29.3563,100,100,96.7066,0,0,10,NULL,'ADM1059A1','NM_005208'),(103787485,11.7851,59.0088,24.2705,8.52247,0,0,10,'X|47466342|47466437|40.0,X|47434085|47434176|98.9011,X|47433399|47433991|42.3986,X|47434525|47434675|15.3333,X|47478749|47479130|21.7848,X|47435528|47435634|71.6981,X|47466538|47466599|49.1803','ADM1059A1','NM_006950'),(103787486,11.6772,56.8503,24.3296,8.97124,0,0,10,'X|47466342|47466437|40.0,X|47434085|47434176|98.9011,X|47433399|47433991|42.3986,X|47434525|47434675|15.3333,X|47478749|47479130|21.7848,X|47435528|47435634|71.6981,X|47466538|47466599|49.1803','ADM1059A1','NM_133499'),(103787499,23.9966,100,98.5371,81.883,0,0,10,NULL,'ADM1059A1','NM_004519'),(103787500,24.6201,100,98.3088,84.3452,0,0,10,NULL,'ADM1059A1','NM_001204824'),(103787532,31.8934,100,100,99.9154,0,0,10,NULL,'ADM1059A1','NM_001199291'),(103787555,24.281,100,98.1957,79.0596,0,0,10,NULL,'ADM1059A1','NM_145045'),(103787556,24.7348,100,98.0204,77.3845,0,0,10,NULL,'ADM1059A1','XM_005259725'),(103787564,28.7754,100,99.7541,88.8525,0,0,10,NULL,'ADM1059A1','NM_032730'),(103787565,27.1619,100,99.5702,84.8138,0,0,10,NULL,'ADM1059A1','XM_005267166'),(103787652,8.25322,27.0809,11.7233,4.39625,0,0,10,'X|25028375|25028424|0.0,X|25022784|25023029|49.7959,X|25025226|25025558|21.3855,X|25031037|25031917|7.84091','ADM1059A1','NM_139058'),(103787668,26.9074,100,100,97.0812,0,0,10,NULL,'ADM1059A1','NM_014297'),(103787682,23.4972,98.1268,92.3736,73.2138,0,0,10,'2|238283053|238283665|88.5621','ADM1059A1','NM_057165'),(103787683,22.9962,97.7643,90.8975,68.8917,0,0,10,'2|238283053|238283665|88.5621','ADM1059A1','NM_057164'),(103787684,27.0972,100,100,95.6725,0,0,10,NULL,'ADM1059A1','XM_005262979'),(103787688,16.0229,73.8906,48.6687,34.6154,0,0,10,'6|3224982|3226047|66.8545','ADM1059A1','NM_178012'),(103787728,24.2711,100,97.0904,82.0827,0,0,10,NULL,'ADM1059A1','NM_001142784'),(103787748,13.8842,92.6998,44.6822,0.629325,0,0,10,'X|79278557|79278741|91.8478,X|79277766|79277945|97.7654,X|79281100|79281278|80.8989,X|79279560|79279665|40.0','ADM1059A1','NM_016954'),(103787758,24.8893,100,100,91.129,0,0,10,NULL,'ADM1059A1','NM_001042432'),(103787759,24.8893,100,100,91.129,0,0,10,NULL,'ADM1059A1','NM_000086'),(103787775,25.4497,100,99.3378,82.1794,0,0,10,NULL,'ADM1059A1','NM_006494'),(103787810,23.8273,100,95.0096,76.7754,0,0,10,NULL,'ADM1059A1','NM_001172695'),(103787858,26.9361,100,100,94.5709,0,0,10,NULL,'ADM1059A1','NM_001033044'),(103787859,26.9361,100,100,94.5709,0,0,10,NULL,'ADM1059A1','NM_002065'),(103787860,26.9361,100,100,94.5709,0,0,10,NULL,'ADM1059A1','NM_001033056'),(103787904,26.6673,100,98.8018,87.5576,0,0,10,NULL,'ADM1059A1','NM_012461'),(103787924,27.5384,100,100,94.5495,0,0,10,NULL,'ADM1059A1','NM_012452'),(103787926,32.4829,100,100,100,0,0,10,NULL,'ADM1059A1','NM_006205'),(103787935,21.7337,99.7001,93.1614,67.1266,0,0,10,'17|59534896|59534994|94.898','ADM1059A1','XM_005257838'),(103787961,31.2213,100,100,97.1831,0,0,10,NULL,'ADM1059A1','XM_005263489'),(103787962,23.9431,100,98.4508,81.1774,0,0,10,NULL,'ADM1059A1','NM_004518'),(103787963,21.8468,99.912,85.7394,59.0669,0,0,10,'15|40763410|40764546|99.912','ADM1059A1','NM_130468'),(103787983,23.9974,100,98.4957,85.6769,0,0,10,NULL,'ADM1059A1','NM_000748'),(103787986,30.6445,100,100,99.5007,0,0,10,NULL,'ADM1059A1','NM_018297'),(103787987,30.58,100,100,99.4159,0,0,10,NULL,'ADM1059A1','NM_001145295'),(103787988,31.1083,100,100,99.9487,0,0,10,NULL,'ADM1059A1','NM_001145293'),(103787996,11.8243,78.6508,19.2735,0.148258,0,0,10,'X|110544912|110544973|0.0,X|110644216|110644560|97.6744,X|110576277|110576383|36.7925,X|110555868|110555966|29.5918,X|110653980|110654205|63.1111','ADM1059A1','NM_000555'),(103787997,12.3703,81.6637,23.2558,0.178891,0,0,10,'X|110544912|110544973|0.0,X|110644216|110644560|97.6744,X|110576277|110576383|36.7925,X|110555868|110555966|29.5918','ADM1059A1','NM_178153'),(103787998,12.3509,81.4143,23.5721,0.181324,0,0,10,'X|110544912|110544973|0.0,X|110644216|110644560|97.6744,X|110576277|110576383|36.7925,X|110555868|110555966|29.5918','ADM1059A1','NM_178151'),(103788012,25.566,100,88.6792,84.4769,0,0,10,NULL,'ADM1059A1','NM_001193414'),(103788013,25.4243,100,90.3438,86.7593,0,0,10,NULL,'ADM1059A1','NM_018943'),(103788015,20.8401,100,100,55.9503,0,0,10,NULL,'ADM1059A1','NM_004113'),(103788016,20.1402,100,96.2617,51.5354,0,0,10,NULL,'ADM1059A1','NM_021032'),(103788038,34.6922,100,94.8276,93.3621,5.08621,0,10,NULL,'ADM1059A1','NM_003630'),(103788046,29.2,100,99.5251,89.6042,0,0,10,NULL,'ADM1059A1','NM_004453'),(103788047,28.6665,100,99.486,88.7493,0,0,10,NULL,'ADM1059A1','NM_001281737'),(103788068,13.1316,94.1036,27.159,3.57356,0,0,10,'X|110390963|110391120|99.3631,X|110435732|110435848|99.1379,X|110406788|110406957|91.716,X|110437527|110437648|99.1736,X|110395636|110395677|82.9268,X|110406141|110406276|98.5185,X|110435353|110435405|34.6154,X|110459647|110459788|82.2695,X|110463584|110463678|85.1064','ADM1059A1','NM_002578'),(103788069,13.1316,94.1036,27.159,3.57356,0,0,10,'X|110390963|110391120|99.3631,X|110435732|110435848|99.1379,X|110406788|110406957|91.716,X|110437527|110437648|99.1736,X|110395636|110395677|82.9268,X|110406141|110406276|98.5185,X|110435353|110435405|34.6154,X|110459647|110459788|82.2695,X|110463584|110463678|85.1064','ADM1059A1','NM_001128166'),(103788070,13.1316,94.1036,27.159,3.57356,0,0,10,'X|110390963|110391120|99.3631,X|110435732|110435848|99.1379,X|110406788|110406957|91.716,X|110437527|110437648|99.1736,X|110395636|110395677|82.9268,X|110406141|110406276|98.5185,X|110435353|110435405|34.6154,X|110459647|110459788|82.2695,X|110463584|110463678|85.1064','ADM1059A1','NM_001128167'),(103788071,13.0937,93.4189,26.5477,3.34635,0,0,10,'X|110390963|110391120|99.3631,X|110435732|110435848|99.1379,X|110406788|110406957|91.716,X|110437527|110437648|99.1736,X|110395636|110395677|82.9268,X|110388086|110388152|71.2121,X|110406141|110406276|98.5185,X|110435353|110435405|34.6154,X|110459647|110459788|82.2695,X|110463584|110463678|85.1064','ADM1059A1','NM_001128168'),(103788072,13.0544,93.2378,26.1318,3.4384,0,0,10,'X|110390963|110391120|99.3631,X|110435732|110435848|99.1379,X|110406788|110406957|91.716,X|110437527|110437648|99.1736,X|110395636|110395677|82.9268,X|110388086|110388152|71.2121,X|110406141|110406276|98.5185,X|110435353|110435405|34.6154,X|110459647|110459788|82.2695,X|110463584|110463678|85.1064','ADM1059A1','NM_001128172'),(103788073,13.1702,94.2675,27.5622,3.47423,0,0,10,'X|110390963|110391120|99.3631,X|110435732|110435848|99.1379,X|110406788|110406957|91.716,X|110437527|110437648|99.1736,X|110395636|110395677|82.9268,X|110406141|110406276|98.5185,X|110435353|110435405|34.6154,X|110459647|110459788|82.2695,X|110463584|110463678|85.1064','ADM1059A1','NM_001128173'),(103788105,22.6811,100,87.2093,61.794,0,0,10,NULL,'ADM1059A1','XM_005250691'),(103788133,25.776,100,97.4878,83.4613,0,0,10,NULL,'ADM1059A1','NM_001145392'),(103788134,25.776,100,97.4878,83.4613,0,0,10,NULL,'ADM1059A1','NM_025265'),(103788135,25.4578,100,97.3373,82.4704,0,0,10,NULL,'ADM1059A1','NM_001145393'),(103788140,31.4276,100,99.9562,97.4617,0,0,10,NULL,'ADM1059A1','NM_000414'),(103788141,31.2267,100,99.9551,97.3968,0,0,10,NULL,'ADM1059A1','NM_001199292'),(103788220,24.0831,100,99.1404,78.9685,0,0,10,NULL,'ADM1059A1','NM_177550'),(103788221,23.9392,100,99.1145,78.3353,0,0,10,NULL,'ADM1059A1','NM_001284509'),(103788222,24.1965,100,99.0701,77.4334,0,0,10,NULL,'ADM1059A1','NM_001284510'),(103788223,23.6359,100,99.0648,77.1197,0,0,10,NULL,'ADM1059A1','NM_001143838'),(103788231,26.2438,100,99.6672,89.767,0,0,10,NULL,'ADM1059A1','NM_001184705'),(103788232,26.0515,100,99.5881,87.7446,0,0,10,NULL,'ADM1059A1','NM_005327'),(103788233,27.9054,100,99.8983,96.0326,0,0,10,NULL,'ADM1059A1','XM_005262972'),(103788246,10.3231,63.5664,9.7902,0,0,0,10,'X|99919769|99919949|92.2222,X|99901317|99901403|95.3488,X|99924243|99924368|58.4,X|99920531|99920656|94.4,X|99917171|99917366|28.7179,X|99921749|99921932|99.4536,X|99925802|99925987|0.0,X|99920238|99920368|50.0,X|99922269|99922406|60.5839','ADM1059A1','NM_014467'),(103788251,28.5452,100,100,81.5021,0,0,10,NULL,'ADM1059A1','NM_001018837'),(103788253,13.5757,91.8641,33.4706,2.78063,0,0,10,'X|21985312|21985436|93.5484,X|21995177|21995356|99.4413,X|21958940|21958993|3.77358,X|22002420|22002538|83.8983','ADM1059A1','NM_001258423'),(103788260,26.0171,99.8629,90.4387,80.8773,0,0,10,'16|17564289|17564656|98.9101','ADM1059A1','NM_022166'),(103788284,22.4381,98.8316,84.3335,69.3043,0,0,10,'19|39993453|39993699|94.3089,19|39989830|39990115|97.193','ADM1059A1','NM_016941'),(103788296,30.1171,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001270524'),(103788314,27.5,100,100,90.0264,0,0,10,NULL,'ADM1059A1','NM_152380'),(103788316,22.5721,99.2747,78.1505,48.2321,0,0,10,'9|80646014|80646154|95.0,9|80343428|80343585|99.3631','ADM1059A1','NM_002072'),(103788381,24.6953,99.9601,95.2932,82.4093,0,0,10,'7|2579418|2579524|99.0566','ADM1059A1','NM_152743'),(103788412,26.4055,100,100,95.6346,0,0,10,NULL,'ADM1059A1','NM_139125'),(103788413,24.8533,100,100,88.8225,0,0,10,NULL,'ADM1059A1','NM_001031849'),(103788422,11.6258,78.8583,15.8562,0,0,0,10,'X|47002011|47002145|67.9104,X|47003870|47004081|72.9858','ADM1059A1','NM_001135998'),(103788423,11.8708,80.1193,20.8748,0,0,0,10,'X|47001981|47002145|73.7805,X|47003870|47004081|72.9858','ADM1059A1','NM_019056'),(103788450,27.0726,100,99.7553,92.659,0,0,10,NULL,'ADM1059A1','NM_001159508'),(103788451,26.8015,100,99.771,93.1298,0,0,10,NULL,'ADM1059A1','NM_002225'),(103788469,24.8751,100,96.6702,81.1877,0,0,10,NULL,'ADM1059A1','NM_001135659'),(103788470,31.2705,100,99.9322,97.7627,0,0,10,NULL,'ADM1059A1','NM_172240'),(103788472,23.5968,100,95.429,73.9977,0,0,10,NULL,'ADM1059A1','NM_003619'),(103788518,31.2976,100,100,96.7177,0,0,10,NULL,'ADM1059A1','NM_006918'),(103788519,31.2976,100,100,96.7177,0,0,10,NULL,'ADM1059A1','NM_001024956'),(103788540,25.7164,100,96.4546,87.5912,0,0,10,NULL,'ADM1059A1','NM_080860'),(103788541,25.0226,100,95.9572,85.8502,0,0,10,NULL,'ADM1059A1','NM_001286506'),(103788586,23.6831,100,98.9437,84.3561,0,0,10,NULL,'ADM1059A1','XM_005273206'),(103788589,26.3104,100,99.7533,90.3372,0,0,10,NULL,'ADM1059A1','NM_001048218'),(103788599,27.0095,100,99.9207,91.7526,0,0,10,NULL,'ADM1059A1','XM_005269143'),(103788600,28.5509,100,100,93.769,0,0,10,NULL,'ADM1059A1','NM_018238'),(103788611,26.6866,99.2695,98.0278,84.8795,0,0,10,'7|35293103|35293234|92.3664','ADM1059A1','NM_001077653'),(103788624,30.9329,100,100,99.6083,0,0,10,NULL,'ADM1059A1','NM_101395'),(103788625,31.2817,100,100,99.6956,0,0,10,NULL,'ADM1059A1','NM_130436'),(103788626,31.3223,100,100,99.6992,0,0,10,NULL,'ADM1059A1','NM_001396'),(103788643,23.9727,100,94.7501,68.6686,0,0,10,NULL,'ADM1059A1','NM_020639'),(103788645,20.4423,100,84.0647,53.2332,0,0,10,NULL,'ADM1059A1','NM_001553'),(103788652,23.2626,100,90.8411,73.5514,0,0,10,NULL,'ADM1059A1','NM_001198897'),(103788653,23.2227,100,92.4334,72.8289,0,0,10,NULL,'ADM1059A1','NM_001198898'),(103788654,22.1382,100,90.3718,63.203,0,0,10,NULL,'ADM1059A1','NM_001198896'),(103788655,22.6735,100,92.0535,67.1912,0,0,10,NULL,'ADM1059A1','NM_000666'),(103788672,31.5628,100,100,100,0,0,10,NULL,'ADM1059A1','NM_006912'),(103788673,31.1149,100,100,99.7264,0,0,10,NULL,'ADM1059A1','NM_001256821'),(103788711,28.728,100,99.923,94.6841,0,0,10,NULL,'ADM1059A1','XM_005254386'),(103788712,28.143,100,99.9101,93.795,0,0,10,NULL,'ADM1059A1','XM_005254387'),(103788720,31.6447,100,100,100,0,0,10,NULL,'ADM1059A1','NM_024740'),(103788732,29.7966,100,99.9432,97.1023,0,0,10,NULL,'ADM1059A1','NM_004171'),(103788733,29.9075,100,100,97.9191,0,0,10,NULL,'ADM1059A1','NM_001195728'),(103788734,29.9075,100,100,97.9191,0,0,10,NULL,'ADM1059A1','NM_001252652'),(103788758,23.6144,100,89.1065,73.3171,0,0,10,NULL,'ADM1059A1','NM_199037'),(103788808,26.4669,100,95.7198,81.7121,0,0,10,NULL,'ADM1059A1','NM_014402'),(103788830,24.3557,100,94.8217,84.2954,0,0,10,NULL,'ADM1059A1','NM_014625'),(103788831,23.9372,100,93.7178,80.9475,0,0,10,NULL,'ADM1059A1','XM_005245484'),(103788859,29.1107,100,100,96.8795,0,0,10,NULL,'ADM1059A1','NM_000493'),(103788868,26.7742,100,98.9891,90.9857,0,0,10,NULL,'ADM1059A1','NM_003073'),(103788869,26.8103,100,98.9655,90.7759,0,0,10,NULL,'ADM1059A1','NM_001007468'),(103788870,11.8163,70.9302,20.9302,0,0,0,10,'X|135289173|135289351|82.0225,X|135289949|135290122|50.8671,X|135292028|135292187|16.3522','ADM1059A1','NM_001449'),(103788871,11.8163,70.9302,20.9302,0,0,0,10,'X|135289173|135289351|82.0225,X|135289949|135290122|50.8671,X|135292028|135292187|16.3522','ADM1059A1','NM_001159700'),(103788872,11.8163,70.9302,20.9302,0,0,0,10,'X|135289173|135289351|82.0225,X|135289949|135290122|50.8671,X|135292028|135292187|16.3522','ADM1059A1','NM_001159704'),(103788873,11.8163,70.9302,20.9302,0,0,0,10,'X|135289173|135289351|82.0225,X|135289949|135290122|50.8671,X|135292028|135292187|16.3522','ADM1059A1','NM_001167819'),(103788874,11.9597,74.0928,21.4718,0,0,0,10,'X|135289173|135289351|82.0225,X|135289949|135290122|50.8671,X|135291400|135291603|74.3842,X|135292028|135292116|0.0','ADM1059A1','NM_001159702'),(103788906,14.8802,90.5307,53.4767,9.05763,0,0,10,'X|74290198|74290359|13.6646,X|74273202|74273422|99.5455,X|74296355|74296491|99.2647,X|74293701|74293793|28.2609','ADM1059A1','NM_001271699'),(103788920,25.5955,100,100,87.3116,0,0,10,NULL,'ADM1059A1','NM_005199'),(103788932,24.7076,100,100,96.7634,0,0,10,NULL,'ADM1059A1','NM_000306'),(103788933,25.1715,100,100,97.0226,0,0,10,NULL,'ADM1059A1','NM_001122757'),(103788968,11.3092,84.1307,7.46792,0,0,0,10,'X|103040509|103040699|85.2632,X|103041392|103041657|60.0,X|103045453|103045529|97.3684','ADM1059A1','NM_000533'),(103788969,12.0133,95.3458,8.51064,0,0,0,10,'X|103040509|103040699|85.2632,X|103045453|103045529|97.3684,X|103041392|103041552|96.875','ADM1059A1','NM_199478'),(103788970,11.3092,84.1307,7.46792,0,0,0,10,'X|103040509|103040699|85.2632,X|103041392|103041657|60.0,X|103045453|103045529|97.3684','ADM1059A1','NM_001128834'),(103789023,28.6254,100,99.333,87.7373,0,0,10,NULL,'ADM1059A1','NM_001272002'),(103789068,24.7084,100,97.6099,82.6004,0,0,10,NULL,'ADM1059A1','NM_005918'),(103789069,23.6638,100,97.2707,80.2402,0,0,10,NULL,'ADM1059A1','NM_001282403'),(103789084,26.7485,100,100,92.4285,0,0,10,NULL,'ADM1059A1','NR_029492'),(103789090,31.8342,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005270786'),(103789091,31.8342,100,100,100,0,0,10,NULL,'ADM1059A1','NM_013296'),(103789118,26.6234,99.9231,98.4627,86.2414,0,0,10,'11|31811479|31811569|98.8889','ADM1059A1','XM_005252956'),(103789119,26.7779,99.9257,98.5141,86.7013,0,0,10,'11|31811479|31811569|98.8889','ADM1059A1','NM_001604'),(103789120,26.6234,99.9231,98.4627,86.2414,0,0,10,'11|31811479|31811569|98.8889','ADM1059A1','NM_001258465'),(103789121,26.6234,99.9231,98.4627,86.2414,0,0,10,'11|31811479|31811569|98.8889','ADM1059A1','NM_000280'),(103789122,26.7779,99.9257,98.5141,86.7013,0,0,10,'11|31811479|31811569|98.8889','ADM1059A1','NM_001258462'),(103789140,25.322,100,98.7265,84.6574,0,0,10,NULL,'ADM1059A1','NM_001032387'),(103789141,25.322,100,98.7265,84.6574,0,0,10,NULL,'ADM1059A1','NM_001032386'),(103789142,25.322,100,98.7265,84.6574,0,0,10,NULL,'ADM1059A1','NM_000456'),(103789145,12.9197,80.3805,35.1367,4.04281,0,0,10,'X|148564274|148564751|48.218,X|148584840|148585021|80.1105,X|148577875|148578049|77.0115,X|148586563|148586670|93.4579','ADM1059A1','NM_001166550'),(103789148,30.6987,100,100,100,0,0,10,NULL,'ADM1059A1','NM_021800'),(103789155,12.5332,68.3719,34.0553,10.5302,0,0,10,'X|23410646|23412305|60.0964,X|23352990|23353345|47.8873','ADM1059A1','NM_173495'),(103789164,25.1096,100,99.9004,87.6494,0,0,10,NULL,'ADM1059A1','NM_007255'),(103789173,29.5457,100,92.0252,83.6306,0,0,10,NULL,'ADM1059A1','NM_006903'),(103789177,27.2679,100,100,99.8597,0,0,10,NULL,'ADM1059A1','NM_001145104'),(103789213,23.6625,100,92.4491,71.9632,0,0,10,NULL,'ADM1059A1','NM_001034850'),(103789252,13.1985,90.5956,35.4232,0,0,0,10,'X|154002875|154003591|97.905,X|154003271|154003403|98.4848,X|154001417|154001526|33.0275','ADM1059A1','NR_002984'),(103789270,26.4537,99.8307,95.9368,91.9864,0,0,10,'11|17757547|17758121|99.4773','ADM1059A1','NM_001112741'),(103789271,26.4081,99.8057,95.3368,90.8031,0,0,10,'11|17757547|17758121|99.4773','ADM1059A1','NM_004976'),(103789277,32.6992,100,100,99.8155,0,0,10,NULL,'ADM1059A1','NM_000146'),(103789278,23.9805,100,93.8412,81.3614,0,0,10,NULL,'ADM1059A1','NM_002085'),(103789303,25.703,100,100,89.8258,0,0,10,NULL,'ADM1059A1','NM_014305'),(103789364,20.729,100,98.7273,65.5454,0,0,10,NULL,'ADM1059A1','NM_006563'),(103789366,28.4757,100,98.7155,90.7231,0,0,10,NULL,'ADM1059A1','NM_015093'),(103789407,12.0815,75.1073,20.1717,4.16922,0,0,10,'X|43591944|43592044|98.0,X|43515587|43515664|27.2727,X|43587418|43587563|62.069,X|43603612|43603763|87.4172,X|43590939|43591102|96.9325,X|43603039|43603154|99.1304,X|43599926|43599987|0.0,X|43571950|43572045|3.15789,X|43601195|43601296|86.1386,X|43552536|43552677|31.2057,X|43603354|43603420|93.9394','ADM1059A1','NM_000240'),(103789408,11.7653,79.3132,12.8373,1.47179,0,0,10,'X|43591944|43592044|98.0,X|43587418|43587563|62.069,X|43603612|43603763|87.4172,X|43590939|43591102|96.9325,X|43603039|43603154|99.1304,X|43599926|43599987|0.0,X|43571950|43572045|3.15789,X|43601195|43601296|86.1386,X|43603354|43603420|93.9394','ADM1059A1','NM_001270458'),(103789428,22.5412,100,99.2519,65.3367,0,0,10,NULL,'ADM1059A1','NM_178497'),(103789429,22.8764,100,99.4465,70.1107,0,0,10,NULL,'ADM1059A1','NM_001206981'),(103789438,24.4131,99.956,95.5966,73.0515,0,0,10,'16|5092094|5094002|99.9476','ADM1059A1','NR_038913'),(103789469,27.8396,100,100,99.6792,0,0,10,NULL,'ADM1059A1','NM_001278658'),(103789506,21.7307,88.8792,86.1859,63.5969,0,0,10,'22|18653518|18653689|45.0292,22|18659537|18659587|32.0','ADM1059A1','NM_017414'),(103789548,24.1622,100,96.3375,83.0608,0,0,10,NULL,'ADM1059A1','NM_000285'),(103789549,23.9657,100,96,81.6429,0,0,10,NULL,'ADM1059A1','NM_001166056'),(103789550,24.5417,100,95.7926,83.9219,0,0,10,NULL,'ADM1059A1','NM_001166057'),(103789567,27.525,100,100,99.2958,0,0,10,NULL,'ADM1059A1','NM_000918'),(103789589,29.1567,100,100,97.4741,0,0,10,NULL,'ADM1059A1','NM_001042572'),(103789590,14.1673,76.3265,56.7347,0,0,0,10,'X|118716549|118716641|36.9565','ADM1059A1','NM_181777'),(103789602,11.0248,65.5752,8.14159,0.265487,0,0,10,'X|152770087|152770329|80.5785,X|152772286|152772383|5.15464,X|152772503|152772645|25.3521,X|152773704|152773906|94.0594,X|152771319|152771536|62.6728,X|152771985|152772099|55.2632','ADM1059A1','NM_001711'),(103789657,23.2624,100,98.6828,82.9857,0,0,10,NULL,'ADM1059A1','NM_016360'),(103789662,28.0091,100,100,97.9778,0,0,10,NULL,'ADM1059A1','NM_033419'),(103789663,27.4466,100,100,97.599,0,0,10,NULL,'ADM1059A1','XM_005257813'),(103789671,10.6371,73.1428,0.285714,0,0,0,10,'X|85236739|85236815|60.5263,X|85226569|85226592|0.0,X|85233769|85233897|71.875,X|85302486|85302539|90.566','ADM1059A1','NM_001145414'),(103789683,22.713,99.3514,90.7027,78.1081,0,0,10,'6|85472260|85472468|94.2308','ADM1059A1','NM_001080508'),(103789733,22.6196,100,100,80.5435,0,0,10,NULL,'ADM1059A1','NM_007248'),(103789762,29.0802,100,99.9661,97.0494,0,0,10,NULL,'ADM1059A1','NM_005650'),(103789763,29.0841,100,99.9657,97.016,0,0,10,NULL,'ADM1059A1','NM_181492'),(103789774,25.4475,100,100,87.3541,0,0,10,NULL,'ADM1059A1','NM_000031'),(103789787,25.787,100,100,93.4765,0,0,10,NULL,'ADM1059A1','NM_000056'),(103789788,25.787,100,100,93.4765,0,0,10,NULL,'ADM1059A1','NM_183050'),(103789839,12.9001,75.9245,32.8088,5.19276,0,0,10,'X|62917003|62917186|83.6066,X|62926136|62926215|54.4304,X|62863858|62863930|15.2778,X|62857905|62858091|16.6667,X|62898218|62898454|89.8305','ADM1059A1','NM_001173480'),(103789863,27.1399,100,98.7895,86.9536,0,0,10,NULL,'ADM1059A1','NM_002381'),(103789879,13.5916,80.9101,45.2275,6.77025,0,0,10,'X|2873455|2873580|36.8,X|2856134|2856300|80.1205,X|2852870|2853233|65.0138,X|2878417|2878444|0.0,X|2876313|2876478|52.7273','ADM1059A1','NM_000047'),(103789880,13.8135,83.1114,47.2563,6.49973,0,0,10,'X|2873455|2873580|36.8,X|2856134|2856300|80.1205,X|2852870|2853233|65.0138,X|2876313|2876478|52.7273','ADM1059A1','NM_001282628'),(103789884,24.7038,100,96.5517,82.6019,0,0,10,NULL,'ADM1059A1','NM_032374'),(103789891,20.8694,99.7387,83.5365,49.8258,0,0,10,'16|86544173|86545156|99.6948','ADM1059A1','NM_001451'),(103789903,26.1711,100,100,92.9238,0,0,10,NULL,'ADM1059A1','XM_005273725'),(103789987,28.9979,100,100,99.364,0,0,10,NULL,'ADM1059A1','NM_001059'),(103790008,28.4137,100,100,95.5584,0,0,10,NULL,'ADM1059A1','NM_001166059'),(103790010,28.6645,100,100,98.922,0,0,10,NULL,'ADM1059A1','NM_001282925'),(103790011,28.9801,100,100,98.8356,0,0,10,NULL,'ADM1059A1','NM_005759'),(103790012,28.5662,100,100,98.9074,0,0,10,NULL,'ADM1059A1','NM_001282926'),(103790013,29.4364,100,100,98.6235,0,0,10,NULL,'ADM1059A1','NM_001282927'),(103790016,24.9789,100,96.8854,83.5373,0,0,10,NULL,'ADM1059A1','NM_024589'),(103790051,23.9584,100,99.9133,86.1352,0,0,10,NULL,'ADM1059A1','NM_000165'),(103790052,31.0371,100,100,100,0,0,10,NULL,'ADM1059A1','NM_000143'),(103790096,26.8824,100,95.7245,92.0427,0,0,10,NULL,'ADM1059A1','NM_000380'),(103790101,27.3746,100,99.8489,87.9154,0,0,10,NULL,'ADM1059A1','NM_001288575'),(103790136,24.3926,100,99.5363,74.8068,0,0,10,NULL,'ADM1059A1','NM_000154'),(103790140,12.9213,79.2275,33.8672,2.77909,0,0,10,'X|29959766|29959913|77.551,X|29935579|29935715|94.1176,X|29417270|29417427|50.9554,X|29301053|29301336|54.0636,X|29973217|29973940|73.3057','ADM1059A1','NM_014271'),(103790183,22.6358,100,100,80.9474,0,0,10,NULL,'ADM1059A1','NM_033629'),(103790199,25.3885,100,93.7843,82.8153,0,0,10,NULL,'ADM1059A1','NM_019000'),(103790262,15.1264,96.2437,52.8173,10.4902,0,0,10,'X|131228068|131228169|85.1485,X|131219946|131220064|99.1525,X|131234638|131234746|94.4444,X|131211897|131212996|95.1774,X|131216389|131216556|95.8084','ADM1059A1','NM_194277'),(103790280,31.2334,100,100,99.5205,0,0,10,NULL,'ADM1059A1','NM_001145294'),(103790295,17.4302,100,69.5652,33.4096,0,0,10,NULL,'ADM1059A1','NM_014563'),(103790311,12.8428,87.7729,25.9389,4.01747,0,0,10,'X|152037326|152037663|88.4273,X|152014866|152014978|45.5357,X|152018807|152018969|89.5062,X|152036113|152036219|98.1132,X|152027312|152027462|86.0','ADM1059A1','NM_015922'),(103790312,12.8428,87.7729,25.9389,4.01747,0,0,10,'X|152037326|152037663|88.4273,X|152014866|152014978|45.5357,X|152018807|152018969|89.5062,X|152036113|152036219|98.1132,X|152027312|152027462|86.0','ADM1059A1','NM_001129765'),(103790336,26.3822,100,100,96.0714,0,0,10,NULL,'ADM1059A1','NM_145262'),(103790342,24.4116,100,95.8537,80.6098,0,0,10,NULL,'ADM1059A1','NM_052844'),(103790366,13.1625,87.2016,28.4483,5.70292,0,0,10,'X|153363059|153363125|98.4848,X|153295815|153296903|82.3529','ADM1059A1','NM_001110792'),(103790407,25.5287,100,100,83.4395,0,0,10,NULL,'ADM1059A1','XM_005264327'),(103790444,20.7723,100,98.1164,68.6644,0,0,10,NULL,'ADM1059A1','NM_006383'),(103790445,20.3805,100,97.4478,58.4687,0,0,10,NULL,'ADM1059A1','NM_001271889'),(103790469,22.4392,100,96.9565,80.9782,0,0,10,NULL,'ADM1059A1','NM_002448'),(103790473,12.5029,75.7124,35.0066,2.23587,0,0,10,'X|73959933|73964314|74.709','ADM1059A1','NM_001008537'),(103790485,29.4901,100,100,99.1776,0,0,10,NULL,'ADM1059A1','NM_003805'),(103790498,33.4357,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001256235'),(103790520,25.2086,100,96.5237,77.8107,0,0,10,NULL,'ADM1059A1','NM_000159'),(103790548,26.5186,100,100,93.4135,0,0,10,NULL,'ADM1059A1','NM_001242765'),(103790549,25.1213,100,99.3615,89.3224,0,0,10,NULL,'ADM1059A1','NM_001242761'),(103790599,25.9631,100,100,92.1713,0,0,10,NULL,'ADM1059A1','XM_005248757'),(103790609,28.9411,100,100,96.4405,0,0,10,NULL,'ADM1059A1','NM_002095'),(103790626,27.594,100,100,100,0,0,10,NULL,'ADM1059A1','NM_201262'),(103790634,27.691,100,100,89.8671,0,0,10,NULL,'ADM1059A1','NM_001111285'),(103790642,21.0996,100,88.9201,55.9607,0,0,10,NULL,'ADM1059A1','NM_001164405'),(103790689,15.2863,96.0954,64.3167,2.60304,0,0,10,'X|110925462|110925524|83.871,X|110924428|110924529|74.2574','ADM1059A1','NR_033125'),(103790693,27.0485,100,100,98.1837,0,0,10,NULL,'ADM1059A1','NM_001111035'),(103790694,27.0485,100,100,98.1837,0,0,10,NULL,'ADM1059A1','NM_001111036'),(103790695,27.0485,100,100,98.1837,0,0,10,NULL,'ADM1059A1','NM_001111034'),(103790696,27.0485,100,100,98.1837,0,0,10,NULL,'ADM1059A1','NM_001611'),(103790707,25.3801,100,98.9404,85.6954,0,0,10,NULL,'ADM1059A1','NM_006331'),(103790727,27.3431,100,99.5263,93.3905,0.135349,0,10,NULL,'ADM1059A1','NM_000833'),(103790728,27.3431,100,99.5263,93.3905,0.135349,0,10,NULL,'ADM1059A1','NM_001134407'),(103790739,24.8797,100,98.2494,84.6827,0,0,10,NULL,'ADM1059A1','NM_002144'),(103790747,27.6728,100,100,100,0,0,10,NULL,'ADM1059A1','NM_020988'),(103790755,29.7568,100,100,97.8723,0,0,10,NULL,'ADM1059A1','NM_000281'),(103790813,19.02,76.7012,68.2692,50.4438,0,0,10,'6|3154094|3155159|70.4225','ADM1059A1','NM_001069'),(103790832,25.5159,100,96.8992,81.2231,0,0,10,NULL,'ADM1059A1','XM_005265499'),(103790849,26.1007,100,99.9382,86.9055,0,0,10,NULL,'ADM1059A1','NM_175053'),(103790856,29.1672,100,99.771,93.1745,0,0,10,NULL,'ADM1059A1','NM_001010895'),(103790865,11.8066,73.4066,23.7363,0,0,0,10,'X|71787732|71787882|52.6667,X|71788602|71788736|87.3134,X|71792499|71792614|71.3043','ADM1059A1','NM_001166420'),(103790903,26.4003,100,100,92.2204,0,0,10,NULL,'ADM1059A1','NM_001283215'),(103790913,30.4904,100,100,96.506,0,0,10,NULL,'ADM1059A1','NM_001278684'),(103790934,13.3016,97.5806,25.4839,0.16129,0,0,10,'Y|2655027|2655647|97.5806','ADM1059A1','NM_003140'),(103790949,24.5601,100,100,91.5601,0,0,10,NULL,'ADM1059A1','NM_004278'),(103790966,27.6533,100,100,96.6834,0,0,10,NULL,'ADM1059A1','NM_006982'),(103790981,25.9514,100,100,90.1584,0,0,10,NULL,'ADM1059A1','NM_001190906'),(103790982,25.4079,100,100,89.604,0,0,10,NULL,'ADM1059A1','NM_005989'),(103790988,12.066,80.674,19.945,3.09491,0,0,10,'X|41332742|41334155|80.1132','ADM1059A1','NM_022567'),(103790989,12.066,80.674,19.945,3.09491,0,0,10,'X|41332742|41334155|80.1132','ADM1059A1','XM_005272632'),(103790990,23.2564,99.8119,93.605,74.6082,0,0,10,'1|16383362|16383414|94.2308','ADM1059A1','NM_001165945'),(103791006,25.9343,100,100,96.2477,0,0,10,NULL,'ADM1059A1','NM_174965'),(103791009,26.2293,100,94.0541,82.7799,0,0,10,NULL,'ADM1059A1','NM_005850'),(103791024,22.3681,99.9491,92.425,71.8353,0,0,10,'9|139333058|139333874|99.8774','ADM1059A1','NM_019892'),(103791058,25.9352,100,100,92.5684,0,0,10,NULL,'ADM1059A1','NM_020705'),(103791133,19.0853,100,91.2796,38.9573,0,0,10,NULL,'ADM1059A1','NM_018942'),(103791225,24.9372,100,100,89.115,0,0,10,NULL,'ADM1059A1','NM_000022'),(103791252,28.5753,100,100,98.019,0,0,10,NULL,'ADM1059A1','NM_003239'),(103791257,25.0851,100,98.7097,92.5806,0,0,10,NULL,'ADM1059A1','NM_001163213'),(103791258,25.1766,100,98.7066,93.0881,0,0,10,NULL,'ADM1059A1','NM_000142'),(103791265,33.7464,100,100,98.9701,0,0,10,NULL,'ADM1059A1','NM_003659'),(103791268,28.4629,99.6174,98.4698,95.5623,0,0,10,'5|67584561|67584581|75.0','ADM1059A1','NM_181524'),(103791269,29.7316,100,100,97.2799,0,0,10,NULL,'ADM1059A1','NM_181504'),(103791270,28.7797,100,100,96.5827,0,0,10,NULL,'ADM1059A1','NM_001242466'),(103791306,26.3838,100,98.304,85.6156,0,0,10,NULL,'ADM1059A1','NM_001202465'),(103791310,28.2208,100,92.8571,84.0909,0,0,10,NULL,'ADM1059A1','NM_000100'),(103791322,22.7247,99.442,96.4952,76.8265,0,0,10,'17|17696260|17701829|99.4254','ADM1059A1','NM_030665'),(103791326,20.3469,100,92.8789,51.1699,0,0,10,NULL,'ADM1059A1','NM_001033054'),(103791335,27.0583,100,100,99.8466,0,0,10,NULL,'ADM1059A1','NM_002496'),(103791336,29.7554,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005274015'),(103791337,24.9585,99.6429,94.742,83.739,0,0,10,'11|67799751|67802747|99.6328','ADM1059A1','NR_106963'),(103791370,12.1024,80.7603,20.3258,0,0,0,10,'X|77365362|77365416|68.5185,X|77372807|77372914|79.4393,X|77369511|77369659|20.9459,X|77373546|77373669|69.9187,X|77359835|77359904|20.2899','ADM1059A1','NM_000291'),(103791377,23.3338,100,100,86.5711,0,0,10,NULL,'ADM1059A1','NM_004870'),(103791392,24.0851,99.5928,88.2353,76.5158,0,0,10,'1|2160203|2161176|99.075','ADM1059A1','NM_003036'),(103791415,28.6199,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005248595'),(103791416,28.6245,100,100,100,0,0,10,NULL,'ADM1059A1','NM_022550'),(103791430,25.0802,100,100,99.6269,0,0,10,NULL,'ADM1059A1','NM_020989'),(103791434,24.8499,100,92.8515,88.1652,0,0,10,NULL,'ADM1059A1','NM_199334'),(103791481,24.9488,100,96.3153,82.2927,0,0,10,NULL,'ADM1059A1','NM_057176'),(103791525,24.4003,100,97.0015,91.0045,0,0,10,NULL,'ADM1059A1','NM_014917'),(103791526,24.5472,100,97.5654,90.0791,0,0,10,NULL,'ADM1059A1','NM_001113226'),(103791527,24.704,100,97.2715,91.8145,0,0,10,NULL,'ADM1059A1','NM_001113228'),(103791528,24.4621,100,97.4043,89.4224,0,0,10,NULL,'ADM1059A1','XM_005270630'),(103791549,30.363,100,100,95.3162,0,0,10,NULL,'ADM1059A1','NM_001288783'),(103791562,22.1157,100,96.6793,59.4877,0,0,10,NULL,'ADM1059A1','NM_018055'),(103791579,25.0389,100,96.5103,82.3739,0,0,10,NULL,'ADM1059A1','NM_004801'),(103791620,25.8464,100,99.3147,91.0337,0,0,10,NULL,'ADM1059A1','NM_001282625'),(103791621,25.8464,100,99.3147,91.0337,0,0,10,NULL,'ADM1059A1','NM_005572'),(103791678,21.0454,100,99.8408,67.4363,0,0,10,NULL,'ADM1059A1','NM_021005'),(103791681,28.7393,100,100,99.1071,0,0,10,NULL,'ADM1059A1','NM_001278237'),(103791692,13.3825,89.9168,32.2245,0,0,0,10,'X|133511645|133511787|32.3944,X|133512033|133512138|99.0476','ADM1059A1','NM_032335'),(103791693,13.4012,91.4083,31.0895,0,0,0,10,'X|133511645|133511787|32.3944,X|133512033|133512138|99.0476','ADM1059A1','NM_001015877'),(103791725,13.6406,87.7751,32.5183,11.9804,0,0,10,'X|48760203|48760364|85.7143,X|48759508|48759796|94.7917,X|48760007|48760074|7.46269','ADM1059A1','NM_001167990'),(103791726,14.1264,83.9623,43.3962,18.4906,0,0,10,'X|48760203|48760364|85.7143,X|48760007|48760074|7.46269','ADM1059A1','XM_005278018'),(103791727,13.6406,87.7751,32.5183,11.9804,0,0,10,'X|48760203|48760364|85.7143,X|48759508|48759796|94.7917,X|48760007|48760074|7.46269','ADM1059A1','NM_001167989'),(103791728,14.1264,83.9623,43.3962,18.4906,0,0,10,'X|48760203|48760364|85.7143,X|48760007|48760074|7.46269','ADM1059A1','NM_144495'),(103791729,13.6406,87.7751,32.5183,11.9804,0,0,10,'X|48760203|48760364|85.7143,X|48759508|48759796|94.7917,X|48760007|48760074|7.46269','ADM1059A1','NM_005710'),(103791730,13.6406,87.7751,32.5183,11.9804,0,0,10,'X|48760203|48760364|85.7143,X|48759508|48759796|94.7917,X|48760007|48760074|7.46269','ADM1059A1','NM_001032384'),(103791748,14.4765,91.2293,51.5193,10.3591,0,0,10,'X|70519790|70519929|30.9353,X|70511627|70511824|93.401,X|70518555|70518668|84.0708','ADM1059A1','NM_007363'),(103791749,14.4765,91.2293,51.5193,10.3591,0,0,10,'X|70519790|70519929|30.9353,X|70511627|70511824|93.401,X|70518555|70518668|84.0708','ADM1059A1','NM_001145408'),(103791750,14.4765,91.2293,51.5193,10.3591,0,0,10,'X|70519790|70519929|30.9353,X|70511627|70511824|93.401,X|70518555|70518668|84.0708','ADM1059A1','NM_001145409'),(103791751,14.2682,90.2377,49.9151,8.99831,0,0,10,'X|70511739|70511824|98.8235,X|70519790|70519929|30.9353,X|70518555|70518668|84.0708','ADM1059A1','NM_001145410'),(103791790,25.0056,100,99.8597,74.6143,0,0,10,NULL,'ADM1059A1','NM_001256238'),(103791795,13.389,91.3854,30.9059,0,0,0,10,'X|133511645|133511787|32.3944,X|133512033|133512138|99.0476','ADM1059A1','XM_005262480'),(103791796,13.3878,91.3931,30.8784,0,0,0,10,'X|133511645|133511787|32.3944,X|133512033|133512138|99.0476','ADM1059A1','NM_032458'),(103791799,25.94,100,100,95.9229,0,0,10,NULL,'ADM1059A1','NM_178014'),(103791809,25.9254,100,95.8435,79.5844,0,0,10,NULL,'ADM1059A1','NM_024009'),(103791810,25.9254,100,95.8435,79.5844,0,0,10,NULL,'ADM1059A1','NM_001005752'),(103791817,20.3364,100,88.3357,53.2006,0,0,10,NULL,'ADM1059A1','NM_004959'),(103791821,25.0014,100,98.4991,92.6829,0,0,10,NULL,'ADM1059A1','NM_022965'),(103791914,33.5719,100,100,99.9178,0,0,10,NULL,'ADM1059A1','NM_017819'),(103791918,24.7629,98.0693,96.4501,84.7208,0,0,10,'1|27873812|27878629|98.0693','ADM1059A1','XM_005245848'),(103791919,24.7629,98.0693,96.4501,84.7208,0,0,10,'1|27873812|27878629|98.0693','ADM1059A1','NM_001029882'),(103791924,28.232,100,100,76.0546,0,0,10,NULL,'ADM1059A1','NM_001205329'),(103791925,26.4932,100,93.8924,70.1003,0,0,10,NULL,'ADM1059A1','NM_032801'),(103791960,25.2458,100,92.3513,73.9377,0,0,10,NULL,'ADM1059A1','NM_001143973'),(103791975,30.0769,100,100,100,0,0,10,NULL,'ADM1059A1','NR_023343'),(103791977,20.2378,99.3831,92.8033,51.8848,0,0,10,'16|54966990|54967788|98.8722','ADM1059A1','NM_005853'),(103791990,13.6785,91.1,39,2.35,0,0,10,'X|135095106|135095215|55.9633,X|135084265|135084374|48.6239,X|135080265|135080346|59.2593,X|135092599|135092744|94.4828,X|135122233|135122342|90.8257,X|135095506|135095598|92.3913,X|135080639|135080719|80.0','ADM1059A1','NM_001177651'),(103792057,22.0697,100,97.1685,66.0221,0,0,10,NULL,'ADM1059A1','NM_004273'),(103792093,24.9005,100,99.4653,83.2086,0,0,10,NULL,'ADM1059A1','NM_017929'),(103792094,24.9005,100,99.4653,83.2086,0,0,10,NULL,'ADM1059A1','NM_001127649'),(103792099,23.698,100,96.2187,75.8998,0,0,10,NULL,'ADM1059A1','NM_005996'),(103792113,19.445,87.3493,74.2392,51.5407,0,0,10,'1|240370097|240372034|67.682,1|240255407|240257026|97.8382','ADM1059A1','NM_020066'),(103792132,26.3914,100,100,97.7459,0,0,10,NULL,'ADM1059A1','NM_174967'),(103792161,28.0901,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005270544'),(103792168,27.0217,100,100,96.0141,0,0,10,NULL,'ADM1059A1','NM_003060'),(103792193,25.7054,100,100,89.4595,0,0,10,NULL,'ADM1059A1','NM_001258395'),(103792194,25.7673,100,100,89.1966,0,0,10,NULL,'ADM1059A1','NM_001258398'),(103792195,28.513,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001258397'),(103792196,25.7054,100,100,89.4595,0,0,10,NULL,'ADM1059A1','NM_213607'),(103792211,18.8665,100,96.3068,40.767,0,0,10,NULL,'ADM1059A1','NM_005450'),(103792230,22.4906,100,99.7181,78.8534,0,0,10,NULL,'ADM1059A1','NM_004625'),(103792239,25.3387,100,97.9244,80.9489,0,0,10,NULL,'ADM1059A1','NM_138735'),(103792248,20.4151,98.1132,91.6584,59.8808,0,0,10,'2|45169241|45170051|97.6543','ADM1059A1','NM_005413'),(103792251,26.7057,100,99.8567,93.0721,0,0,10,NULL,'ADM1059A1','NM_019074'),(103792300,25.9748,100,100,95.6835,0,0,10,NULL,'ADM1059A1','NM_003860'),(103792303,25.405,100,98.3181,86.2649,0,0,10,NULL,'ADM1059A1','NM_007103'),(103792324,24.8798,99.9168,97.5458,80.4909,0,0,10,'18|42643042|42643666|99.359','ADM1059A1','NM_015559'),(103792330,21.7325,99.8983,91.6582,51.3734,0,0,10,'5|172661751|172662089|99.7041','ADM1059A1','NM_004387'),(103792333,31.1117,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005250923'),(103792335,25.9681,100,100,92.4953,0,0,10,NULL,'ADM1059A1','NM_000394'),(103792372,19.8139,100,96.4357,52.1782,0,0,10,NULL,'ADM1059A1','NM_001189'),(103792424,26.7249,100,100,91.7717,0,0,10,NULL,'ADM1059A1','XM_005259477'),(103792425,26.7249,100,100,91.7717,0,0,10,NULL,'ADM1059A1','NM_006087'),(103792427,23.974,100,97.1154,83.4616,0,0,10,NULL,'ADM1059A1','NM_006194'),(103792457,22.0446,100,98.9286,63.9286,0,0,10,NULL,'ADM1059A1','NM_032357'),(103792472,28.544,94.9571,93.2403,90.236,0,0,10,'9|32985967|32986030|25.3968','ADM1059A1','NM_001195250'),(103792473,30.2038,95.037,93.3474,92.397,0,0,10,'9|32985967|32986030|25.3968','ADM1059A1','NM_175069'),(103792534,24.0805,100,100,100,0,0,10,NULL,'ADM1059A1','NR_029487'),(103792560,21.8187,100,99.7481,73.1738,0,0,10,NULL,'ADM1059A1','NM_001145156'),(103792576,23.213,100,99.0027,78.1505,0,0,10,NULL,'ADM1059A1','NM_018389'),(103792600,31.0864,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001254752'),(103792606,26.5792,100,99.8681,75.9894,0,0,10,NULL,'ADM1059A1','NM_001270450'),(103792607,26.5792,100,99.8681,75.9894,0,0,10,NULL,'ADM1059A1','NM_001270449'),(103792609,25.069,100,98.3,85.4,0,0,10,NULL,'ADM1059A1','NM_182639'),(103792674,30.7034,100,99.569,94.1379,0,0,10,NULL,'ADM1059A1','NM_058216'),(103792702,28.032,100,100,92.2213,0,0,10,NULL,'ADM1059A1','NM_178010'),(103792792,21.8627,100,98.3925,76.6242,0,0,10,NULL,'ADM1059A1','NM_024301'),(103792830,28.6603,100,100,98.3385,0,0,10,NULL,'ADM1059A1','NM_001109809'),(103792849,26.0947,100,100,91.8502,0,0,10,NULL,'ADM1059A1','NM_001022'),(103792850,26.0947,100,100,91.8502,0,0,10,NULL,'ADM1059A1','XM_005278392'),(103792856,29.2803,100,100,94.418,0,0,10,NULL,'ADM1059A1','NM_016042'),(103792880,12.0703,73.6512,30.6148,0,0,0,10,'X|71694543|71694581|78.9474,X|71788602|71788736|87.3134,X|71710777|71710858|0.0,X|71787737|71787882|51.0345,X|71792499|71792614|71.3043','ADM1059A1','NM_001166419'),(103792881,13.2311,90.6178,39.5881,0,0,0,10,'X|71694543|71694581|78.9474,X|71792499|71792614|71.3043','ADM1059A1','NM_001166448'),(103792901,22.8604,99.9151,93.3814,63.0887,0,0,10,'9|4117766|4118883|99.8209','ADM1059A1','NM_152629'),(103792905,26.4306,100,100,98.8235,0,0,10,NULL,'ADM1059A1','NM_000549'),(103792915,20.0573,100,93.5678,52.7638,0,0,10,NULL,'ADM1059A1','NM_080605'),(103792916,26.5988,100,85.7414,70.5323,0,0,10,NULL,'ADM1059A1','NM_176867'),(103792917,28.5981,100,89.6409,78.5912,0,0,10,NULL,'ADM1059A1','NM_176866'),(103792938,24.4288,100,100,89.2802,0,0,10,NULL,'ADM1059A1','NM_004076'),(103792991,20.6686,98.6095,82.7347,52.7231,0,0,10,'14|61112998|61113297|95.9866','ADM1059A1','NM_005982'),(103793045,22.4058,100,92.6146,71.9015,0,0,10,NULL,'ADM1059A1','NM_000525'),(103793057,31.9755,100,98.1374,93.0733,0,0,10,NULL,'ADM1059A1','NM_001254'),(103793133,23.2024,100,96.3563,80.4048,0,0,10,NULL,'ADM1059A1','NM_001202'),(103793134,23.2024,100,96.3563,80.4048,0,0,10,NULL,'ADM1059A1','NM_130850'),(103793135,23.2024,100,96.3563,80.4048,0,0,10,NULL,'ADM1059A1','NM_130851'),(103793174,26.1303,100,100,98.263,0,0,10,NULL,'ADM1059A1','NM_005138'),(103793175,26.1303,100,100,98.263,0,0,10,NULL,'ADM1059A1','NM_001169111'),(103793176,26.1303,100,100,98.263,0,0,10,NULL,'ADM1059A1','NM_001169109'),(103793177,26.1303,100,100,98.263,0,0,10,NULL,'ADM1059A1','NM_001169110'),(103793181,25.2788,100,100,90.7057,0,0,10,NULL,'ADM1059A1','NM_001165255'),(103793189,25.9324,100,99.071,85.8108,0,0,10,NULL,'ADM1059A1','NM_003394'),(103793201,24.364,100,98.6544,89.1643,0,0,10,NULL,'ADM1059A1','NM_006941'),(103793206,26.8849,100,99.8066,81.8182,0,0,10,NULL,'ADM1059A1','NM_001143979'),(103793207,26.8849,100,99.8066,81.8182,0,0,10,NULL,'ADM1059A1','NM_017668'),(103793226,15.9015,99.6923,50.7692,22,0,0,10,'X|154490085|154490516|99.536','ADM1059A1','NM_171998'),(103793240,25.658,100,100,92.9285,0,0,10,NULL,'ADM1059A1','NM_001142281'),(103793241,26.5287,100,100,94.1326,0,0,10,NULL,'ADM1059A1','NM_001655'),(103793301,23.2104,100,100,79.4782,0,0,10,NULL,'ADM1059A1','XM_005253225'),(103793304,24.9736,100,99.8745,91.7189,0,0,10,NULL,'ADM1059A1','NM_003124'),(103793325,25.2183,100,100,98.8991,0,0,10,NULL,'ADM1059A1','NM_002495'),(103793356,21.292,99.5111,88.7875,61.1473,0,0,10,'1|8420170|8421552|98.9146','ADM1059A1','NM_001042682'),(103793424,22.8962,100,99.8013,84.6498,0,0,10,NULL,'ADM1059A1','NR_046418'),(103793438,31.613,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001256820'),(103793442,14.3467,90.6826,42.4702,2.70857,0,0,10,'X|154001404|154001526|29.5082','ADM1059A1','NR_110023'),(103793452,24.8149,100,100,94.0299,0,0,10,NULL,'ADM1059A1','XM_005251405'),(103793466,27.4111,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001887'),(103793467,12.2754,68.9125,25.4728,5.31914,0,0,10,'X|70712160|70712849|43.8316,X|70749561|70750377|94.1176,X|70748390|70748577|51.3369','ADM1059A1','NR_104396'),(103793476,21.7053,99.3483,88.7763,75.0905,0,0,10,'15|65369152|65370533|99.3483','ADM1059A1','NM_001101362'),(103793481,35.2883,100,100,100,0,0,10,NULL,'ADM1059A1','NM_199003'),(103793483,24.4886,99.5836,96.7384,84.6981,0,0,10,'13|88327641|88330523|99.5836','ADM1059A1','NM_015567'),(103793491,29.2459,100,100,95.7747,0,0,10,NULL,'ADM1059A1','NM_000318'),(103793492,29.2459,100,100,95.7747,0,0,10,NULL,'ADM1059A1','NM_001172087'),(103793495,27.9819,100,100,96.9315,0,0,10,NULL,'ADM1059A1','NM_181661'),(103793521,15.3347,100,55.9055,6.6929,0,0,10,NULL,'ADM1059A1','NM_001866'),(103793550,26.19,100,94.8339,83.2103,0,0,10,NULL,'ADM1059A1','NM_001160301'),(103793609,18.9577,100,86.3384,39.6671,0,0,10,NULL,'ADM1059A1','NM_001024613'),(103793617,24.4197,100,100,81.6547,0,0,10,NULL,'ADM1059A1','NR_039875'),(103793655,14.3391,94.1464,55.122,0,0,0,10,'X|43809042|43809274|89.6552','ADM1059A1','NM_000266'),(103793667,27.7613,100,100,100,0,0,10,NULL,'ADM1059A1','NR_046429'),(103793700,14.4199,92.9688,56.6406,2.92969,0,0,10,'X|110924444|110924529|69.4118,X|110925358|110925524|93.9759','ADM1059A1','NM_018466'),(103793712,29.2602,100,100,98.8476,0,0,10,NULL,'ADM1059A1','NM_017635'),(103793727,12.8657,82.7203,35.0727,0,0,0,10,'X|71788602|71788736|87.3134,X|71710777|71710858|0.0,X|71787737|71787882|51.0345,X|71792499|71792614|71.3043','ADM1059A1','NM_018486'),(103793728,13.2011,87.191,38.0899,0,0,0,10,'X|71710777|71710858|0.0,X|71792499|71792614|71.3043','ADM1059A1','NM_001166418'),(103793754,27.8775,100,100,99.3258,0,0,10,NULL,'ADM1059A1','NM_001184892'),(103793760,29.4434,100,100,95.2064,0,0,10,NULL,'ADM1059A1','NM_014504'),(103793789,26.8602,100,91.1017,74.5763,0,0,10,NULL,'ADM1059A1','NM_001171155'),(103793828,7.65625,16.5865,3.84615,0,0,0,10,'X|68836150|68836550|13.25','ADM1059A1','NM_001005610'),(103793829,7.84836,23.7363,0,0,0,0,10,'X|68836150|68836550|13.25','ADM1059A1','NM_001005613'),(103793881,12.3211,83.9434,21.797,0,0,0,10,'X|77372807|77372914|79.4393,X|77369511|77369659|20.9459,X|77365380|77365416|52.7778,X|77373546|77373669|69.9187','ADM1059A1','XM_005277807'),(103793915,24.6196,100,100,94.1718,0,0,10,NULL,'ADM1059A1','NM_000900'),(103793916,25.4703,100,100,95.297,0,0,10,NULL,'ADM1059A1','NM_001190839'),(103793929,14.2259,93.2892,44.707,6.42723,0,0,10,'X|68060083|68060500|82.9736','ADM1059A1','NM_004429'),(103793946,23.4147,100,99.1927,72.6539,0,0,10,NULL,'ADM1059A1','NM_013953'),(103793947,23.5008,100,99.3485,75.4072,0,0,10,NULL,'ADM1059A1','NM_013952'),(103793948,24.183,100,99.4985,85.5065,0,0,10,NULL,'ADM1059A1','NM_000181'),(103793949,24.5839,100,99.3548,88.129,0,0,10,NULL,'ADM1059A1','NM_001284290'),(103793950,24.512,100,99.5103,87.5952,0,0,10,NULL,'ADM1059A1','XM_005250297'),(103794034,24.5779,100,99.963,89.4659,0,0,10,NULL,'ADM1059A1','NM_001177639'),(103794035,24.5779,100,99.963,89.4659,0,0,10,NULL,'ADM1059A1','NM_001177643'),(103794036,24.5779,100,99.963,89.4659,0,0,10,NULL,'ADM1059A1','NM_001177634'),(103794037,24.5779,100,99.963,89.4659,0,0,10,NULL,'ADM1059A1','NM_001177638'),(103794038,24.5779,100,99.963,89.4659,0,0,10,NULL,'ADM1059A1','NM_001177644'),(103794039,24.5779,100,99.963,89.4659,0,0,10,NULL,'ADM1059A1','NM_001177642'),(103794082,20.7973,100,97.5501,65.7016,0,0,10,NULL,'ADM1059A1','NM_001271888'),(103794120,27.9488,100,100,90.3518,0,0,10,NULL,'ADM1059A1','NM_018475'),(103794157,26.1982,100,99.8537,94.2209,0,0,10,NULL,'ADM1059A1','NM_000709'),(103794183,28.5421,100,100,97.7155,0,0,10,NULL,'ADM1059A1','NR_102436'),(103794189,25.9161,100,100,93.2566,0,0,10,NULL,'ADM1059A1','NM_001886'),(103794194,33.1885,100,100,92.3628,0,0,10,NULL,'ADM1059A1','NM_001008388'),(103794199,24.3142,100,99.0307,87.6414,0,0,10,NULL,'ADM1059A1','NM_030662'),(103794218,26.8532,100,100,97.3978,0,0,10,NULL,'ADM1059A1','NM_001164674'),(103794250,13.9436,83.871,47.5806,2.41936,0,0,10,'X|15851071|15851132|90.1639,X|15863500|15863641|57.4468,X|15864024|15864136|87.5','ADM1059A1','XM_005274612'),(103794259,29.9923,100,100,97.1939,0,0,10,NULL,'ADM1059A1','NM_005340'),(103794307,25.3059,100,100,93.7063,0,0,10,NULL,'ADM1059A1','NM_002241'),(103794337,30.1602,100,100,99.7307,0,0,10,NULL,'ADM1059A1','NM_000112'),(103794381,23.3947,100,91.4649,60.5932,0,0,10,NULL,'ADM1059A1','NM_183075'),(103794383,25.4715,100,100,91.5232,0,0,10,NULL,'ADM1059A1','NM_001146039'),(103794401,24.4804,100,97.1368,82.0784,0,0,10,NULL,'ADM1059A1','NM_152393'),(103794502,30.888,100,100,97.2495,2.1611,0,10,NULL,'ADM1059A1','NM_152269'),(103794503,30.888,100,100,97.2495,2.1611,0,10,NULL,'ADM1059A1','NM_001143905'),(103794574,20.9061,100,94.7653,62.4549,0,0,10,NULL,'ADM1059A1','XM_005253936'),(103794615,23.7006,100,100,87.7005,0,0,10,NULL,'ADM1059A1','XM_005267884'),(103794625,19.8023,100,96.2264,52.3774,0,0,10,NULL,'ADM1059A1','NM_020435'),(103794646,25.797,100,95.1374,85.2009,0,0,10,NULL,'ADM1059A1','NM_006432'),(103794699,22.5156,100,95.9295,56.8521,0,0,10,NULL,'ADM1059A1','XM_005267060'),(103794709,26.7768,100,100,100,0,0,10,NULL,'ADM1059A1','NM_207118'),(103794711,18.6068,97.3306,81.9302,41.5811,0,0,10,'5|139493764|139494738|97.3306','ADM1059A1','NM_005859'),(103794758,13.8706,83.1622,47.8439,2.46407,0,0,10,'X|15863500|15863641|57.4468,X|15845445|15845497|84.6154,X|15864024|15864136|87.5','ADM1059A1','NM_003916'),(103794765,21.7175,100,96.0862,70.675,0,0,10,NULL,'ADM1059A1','NM_003468'),(103794786,28.0942,100,100,97.2472,0,0,10,NULL,'ADM1059A1','NM_012160'),(103794852,34.8339,100,100,99.7991,0.468855,0,10,NULL,'ADM1059A1','NM_001004127'),(103794902,23.2347,100,97.8206,80.3856,0,0,10,NULL,'ADM1059A1','XM_005255053'),(103794909,24.1049,100,100,88.8112,0,0,10,NULL,'ADM1059A1','NM_003865'),(103794929,27.6114,100,100,98.5267,0,0,10,NULL,'ADM1059A1','NR_033334'),(103794950,23.4651,99.4528,83.4473,78.249,0,0,10,'11|69633480|69633704|98.2143','ADM1059A1','NM_005247'),(103794957,25.3248,100,100,95.1198,0,0,10,NULL,'ADM1059A1','XM_005275518'),(103794969,26.8479,100,98.8649,91.714,0,0,10,NULL,'ADM1059A1','NM_000349'),(103794971,23.9985,100,99.4693,86.9598,0,0,10,NULL,'ADM1059A1','NM_153283'),(103794972,23.9985,100,99.4693,86.9598,0,0,10,NULL,'ADM1059A1','NM_153281'),(103794973,24.1583,100,99.4291,86.7863,0,0,10,NULL,'ADM1059A1','NM_153282'),(103794974,23.7583,100,100,92.6199,0,0,10,NULL,'ADM1059A1','NM_153285'),(103794977,25.1919,100,100,96.4865,0,0,10,NULL,'ADM1059A1','NM_001130110'),(103794990,15.7267,79.858,54.126,30.8784,0,0,10,'16|79632675|79633802|79.858','ADM1059A1','NM_001031804'),(103795033,29.1418,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005250808'),(103795056,30.5945,100,100,99.273,0,0,10,NULL,'ADM1059A1','NM_006493'),(103795074,14.2878,85.0488,46.5064,11.8708,0,0,10,'2|5832851|5834182|85.0488','ADM1059A1','NM_003108'),(103795080,24.0055,100,98.9001,80.7516,0,0,10,NULL,'ADM1059A1','NM_004297'),(103795093,29.6966,100,100,99.5981,0,0,10,NULL,'ADM1059A1','NM_017837'),(103795094,29.6966,100,100,99.5981,0,0,10,NULL,'ADM1059A1','NM_001202554'),(103795190,26.0728,100,100,98.4015,0,0,10,NULL,'ADM1059A1','NM_013999'),(103795199,19.3986,99.7003,74.7253,44.6553,0,0,10,'12|54332688|54333428|99.5946','ADM1059A1','NM_017410'),(103795230,27.2078,100,99.6753,75.6493,0,0,10,NULL,'ADM1059A1','NM_005213'),(103795242,23.0796,100,100,98.2955,0,0,10,NULL,'ADM1059A1','XM_005256486'),(103795248,18.7166,95.2769,82.4104,49.0228,0,0,10,'7|19156333|19156947|95.2769','ADM1059A1','NM_000474'),(103795256,23.7188,100,99.7243,77.114,0,0,10,NULL,'ADM1059A1','XM_005248296'),(103795280,21.7924,97.0346,79.4893,60.8731,0,0,10,'9|139089168|139089591|95.9811,9|139090496|139090668|88.9535','ADM1059A1','NM_178138'),(103795323,22.9629,100,97.5629,69.5938,0,0,10,NULL,'ADM1059A1','NM_004975'),(103795341,28.4061,100,100,100,0,0,10,NULL,'ADM1059A1','NM_198991'),(103795342,28.4061,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001136205'),(103795347,28.2536,100,98.9733,86.1396,0,0,10,NULL,'ADM1059A1','NM_001143827'),(103795348,28.0039,100,99.007,86.4946,0,0,10,NULL,'ADM1059A1','NM_014268'),(103795349,27.6118,100,98.8166,83.9053,0,0,10,NULL,'ADM1059A1','NM_001256420'),(103795350,28.2468,100,98.8571,84.5714,0,0,10,NULL,'ADM1059A1','NM_001143826'),(103795415,22.6655,99.9292,93.3805,66.1239,0,0,10,'9|4117766|4118883|99.8209','ADM1059A1','NM_001042413'),(103795422,28.2023,100,98.1519,88.0903,0,0,10,NULL,'ADM1059A1','NM_024592'),(103795470,26.0661,100,100,95.5882,0,0,10,NULL,'ADM1059A1','NM_001863'),(103795477,28.8317,100,100,89.8515,0,0,10,NULL,'ADM1059A1','NM_001127394'),(103795487,10.6011,61.541,9.43208,1.85985,0,0,10,'X|149680272|149681346|47.8585,X|149613780|149613880|99.0,X|149638015|149639764|65.8662','ADM1059A1','NM_001177465'),(103795574,20.5196,100,97.7905,61.9387,0,0,10,NULL,'ADM1059A1','NM_005378'),(103795575,28.4253,100,100,94.1867,0,0,10,NULL,'ADM1059A1','NM_001282532'),(103795576,28.4253,100,100,94.1867,0,0,10,NULL,'ADM1059A1','NM_015339'),(103795577,28.4253,100,100,94.1867,0,0,10,NULL,'ADM1059A1','NM_181442'),(103795586,28.1944,100,100,97.4921,0,0,10,NULL,'ADM1059A1','NM_001270466'),(103795595,24.4861,100,100,93.8548,0,0,10,NULL,'ADM1059A1','NM_001144951'),(103795598,23.4589,99.9386,91.3391,76.0442,0,0,10,'17|42084689|42084864|99.4286','ADM1059A1','NM_153006'),(103795642,23.4903,100,100,85.4378,0,0,10,NULL,'ADM1059A1','NM_006439'),(103795674,24.9656,100,84.6875,84.6875,0,0,10,NULL,'ADM1059A1','NM_001242701'),(103795692,29.9795,100,100,97.2884,0,0,10,NULL,'ADM1059A1','NM_170695'),(103795723,24.6179,100,92.1429,85.8928,0,0,10,NULL,'ADM1059A1','NM_032492'),(103795740,30.7716,100,98.7981,83.6538,0,0,10,NULL,'ADM1059A1','NM_002876'),(103795753,13.4946,81.8536,41.793,9.22477,0,0,10,'X|84523298|84523349|0.0,X|84525655|84526837|81.6413,X|84510263|84510809|72.3443','ADM1059A1','NM_021998'),(103795820,13.0734,84.9184,29.144,5.84239,0,0,10,'X|153295815|153296903|82.3529,X|153357640|153357670|0.0','ADM1059A1','NM_004992'),(103795831,23.2473,100,100,74.6522,0,0,10,NULL,'ADM1059A1','NM_152464'),(103795833,24.9028,100,99.8721,76.7263,0,0,10,NULL,'ADM1059A1','NM_001256240'),(103795858,25.6224,100,99.3623,85.2041,0,0,10,NULL,'ADM1059A1','NM_001199319'),(103795862,24.2005,100,98.4808,88.986,0,0,10,NULL,'ADM1059A1','NM_022167'),(103795884,28.1898,100,100,100,0,0,10,NULL,'ADM1059A1','NR_033294'),(103795893,18.7123,95.9149,76.8511,44.851,0,0,10,'7|27238773|27239699|94.8164','ADM1059A1','NM_000522'),(103795920,30.6095,100,100,100,0,0,10,NULL,'ADM1059A1','NM_018105'),(103795965,23.3801,100,100,88.2653,0,0,10,NULL,'ADM1059A1','NM_138425'),(103796006,29.4375,100,99.4318,82.3864,0,0,10,NULL,'ADM1059A1','NM_001257160'),(103796128,22.7653,100,96.7683,64.2074,0,0,10,NULL,'ADM1059A1','NM_000104'),(103796216,27.513,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001079528'),(103796248,31.0049,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005245940'),(103796249,31.6117,100,100,99.4258,0,0,10,NULL,'ADM1059A1','NM_001278055'),(103796266,26.0637,100,100,96.5971,0,0,10,NULL,'ADM1059A1','NM_000554'),(103796298,24.0766,100,99.1329,71.9653,0,0,10,NULL,'ADM1059A1','NM_006261'),(103796307,22.3104,100,99.0971,69.4131,0,0,10,NULL,'ADM1059A1','NM_013992'),(103796318,11.8198,75.5061,21.8624,0,0,0,10,'X|71788602|71788736|87.3134,X|71787737|71787882|51.0345,X|71792499|71792614|71.3043','ADM1059A1','NM_001166422'),(103796371,18.399,100,75,37.8079,0,0,10,NULL,'ADM1059A1','NM_002449'),(103796393,27.9734,100,98.2724,82.392,0,0,10,NULL,'ADM1059A1','XM_005270842'),(103796394,27.9734,100,98.2724,82.392,0,0,10,NULL,'ADM1059A1','NM_004974'),(103796399,25.2556,100,99.7758,91.0314,0,0,10,NULL,'ADM1059A1','XM_005250299'),(103796426,27.5049,100,97.9205,84.2393,0,0,10,NULL,'ADM1059A1','NM_002312'),(103796427,27.5049,100,97.9205,84.2393,0,0,10,NULL,'ADM1059A1','NM_001098268'),(103796431,26.7514,100,100,97.0506,0,0,10,NULL,'ADM1059A1','NM_033409'),(103796444,18.2012,99.9038,90.1829,33.6863,0,0,10,'2|176957617|176958401|99.8725','ADM1059A1','NM_000523'),(103796461,32.1046,100,99.7055,97.349,0,0,10,NULL,'ADM1059A1','NM_152594'),(103796472,22.2728,100,94.5141,69.7492,0,0,10,NULL,'ADM1059A1','NM_004465'),(103796535,16.6103,100,59.3416,26.2455,0,0,10,NULL,'ADM1059A1','NM_003317'),(103796604,26.7075,100,100,95.064,0,0,10,NULL,'ADM1059A1','NM_006831'),(103796608,16.4163,81.3935,57.623,34.4262,0,0,10,'16|79632680|79633802|79.7683','ADM1059A1','NM_005360'),(103796668,28.3797,100,100,98.6631,0,0,10,NULL,'ADM1059A1','NM_018973'),(103796675,11.6191,63.3917,28.2638,2.42261,0,0,10,'X|130420409|130420439|0.0,X|130419088|130419442|52.5424,X|130420577|130420651|0.0','ADM1059A1','NM_001170963'),(103796676,11.6191,63.3917,28.2638,2.42261,0,0,10,'X|130420409|130420439|0.0,X|130419088|130419442|52.5424,X|130420577|130420651|0.0','ADM1059A1','NM_205833'),(103796753,25.9798,100,100,85.8745,0,0,10,NULL,'ADM1059A1','XM_005254330'),(103796764,32.0385,100,100,100,0,0,10,NULL,'ADM1059A1','NM_000286'),(103796794,25.7458,100,99.7908,95.5021,0,0,10,NULL,'ADM1059A1','NR_001587'),(103796803,25.4888,100,99.3579,87.9615,0,0,10,NULL,'ADM1059A1','NM_002181'),(103796826,20.7112,99.5254,83.4576,43.322,0,0,10,'14|29236483|29237958|99.5254','ADM1059A1','NM_005249'),(103796858,23.5938,100,93.9359,83.2952,0,0,10,NULL,'ADM1059A1','XM_005265515'),(103796859,23.5938,100,93.9359,83.2952,0,0,10,NULL,'ADM1059A1','NM_032806'),(103796921,24.2791,100,98.8909,81.5157,0,0,10,NULL,'ADM1059A1','NM_032645'),(103796940,26.9932,100,95.2055,80.9931,0,0,10,NULL,'ADM1059A1','NM_002524'),(103797006,23.1732,100,98.4587,84.8952,0,0,10,NULL,'ADM1059A1','NM_014908'),(103797010,25.282,100,98.7451,91.2153,0,0,10,NULL,'ADM1059A1','NM_000557'),(103797023,25.3252,100,100,99.5146,0,0,10,NULL,'ADM1059A1','XM_005264439'),(103797043,25.9366,100,100,86.5482,0,0,10,NULL,'ADM1059A1','NM_016725'),(103797044,25.9366,100,100,86.5482,0,0,10,NULL,'ADM1059A1','NM_016724'),(103797045,25.9366,100,100,86.5482,0,0,10,NULL,'ADM1059A1','NM_016729'),(103797096,27.2903,100,100,96.4602,0,0,10,NULL,'ADM1059A1','NM_022725'),(103797110,26.9696,100,100,93.5356,0,0,10,NULL,'ADM1059A1','XM_005256577'),(103797153,12.3171,67.1951,35.2439,6.64633,0,0,10,'X|73745583|73745730|68.7075,X|73641470|73641904|0.0,X|73751166|73751391|99.5556,X|73749046|73749278|75.431','ADM1059A1','NM_006517'),(103797234,31.9049,100,100,99.9162,0,0,10,NULL,'ADM1059A1','NM_017654'),(103797255,22.9803,100,96.9725,71.422,0,0,10,NULL,'ADM1059A1','NM_024702'),(103797294,22.7388,100,99.8134,78.7313,0,0,10,NULL,'ADM1059A1','NM_006891'),(103797310,24.2096,100,98.6527,86.8264,0,0,10,NULL,'ADM1059A1','NM_001185117'),(103797486,12.4316,84.5883,27.0437,0,0,0,10,'X|63409756|63413169|84.5883','ADM1059A1','NM_152424'),(103797591,22.1579,100,100,86.3158,0,0,10,NULL,'ADM1059A1','NR_029488'),(103797592,24.9489,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001286957'),(103797602,15.1044,94.8379,55.102,11.8247,0,0,10,'6|1610679|1612345|94.8379','ADM1059A1','NM_001453'),(103797626,30.0138,100,100,96.6743,0,0,10,NULL,'ADM1059A1','NM_173207'),(103797671,20.1109,100,89.1748,43.0346,0,0,10,NULL,'ADM1059A1','NM_004473'),(103797935,22.9024,100,99.2683,67.0731,0,0,10,NULL,'ADM1059A1','NM_015972'),(103797949,11.6311,76.113,15.9011,0,0,0,10,'X|136648848|136649912|70.3947,X|136651059|136651226|86.2275','ADM1059A1','NM_003413'),(103797950,31.6154,100,100,96.6154,0,0,10,NULL,'ADM1059A1','NM_017946'),(103798099,24.2172,100,100,93.0029,0,0,10,NULL,'ADM1059A1','NM_004004'),(103798204,23.4983,100,94.4383,69.9666,0,0,10,NULL,'ADM1059A1','NM_000529'),(103798243,30.4562,100,99.8773,93.7807,2.33224,0,10,NULL,'ADM1059A1','NM_032436'),(103798273,19.0139,100,84.6459,45.268,0,0,10,NULL,'ADM1059A1','NM_005251'),(103798374,31.3983,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005246930'),(103798382,22.9842,100,97.9156,77.9868,0,0,10,NULL,'ADM1059A1','XM_005251814'),(103798383,22.9842,100,97.9156,77.9868,0,0,10,NULL,'ADM1059A1','NM_012210'),(103798384,22.4556,100,100,98.8889,0,0,10,NULL,'ADM1059A1','NR_029490'),(103798391,22.5758,100,100,82.3318,0,0,10,NULL,'ADM1059A1','NM_016381'),(103798456,20.7705,100,92.9178,64.0227,0,0,10,NULL,'ADM1059A1','NM_001042631'),(103798457,11.6564,66.1205,24.7886,5.28541,0,0,10,'X|51486720|51488612|66.1205','ADM1059A1','NM_018094'),(103798466,18.1032,94.682,76.5381,46.0897,0,0,10,'3|181430146|181431105|94.682','ADM1059A1','NM_003106'),(103798575,24.8,100,100,75.1352,0,0,10,NULL,'ADM1059A1','NM_001256547'),(103798599,22.7753,99.9238,89.4136,73.8766,0,0,10,'13|20716117|20717430|99.9238','ADM1059A1','NM_021954'),(103798619,23.5559,100,99.4616,92.0592,0,0,10,NULL,'ADM1059A1','XM_005260397'),(103798620,23.5559,100,99.4616,92.0592,0,0,10,NULL,'ADM1059A1','NM_016592'),(103798624,9.11822,44.0149,3.19703,0,0,0,10,'X|139585882|139587227|44.0149','ADM1059A1','NM_005634'),(103798627,19.0497,99.8964,80.3109,43.1088,0,0,10,'1|47881985|47882950|99.8964','ADM1059A1','NM_012186'),(103798631,32.7699,100,100,100,0,0,10,NULL,'ADM1059A1','NM_152618'),(103798632,32.7699,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001178007'),(103798722,27.0118,100,100,100,0,0,10,NULL,'ADM1059A1','NR_029489'),(103798732,27.5599,100,100,98.2394,0,0,10,NULL,'ADM1059A1','NM_153741'),(103798763,24.8214,100,100,100,0,0,10,NULL,'ADM1059A1','XM_005267882'),(103798812,12.9535,93.2103,25.0923,0.442804,0,0,10,'X|100666974|100668329|93.2103','ADM1059A1','NM_019597'),(103798924,24.7548,100,100,88.2465,0,0,10,NULL,'ADM1059A1','NM_001193357'),(103798925,24.7548,100,100,88.2465,0,0,10,NULL,'ADM1059A1','NM_016553'),(103798926,24.7548,100,100,88.2465,0,0,10,NULL,'ADM1059A1','NM_153718'),(103798933,26.5271,100,97.4723,88.5327,0,0,10,NULL,'ADM1059A1','NM_032040'),(103798958,15.8785,98.3275,61.2676,18.5739,0,0,10,'3|138664431|138665567|98.3275','ADM1059A1','NM_023067'),(103799013,19.3443,100,91.8033,53.0738,0,0,10,NULL,'ADM1059A1','NM_057179'),(103799034,33.7912,100,100,100,0,0,10,NULL,'ADM1059A1','NM_145014'),(103799035,33.7912,100,100,100,0,0,10,NULL,'ADM1059A1','NM_001134793'),(103799118,28.7586,100,100,96.395,0,0,10,NULL,'ADM1059A3','NM_002010'),(103799123,25.1982,99.826,98.3949,87.3912,0,0,10,'2|228159678|228159780|91.1765','ADM1059A3','NM_000091'),(103799124,26.5904,94.6429,91.7411,86.1607,0,0,10,'20|49557664|49557748|42.8571','ADM1059A3','XM_005260600'),(103799143,18.5503,99.8053,88.3193,37.2485,0,0,10,'17|70118858|70119115|99.2218,17|70119682|70120531|99.8822','ADM1059A3','NM_000346'),(103799153,25.8512,99.5599,92.4296,83.9789,0,0,10,'X|21958940|21958993|90.566','ADM1059A3','NM_004595'),(103799182,26.2444,100,99.4431,93.75,0,0,10,NULL,'ADM1059A3','NM_000436'),(103799189,20.3531,99.891,85.3406,54.0054,0,0,10,'10|114710513|114710706|99.4819,10|114710964|114711034|98.5714','ADM1059A3','NM_030756'),(103799190,20.623,99.8951,85.8941,55.742,0,0,10,'10|114710513|114710706|99.4819,10|114710964|114711034|98.5714','ADM1059A3','XM_005270084'),(103799191,20.6039,99.8921,85.483,54.4522,0,0,10,'10|114710513|114710706|99.4819,10|114710964|114711034|98.5714','ADM1059A3','NM_001198531'),(103799192,20.4765,99.8921,85.483,54.4522,0,0,10,'10|114710513|114710706|99.4819,10|114710964|114711034|98.5714','ADM1059A3','NM_001146285'),(103799193,20.0735,99.8676,86.4328,51.1582,0,0,10,'10|114710513|114710706|99.4819,10|114710964|114711034|98.5714','ADM1059A3','NM_001146286'),(103799194,20.651,99.866,86.3362,54.1192,0,0,10,'10|114710513|114710706|99.4819,10|114710964|114711034|98.5714','ADM1059A3','NM_001146284'),(103799195,23.9731,100,100,88.8005,0,0,10,NULL,'ADM1059A3','NM_052836'),(103799220,29.6104,100,99.599,98.1094,0,0,10,NULL,'ADM1059A3','NM_021942'),(103799221,29.5082,100,99.5825,98.0316,0,0,10,NULL,'ADM1059A3','NM_199053'),(103799233,23.1491,100,99.7557,83.6897,0,0,10,NULL,'ADM1059A3','NM_032793'),(103799234,23.0221,100,99.7613,82.0406,0,0,10,NULL,'ADM1059A3','NM_001136493'),(103799235,22.8702,100,99.6438,80.2036,0,0,10,NULL,'ADM1059A3','NR_109896'),(103799243,22.5991,99.9119,93.2492,69.7681,0,0,10,'10|43613819|43613930|97.2973','ADM1059A3','NM_020975'),(103799244,22.1193,99.9085,92.9835,68.2123,0,0,10,'10|43613819|43613930|97.2973','ADM1059A3','NM_020630'),(103799245,25.6278,100,96.3101,78.6548,0,0,10,NULL,'ADM1059A3','NM_016219'),(103799256,26.4889,100,98.0509,84.4613,0,0,10,NULL,'ADM1059A3','XM_005252458'),(103799257,24.1414,100,96.6587,78.58,0,0,10,NULL,'ADM1059A3','NM_100486'),(103799258,25.9577,100,97.1831,81.9417,0,0,10,NULL,'ADM1059A3','NM_016628'),(103799263,28.0872,100,99.1835,91.7606,0.074229,0,10,NULL,'ADM1059A3','NM_003922'),(103799274,22.7939,100,98.0697,71.4197,0,0,10,NULL,'ADM1059A3','NM_001144997'),(103799305,28.3531,100,99.4953,92.0783,0,0,10,NULL,'ADM1059A3','NM_001272001'),(103799321,27.4446,100,100,89.0482,0,0,10,NULL,'ADM1059A3','NM_000303'),(103799343,21.8911,100,93.5775,69.9334,0,0,10,NULL,'ADM1059A3','NM_001270447'),(103799344,22.0635,100,94.2857,72.1675,0,0,10,NULL,'ADM1059A3','NM_000018'),(103799345,26.7108,100,99.878,84.8993,0,0,10,NULL,'ADM1059A3','NM_018051'),(103799365,25.3297,100,100,95.9118,0,0,10,NULL,'ADM1059A3','XM_005266679'),(103799367,26.1032,100,99.7109,87.7123,0,0,10,NULL,'ADM1059A3','NM_153252'),(103799384,23.3497,98.4835,93.0419,78.0553,0,0,10,'16|30080818|30080996|90.4494','ADM1059A3','NM_000034'),(103799385,23.3497,98.4835,93.0419,78.0553,0,0,10,'16|30080818|30080996|90.4494','ADM1059A3','NM_184043'),(103799386,23.3497,98.4835,93.0419,78.0553,0,0,10,'16|30080818|30080996|90.4494','ADM1059A3','NM_001127617'),(103799387,24.1633,98.6781,93.9347,80.8709,0,0,10,'16|30080818|30080996|90.4494','ADM1059A3','NM_001243177'),(103799410,25.9442,100,98.9553,90.6646,0,0,10,NULL,'ADM1059A3','NM_000135'),(103799411,26.0222,100,98.9333,90.6037,0,0,10,NULL,'ADM1059A3','NM_001286167'),(103799412,25.1927,100,98.3854,84.2842,0,0,10,NULL,'ADM1059A3','NM_001018112'),(103799413,25.5139,99.7464,93.7447,83.432,0,0,10,'16|23457132|23457284|96.0526','ADM1059A3','NM_153603'),(103799417,22.2428,99.572,92.626,68.0913,0,0,10,'19|39023309|39023378|68.1159,19|38959604|38959782|96.6292,19|38949784|38949980|98.9796,19|38924467|38924516|85.7143,19|38956729|38957040|99.6785,19|39019589|39019699|74.5455','ADM1059A3','NM_000540'),(103799424,24.7857,100,95.7911,78.0203,0,0,10,NULL,'ADM1059A3','NM_054012'),(103799425,24.7857,100,95.7911,78.0203,0,0,10,NULL,'ADM1059A3','XM_005272200'),(103799426,24.7857,100,95.7911,78.0203,0,0,10,NULL,'ADM1059A3','NM_000050'),(103799438,25.678,99.0932,97.4218,88.7447,0,0,10,'1|103496670|103496802|65.1515,1|103573627|103573737|95.4545','ADM1059A3','NM_001854'),(103799439,25.5059,99.0323,97.2486,88.0076,0,0,10,'1|103496670|103496802|65.1515,1|103573627|103573737|95.4545','ADM1059A3','NM_080630'),(103799440,25.9767,99.0989,97.4382,88.8869,0,0,10,'1|103496670|103496802|65.1515,1|103573627|103573737|95.4545','ADM1059A3','NM_080629'),(103799441,25.683,99.0734,97.3656,88.5719,0,0,10,'1|103496670|103496802|65.1515,1|103573627|103573737|95.4545','ADM1059A3','NM_001190709'),(103799449,26.9211,100,98.3772,88.0502,0,0,10,NULL,'ADM1059A3','NM_018451'),(103799478,27.6422,100,100,94.2545,0,0,10,NULL,'ADM1059A3','NM_001079872'),(103799479,27.5608,100,100,94.3356,0,0,10,NULL,'ADM1059A3','NM_003588'),(103799485,20.501,100,94.9854,61.3874,0,0,10,NULL,'ADM1059A3','NM_173354'),(103799499,20.4375,100,97.2426,65.9926,0,0,10,NULL,'ADM1059A3','NR_001566'),(103799524,26.9694,100,96.2543,75.2554,0,0,10,NULL,'ADM1059A3','NM_001195252'),(103799533,25.6867,100,98.5332,86.2124,0,0,10,NULL,'ADM1059A3','NM_024582'),(103799534,21.1145,100,97.2372,66.3747,0,0,10,NULL,'ADM1059A3','XM_005267402'),(103799535,21.1145,100,97.2372,66.3747,0,0,10,NULL,'ADM1059A3','NM_001014431'),(103799536,21.1145,100,97.2372,66.3747,0,0,10,NULL,'ADM1059A3','NM_001014432'),(103799537,21.1145,100,97.2372,66.3747,0,0,10,NULL,'ADM1059A3','NM_005163'),(103799543,27.5415,100,98.4828,86.7192,0,0,10,NULL,'ADM1059A3','NM_020919'),(103799544,21.4844,100,97.6795,72.0812,0,0,10,NULL,'ADM1059A3','NM_001493'),(103799547,27.9055,100,100,95.3859,0,0,10,NULL,'ADM1059A3','XM_005262450'),(103799548,27.9055,100,100,95.3859,0,0,10,NULL,'ADM1059A3','NM_001081550'),(103799560,27.1707,100,98.1167,91.4789,0,0,10,NULL,'ADM1059A3','NM_004523'),(103799581,24.4389,100,98.0299,83.2201,0,0,10,NULL,'ADM1059A3','NM_001481'),(103799582,24.2819,100,97.9914,82.7834,0,0,10,NULL,'ADM1059A3','NM_001286209'),(103799586,27.8136,100,100,96.3826,0,0,10,NULL,'ADM1059A3','NM_001278689'),(103799587,27.4328,100,100,95.9854,0,0,10,NULL,'ADM1059A3','NM_173654'),(103799610,28.2098,100,99.1071,88.9668,0,0,10,NULL,'ADM1059A3','NM_013339'),(103799623,21.3463,100,91.2273,67.5242,0,0,10,NULL,'ADM1059A3','XM_005263461'),(103799646,30.3583,100,100,94.7283,0,0,10,NULL,'ADM1059A3','NM_001172574'),(103799647,30.7074,100,100,94.2757,0,0,10,NULL,'ADM1059A3','NM_001172575'),(103799659,22.098,100,94.8102,68.1884,0,0,10,NULL,'ADM1059A3','NM_000218'),(103799690,25.8954,100,96.836,91.1774,0,0,10,NULL,'ADM1059A3','NM_183415'),(103799691,25.8954,100,96.836,91.1774,0,0,10,NULL,'ADM1059A3','NM_130466'),(103799698,23.0671,100,97.3817,78.3647,0,0,10,NULL,'ADM1059A3','NM_030813'),(103799699,23.0869,100,97.2649,77.6392,0,0,10,NULL,'ADM1059A3','NM_001258392'),(103799700,23.0476,100,97.1414,76.6299,0,0,10,NULL,'ADM1059A3','NM_001258393'),(103799701,19.7796,99.3069,88.5994,51.3384,0,0,10,'5|180048540|180048906|92.3497,5|180046019|180046111|98.913','ADM1059A3','NM_182925'),(103799702,19.4447,99.273,88.0421,48.8594,0,0,10,'5|180048540|180048906|92.3497,5|180046019|180046111|98.913','ADM1059A3','NM_002020'),(103799723,24.8448,100,98.9671,84.2866,0,0,10,NULL,'ADM1059A3','NM_015346'),(103799753,25.2163,100,99.8466,86.1196,0,0,10,NULL,'ADM1059A3','XM_005264089'),(103799754,25.2163,100,99.8466,86.1196,0,0,10,NULL,'ADM1059A3','NM_213622'),(103799755,25.2163,100,99.8466,86.1196,0,0,10,NULL,'ADM1059A3','NM_201647'),(103799756,25.2163,100,99.8466,86.1196,0,0,10,NULL,'ADM1059A3','NM_006463'),(103799757,24.8908,99.4982,90.9477,77.8807,0,0,10,'6|72891985|72892854|97.0081','ADM1059A3','NM_014989'),(103799795,26.3157,100,98.2083,86.4922,0,0,10,NULL,'ADM1059A3','NM_000259'),(103799796,26.3746,100,98.1815,86.5751,0,0,10,NULL,'ADM1059A3','NM_001142495'),(103799797,26.3308,100,98.2045,86.5517,0,0,10,NULL,'ADM1059A3','XM_005254401'),(103799798,26.4508,100,98.2322,87.1577,0,0,10,NULL,'ADM1059A3','XM_005254403'),(103799813,21.3886,92.0097,78.8136,61.2591,0,0,10,'9|131452264|131452307|95.3488,9|131456173|131456323|57.3333','ADM1059A3','NM_001248001'),(103799819,24.2332,100,98.0005,86.7063,0,0,10,NULL,'ADM1059A3','NR_027751'),(103799820,24.0957,100,97.2908,84.3468,0,0,10,NULL,'ADM1059A3','NM_017565'),(103799825,24.8517,99.8033,97.797,84.1463,0,0,10,'2|86258634|86258760|92.0635','ADM1059A3','NM_015425'),(103799838,22.3303,100,96.9155,75.0559,0,0,10,NULL,'ADM1059A3','XM_005256493'),(103799839,22.3344,100,96.9031,75,0,0,10,NULL,'ADM1059A3','NM_001128827'),(103799840,22.1834,100,97.0911,73.6931,0,0,10,NULL,'ADM1059A3','NM_001365'),(103799861,27.6843,99.9598,97.8803,89.6029,0,0,10,'15|44859620|44859792|98.2558','ADM1059A3','NM_025137'),(103799862,27.8381,99.9578,97.7775,89.2812,0,0,10,'15|44859620|44859792|98.2558','ADM1059A3','NM_001160227'),(103799865,26.7743,100,99.7512,84.3228,0,0,10,NULL,'ADM1059A3','NM_018706'),(103799879,28.4477,100,100,97.0545,0,0,10,NULL,'ADM1059A3','NM_001077691'),(103799897,24.2245,100,99.5223,84.2357,0,0,10,NULL,'ADM1059A3','NM_001382'),(103799898,22.6319,100,100,90.1099,0,0,10,NULL,'ADM1059A3','XM_005271424'),(103799910,27.6309,100,99.6815,90.828,0,0,10,NULL,'ADM1059A3','NM_000170'),(103799936,23.9158,100,95.0532,76.8942,0,0,10,NULL,'ADM1059A3','NM_001848'),(103799944,25.8296,100,98.2853,88.8203,0,0,10,NULL,'ADM1059A3','NR_109986'),(103799957,29.6562,100,97.7558,93.2675,0,0,10,NULL,'ADM1059A3','XM_005273023'),(103799958,28.2208,100,99.1805,90.6737,0,0,10,NULL,'ADM1059A3','NM_004238'),(103799959,27.6556,100,99.6783,90.4825,0,0,10,NULL,'ADM1059A3','NM_001284216'),(103799960,28.2876,100,99.1997,90.8931,0,0,10,NULL,'ADM1059A3','NM_001284214'),(103799978,21.7732,99.8476,91.7683,66.1585,0,0,10,'9|130965747|130965912|98.1818,9|130980508|130980585|98.7013','ADM1059A3','NM_001288738'),(103799979,21.3864,99.8476,91.0442,62.2332,0,0,10,'9|130965747|130965912|98.1818,9|130980508|130980585|98.7013','ADM1059A3','NM_001005336'),(103799980,21.5595,99.8498,91.1754,62.8239,0,0,10,'9|130965747|130965912|98.1818,9|130980508|130980585|98.7013','ADM1059A3','NM_004408'),(103799981,21.7732,99.8476,91.7683,66.1585,0,0,10,'9|130965747|130965912|98.1818,9|130980508|130980585|98.7013','ADM1059A3','NM_001288737'),(103800033,24.4371,99.8624,96.0385,81.5681,0,0,10,'20|9453924|9454014|95.5556,20|9417647|9417801|99.3506','ADM1059A3','XM_005260726'),(103800034,24.4525,99.8647,96.1028,81.7862,0,0,10,'20|9453924|9454014|95.5556,20|9417647|9417801|99.3506','ADM1059A3','NM_000933'),(103800035,24.4673,99.8639,96.0806,81.7637,0,0,10,'20|9453924|9454014|95.5556,20|9417647|9417801|99.3506','ADM1059A3','NM_001172646'),(103800036,24.4371,99.8624,96.0385,81.5681,0,0,10,'20|9453924|9454014|95.5556,20|9417647|9417801|99.3506','ADM1059A3','NM_182797'),(103800043,23.615,100,98.0609,63.7119,0,0,10,NULL,'ADM1059A3','NM_001024070'),(103800044,24.652,100,98.1889,66.1061,0,0,10,NULL,'ADM1059A3','NM_000161'),(103800045,22.3777,100,97.8852,58.7614,0,0,10,NULL,'ADM1059A3','NM_001024071'),(103800046,24.652,100,98.1889,66.1061,0,0,10,NULL,'ADM1059A3','NM_001024024'),(103800047,23.3412,100,98.6769,77.6462,0,0,10,NULL,'ADM1059A3','NM_019109'),(103800068,22.64,99.5218,93.119,70.0053,0,0,10,'7|70229736|70229993|93.3852,7|70231098|70231322|99.5536','ADM1059A3','NM_001127231'),(103800069,22.6773,99.5311,93.2534,70.5913,0,0,10,'7|70229736|70229993|93.3852,7|70231098|70231322|99.5536','ADM1059A3','NM_015570'),(103800092,22.709,100,94.4893,65.687,0,0,10,NULL,'ADM1059A3','NM_001031737'),(103800094,28.1609,100,98.9245,92.5644,0,0,10,NULL,'ADM1059A3','NM_174916'),(103800095,20.6895,99.8554,94.3346,60.3182,0,0,10,'21|46825143|46825158|73.3333,21|46906773|46906908|98.5185','ADM1059A3','NM_130445'),(103800096,20.8521,99.9573,95.0907,62.9242,0,0,10,'21|46906773|46906908|98.5185','ADM1059A3','NM_030582'),(103800097,20.5699,99.9629,94.5826,60.2598,0,0,10,'21|46906773|46906908|98.5185','ADM1059A3','XM_005261182'),(103800101,23.4979,96.259,92.9496,89.4964,0,0,10,'X|619518|619567|46.9388','ADM1059A3','NM_006883'),(103800102,24.0157,100,100,94.8661,0,0,10,NULL,'ADM1059A3','NM_000451'),(103800111,25.9269,100,99.444,90.6615,0,0,10,NULL,'ADM1059A3','NM_000138'),(103800117,19.5084,96.7263,83.1713,51.7136,0,0,10,'1|1452545|1452794|97.5904,1|1453094|1453157|7.93651','ADM1059A3','NM_018188'),(103800118,27.353,100,99.9629,90.252,0,0,10,NULL,'ADM1059A3','NM_001256469'),(103800119,27.6883,100,99.9681,91.6135,0,0,10,NULL,'ADM1059A3','NM_012330'),(103800173,24.816,99.983,98.3044,85.1547,0,0,10,'7|98507677|98508044|99.7275,7|98567733|98567916|99.4536','ADM1059A3','NM_001244580'),(103800174,24.8415,99.9829,98.2913,85.1431,0,0,10,'7|98507677|98508044|99.7275,7|98567733|98567916|99.4536','ADM1059A3','NM_003496'),(103800189,26.8501,100,99.2576,88.5895,0,0,10,NULL,'ADM1059A3','NM_015909'),(103800190,26.7228,100,99.3784,84.2367,0,0,10,NULL,'ADM1059A3','NM_032578'),(103800255,26.2972,100,98.7489,88.1255,0,0,10,NULL,'ADM1059A3','NM_000090'),(103800256,25.7061,100,95.0479,83.7061,0,0,10,NULL,'ADM1059A3','NM_001256283'),(103800257,26.2961,100,97.6282,88.4468,0,0,10,NULL,'ADM1059A3','NM_001957'),(103800258,25.7258,100,96.8172,85.1129,0,0,10,NULL,'ADM1059A3','NM_001166055'),(103800267,26.6603,99.7224,94.9341,91.5337,0,0,10,'6|70990513|70990579|87.8788','ADM1059A3','NM_001851'),(103800268,25.9672,99.6253,93.1616,89.4614,0,0,10,'6|70990513|70990579|87.8788','ADM1059A3','NM_078485'),(103800269,25.4379,100,96.4078,83.7379,0,0,10,NULL,'ADM1059A3','NM_001286414'),(103800270,25.4448,100,96.4025,83.7628,0,0,10,NULL,'ADM1059A3','NM_014444'),(103800272,22.2599,100,97.3459,76.9264,0,0,10,NULL,'ADM1059A3','NM_001007792'),(103800273,21.7169,100,96.3681,72.5134,0,0,10,NULL,'ADM1059A3','NM_001012331'),(103800274,21.7769,100,96.4388,72.7794,0,0,10,NULL,'ADM1059A3','NM_002529'),(103800314,25.2292,100,100,97.9562,0,0,10,NULL,'ADM1059A3','NR_106950'),(103800366,27.2354,100,100,95.1521,0,0,10,NULL,'ADM1059A3','NM_005862'),(103800384,20.3787,100,96.1538,52.3669,0,0,10,NULL,'ADM1059A3','NM_212552'),(103800385,20.0915,100,95.8991,49.2113,0,0,10,NULL,'ADM1059A3','NM_001035505'),(103800388,26.7081,100,99.9105,93.1737,0,0,10,NULL,'ADM1059A3','NM_001999'),(103800390,26.4466,100,100,95.9398,0,0,10,NULL,'ADM1059A3','NM_001283186'),(103800391,25.336,100,100,87.8646,0,0,10,NULL,'ADM1059A3','NM_152906'),(103800392,25.1663,100,100,88.7755,0,0,10,NULL,'ADM1059A3','NM_001283129'),(103800393,26.4466,100,100,95.9398,0,0,10,NULL,'ADM1059A3','XM_005261223'),(103800394,25.9061,100,100,95.1263,0,0,10,NULL,'ADM1059A3','NM_001283235'),(103800398,25.1421,100,96.0192,86.4104,0,0,10,NULL,'ADM1059A3','NM_005879'),(103800401,26.238,99.979,96.894,88.7093,0,0,10,'12|22063089|22063248|99.3711','ADM1059A3','NM_020297'),(103800402,26.3149,99.979,96.8934,88.707,0,0,10,'12|22063089|22063248|99.3711','ADM1059A3','NM_005691'),(103800412,24.5986,100,100,86.6989,0,0,10,NULL,'ADM1059A3','NM_001122608'),(103800423,30.3871,100,100,99.5022,0,0,10,NULL,'ADM1059A3','NM_025000'),(103800424,29.6743,100,100,99.4286,0,0,10,NULL,'ADM1059A3','NM_001164821'),(103800426,24.5065,99.6283,90.9851,81.3197,0,0,10,'8|15397937|15398079|97.1831','ADM1059A3','NM_178234'),(103800427,24.5227,99.6293,91.0102,81.3716,0,0,10,'8|15397937|15398079|97.1831','ADM1059A3','NM_006765'),(103800452,26.8704,100,92.8306,82.2092,0,0,10,NULL,'ADM1059A3','NM_004670'),(103800453,26.9553,100,92.8985,82.3777,0,0,10,NULL,'ADM1059A3','NM_001015880'),(103800465,19.0912,96.2942,73.5067,40.6526,0,0,10,'18|19751103|19752242|94.1176','ADM1059A3','NM_005257'),(103800494,21.0786,99.2971,88.6262,58.7859,0,0,10,'8|27326850|27326898|77.0833','ADM1059A3','NM_001282455'),(103800495,21.3025,99.3168,88.9441,59.9379,0,0,10,'8|27326850|27326898|77.0833','ADM1059A3','NM_000742'),(103800504,26.0054,99.9868,97.8777,90.2715,0,0,10,'X|76874272|76874451|99.4413','ADM1059A3','NM_000489'),(103800505,25.9609,99.9866,97.8444,90.1191,0,0,10,'X|76874272|76874451|99.4413','ADM1059A3','NM_138270'),(103800508,22.9842,100,97.9294,61.7539,0,0,10,NULL,'ADM1059A3','NM_024598'),(103800509,22.1243,100,97.7749,58.9005,0,0,10,NULL,'ADM1059A3','NM_001195302'),(103800518,25.996,100,99.0765,82.7177,0,0,10,NULL,'ADM1059A3','NM_000320'),(103800585,23.4352,100,96.2471,77.8862,0,0,10,NULL,'ADM1059A3','NM_002470'),(103800587,21.1577,99.8501,90.3148,58.8306,0,0,10,'2|240098107|240098261|98.0519,2|240048150|240048377|99.1189','ADM1059A3','NM_006037'),(103800596,24.012,100,100,88.2845,0,0,10,NULL,'ADM1059A3','NM_030928'),(103800604,20.7908,98.0916,87.0229,53.5878,0,0,10,'12|48238526|48238790|98.8636,12|48251285|48251473|88.2979','ADM1059A3','NM_000376'),(103800605,20.4843,98.2947,88.1992,50.8868,0,0,10,'12|48238526|48238790|98.8636,12|48251285|48251473|88.2979','ADM1059A3','NM_001017536'),(103800606,20.7908,98.0916,87.0229,53.5878,0,0,10,'12|48238526|48238790|98.8636,12|48251285|48251473|88.2979','ADM1059A3','NM_001017535'),(103800607,22.333,98.5501,90.993,69.9912,0,0,10,'10|71712636|71712726|94.4444,10|71664687|71664717|6.66667','ADM1059A3','NM_001130103'),(103800608,22.1735,98.5048,90.7114,69.053,0,0,10,'10|71712636|71712726|94.4444,10|71664687|71664717|6.66667','ADM1059A3','NM_080801'),(103800609,22.2389,98.4779,90.5443,69.9262,0,0,10,'10|71712636|71712726|94.4444,10|71664687|71664717|6.66667','ADM1059A3','NM_080802'),(103800610,22.1819,98.3863,92.6161,69.2421,0,0,10,'10|71712636|71712726|94.4444,10|71664687|71664717|6.66667','ADM1059A3','NM_080798'),(103800611,22.3848,98.4828,90.5747,70.023,0,0,10,'10|71712636|71712726|94.4444,10|71664687|71664717|6.66667','ADM1059A3','NM_080800'),(103800612,22.6388,98.553,95.1421,73.4367,0,0,10,'10|71664687|71664717|6.66667','ADM1059A3','NM_080805'),(103800613,21.1879,97.0517,93.2458,67.9711,0,0,10,'9|138667154|138667263|99.0826,9|138594102|138594216|65.7895,9|138676379|138676466|19.5402','ADM1059A3','NM_001272003'),(103800614,21.0778,97.1075,93.3736,67.026,0,0,10,'9|138667154|138667263|99.0826,9|138594102|138594216|65.7895,9|138676379|138676466|19.5402','ADM1059A3','NM_020822'),(103800615,21.1471,97.1569,93.4867,67.5885,0,0,10,'9|138667154|138667263|99.0826,9|138594102|138594216|65.7895,9|138676379|138676466|19.5402','ADM1059A3','XM_005263407'),(103800618,26.2655,99.955,92.1692,82.8083,0,0,10,'5|67576354|67576559|99.5122','ADM1059A3','NM_181523'),(103800622,29.7309,100,98.4263,96.1713,0,0,10,NULL,'ADM1059A3','NM_015295'),(103800632,27.2573,100,100,96.5024,0,0,10,NULL,'ADM1059A3','NM_018193'),(103800633,27.2546,100,100,96.6585,0,0,10,NULL,'ADM1059A3','NM_001113378'),(103800639,27.4584,100,99.1376,93.6012,0,0,10,NULL,'ADM1059A3','NM_018249'),(103800640,27.2753,100,99.1004,93.3249,0,0,10,NULL,'ADM1059A3','NM_001011649'),(103800641,27.5417,100,99.1227,93.4901,0,0,10,NULL,'ADM1059A3','NM_001272039'),(103800642,23.574,99.5134,93.9629,77.3292,0,0,10,'16|2135229|2135325|91.6667,16|2130164|2130380|91.2037','ADM1059A3','NM_000548'),(103800643,23.4292,99.4946,93.7289,76.5069,0,0,10,'16|2135229|2135325|91.6667,16|2130164|2130380|91.2037','ADM1059A3','NM_001077183'),(103800644,23.5408,99.4838,93.6532,77.6142,0,0,10,'16|2135229|2135325|91.6667,16|2130164|2130380|91.2037','ADM1059A3','XM_005255533'),(103800645,23.5602,99.507,93.8835,77.0312,0,0,10,'16|2135229|2135325|91.6667,16|2130164|2130380|91.2037','ADM1059A3','NM_001114382'),(103800646,23.441,99.5016,93.8158,76.7768,0,0,10,'16|2135229|2135325|91.6667,16|2130164|2130380|91.2037','ADM1059A3','XM_005255530'),(103800662,26.0053,100,98.9336,89.4996,0,0,10,NULL,'ADM1059A3','NM_001130690'),(103800698,25.2389,99.4725,96.6956,86.736,0,0,10,'9|214974|215031|96.4912,9|452009|452119|70.9091','ADM1059A3','XM_005251605'),(103800699,25.4142,99.4786,97.458,87.111,0,0,10,'9|452009|452119|70.9091','ADM1059A3','NM_001190458'),(103800700,25.4142,99.4868,97.4984,87.3156,0,0,10,'9|452009|452119|70.9091','ADM1059A3','NM_203447'),(103800727,24.698,99.9353,95.2258,80.0939,0,0,10,'14|91806226|91806370|99.3056,14|91744264|91744557|98.9761','ADM1059A3','NM_001080414'),(103800735,22.4289,99.9269,96.3803,69.9086,0,0,10,'20|3210168|3210424|99.2188','ADM1059A3','NM_032034'),(103800736,22.6971,99.9291,96.4881,70.8762,0,0,10,'20|3210168|3210424|99.2188','ADM1059A3','NM_001174090'),(103800737,22.3717,99.9257,96.3197,69.0706,0,0,10,'20|3210168|3210424|99.2188','ADM1059A3','NM_001174089'),(103800752,25.3136,100,98.8982,85.7862,0.0944435,0,10,NULL,'ADM1059A3','NM_001206999'),(103800753,25.4112,100,98.8753,86.0058,0.096401,0,10,NULL,'ADM1059A3','NM_007174'),(103800763,26.4811,99.9813,97.5505,90.3702,0,0,10,'13|101717754|101717915|99.3789','ADM1059A3','NM_052867'),(103800777,23.6222,100,99.6606,75.3394,0,0,10,NULL,'ADM1059A3','NM_003289'),(103800782,22.0561,99.5917,93.9268,65.1496,0,0,10,'1|22175134|22175289|96.129,1|22214429|22214561|99.2424,1|22263646|22263713|28.3582','ADM1059A3','NM_005529'),(103800784,26.6733,100,96.2238,80.7552,0,0,10,NULL,'ADM1059A3','NM_006642'),(103800785,26.5295,100,95.9826,79.5256,0,0,10,NULL,'ADM1059A3','XM_005273020'),(103800794,23.4331,99.6015,95.4304,80.4463,0,0,10,'20|62326417|62326576|94.3396,20|62321645|62321796|96.0265','ADM1059A3','NM_032957'),(103800795,23.5253,99.6257,95.7075,81.6321,0,0,10,'20|62326417|62326576|94.3396,20|62321645|62321796|96.0265','ADM1059A3','NM_001283009'),(103800803,24.1054,100,99.4206,88.1808,0,0,10,NULL,'ADM1059A3','NM_001129819'),(103800804,24.1054,100,99.4206,88.1808,0,0,10,NULL,'ADM1059A3','NM_007326'),(103800819,27.1605,100,99.8291,92.8226,0,0,10,NULL,'ADM1059A3','NM_020920'),(103800820,27.563,100,99.8473,93.587,0,0,10,NULL,'ADM1059A3','NM_001170629'),(103800860,27.5879,100,99.9414,94.1142,0,0,10,NULL,'ADM1059A3','NM_173630'),(103800865,20.6605,100,95.4938,50.5069,0,0,10,NULL,'ADM1059A3','NM_001177431'),(103800866,20.6605,100,95.4938,50.5069,0,0,10,NULL,'ADM1059A3','NM_021625'),(103800867,21.1101,100,95.8012,54.7129,0,0,10,NULL,'ADM1059A3','NM_001177433'),(103800868,20.9818,100,95.8838,54.2373,0,0,10,NULL,'ADM1059A3','NM_147204'),(103800869,20.7624,100,95.4311,50.735,0,0,10,NULL,'ADM1059A3','NM_001177428'),(103800870,20.7525,100,95.6674,50.9368,0,0,10,NULL,'ADM1059A3','XM_005253919'),(103800872,23.5736,99.3932,92.1456,71.9872,0,0,10,'14|23859264|23859657|96.1832,14|23861769|23861863|77.6596','ADM1059A3','NM_002471'),(103800885,27.7909,99.9582,98.6097,93.916,0,0,10,'6|129674307|129674504|97.9695','ADM1059A3','NM_001079823'),(103800911,22.6787,100,96.4398,66.5164,0,0,10,NULL,'ADM1059A3','NM_001010898'),(103800956,27.0898,100,100,97.7212,0,0,10,NULL,'ADM1059A3','XM_005267040'),(103800957,29.9762,100,100,98.7726,0,0,10,NULL,'ADM1059A3','NM_017909'),(103800963,21.9347,99.5548,95.2146,65.6916,0,0,10,'19|11348130|11348235|83.8095,19|11322667|11322829|93.2099','ADM1059A3','NM_020812'),(103800966,24.7615,100,96.7754,85.0816,0,0,10,NULL,'ADM1059A3','NM_015662'),(103800981,18.4263,95.1346,70.9311,42.1092,0,0,10,'19|48922489|48922618|96.124,19|48901647|48902116|99.1471,19|48945855|48947197|85.9911','ADM1059A3','NM_000836'),(103801004,24.0003,99.9833,97.0191,77.8851,0,0,10,'22|36678711|36678833|99.1803','ADM1059A3','NM_002473'),(103801026,25.1287,100,96.0643,83.4956,0,0,10,NULL,'ADM1059A3','NM_032985'),(103801027,25.1287,100,96.0643,83.4956,0,0,10,NULL,'ADM1059A3','NM_001172746'),(103801028,25.1287,100,96.0643,83.4956,0,0,10,NULL,'ADM1059A3','NM_001172745'),(103801047,28.073,100,100,92.1203,0,0,10,NULL,'ADM1059A3','NM_020164'),(103801048,28.8446,100,100,97.3846,0,0,10,NULL,'ADM1059A3','NM_032467'),(103801065,22.9004,100,95.2681,72.6904,0,0,10,NULL,'ADM1059A3','NM_001278912'),(103801066,22.8774,100,95.3866,73.3743,0,0,10,NULL,'ADM1059A3','NM_000501'),(103801067,23.0717,100,94.8046,75.5567,0,0,10,NULL,'ADM1059A3','NM_001278913'),(103801068,23.0701,100,95.2229,75.4322,0,0,10,NULL,'ADM1059A3','NM_001278914'),(103801069,23.0663,100,95.0611,74.6002,0,0,10,NULL,'ADM1059A3','NM_001278918'),(103801070,23.0474,100,94.9177,74.637,0,0,10,NULL,'ADM1059A3','NM_001278916'),(103801071,22.9095,100,95.3188,73.2501,0,0,10,NULL,'ADM1059A3','NM_001278917'),(103801072,22.9328,100,95.2999,72.8738,0,0,10,NULL,'ADM1059A3','NM_001081754'),(103801073,23.0626,100,95.1702,74.885,0,0,10,NULL,'ADM1059A3','NM_001081753'),(103801074,24.4191,100,96.9834,80.9397,0,0,10,NULL,'ADM1059A3','NM_001332'),(103801092,24.1425,100,99.6606,80.4299,0,0,10,NULL,'ADM1059A3','NM_213674'),(103801104,25.0006,100,98.8834,86.1663,0,0,10,NULL,'ADM1059A3','NM_001211'),(103801105,21.2217,99.5913,92.7112,54.6322,0,0,10,'19|5696063|5696183|90.0','ADM1059A3','NM_004793'),(103801106,21.3029,99.5632,92.3189,54.4594,0,0,10,'19|5696063|5696183|90.0','ADM1059A3','NM_001276479'),(103801107,21.237,99.4876,92.4424,54.9957,0,0,10,'19|5696063|5696183|90.0','ADM1059A3','NM_001276480'),(103801122,23.2981,100,98.7402,80.144,0,0,10,NULL,'ADM1059A3','NM_015599'),(103801123,23.1366,100,98.7945,79.4489,0,0,10,NULL,'ADM1059A3','NM_001199919'),(103801124,23.313,100,98.8027,80.6727,0,0,10,NULL,'ADM1059A3','NM_001199917'),(103801135,21.4313,99.753,91.8972,58.1028,0,0,10,'11|64374665|64375556|99.4388','ADM1059A3','NM_138734'),(103801136,21.8133,99.7119,90.3015,64.6053,0,0,10,'11|64416204|64416381|94.3503,11|64374665|64375556|99.4388','ADM1059A3','XM_005274406'),(103801137,21.8376,99.6993,89.8757,64.3144,0,0,10,'11|64416204|64416381|94.3503,11|64374665|64375556|99.4388','ADM1059A3','NM_138732'),(103801138,21.8133,99.7119,90.3015,64.6053,0,0,10,'11|64416204|64416381|94.3503,11|64374665|64375556|99.4388','ADM1059A3','NM_015080'),(103801155,21.3963,99.6457,90.0797,68.7334,0,0,10,'12|115120615|115121008|98.4733,12|115109643|115110109|99.5708','ADM1059A3','NM_016569'),(103801156,29.0406,100,100,98.2979,0,0,10,NULL,'ADM1059A3','NM_000642'),(103801157,29.0406,100,100,98.2979,0,0,10,NULL,'ADM1059A3','NM_000644'),(103801158,29.0406,100,100,98.2979,0,0,10,NULL,'ADM1059A3','NM_000643'),(103801159,29.0406,100,100,98.2979,0,0,10,NULL,'ADM1059A3','NM_000028'),(103801160,29.0286,100,100,98.0224,0,0,10,NULL,'ADM1059A3','NM_000646'),(103801161,29.0749,100,100,98.2781,0,0,10,NULL,'ADM1059A3','NM_000645'),(103801166,23.77,100,98.6826,80.0599,0,0,10,NULL,'ADM1059A3','NM_006657'),(103801167,23.7842,100,98.7542,81.1438,0,0,10,NULL,'ADM1059A3','XM_005261088'),(103801168,23.77,100,98.6826,80.0599,0,0,10,NULL,'ADM1059A3','NM_206965'),(103801169,23.8427,100,98.5583,78.4404,0,0,10,NULL,'ADM1059A3','XM_005261089'),(103801182,20.1313,88.1073,75.1904,56.6344,0.505664,0,10,'16|70894590|70894806|85.6481,16|70998629|70998801|88.9535,16|71065580|71065822|99.5868,16|71021825|71022038|0.0,16|70861162|70861316|8.44156,16|70862167|70862334|94.012,16|71052030|71052347|22.3975,16|70937806|70937969|81.5951,16|71059284|71059431|40.1361,16|70852243|70852477|94.4444,16|70986322|70986540|50.4587,16|71094405|71094561|8.33333,16|70937526|70937702|7.38636,16|70900070|70900234|94.5122,16|70925547|70925789|27.686,16|71022294|71022417|0.0,16|71007244|71007397|64.7059,16|71122202|71122429|60.3524,16|71004421|71004664|98.7654,16|70969853|70970019|12.6506,16|71196432|71196635|73.8916','ADM1059A3','NM_001270974'),(103801189,24.7491,99.5737,94.3057,79.1413,0,0,10,'10|15559154|15559245|92.3077,10|15761560|15761773|96.7136','ADM1059A3','NM_003638'),(103801221,25.6137,100,99.9202,87.3903,0,0,10,NULL,'ADM1059A3','NM_024818'),(103801222,26.2486,100,100,89.464,0,0,10,NULL,'ADM1059A3','NM_198329'),(103801226,26.0892,99.6273,98.2593,89.9806,0,0,10,'6|152629622|152629769|61.2245,6|152740702|152740859|72.6115','ADM1059A3','NM_182961'),(103801227,26.1244,99.6253,98.2651,89.9577,0,0,10,'6|152629622|152629765|60.1399,6|152740702|152740859|72.6115','ADM1059A3','NM_033071'),(103801241,23.6874,99.8378,96.1871,76.5549,0,0,10,'17|80878430|80878496|90.9091','ADM1059A3','NM_005993'),(103801242,22.9258,99.909,97.8162,76.2056,0,0,10,'3|183888105|183888546|99.5465','ADM1059A3','NM_004423'),(103801243,25.308,100,99.826,83.7587,0,0,10,NULL,'ADM1059A3','NM_002633'),(103801244,26.4764,100,99.8313,87.4016,0,0,10,NULL,'ADM1059A3','NM_001172818'),(103801245,25.9742,100,99.7331,80.694,0,0,10,NULL,'ADM1059A3','NM_001172819'),(103801266,23.0366,99.9341,95.9958,75.6059,0,0,10,'11|19735239|19735510|98.155','ADM1059A3','NM_001244963'),(103801272,24.4073,100,97.6613,76.0484,0,0,10,NULL,'ADM1059A3','NM_002547'),(103801278,22.7869,99.7151,96.4901,72.0114,0,0,10,'16|88851307|88851375|69.1176,16|88800312|88800464|99.3421','ADM1059A3','NM_001142864'),(103801291,27.2479,100,100,93.9058,0,0,10,NULL,'ADM1059A3','NM_181426'),(103801305,25.0366,99.9512,98.5352,83.2031,0,0,10,'1|46662640|46662758|99.1525','ADM1059A3','NM_017739'),(103801306,24.2665,99.9568,98.1857,77.1922,0,0,10,'1|46662640|46662758|99.1525','ADM1059A3','NM_001243766'),(103801307,24.9072,99.9495,98.4864,82.5429,0,0,10,'1|46662640|46662758|99.1525','ADM1059A3','XM_005271012'),(103801310,25.1014,99.7354,96.5779,85.0062,0,0,10,'18|47455880|47455970|83.3333','ADM1059A3','NM_001080467'),(103801317,22.0485,99.8625,94.9931,67.151,0,0,10,'1|7723411|7725261|99.6216','ADM1059A3','NM_015215'),(103801318,20.2977,100,96.9064,53.4281,0,0,10,NULL,'ADM1059A3','NM_000660'),(103801364,30.5362,100,100,98.8877,0,0,10,NULL,'ADM1059A3','NM_001277062'),(103801365,30.9424,100,100,99.0548,0,0,10,NULL,'ADM1059A3','NM_001277061'),(103801366,31.9199,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001277065'),(103801367,31.9199,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001277066'),(103801368,31.5492,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001277063'),(103801369,31.6092,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001277064'),(103801370,30.9424,100,100,99.0548,0,0,10,NULL,'ADM1059A3','NM_020194'),(103801381,26.9104,100,99.8149,90.1924,0,0,10,NULL,'ADM1059A3','NM_001184898'),(103801392,23.0966,100,98.2841,74.3815,0,0,10,NULL,'ADM1059A3','NM_178229'),(103801403,22.8111,100,98.7454,73.9483,0,0,10,NULL,'ADM1059A3','NM_001303'),(103801421,25.262,100,99.0352,87.629,0,0,10,NULL,'ADM1059A3','XM_005277962'),(103801422,25.262,100,99.0352,87.629,0,0,10,NULL,'ADM1059A3','NM_031407'),(103801452,27.3977,99.8876,98.6798,93.3708,0,0,10,'9|135772808|135772999|97.9058','ADM1059A3','NM_001162426'),(103801486,27.32,100,100,96.9774,0,0,10,NULL,'ADM1059A3','NM_144966'),(103801495,27.321,100,99.4004,90.6821,0,0,10,NULL,'ADM1059A3','NM_001376'),(103801496,26.7289,100,97.12,86.5501,0,0,10,NULL,'ADM1059A3','NM_001128840'),(103801497,26.635,100,97.1471,86.2435,0,0,10,NULL,'ADM1059A3','NM_000720'),(103801498,26.6483,100,97.0849,86.3858,0,0,10,NULL,'ADM1059A3','NM_001128839'),(103801515,26.7565,99.8887,99.0722,89.5528,0,0,10,'4|85731038|85731499|97.397','ADM1059A3','NM_014991'),(103801516,26.8067,99.8881,99.1048,90.0037,0,0,10,'4|85731038|85731499|97.397','ADM1059A3','XM_005262860'),(103801547,23.8428,100,95.0714,72.5714,0,0,10,NULL,'ADM1059A3','NM_003321'),(103801587,27.1178,100,99.7502,93.0891,0,0,10,NULL,'ADM1059A3','NM_005051'),(103801588,26.5958,100,98.9755,87.5902,0,0,10,NULL,'ADM1059A3','NM_021140'),(103801589,27.0266,100,98.5574,89.7377,0,0,10,NULL,'ADM1059A3','XM_005272662'),(103801590,26.9404,100,98.6198,90.1819,0,0,10,NULL,'ADM1059A3','XM_005272655'),(103801591,26.6608,100,98.9805,87.6506,0,0,10,NULL,'ADM1059A3','XM_005272657'),(103801592,26.4686,100,98.9136,86.8642,0,0,10,NULL,'ADM1059A3','XM_005272661'),(103801594,27.0571,100,100,98.0065,0,0,10,NULL,'ADM1059A3','NM_000252'),(103801598,21.8689,89.3025,79.3111,64.6769,0,0,10,'16|70998629|70998801|88.9535,16|70937806|70937969|81.5951,16|70937526|70937702|7.38636,16|71007244|71007397|64.7059,16|71004421|71004664|98.7654,16|70927437|70928453|91.5354,16|70969853|70970019|12.6506','ADM1059A3','NR_103556'),(103801609,29.6048,100,100,99.9568,0,0,10,NULL,'ADM1059A3','NM_002485'),(103801617,22.3521,100,92.6612,57.2276,0,0,10,NULL,'ADM1059A3','NM_007059'),(103801665,26.7207,100,99.956,90.559,0,0,10,NULL,'ADM1059A3','NM_000124'),(103801668,26.8306,99.9031,97.6629,91.9472,0,0,10,'3|4735172|4735427|96.8627','ADM1059A3','NM_002222'),(103801669,26.9809,99.9049,97.7054,92.0937,0,0,10,'3|4735172|4735427|96.8627','ADM1059A3','NM_001168272'),(103801670,26.8512,99.9037,97.6764,91.9576,0,0,10,'3|4735172|4735427|96.8627','ADM1059A3','NM_001099952'),(103801673,23.7396,99.892,92.1498,76.1253,0,0,10,'5|171773138|171773267|97.6744','ADM1059A3','NM_001017995'),(103801733,25.2834,100,99.8998,81.6725,0,0,10,NULL,'ADM1059A3','NM_002880'),(103801734,27.7935,100,98.1778,89.5086,0,0,10,NULL,'ADM1059A3','NM_001267039'),(103801737,21.6683,100,100,77.8905,0,0,10,NULL,'ADM1059A3','NM_000325'),(103801777,24.0113,100,98.4441,70.297,0,0,10,NULL,'ADM1059A3','NM_006579'),(103801778,27.0436,100,99.3571,89.5,0,0,10,NULL,'ADM1059A3','NM_000806'),(103801779,27.0436,100,99.3571,89.5,0,0,10,NULL,'ADM1059A3','NM_001127643'),(103801780,27.0436,100,99.3571,89.5,0,0,10,NULL,'ADM1059A3','NM_001127644'),(103801781,27.0436,100,99.3571,89.5,0,0,10,NULL,'ADM1059A3','NM_001127645'),(103801782,27.0436,100,99.3571,89.5,0,0,10,NULL,'ADM1059A3','NM_001127648'),(103801783,22.6109,99.9495,94.5932,70.7933,0,0,10,'19|17994488|17994578|98.8889','ADM1059A3','NM_000453'),(103801786,25.9864,100,99.8052,92.3257,0,0,10,NULL,'ADM1059A3','NM_014770'),(103801787,24.9282,100,99.5599,83.1408,0,0,10,NULL,'ADM1059A3','NM_001122772'),(103801788,28.2397,100,99.7351,96.5563,0,0,10,NULL,'ADM1059A3','NM_012233'),(103801789,28.2474,100,99.7372,96.5835,0,0,10,NULL,'ADM1059A3','NM_001172435'),(103801816,25.7475,100,99.5551,81.6463,0,0,10,NULL,'ADM1059A3','NM_001190907'),(103801817,23.6145,99.8569,97.4906,75.3055,0,0,10,'12|49419963|49421107|97.9021','ADM1059A3','NM_003482'),(103801822,21.6995,93.493,81.7775,66.8879,0,0,10,'6|157099062|157100607|71.3916,6|157521837|157522624|98.8564','ADM1059A3','XM_005267069'),(103801839,26.5898,100,99.5589,89.1066,0,0,10,NULL,'ADM1059A3','NM_023073'),(103801882,22.6139,98.8105,89.5497,66.9499,0,0,10,'19|45867680|45867807|99.2126,19|45873389|45873492|74.7573,19|45873792|45873801|88.8889','ADM1059A3','NM_000400'),(103801883,22.1513,98.0892,87.1019,58.9172,0,0,10,'19|45867680|45867807|99.2126,19|45873389|45873426|37.8378','ADM1059A3','NM_001130867'),(103801884,22.0781,98.6755,88.3633,63.1977,0,0,10,'19|45867680|45867807|99.2126,19|45873389|45873492|74.7573,19|45873792|45873801|88.8889','ADM1059A3','XM_005258640'),(103801894,26.0011,100,99.2251,88.5765,0,0,10,NULL,'ADM1059A3','NM_018328'),(103801907,23.4447,100,93.7379,72.6214,0,0,10,NULL,'ADM1059A3','NM_003199'),(103801908,23.7623,100,93.8892,74.7281,0,0,10,NULL,'ADM1059A3','NM_001243231'),(103801909,23.7755,100,94.0882,75.5511,0,0,10,NULL,'ADM1059A3','NM_001243227'),(103801910,23.4362,100,93.6216,73.5135,0,0,10,NULL,'ADM1059A3','NM_001243232'),(103801911,23.1964,100,92.8701,70.5136,0,0,10,NULL,'ADM1059A3','NM_001243233'),(103801912,22.7951,100,92.4456,68.758,0,0,10,NULL,'ADM1059A3','NM_001243236'),(103801913,22.9885,100,92.4456,68.758,0,0,10,NULL,'ADM1059A3','NM_001243235'),(103801914,23.4512,100,93.6585,72.8293,0,0,10,NULL,'ADM1059A3','NM_001243230'),(103801915,23.4167,100,93.8278,72.1531,0,0,10,NULL,'ADM1059A3','NM_001243228'),(103801916,23.1137,100,90.5201,69.2114,0,0,10,NULL,'ADM1059A3','NM_001243226'),(103801917,23.4797,100,93.7741,72.7799,0,0,10,NULL,'ADM1059A3','NM_001083962'),(103801919,26.7306,100,99.8577,92.8114,0,0,10,NULL,'ADM1059A3','NM_213599'),(103801922,26.2894,100,97.8467,87.1865,0,0,10,NULL,'ADM1059A3','NM_004009'),(103801923,26.3061,100,97.849,87.2001,0,0,10,NULL,'ADM1059A3','NM_004006'),(103801924,27.9823,99.6833,98.5219,93.7073,0,0,10,'2|170151108|170151222|60.5263','ADM1059A3','NM_004525'),(103801966,22.8333,100,97.1286,68.3563,0,0,10,NULL,'ADM1059A3','NM_001171933'),(103801970,22.4742,99.8253,86.1135,71.9651,0,0,10,'11|47434949|47435060|98.1982','ADM1059A3','NM_001128225'),(103801971,22.4528,99.8221,85.8541,71.5302,0,0,10,'11|47434949|47435060|98.1982','ADM1059A3','NM_152264'),(103801976,26.0983,100,98.0697,87.4531,0,0,10,NULL,'ADM1059A3','NM_006311'),(103801977,25.9821,100,97.9863,86.9109,0,0,10,NULL,'ADM1059A3','NM_001190440'),(103801978,27.4533,100,99.7147,92.0471,0,0,10,NULL,'ADM1059A3','NM_001190438'),(103802010,20.9902,98.9838,90.892,57.0004,0,0,10,'22|51113068|51113134|57.5758,22|51135949|51136145|88.2653,22|51154095|51154183|96.5909','ADM1059A3','NM_033517'),(103802016,24.5418,100,99.8741,83.6375,0,0,10,NULL,'ADM1059A3','NM_001197223'),(103802033,23.9195,100,100,88.1876,0,0,10,NULL,'ADM1059A3','NM_170784'),(103802034,23.9195,100,100,88.1876,0,0,10,NULL,'ADM1059A3','NM_018848'),(103802042,24.2755,100,98.9362,79.9468,0,0,10,NULL,'ADM1059A3','NM_145812'),(103802043,24.5153,100,98.9429,80.074,0,0,10,NULL,'ADM1059A3','NM_004208'),(103802044,20.89,100,98.1459,56.2423,0,0,10,NULL,'ADM1059A3','NM_001130846'),(103802045,23.728,100,96.188,77.694,0,0,10,NULL,'ADM1059A3','NM_004380'),(103802046,23.6037,100,96.127,77.3368,0,0,10,NULL,'ADM1059A3','NM_001079846'),(103802075,25.4874,100,95.4672,69.6368,0,0,10,NULL,'ADM1059A3','NM_002890'),(103802076,27.0993,100,96.3197,80.8922,0,0,10,NULL,'ADM1059A3','NM_022650'),(103802077,26.8987,100,99.1379,85.3448,0,0,10,NULL,'ADM1059A3','NM_001243475'),(103802078,26.2994,100,98.2759,83.2288,0,0,10,NULL,'ADM1059A3','NM_015681'),(103802079,24.8444,100,97.7178,77.8008,0,0,10,NULL,'ADM1059A3','XM_005256610'),(103802082,25.8963,100,98.7213,85.4337,0,0,10,NULL,'ADM1059A3','NM_003127'),(103802083,25.902,100,98.7244,85.4682,0,0,10,NULL,'ADM1059A3','NM_001130438'),(103802131,24.4753,100,98.5197,79.6053,0,0,10,NULL,'ADM1059A3','NM_001142777'),(103802132,22.3725,100,91.8584,63.4513,0,0,10,NULL,'ADM1059A3','NM_025193'),(103802133,24.4753,100,98.5197,79.6053,0,0,10,NULL,'ADM1059A3','NM_001142778'),(103802139,25.7317,99.9754,96.3391,82.0639,0,0,10,'7|147844581|147844803|99.5496','ADM1059A3','NM_014141'),(103802147,22.0532,100,99.2676,69.6405,0,0,10,NULL,'ADM1059A3','NM_001190919'),(103802148,21.9906,100,99.2058,68.1588,0,0,10,NULL,'ADM1059A3','NM_001190918'),(103802149,22.0532,100,99.2676,69.6405,0,0,10,NULL,'ADM1059A3','NM_003250'),(103802157,25.3319,99.1975,95.9876,85.1313,0,0,10,'7|47937583|47937793|66.6667','ADM1059A3','NM_138295'),(103802187,23.266,99.9311,88.9042,77.7395,0,0,10,'15|26828477|26828563|98.8372','ADM1059A3','NM_021912'),(103802202,28.2846,100,99.011,91.1569,0,0,10,NULL,'ADM1059A3','NM_001042492'),(103802203,28.2795,100,99.0035,91.0892,0,0,10,NULL,'ADM1059A3','NM_000267'),(103802210,20.8836,99.0421,91.8784,59.6627,0,0,10,'2|121712819|121713008|75.6614','ADM1059A3','NM_005270'),(103802228,26.9754,100,99.5897,92.5028,0,0,10,NULL,'ADM1059A3','NM_003383'),(103802229,26.8169,100,99.5759,92.2514,0,0,10,NULL,'ADM1059A3','NM_001018056'),(103802236,28.0156,100,98.8876,93.2147,0,0,10,NULL,'ADM1059A3','NM_004056'),(103802248,23.493,100,98.1101,76.9104,0,0,10,NULL,'ADM1059A3','NM_000429'),(103802259,28.1297,99.8611,99.1452,92.4778,0.299178,0,10,'11|108119658|108119831|92.4855','ADM1059A3','XM_005271564'),(103802260,28.1297,99.8611,99.1452,92.4778,0.299178,0,10,'11|108119658|108119831|92.4855','ADM1059A3','NM_000051'),(103802283,28.0296,100,99.347,91.2494,0.391816,0,10,NULL,'ADM1059A3','NM_015910'),(103802302,22.6589,99.9239,95.2798,70.4987,0,0,10,'11|130079335|130079475|99.2857,11|130079555|130079721|99.3976','ADM1059A3','NM_021978'),(103802305,21.458,100,95.3488,68.5868,0,0,10,NULL,'ADM1059A3','NM_000342'),(103802318,24.6924,98.9682,95.0177,86.5419,0,0,10,'18|31322850|31326562|98.2759,18|31158594|31158651|89.4737','ADM1059A3','NM_030632'),(103802321,22.0217,100,96.6227,68.4394,0,0,10,NULL,'ADM1059A3','NM_016111'),(103802354,24.5858,99.4881,97.1734,77.4761,0,0,10,'12|13715714|13717575|98.7641','ADM1059A3','NM_000834'),(103802368,28.2884,100,100,96.3849,0.750834,0,10,NULL,'ADM1059A3','NM_020779'),(103802369,28.3458,100,100,96.4207,0.743392,0,10,NULL,'ADM1059A3','NM_001006657'),(103802441,27.5822,100,99.462,84.6384,0,0,10,NULL,'ADM1059A3','NM_018368'),(103802455,26.9671,100,98.0447,90.4035,0,0,10,NULL,'ADM1059A3','NM_173591'),(103802470,29.8231,100,100,100,0,0,10,NULL,'ADM1059A3','NM_006745'),(103802471,30.4851,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001017369'),(103802476,28.5259,100,100,96.2617,0,0,10,NULL,'ADM1059A3','NM_000182'),(103802482,18.9307,99.3193,77.599,43.1931,0,0,10,'17|73517784|73518416|98.2595','ADM1059A3','NM_207346'),(103802494,22.6088,98.6274,90.109,72.063,0,0,10,'9|140637821|140637982|99.3789,9|140652330|140652465|75.5556','ADM1059A3','NM_001145527'),(103802495,23.2156,99.1457,93.8191,77.6884,0,0,10,'9|140637821|140637982|99.3789,9|140652330|140652465|75.5556','ADM1059A3','NM_024757'),(103802496,22.0523,97.7417,87.5198,68.4628,0,0,10,'9|140637821|140637982|99.3789,9|140686505|140686574|66.6667,9|140652330|140652465|75.5556','ADM1059A3','XM_005266112'),(103802501,18.676,94.7368,67.4574,38.3247,0,0,10,'8|11565819|11566439|88.5484','ADM1059A3','NM_002052'),(103802532,21.4583,100,96.7919,63.6114,0,0,10,NULL,'ADM1059A3','NM_138736'),(103802545,23.643,100,96.8448,81.0925,0,0,10,NULL,'ADM1059A3','NM_022370'),(103802559,37.2959,100,99.8215,94.7055,28.9411,0,10,NULL,'ADM1059A3','NM_001193465'),(103802560,37.2959,100,99.8215,94.7055,28.9411,0,10,NULL,'ADM1059A3','NM_015443'),(103802561,37.2959,100,99.8215,94.7055,28.9411,0,10,NULL,'ADM1059A3','NM_001193466'),(103802562,24.717,100,99.5106,86.2153,0,0,10,NULL,'ADM1059A3','XM_005257235'),(103802563,24.1891,99.9352,96.4564,81.4823,0,0,10,'12|48367187|48367338|98.0132','ADM1059A3','NM_001844'),(103802574,26.869,100,99.6424,92.0876,0,0,10,NULL,'ADM1059A3','NM_020166'),(103802608,27.1375,100,100,95.6601,0,0,10,NULL,'ADM1059A3','NM_001177704'),(103802623,25.6142,100,100,95.0431,0,0,10,NULL,'ADM1059A3','NM_032382'),(103802635,27.5592,100,100,94.3689,0,0,10,NULL,'ADM1059A3','NM_021914'),(103802636,27.5437,100,100,94.3689,0,0,10,NULL,'ADM1059A3','NM_138638'),(103802647,22.4181,100,95.2551,63.5183,0,0,10,NULL,'ADM1059A3','NM_005027'),(103802656,20.7686,99.6477,86.4357,58.0153,0,0,10,'21|44485495|44485633|96.3768,21|44485724|44485807|98.7952','ADM1059A3','NM_000071'),(103802657,20.7686,99.6477,86.4357,58.0153,0,0,10,'21|44485495|44485633|96.3768,21|44485724|44485807|98.7952','ADM1059A3','NM_001178009'),(103802658,20.7686,99.6477,86.4357,58.0153,0,0,10,'21|44485495|44485633|96.3768,21|44485724|44485807|98.7952','ADM1059A3','NM_001178008'),(103802660,26.0142,99.7148,91.9202,69.7719,0,0,10,'9|94123908|94124174|98.8722','ADM1059A3','NM_001698'),(103802661,26.7079,99.6882,91.1642,74.1164,0,0,10,'9|94123908|94124174|98.8722','ADM1059A3','XM_005252073'),(103802662,23.287,99.6207,89.2541,59.7977,0,0,10,'9|94123908|94124174|98.8722','ADM1059A3','XM_005252072'),(103802668,24.2678,99.9112,96.9805,87.7442,0,0,10,'17|40688288|40688675|99.4832','ADM1059A3','NM_000263'),(103802669,23.7403,100,98.3743,77.9438,0,0,10,NULL,'ADM1059A3','NM_000127'),(103802670,27.5637,100,98.9203,93.9663,0,0,10,NULL,'ADM1059A3','NM_000110'),(103802681,28.5876,100,99.8435,95.9311,0,0,10,NULL,'ADM1059A3','NM_001193348'),(103802696,22.5391,100,87.5315,59.3199,0,0,10,NULL,'ADM1059A3','NM_017866'),(103802723,26.5356,100,99.656,88.7328,0,0,10,NULL,'ADM1059A3','NM_018082'),(103802724,26.5737,100,99.6369,90.1664,0,0,10,NULL,'ADM1059A3','NM_001160708'),(103802740,29.5374,100,99.9537,98.0551,0,0,10,NULL,'ADM1059A3','NM_000057'),(103802741,28.1541,100,98.8086,92.4544,0,0,10,NULL,'ADM1059A3','NM_001287248'),(103802746,26.537,97.6402,89.5551,79.7292,0,0,10,'7|106888839|106888946|55.1402,7|107204246|107204437|93.1937','ADM1059A3','NM_181733'),(103802747,26.5372,97.699,89.8152,80.2339,0,0,10,'7|106888839|106888946|55.1402,7|107204246|107204437|93.1937','ADM1059A3','NM_006348'),(103802748,26.4797,97.5956,89.3575,79.3457,0,0,10,'7|106888839|106888946|55.1402,7|107204246|107204437|93.1937','ADM1059A3','NM_001161520'),(103802751,25.6815,99.9448,98.4254,86.7403,0,0,10,'20|8113296|8113399|98.0583','ADM1059A3','NM_182734'),(103802752,26.08,99.9467,98.4796,87.41,0,0,10,'20|8113296|8113399|98.0583','ADM1059A3','NM_015192'),(103802765,30.1142,100,100,100,0,0,10,NULL,'ADM1059A3','NR_103532'),(103802766,23.2998,100,94.0393,77.0255,0,0,10,NULL,'ADM1059A3','NM_001015051'),(103802775,27.4005,100,100,97.0445,0,0,10,NULL,'ADM1059A3','NM_152515'),(103802798,24.8096,99.3696,93.9783,86.2174,0,0,10,'5|56111399|56111884|94.0206','ADM1059A3','NM_005921'),(103802812,26.0318,100,99.9706,91.6495,0,0,10,NULL,'ADM1059A3','NM_015330'),(103802813,26.0318,100,99.9706,91.6495,0,0,10,NULL,'ADM1059A3','NM_001145468'),(103802833,26.3153,100,99.1363,89.4434,0,0,10,NULL,'ADM1059A3','NM_000404'),(103802834,26.4118,100,99.0959,88.9503,0,0,10,NULL,'ADM1059A3','NM_001079811'),(103802835,25.7826,100,99.1932,85.1636,0,0,10,NULL,'ADM1059A3','XM_005265394'),(103802855,24.9157,100,96.4923,71.3231,0,0,10,NULL,'ADM1059A3','NM_001201397'),(103802856,26,100,96.6716,74.1124,0,0,10,NULL,'ADM1059A3','NM_000115'),(103802857,24.9288,100,96.6267,73.7631,0,0,10,NULL,'ADM1059A3','NM_003991'),(103802859,21.9109,100,94.4978,69.6943,0,0,10,NULL,'ADM1059A3','NM_001101'),(103802865,27.1064,100,100,97.1121,0,0,10,NULL,'ADM1059A3','NM_024549'),(103802866,27.2057,100,100,97.2024,0,0,10,NULL,'ADM1059A3','NM_001173975'),(103802876,23.6741,100,99.4643,84.4898,0,0,10,NULL,'ADM1059A3','NM_001256182'),(103802877,23.6741,100,99.4643,84.4898,0,0,10,NULL,'ADM1059A3','NM_013275'),(103802878,27.2819,99.9836,98.1917,89.5282,0,0,10,'2|165997159|165997510|99.7151','ADM1059A3','NM_006922'),(103802879,27.2533,99.9836,98.1917,89.5282,0,0,10,'2|165997159|165997510|99.7151','ADM1059A3','NM_001081677'),(103802898,26.7764,100,99.3358,85.0923,0,0,10,NULL,'ADM1059A3','NM_002501'),(103802899,26.8205,100,98.7979,84.5981,0,0,10,NULL,'ADM1059A3','NM_001271044'),(103802903,23.3166,99.9159,94.1111,76.3881,0,0,10,'4|5630284|5630463|98.324','ADM1059A3','XM_005247939'),(103802904,22.3484,99.224,88.035,69.7872,0,0,10,'4|5710011|5710243|87.931,4|5630284|5630463|98.324','ADM1059A3','NM_147127'),(103802905,22.9523,99.92,92.8038,74.0139,0,0,10,'4|5630284|5630463|98.324','ADM1059A3','NM_001166136'),(103802915,21.6404,100,97.13,64.2152,0,0,10,NULL,'ADM1059A3','NM_001029896'),(103802916,21.6306,100,97.1377,64.0429,0,0,10,NULL,'ADM1059A3','NM_007075'),(103802944,23.7901,97.618,92.0449,69.2135,0,0,10,'10|88476082|88476530|88.1696','ADM1059A3','NM_007078'),(103802945,23.3397,97.6339,92.0536,67.4107,0,0,10,'10|88476082|88476530|88.1696','ADM1059A3','NM_001171610'),(103802946,23.8939,97.2032,92.1372,70.4485,0,0,10,'10|88476082|88476530|88.1696','ADM1059A3','NM_001080114'),(103802958,29.2178,100,97.7228,94.4554,0,0,10,NULL,'ADM1059A3','NM_002709'),(103802959,29.2178,100,97.7228,94.4554,0,0,10,NULL,'ADM1059A3','NM_206876'),(103803018,25.2412,99.4922,96.2759,86.9657,0,0,10,'5|6632710|6632871|92.5466','ADM1059A3','NM_017755'),(103803019,24.9938,99.4678,96.0976,86.3415,0,0,10,'5|6632710|6632871|92.5466','ADM1059A3','NM_001193455'),(103803020,25.3035,100,99.5602,81.8473,0,0,10,NULL,'ADM1059A3','NM_001163940'),(103803021,25.6746,100,99.5779,82.5787,0,0,10,NULL,'ADM1059A3','NM_002863'),(103803041,26.2917,99.9584,97.8884,90.6808,0,0,10,'11|118307225|118307661|99.5413,11|118359327|118359477|98.0','ADM1059A3','NM_005933'),(103803042,25.433,100,99.7995,88.3296,0,0,10,NULL,'ADM1059A3','NM_024513'),(103803043,25.4968,100,99.8023,88.4911,0,0,10,NULL,'ADM1059A3','XM_005265483'),(103803096,24.2945,100,92.6362,84.2415,0,0,10,NULL,'ADM1059A3','XM_005268076'),(103803097,24.8855,100,92.9775,85.5337,0,0,10,NULL,'ADM1059A3','NM_024884'),(103803107,23.8626,99.9603,93.8468,80.786,0,0,10,'10|123256044|123256238|99.4845','ADM1059A3','NM_000141'),(103803108,24.0504,99.9537,92.8307,80.8048,0,0,10,'10|123256044|123256238|99.4845','ADM1059A3','NM_001144918'),(103803109,23.649,99.9538,92.8407,77.7367,0,0,10,'10|123256044|123256238|99.4845','ADM1059A3','NM_001144917'),(103803110,23.9476,99.9541,92.8801,78.2729,0,0,10,'10|123256044|123256238|99.4845','ADM1059A3','NM_001144914'),(103803125,21.801,99.9736,93.7434,70.3273,0,0,10,'15|89864354|89864493|99.2806','ADM1059A3','NM_002693'),(103803132,29.4262,99.5225,98.36,93.4191,0,0,10,'5|94849273|94849351|70.5128','ADM1059A3','NM_014639'),(103803155,23.5266,100,98.0661,77.8766,0,0,10,NULL,'ADM1059A3','NM_015284'),(103803156,23.5689,100,98.2108,76.7666,0,0,10,NULL,'ADM1059A3','XM_005270688'),(103803163,24.1819,99.9472,95.4473,81.1239,0,0,10,'5|14143832|14143993|98.7578,5|14487571|14488371|99.625','ADM1059A3','NM_007118'),(103803180,23.6826,99.9537,96.0612,79.6571,0,0,10,'5|149775843|149776407|99.6454','ADM1059A3','NM_001135245'),(103803181,23.6824,99.9536,96.0584,79.6429,0,0,10,'5|149775843|149776407|99.6454','ADM1059A3','NM_000356'),(103803182,23.4315,99.9549,96.1651,78.7277,0,0,10,'5|149775843|149776407|99.6454','ADM1059A3','NM_001135244'),(103803183,24.5271,100,98.4316,82.4412,0,0,10,NULL,'ADM1059A3','NM_001008657'),(103803184,23.6381,99.9571,96.3527,79.3606,0,0,10,'5|149775843|149776407|99.6454','ADM1059A3','XM_005268504'),(103803185,23.5991,99.956,96.2637,79.2747,0,0,10,'5|149775843|149776407|99.6454','ADM1059A3','NM_001135243'),(103803230,23.4349,99.0207,93.606,71.7742,0,0,10,'17|56283437|56283533|82.2917','ADM1059A3','NM_017777'),(103803231,23.8335,99.0035,94.2556,75.3224,0,0,10,'17|56283437|56283533|82.2917','ADM1059A3','NM_001165927'),(103803232,23.5037,98.9532,93.165,71.1207,0,0,10,'17|56283437|56283533|82.2917','ADM1059A3','XM_005257486'),(103803233,27.0238,99.9083,98.4418,85.3346,0,0,10,'1|110091340|110091462|99.1803','ADM1059A3','NM_006496'),(103803251,29.4111,100,100,95.8893,0,0,10,NULL,'ADM1059A3','NM_000430'),(103803254,24.1392,99.9283,97.3996,78.0667,0,0,10,'14|75078152|75078650|99.1968','ADM1059A3','NM_000428'),(103803281,23.4429,100,96.4479,79.7258,0,0,10,NULL,'ADM1059A3','NM_006059'),(103803289,26.9845,99.7639,98.9376,93.1872,0,0,10,'17|10301759|10301959|93.0','ADM1059A3','NM_002472'),(103803293,23.157,100,98.2556,75.4564,0,0,10,NULL,'ADM1059A3','NM_031844'),(103803300,21.0467,98.7452,88.8031,62.915,0,0,10,'16|30976920|30977709|91.7617','ADM1059A3','NM_014712'),(103803307,24.1849,100,99.6453,83.1402,0,0,10,NULL,'ADM1059A3','NM_003632'),(103803323,25.4526,99.7784,90.3601,70.2493,0,0,10,'2|32288898|32289317|99.0453','ADM1059A3','NM_199436'),(103803324,25.3503,99.7899,90.8614,71.7962,0,0,10,'2|32288898|32289317|99.0453','ADM1059A3','NM_014946'),(103803340,26.4545,100,100,91.4438,0,0,10,NULL,'ADM1059A3','NM_000387'),(103803358,22.7486,99.9132,98.1116,73.779,0,0,10,'16|16306040|16306105|93.8462','ADM1059A3','NM_001171'),(103803359,23.1146,99.8507,97.0149,72.8358,0,0,10,'16|16306040|16306105|93.8462','ADM1059A3','XM_005276048'),(103803362,27.7445,100,99.3525,94.8751,0,0,10,NULL,'ADM1059A3','NM_020738'),(103803363,28.652,100,99.1467,95.2908,0,0,10,NULL,'ADM1059A3','XM_005246178'),(103803364,27.7914,100,99.3452,94.8176,0,0,10,NULL,'ADM1059A3','XM_005246172'),(103803365,27.4323,100,99.3136,94.5676,0,0,10,NULL,'ADM1059A3','XM_005246174'),(103803373,27.1963,100,98.2393,92.3356,0,0,10,NULL,'ADM1059A3','NM_015474'),(103803409,25.988,100,99.5992,78.5571,0,0,10,NULL,'ADM1059A3','NM_001195283'),(103803412,21.6906,100,97.0192,64.7268,0,0,10,NULL,'ADM1059A3','NM_004722'),(103803427,23.2675,99.5325,87.5325,74.2338,0,0,10,'15|91545278|91545414|93.3824','ADM1059A3','NM_018668'),(103803428,23.1989,99.5263,87.3684,72.8421,0,0,10,'15|91545278|91545414|93.3824','ADM1059A3','XM_005254886'),(103803446,22.3122,99.8651,91.4363,66.3183,0,0,10,'11|65837955|65838315|98.8889','ADM1059A3','NM_018026'),(103803448,28.8764,100,100,92.4923,0,0,10,NULL,'ADM1059A3','NM_001171613'),(103803449,28.526,100,100,93.4022,0,0,10,NULL,'ADM1059A3','NM_001171606'),(103803450,28.526,100,100,93.4022,0,0,10,NULL,'ADM1059A3','NM_006036'),(103803451,28.526,100,100,93.4022,0,0,10,NULL,'ADM1059A3','NM_001171603'),(103803452,28.1593,100,100,92.7479,0,0,10,NULL,'ADM1059A3','NM_001042386'),(103803453,28.2643,100,100,92.7906,0,0,10,NULL,'ADM1059A3','NM_001042385'),(103803454,28.8764,100,100,92.4923,0,0,10,NULL,'ADM1059A3','NM_001171617'),(103803506,23.5233,100,100,83.7838,0,0,10,NULL,'ADM1059A3','NM_001025295'),(103803511,28.4986,100,99.8687,94.828,0,0,10,NULL,'ADM1059A3','NM_032043'),(103803512,22.7933,100,96.7926,75.2673,0,0,10,NULL,'ADM1059A3','NM_000079'),(103803513,22.9541,100,96.9615,76.5699,0,0,10,NULL,'ADM1059A3','NM_001039523'),(103803528,25.3955,100,97.7976,83.8332,0,0,10,NULL,'ADM1059A3','NM_007055'),(103803529,25.0789,100,98.3409,83.8105,0,0,10,NULL,'ADM1059A3','NM_000214'),(103803544,20.9882,99.9765,92.842,58.4177,0,0,10,'2|220434941|220435957|99.9016','ADM1059A3','XM_005246426'),(103803577,19.6157,95.9884,76.8487,52.1025,0,0,10,'2|162279878|162280741|90.3824','ADM1059A3','NM_006593'),(103803588,21.4956,99.7427,88.7288,63.4071,0,0,10,'5|1221814|1222022|97.5962','ADM1059A3','NM_001003841'),(103803649,24.9227,99.026,95.8442,81.948,0,0,10,'14|77901600|77901738|89.1304','ADM1059A3','XM_005267987'),(103803650,24.9227,99.026,95.8442,81.948,0,0,10,'14|77901600|77901738|89.1304','ADM1059A3','NM_022067'),(103803651,24.9227,99.026,95.8442,81.948,0,0,10,'14|77901600|77901738|89.1304','ADM1059A3','NM_001193315'),(103803666,23.1862,100,98.891,83.8623,0,0,10,NULL,'ADM1059A3','NM_172106'),(103803667,22.9869,100,97.4177,82.0734,0,0,10,NULL,'ADM1059A3','NM_172107'),(103803668,23.0951,100,98.8742,83.618,0,0,10,NULL,'ADM1059A3','XM_005260205'),(103803732,24.9888,99.9083,98.9729,86.2448,0,0,10,'8|2875997|2876174|94.3503','ADM1059A3','NM_033225'),(103803805,20.8894,100,98.4712,54.8561,0,0,10,NULL,'ADM1059A3','XM_005265096'),(103803806,20.8894,100,98.4712,54.8561,0,0,10,NULL,'ADM1059A3','NM_013334'),(103803815,24.2261,99.9786,97.6874,80.1499,0,0,10,'19|36594243|36594885|99.8442','ADM1059A3','NM_001083961'),(103803880,25.3062,99.6973,97.8347,86.1932,0,0,10,'14|102894585|102894721|90.4412','ADM1059A3','NM_014844'),(103803891,24.6314,100,95.8699,80.7557,0,0,10,NULL,'ADM1059A3','NM_145038'),(103803908,26.954,100,100,92.5158,0,0,10,NULL,'ADM1059A3','XM_005247640'),(103803909,26.954,100,100,92.5158,0,0,10,NULL,'ADM1059A3','NM_020191'),(103803927,27.418,100,99.5381,93.5335,0,0,10,NULL,'ADM1059A3','NM_007299'),(103803945,23.1164,99.9435,88.242,74.4488,0,0,10,'X|132670149|132670323|99.4253','ADM1059A3','NM_004484'),(103803946,22.7289,98.805,86.2032,71.9174,0,0,10,'X|132670149|132670323|99.4253,X|132838231|132838303|70.8333','ADM1059A3','NM_001164617'),(103803947,23.0468,99.9376,87.0787,71.8477,0,0,10,'X|132670150|132670323|99.422','ADM1059A3','NM_001164619'),(103803955,21.4878,77.8683,72.6019,68.3386,0,0,10,'5|68843755|68843930|38.8571,5|68840729|68840948|74.8858,5|68847369|68847414|6.66667,5|68830519|68830668|0.0','ADM1059A3','NM_002538'),(103803956,21.4843,77.8544,72.5847,68.3187,0,0,10,'5|68843755|68843930|38.8571,5|68840729|68840948|74.8858,5|68847369|68847414|6.66667,5|68830519|68830668|0.0','ADM1059A3','NM_001205254'),(103803957,17.5275,57.7751,47.7273,46.0526,0,0,10,'5|68843755|68843930|38.8571,5|68840729|68840948|74.8858,5|68847369|68847414|6.66667,5|68830519|68830668|0.0','ADM1059A3','NM_001205255'),(103803987,27.4003,99.9531,97.1371,86.0945,1.88401,0.543076,10,'7|151873274|151875097|99.8354,7|152055670|152055762|95.6522','ADM1059A3','NM_170606'),(103803988,27.4263,99.9536,97.1701,86.2549,1.86229,0.536813,10,'7|151873274|151875097|99.8354,7|152055670|152055762|95.6522','ADM1059A3','XM_005250030'),(103803997,26.935,100,100,98.2019,0,0,10,NULL,'ADM1059A3','NM_025233'),(103803998,26.935,100,100,98.2019,0,0,10,NULL,'ADM1059A3','NM_001042529'),(103804005,23.2348,100,96.4218,71.9424,0,0,10,NULL,'ADM1059A3','NM_001846'),(103804047,26.4281,100,99.8668,94.3162,0,0,10,NULL,'ADM1059A3','NM_001253852'),(103804048,26.4281,100,99.8668,94.3162,0,0,10,NULL,'ADM1059A3','NM_006594'),(103804049,23.8281,99.234,90.4681,73.1915,0,0,10,'17|15903160|15903348|95.7447,17|15903430|15903561|99.2366','ADM1059A3','NM_017775'),(103804050,22.1295,99.8084,89.0379,67.9954,0,0,10,'7|810106|810257|97.351,7|766355|766954|99.8331','ADM1059A3','NM_017802'),(103804051,23.7613,100,93.1284,71.519,0,0,10,NULL,'ADM1059A3','NM_015139'),(103804058,21.1438,99.5475,90.627,61.9263,0,0,10,'X|153222074|153222216|98.5916,X|153215002|153215069|94.0299,X|153219515|153220995|99.1892,X|153217038|153217160|91.8033','ADM1059A3','NM_005334'),(103804088,24.6865,100,100,91.159,0,0,10,NULL,'ADM1059A3','NM_005787'),(103804089,24.8519,100,100,90.6822,0,0,10,NULL,'ADM1059A3','NM_001006941'),(103804097,25.8314,100,98.2513,83.8657,0,0,10,NULL,'ADM1059A3','NM_012414'),(103804100,28.2542,98.9136,96.1434,90.8202,0,0,10,'1|92762959|92763088|84.4961','ADM1059A3','NM_053274'),(103804101,28.2428,98.8864,96.0468,90.5902,0,0,10,'1|92762959|92763088|84.4961','ADM1059A3','XM_005270400'),(103804147,26.692,100,97.3166,84.9016,0,0,10,NULL,'ADM1059A3','NM_014845'),(103804148,27.8675,100,99.0302,88.3621,0,0,10,NULL,'ADM1059A3','XM_005267241'),(103804153,28.6005,100,99.8697,87.4511,0,0,10,NULL,'ADM1059A3','NM_001278'),(103804161,30.1681,100,100,99.4279,0,0,10,NULL,'ADM1059A3','NM_001134830'),(103804162,30.1681,100,100,99.4279,0,0,10,NULL,'ADM1059A3','NM_017651'),(103804163,30.1681,100,100,99.4279,0,0,10,NULL,'ADM1059A3','NM_001134831'),(103804164,30.1419,100,100,99.3492,0,0,10,NULL,'ADM1059A3','NM_001134832'),(103804206,27.7493,100,100,95.3572,0,0,10,NULL,'ADM1059A3','NM_000353'),(103804226,21.7156,99.2068,94.7709,59.3126,0,0,10,'19|50910238|50910433|86.1538','ADM1059A3','NM_002691'),(103804228,24.2016,100,96.5426,80.3399,0,0,10,NULL,'ADM1059A3','NM_001145472'),(103804229,24.1921,100,97.2769,80.9975,0,0,10,NULL,'ADM1059A3','NM_144612'),(103804236,27.6185,99.8391,97.9079,89.9604,0,0,10,'3|142215201|142215364|92.0245','ADM1059A3','NM_001184'),(103804237,25.5675,100,98.2228,87.1812,0,0,10,NULL,'ADM1059A3','NM_006920'),(103804238,25.5406,100,98.2324,87.1359,0,0,10,NULL,'ADM1059A3','NM_001165963'),(103804256,27.6909,100,100,95.3971,0,0,10,NULL,'ADM1059A3','NM_006565'),(103804257,28.6623,100,100,96.248,0,0,10,NULL,'ADM1059A3','NM_001191022'),(103804328,28.4707,100,100,99.3986,0,0,10,NULL,'ADM1059A3','NM_172058'),(103804329,28.4707,100,100,99.3986,0,0,10,NULL,'ADM1059A3','NM_000503'),(103804330,28.0925,100,100,99.3642,0,0,10,NULL,'ADM1059A3','NM_172060'),(103804344,28.3682,100,99.4607,90.2194,0,0,10,NULL,'ADM1059A3','NM_022455'),(103804345,28.3855,100,99.4018,89.1774,0,0,10,NULL,'ADM1059A3','NM_172349'),(103804353,29.5193,100,100,96.9024,0,0,10,NULL,'ADM1059A3','NM_015384'),(103804354,29.5894,100,100,96.7805,0,0,10,NULL,'ADM1059A3','XM_005248280'),(103804362,27.0093,100,99.8571,89,0,0,10,NULL,'ADM1059A3','NM_000277'),(103804363,20.9136,100,84.0909,40.6818,0,0,10,NULL,'ADM1059A3','NM_006701'),(103804380,22.6684,100,94.5437,66.3217,0,0,10,NULL,'ADM1059A3','NM_178170'),(103804386,27.609,100,99.7748,91.1708,0,0,10,NULL,'ADM1059A3','NM_020937'),(103804445,27.0673,100,98.1603,89.6361,0,0,10,NULL,'ADM1059A3','NM_002420'),(103804446,26.3079,100,99.7613,88.3055,0,0,10,NULL,'ADM1059A3','NM_001252030'),(103804449,21.1441,100,94.8742,63.9265,0,0,10,NULL,'ADM1059A3','NM_145239'),(103804489,24.3222,100,97.2871,76.5637,0,0,10,NULL,'ADM1059A3','NM_017649'),(103804490,24.2782,100,97.2147,75.9381,0,0,10,NULL,'ADM1059A3','NM_199076'),(103804497,22.279,99.5982,95.2848,68.7781,0,0,10,'19|42863248|42863396|77.027','ADM1059A3','NM_001410'),(103804516,26.1856,99.2477,90.4213,84.002,0,0,10,'11|93517677|93517931|94.0945','ADM1059A3','NM_004268'),(103804554,24.0834,100,99.0374,86.4171,0,0,10,NULL,'ADM1059A3','NM_000398'),(103804555,24.7977,100,99.516,90.1258,0,0,10,NULL,'ADM1059A3','NM_001171660'),(103804575,24.2314,99.6741,91.5261,80.0805,0,0,10,'2|227985728|227985866|87.6812','ADM1059A3','NM_000092'),(103804581,26.4113,100,99.2469,79.8745,0,0,10,NULL,'ADM1059A3','NM_001098210'),(103804582,26.4113,100,99.2469,79.8745,0,0,10,NULL,'ADM1059A3','NM_001904'),(103804583,26.4113,100,99.2469,79.8745,0,0,10,NULL,'ADM1059A3','NM_001098209'),(103804584,23.6633,99.956,96.1978,75.3407,0,0,10,'17|48269147|48269249|98.0392','ADM1059A3','NM_000088'),(103804588,28.7057,100,100,100,0,0,10,NULL,'ADM1059A3','NM_006294'),(103804649,18.5746,99.8461,80.2463,40.8928,0,0,10,'X|152959986|152960090|97.1154','ADM1059A3','NM_001142805'),(103804669,23.4741,100,98.3938,77.2798,0,0,10,NULL,'ADM1059A3','NM_001278116'),(103804670,23.4741,100,98.3938,77.2798,0,0,10,NULL,'ADM1059A3','NM_024003'),(103804671,23.4991,100,98.3799,77.4758,0,0,10,NULL,'ADM1059A3','NM_001143963'),(103804673,24.92,100,94.9935,70.8713,0,0,10,NULL,'ADM1059A3','NM_014679'),(103804674,24.002,100,94.7152,69.2519,0,0,10,NULL,'ADM1059A3','NM_001243777'),(103804698,26.5877,100,93.6238,80.6589,0,0,10,NULL,'ADM1059A3','NM_001198551'),(103804699,24.5302,100,94.0101,73.8335,0,0,10,NULL,'ADM1059A3','NM_024426'),(103804700,27.2243,100,95.2009,85.7143,0,0,10,NULL,'ADM1059A3','NM_001198552'),(103804701,24.8272,100,94.9409,76.3469,0,0,10,NULL,'ADM1059A3','NM_000378'),(103804719,21.5052,100,99.0966,67.13,0,0,10,NULL,'ADM1059A3','NM_000399'),(103804720,21.5052,100,99.0966,67.13,0,0,10,NULL,'ADM1059A3','NM_001136178'),(103804721,21.9884,100,99.1466,71.8386,0,0,10,NULL,'ADM1059A3','NM_001136179'),(103804725,23.9385,99.8705,94.4301,76.1658,0,0,10,'20|44521857|44521952|97.8947','ADM1059A3','NM_000308'),(103804726,23.8758,99.8658,94.2282,75.302,0,0,10,'20|44521857|44521952|97.8947','ADM1059A3','NM_001167594'),(103804730,27.0193,100,99.5872,90.8716,0,0,10,NULL,'ADM1059A3','NM_207037'),(103804731,26.8506,100,99.5849,90.821,0,0,10,NULL,'ADM1059A3','XM_005254614'),(103804734,23.8104,100,99.3744,74.0135,0,0,10,NULL,'ADM1059A3','NM_198721'),(103804770,23.8644,99.8834,96.8914,74.5677,0,0,10,'6|33139488|33139599|99.0991,6|33140064|33140157|94.6237','ADM1059A3','NM_080681'),(103804771,23.5452,99.8891,96.4147,71.7982,0,0,10,'6|33139488|33139599|99.0991,6|33140064|33140157|94.6237','ADM1059A3','NM_080680'),(103804772,23.7945,99.8819,96.851,74.2374,0,0,10,'6|33139488|33139599|99.0991,6|33140064|33140157|94.6237','ADM1059A3','NM_080679'),(103804783,28.0857,100,99.8721,90.5371,0,0,10,NULL,'ADM1059A3','NM_014321'),(103804882,25.1675,99.6342,96.635,86.1741,0,0,10,'4|103188645|103188833|97.3404','ADM1059A3','NM_001135147'),(103804883,24.594,99.6451,96.7353,84.1022,0,0,10,'4|103188645|103188833|97.3404','ADM1059A3','NM_022154'),(103804884,24.594,99.6451,96.7353,84.1022,0,0,10,'4|103188645|103188833|97.3404','ADM1059A3','NM_001135146'),(103804895,24.9165,100,100,95.4331,0,0,10,NULL,'ADM1059A3','NM_000496'),(103804937,25.8228,100,99.0845,86.9791,0,0,10,NULL,'ADM1059A3','NM_138927'),(103804938,25.3655,100,99.0338,86.0129,0,0,10,NULL,'ADM1059A3','NM_032195'),(103804940,24.6528,100,89.5636,80.8349,0,0,10,NULL,'ADM1059A3','NM_176795'),(103804986,26.3888,99.927,96.9686,88.3857,0,0,10,'20|47582407|47582562|97.4194','ADM1059A3','NM_006420'),(103805006,24.2651,100,98.3966,83.6451,0,0,10,NULL,'ADM1059A3','NM_003165'),(103805007,24.2815,100,99.0781,85.2495,0,0,10,NULL,'ADM1059A3','NM_001032221'),(103805028,26.9281,100,99.3545,92.2889,0,0,10,NULL,'ADM1059A3','NM_001127493'),(103805029,26.7314,100,99.3572,92.2863,0,0,10,NULL,'ADM1059A3','NM_020977'),(103805030,26.6952,100,99.692,92.1009,0,0,10,NULL,'ADM1059A3','NM_001148'),(103805031,26.7092,100,99.6893,92.0403,0,0,10,NULL,'ADM1059A3','XM_005262951'),(103805032,25.7301,100,99.1235,82.5785,0.511322,0,10,NULL,'ADM1059A3','NM_206889'),(103805033,25.8158,100,99.024,80.8459,0.569337,0,10,NULL,'ADM1059A3','NM_001146115'),(103805034,25.7395,100,99.0737,81.7445,0.540332,0,10,NULL,'ADM1059A3','NM_206890'),(103805035,24.6017,100,98.7177,80.1448,0.289555,0,10,NULL,'ADM1059A3','NM_015151'),(103805036,25.0386,100,98.3328,80.4621,0.409476,0,10,NULL,'ADM1059A3','NM_001146114'),(103805038,26.0261,100,100,93.7464,0,0,10,NULL,'ADM1059A3','NM_153648'),(103805039,25.607,100,99.9464,89.8123,0,0,10,NULL,'ADM1059A3','NM_153647'),(103805040,25.4766,100,99.948,89.5421,0,0,10,NULL,'ADM1059A3','XM_005267341'),(103805041,25.6547,100,99.9466,91.2346,0,0,10,NULL,'ADM1059A3','NM_153646'),(103805047,21.7063,99.9405,86.9798,62.7824,0,0,10,'21|45713670|45713795|99.2','ADM1059A3','NM_000383'),(103805078,27.1131,100,99.0026,90.5845,0,0,10,NULL,'ADM1059A3','NR_026778'),(103805141,28.6332,100,100,96.6202,0,0,10,NULL,'ADM1059A3','NM_014915'),(103805142,28.6237,100,100,96.1968,0,0,10,NULL,'ADM1059A3','XM_005252409'),(103805152,22.6339,100,95.5699,71.768,0,0,10,NULL,'ADM1059A3','NM_001278939'),(103805168,27.0982,100,100,93.0854,0,0,10,NULL,'ADM1059A3','NM_000136'),(103805169,27.0982,100,100,93.0854,0,0,10,NULL,'ADM1059A3','NM_001243743'),(103805181,26.0212,99.9477,98.5628,94.983,0,0,10,'6|31937290|31937495|99.0244','ADM1059A3','NM_006929'),(103805224,25.2641,100,96.7185,87.9801,0,0,10,NULL,'ADM1059A3','NM_001164317'),(103805225,25.2217,100,96.6788,87.8349,0,0,10,NULL,'ADM1059A3','NM_001457'),(103805226,25.2112,100,96.6472,87.7191,0,0,10,NULL,'ADM1059A3','NM_001164319'),(103805227,25.2124,100,96.665,87.7842,0,0,10,NULL,'ADM1059A3','NM_001164318'),(103805228,25.3168,100,96.4348,87.2519,0,0,10,NULL,'ADM1059A3','XM_005264979'),(103805243,28.6259,99.3106,97.9873,91.9604,0,0,10,'1|155307878|155308183|79.6721','ADM1059A3','XM_005245337'),(103805244,28.6323,99.3094,97.984,91.947,0,0,10,'1|155307878|155308183|79.6721','ADM1059A3','NM_018489'),(103805291,27.4714,100,99.9403,97.494,0,0,10,NULL,'ADM1059A3','NM_001182'),(103805292,26.4449,99.8629,98.1497,85.0951,0,0,10,'12|6692191|6692281|91.1111','ADM1059A3','XM_005253668'),(103805293,26.422,99.8634,98.1564,85.0632,0,0,10,'12|6692191|6692281|91.1111','ADM1059A3','NM_001273'),(103805332,24.1404,97.4187,93.0821,82.7568,0,0,10,'19|46285449|46285613|69.5122','ADM1059A3','NM_004409'),(103805333,25.5657,100,99.8472,91.3442,0,0,10,NULL,'ADM1059A3','NM_001081563'),(103805334,24.1577,97.3985,93.0281,82.6223,0,0,10,'19|46285449|46285613|69.5122','ADM1059A3','NM_001081562'),(103805335,24.5435,96.94,91.9217,84.0269,0,0,10,'19|46285449|46285613|69.5122','ADM1059A3','NM_001288766'),(103805338,23.4312,99.5122,95.3963,73.7805,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_000719'),(103805339,23.4661,99.5137,95.4255,74.3769,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129837'),(103805340,23.5746,99.5121,95.3956,74.5693,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129841'),(103805341,23.3894,99.5185,95.4559,73.6232,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129831'),(103805342,23.4225,99.5121,95.3956,73.6545,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129844'),(103805343,23.4299,99.5163,95.4353,73.9722,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','XM_005253774'),(103805344,23.5807,99.5163,95.4353,74.8791,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129835'),(103805345,23.6178,99.5137,95.4255,75.2887,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129838'),(103805346,23.6095,99.5121,95.3956,74.6608,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129840'),(103805347,23.4864,99.523,95.4986,73.8709,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_199460'),(103805348,23.5293,99.5168,95.4394,74.026,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129832'),(103805349,23.5836,99.5121,95.3956,74.6913,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129843'),(103805350,23.4377,99.5211,95.4804,74.2293,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','XM_005253769'),(103805351,23.5762,99.5159,95.4463,74.9319,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129836'),(103805352,23.5698,99.52,95.4702,74.9962,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129830'),(103805353,23.4687,99.5132,95.4214,74.3687,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129839'),(103805354,23.4209,99.5163,95.4353,73.8513,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001129833'),(103805355,23.4484,99.5121,95.3956,73.624,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001167623'),(103805356,23.3061,99.5277,95.5424,72.5166,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001167625'),(103805357,23.4368,99.52,95.4702,73.9463,0,0,10,'12|2690754|2690965|84.8341','ADM1059A3','NM_001167624'),(103805368,26.5901,100,98.1737,88.0956,0,0,10,NULL,'ADM1059A3','NM_014191'),(103805386,20.249,100,94.0712,56.6798,0,0,10,NULL,'ADM1059A3','NM_005055'),(103805444,27.6701,99.7954,95.9079,84.8593,0,0,10,'11|45957185|45957292|96.2617','ADM1059A3','NM_016621'),(103805445,27.1598,99.8092,96.1832,84.3511,0,0,10,'11|45957185|45957292|96.2617','ADM1059A3','NM_001101802'),(103805449,29.0603,99.9848,99.4391,97.1955,0,0,10,'11|103026058|103026232|98.8506','ADM1059A3','NM_001080463'),(103805493,27.2063,100,98.8161,89.3453,0,0,10,NULL,'ADM1059A3','NM_025132'),(103805494,27.143,100,98.7639,88.9758,0,0,10,NULL,'ADM1059A3','XM_005262659'),(103805495,28.9913,100,100,97.4973,0,0,10,NULL,'ADM1059A3','NM_001017420'),(103805510,24.9995,100,95.6816,82.5702,0,0,10,NULL,'ADM1059A3','NM_001130089'),(103805511,24.0827,100,95.4842,80.3591,0,0,10,NULL,'ADM1059A3','NM_005548'),(103805577,27.0653,98.2871,89.478,84.5024,0,0,10,'15|52471963|52472078|81.7391','ADM1059A3','NM_016194'),(103805578,27.9977,97.6163,86.9467,86.8331,0,0,10,'15|52471963|52472079|81.8966','ADM1059A3','XM_005254130'),(103805579,26.6709,98.0857,88.1495,82.5889,0,0,10,'15|52471963|52472079|81.8966','ADM1059A3','NM_006578'),(103805681,23.1837,99.6367,92.5313,72.7897,0,0,10,'5|59188993|59189452|98.0392','ADM1059A3','NM_001104631'),(103805682,24.9091,100,99.9033,87.0469,0,0,10,NULL,'ADM1059A3','NM_006203'),(103805683,25.4424,100,99.9125,88.2713,0,0,10,NULL,'ADM1059A3','NM_001197218'),(103805684,24.3001,100,99.8715,83.2905,0,0,10,NULL,'ADM1059A3','NM_001197221'),(103805685,24.7686,100,99.9042,84.2357,0,0,10,NULL,'ADM1059A3','NM_001197220'),(103805686,24.9919,100,99.9053,87.2572,0,0,10,NULL,'ADM1059A3','NM_001197219'),(103805687,25.5024,100,99.9129,88.3326,0,0,10,NULL,'ADM1059A3','NM_001165899'),(103805703,18.2847,98.4104,76.3006,37.4277,0,0,10,'X|64141695|64141870|93.7143','ADM1059A3','NM_018684'),(103805704,17.5633,97.9817,68.9908,31.9266,0,0,10,'X|64141695|64141870|93.7143','ADM1059A3','NM_001178033'),(103805713,22.5199,100,99.3624,67.1898,0,0,10,NULL,'ADM1059A3','NM_001256074'),(103805714,23.5263,100,99.3605,73.3891,0,0,10,NULL,'ADM1059A3','NM_032518'),(103805752,22.938,99.9326,95.9019,75.0472,0,0,10,'11|19735239|19735510|98.155','ADM1059A3','NM_182964'),(103805754,24.3327,100,100,88.5724,0,0,10,NULL,'ADM1059A3','NM_007327'),(103805755,24.353,100,100,88.1013,0,0,10,NULL,'ADM1059A3','NM_021569'),(103805756,24.1657,100,100,86.3307,0,0,10,NULL,'ADM1059A3','NM_001185090'),(103805757,24.3191,100,100,87.2286,0,0,10,NULL,'ADM1059A3','NM_000832'),(103805758,24.1789,100,100,85.7708,0,0,10,NULL,'ADM1059A3','NM_001185091'),(103805759,24.2999,100,100,87.7429,0,0,10,NULL,'ADM1059A3','XM_005266071'),(103805769,26.1202,100,100,95.8104,0,0,10,NULL,'ADM1059A3','NM_020699'),(103805783,23.5849,100,99.4554,83.6634,0,0,10,NULL,'ADM1059A3','NM_001170962'),(103805784,23.4984,100,98.9718,82.8886,0,0,10,NULL,'ADM1059A3','NM_001555'),(103805794,20.7773,100,97.3706,59.8193,0,0,10,NULL,'ADM1059A3','NM_001079668'),(103805805,21.348,100,97.4323,81.5977,0,0,10,NULL,'ADM1059A3','NM_004744'),(103805808,24.3382,100,95.9789,84.9703,0,0,10,NULL,'ADM1059A3','NM_054027'),(103805813,27.0968,100,100,98.467,0,0,10,NULL,'ADM1059A3','NM_001282936'),(103805814,27.0968,100,100,98.467,0,0,10,NULL,'ADM1059A3','NM_003035'),(103805815,26.4593,100,99.8634,92.2622,0,0,10,NULL,'ADM1059A3','NR_027397'),(103805911,24.3251,100,99.6554,89.2303,0,0,10,NULL,'ADM1059A3','NM_001042497'),(103805912,24.4785,100,99.6601,89.3768,0,0,10,NULL,'ADM1059A3','NM_133647'),(103805913,24.6075,100,99.6421,89.323,0,0,10,NULL,'ADM1059A3','NM_001042494'),(103805914,24.6075,100,99.6421,89.323,0,0,10,NULL,'ADM1059A3','NM_001042495'),(103805915,24.6686,100,99.6447,89.4581,0,0,10,NULL,'ADM1059A3','NM_005135'),(103805916,24.4846,100,99.6573,89.2918,0,0,10,NULL,'ADM1059A3','NM_001042496'),(103805931,27.6896,99.6526,96.6416,90.5038,0,0,10,'14|78082789|78082925|95.5882','ADM1059A3','NM_004863'),(103805959,20.4671,100,94.2105,55.2632,0,0,10,NULL,'ADM1059A3','XM_005261256'),(103805960,20.4671,100,94.2105,55.2632,0,0,10,NULL,'ADM1059A3','NM_001195226'),(103805961,20.4034,100,91.8787,54.6833,0,0,10,NULL,'ADM1059A3','NM_016335'),(103805977,21.5451,99.8828,89.0973,60.6682,0,0,10,'10|131666044|131666178|98.5075','ADM1059A3','NM_001005463'),(103805978,21.9631,99.8914,89.8968,63.5524,0,0,10,'10|131666044|131666178|98.5075','ADM1059A3','XM_005252668'),(103805991,27.886,100,98.5722,89.5822,0,0,10,NULL,'ADM1059A3','NM_001127897'),(103805992,27.8265,100,98.6346,89.7964,0,0,10,NULL,'ADM1059A3','NM_015272'),(103806006,22.4112,99.9529,91.4743,65.5205,0,0,10,'1|16374836|16374917|98.7654','ADM1059A3','NM_000085'),(103806022,26.4094,100,99.735,91.0247,0,0,10,NULL,'ADM1059A3','NM_007294'),(103806023,26.4034,100,99.738,91.1282,0,0,10,NULL,'ADM1059A3','NM_007300'),(103806024,26.8517,100,99.5739,90.3281,0,0,10,NULL,'ADM1059A3','NM_007298'),(103806025,25.925,100,99.6841,89.8273,0,0,10,NULL,'ADM1059A3','NM_007297'),(103806072,25.6884,99.9576,98.9402,83.4676,0,0,10,'1|202729541|202729703|98.7654','ADM1059A3','NM_006618'),(103806097,27.7994,100,99.7708,92.894,0,0,10,NULL,'ADM1059A3','NM_001007188'),(103806098,25.3719,99.9796,98.331,88.276,0,0,10,'22|32239629|32239800|99.4152','ADM1059A3','NM_001136029'),(103806099,25.2149,99.9784,98.2077,88.4258,0,0,10,'22|32239629|32239800|99.4152','ADM1059A3','NM_001242897'),(103806100,25.4293,99.9795,98.296,88.955,0,0,10,'22|32239629|32239800|99.4152','ADM1059A3','XM_005261867'),(103806101,25.4773,99.9794,98.3072,89.3476,0,0,10,'22|32239629|32239800|99.4152','ADM1059A3','NM_014662'),(103806102,25.439,99.9791,98.4114,89.1722,0,0,10,'22|32239629|32239800|99.4152','ADM1059A3','XM_005261866'),(103806124,24.1736,99.7267,92.7571,79.5354,0,0,10,'18|77439945|77440263|97.4843','ADM1059A3','NM_004715'),(103806125,24.2392,99.6972,91.9758,78.6904,0,0,10,'18|77439945|77440263|97.4843','ADM1059A3','NM_048368'),(103806133,23.4198,100,99.4705,76.8532,0,0,10,NULL,'ADM1059A3','NM_013976'),(103806134,21.1684,99.036,92.0951,59.2545,0,0,10,'22|51065592|51065836|93.8525','ADM1059A3','NM_001085426'),(103806135,21.1684,99.036,92.0951,59.2545,0,0,10,'22|51065592|51065836|93.8525','ADM1059A3','NM_000487'),(103806136,21.7668,98.8417,90.888,65.0965,0,0,10,'22|51065592|51065803|92.891','ADM1059A3','NM_001085428'),(103806137,21.1684,99.036,92.0951,59.2545,0,0,10,'22|51065592|51065836|93.8525','ADM1059A3','NM_001085427'),(103806138,21.1884,99.0323,92.0645,59.4839,0,0,10,'22|51065592|51065836|93.8525','ADM1059A3','NM_001085425'),(103806146,25.4243,100,99.3458,76.8224,0,0,10,NULL,'ADM1059A3','NM_003849'),(103806176,21.8742,97.1902,86.0138,66.1354,0,0,10,'1|8420170|8421552|95.152,1|8418254|8418978|90.7459','ADM1059A3','NM_012102'),(103806177,21.8742,97.1902,86.0138,66.1354,0,0,10,'1|8420170|8421552|95.152,1|8418254|8418978|90.7459','ADM1059A3','NM_001042681'),(103806212,24.1607,100,98.4085,78.4767,0,0,10,NULL,'ADM1059A3','NM_020458'),(103806227,26.0172,99.8439,93.8606,83.1426,0,0,10,'3|128614151|128614261|97.2727','ADM1059A3','NM_014049'),(103806229,26.8516,100,98.85,89.9111,0,0,10,NULL,'ADM1059A3','NM_004629'),(103806264,23.7762,100,98.917,76.1011,0,0,10,NULL,'ADM1059A3','NM_001099274'),(103806265,23.9327,100,98.8254,74.7064,0,0,10,NULL,'ADM1059A3','XM_005267529'),(103806277,21.9931,99.8941,91.0823,65.9698,0,0,10,'X|53440180|53440387|98.0676','ADM1059A3','NM_006306'),(103806296,26.8761,99.3835,96.6708,90.7522,0,0,10,'11|77824930|77825037|90.6542','ADM1059A3','NM_024079'),(103806297,26.1017,98.7543,95.0173,85.5363,0,0,10,'11|77813937|77813996|86.4407,11|77824930|77825037|90.6542','ADM1059A3','NM_001007027'),(103806298,24.3549,100,96.3649,78.9024,0,0,10,NULL,'ADM1059A3','NM_001173129'),(103806360,26.3717,100,98.5217,89.7391,0,0,10,NULL,'ADM1059A3','XM_005249962'),(103806361,26.5803,100,98.4404,89.3578,0,0,10,NULL,'ADM1059A3','NM_152998'),(103806362,26.4478,100,98.4142,90.2519,0,0,10,NULL,'ADM1059A3','NM_001203249'),(103806363,26.5002,100,98.5042,90.8051,0,0,10,NULL,'ADM1059A3','XM_005249963'),(103806364,26.4478,100,98.4142,90.2519,0,0,10,NULL,'ADM1059A3','XM_005249964'),(103806374,26.3819,100,99.6747,88.7443,0,0,10,NULL,'ADM1059A3','NM_153704'),(103806375,26.7164,100,99.4696,89.71,0,0,10,NULL,'ADM1059A3','NM_001142301'),(103806391,27.8302,100,100,99.9013,0,0,10,NULL,'ADM1059A3','NM_000396'),(103806427,23.5628,100,99.9522,83.8509,0,0,10,NULL,'ADM1059A3','NM_144639'),(103806428,23.1995,100,98.3304,80.1845,0,0,10,NULL,'ADM1059A3','NM_001165974'),(103806438,26.9978,100,99.7474,92.2772,0,0,10,NULL,'ADM1059A3','NM_001126055'),(103806439,26.9593,100,99.7543,91.8568,0,0,10,NULL,'ADM1059A3','NM_003688'),(103806440,26.857,100,99.7479,91.6457,0,0,10,NULL,'ADM1059A3','NM_001126054'),(103806441,27.08,100,99.7543,92.4886,0,0,10,NULL,'ADM1059A3','XM_005272686'),(103806448,26.3114,100,100,88.7329,0,0,10,NULL,'ADM1059A3','NM_004153'),(103806502,26.5663,100,100,95.9764,0,0,10,NULL,'ADM1059A3','NM_001244438'),(103806517,25.7223,100,97.8886,85.4012,0,0,10,NULL,'ADM1059A3','NM_001080522'),(103806518,25.8483,100,97.7371,85.2155,0,0,10,NULL,'ADM1059A3','XM_005248178'),(103806519,25.7223,100,97.8886,85.4012,0,0,10,NULL,'ADM1059A3','XM_005248179'),(103806562,23.354,100,96.9238,77.1734,0,0,10,NULL,'ADM1059A3','NM_000302'),(103806575,27.6217,100,100,98.0392,0,0,10,NULL,'ADM1059A3','NM_001102469'),(103806584,25.8932,99.9732,98.8188,90.255,0,0,10,'17|8151320|8151357|97.2973','ADM1059A3','NM_025099'),(103806590,23.4242,99.963,95.8874,78.103,0,0,10,'5|45695769|45696198|99.7669','ADM1059A3','NM_021072'),(103806591,29.198,100,100,93.1877,0.128535,0,10,NULL,'ADM1059A3','NM_001349'),(103806621,24.5392,100,96.9152,80.0771,0,0,10,NULL,'ADM1059A3','NM_005518'),(103806622,24.1072,100,96.6363,78.2761,0,0,10,NULL,'ADM1059A3','NM_001166107'),(103806652,27.3021,100,98.8043,96.1611,0,0,10,NULL,'ADM1059A3','XM_005247776'),(103806653,27.3021,100,98.8043,96.1611,0,0,10,NULL,'ADM1059A3','NM_024665'),(103806661,22.3659,100,98.7936,74.1287,0,0,10,NULL,'ADM1059A3','NM_198216'),(103806662,23.5921,99.7872,95.3947,77.0511,0,0,10,'13|110861737|110861776|97.4359,13|110833637|110833738|90.099','ADM1059A3','NM_001845'),(103806670,23.2157,99.7429,95.8857,77.0286,0,0,10,'20|44676618|44676726|91.6667','ADM1059A3','NM_001134771'),(103806671,23.404,99.7377,95.803,79.2189,0,0,10,'20|44676618|44676726|91.6667','ADM1059A3','NM_020708'),(103806677,20.4533,100,94.0163,49.7733,0,0,10,NULL,'ADM1059A3','NM_002067'),(103806685,29.06,100,100,96.1469,0,0,10,NULL,'ADM1059A3','NM_014159'),(103806699,24.5442,99.862,96.4434,85.9539,0,0,10,'18|7025976|7026107|96.9466,18|6971854|6971982|92.9688','ADM1059A3','NM_005559'),(103806723,22.475,100,97.8777,66.4982,0,0,10,NULL,'ADM1059A3','NM_019023'),(103806724,22.9315,100,98.03,68.9024,0,0,10,NULL,'ADM1059A3','XM_005255990'),(103806761,25.6223,100,96.1021,73.1396,0,0,10,NULL,'ADM1059A3','XM_005259917'),(103806781,25.6893,99.6429,96.7143,86.2143,0,0,10,'17|26726669|26726731|91.9355','ADM1059A3','NM_080669'),(103806782,25.3099,99.6183,96.4885,85.2672,0,0,10,'17|26726669|26726731|91.9355','ADM1059A3','NM_001242366'),(103806813,28.3914,100,99.4907,91.6345,0,0,10,NULL,'ADM1059A3','NM_033407'),(103806835,25.8653,100,98.1855,88.9479,0,0,10,NULL,'ADM1059A3','NM_014139'),(103806836,25.862,100,98.1855,88.9479,0,0,10,NULL,'ADM1059A3','NM_001287223'),(103806838,20.5389,100,89.0155,59.6891,0,0,10,NULL,'ADM1059A3','NM_005984'),(103806842,20.4347,84.3933,82.0101,68.4325,0,0,10,'15|89398081|89402650|74.9179','ADM1059A3','NM_001135'),(103806843,20.5033,85.0118,82.7099,68.8203,0,0,10,'15|89398081|89402650|74.9179','ADM1059A3','NM_013227'),(103806846,26.0879,100,97.9305,86.3567,0,0,10,NULL,'ADM1059A3','NM_000271'),(103806867,21.8128,100,97.04,75.52,0,0,10,NULL,'ADM1059A3','NM_021926'),(103806880,26.5325,100,99.6547,84.3232,0,0,10,NULL,'ADM1059A3','NM_002427'),(103806893,29.0667,100,100,98.0215,0,0,10,NULL,'ADM1059A3','NM_021815'),(103806903,25.8186,100,100,86.2709,0,0,10,NULL,'ADM1059A3','NM_025180'),(103806904,25.8186,100,100,86.2709,0,0,10,NULL,'ADM1059A3','XM_005247799'),(103806905,23.4443,100,97.9592,70.4082,0,0,10,NULL,'ADM1059A3','NM_014740'),(103806937,23.7916,99.0423,96.1127,83.2676,0,0,10,'20|44048970|44049071|83.1683','ADM1059A3','NM_015937'),(103806938,23.5311,98.838,95.2837,80.1094,0,0,10,'20|44048970|44049071|83.1683','ADM1059A3','NM_001184730'),(103806939,24.17,98.9179,95.7352,85.9325,0,0,10,'20|44048970|44049071|83.1683','ADM1059A3','NM_001184729'),(103806940,23.7008,98.9401,95.6983,81.7955,0,0,10,'20|44048970|44049071|83.1683','ADM1059A3','NM_001184728'),(103806944,26.9967,100,100,89.7548,0,0,10,NULL,'ADM1059A3','NM_001256270'),(103806945,26.7218,100,100,90.6464,0,0,10,NULL,'ADM1059A3','NM_001256269'),(103806958,22.1692,100,96.8563,68.7126,0,0,10,NULL,'ADM1059A3','NM_024407'),(103806964,26.1963,99.2562,90,80.2479,0,0,10,'15|101791340|101791664|94.4444','ADM1059A3','NM_014918'),(103806966,25.0765,100,94.899,79.915,0,0,10,NULL,'ADM1059A3','NM_001739'),(103806969,23.2012,100,94.5505,73.1253,0,0,10,NULL,'ADM1059A3','NM_001003722'),(103806970,23.457,100,94.5158,74.8024,0,0,10,NULL,'ADM1059A3','NM_001499'),(103806979,24.3277,100,98.3559,88.2319,0,0,10,NULL,'ADM1059A3','NM_001184880'),(103806985,21.8379,99.884,93.6793,65.0333,0,0,10,'5|1294884|1295107|98.2063','ADM1059A3','NM_198253'),(103806988,20.56,89.781,70.1773,60.4797,0,0,10,'11|2905898|2906722|88.1068','ADM1059A3','NM_000076'),(103806989,20.3596,89.4168,69.1145,59.0713,0,0,10,'11|2905898|2906689|87.6106','ADM1059A3','NM_001122631'),(103806998,22.4678,100,95.265,72.5795,0,0,10,NULL,'ADM1059A3','NM_001958'),(103807023,22.479,100,95.2909,72.2057,0,0,10,NULL,'ADM1059A3','NM_004260'),(103807030,27.36,99.9479,95.9364,86.7674,0,0,10,'18|55398857|55399042|98.9189','ADM1059A3','NM_005603'),(103807037,24.0179,100,99.1898,90.7889,0,0,10,NULL,'ADM1059A3','XM_005278163'),(103807038,24.0179,100,99.1898,90.7889,0,0,10,NULL,'ADM1059A3','NM_005491'),(103807039,24.1244,100,99.1619,91.5307,0,0,10,NULL,'ADM1059A3','NM_001177466'),(103807044,23.3874,100,100,91.1462,0,0,10,NULL,'ADM1059A3','NR_031589'),(103807047,23.5931,100,99.1695,72.5952,0,0,10,NULL,'ADM1059A3','NM_031303'),(103807052,26.8485,100,99.9095,89.831,0,0,10,NULL,'ADM1059A3','NM_001098484'),(103807053,26.6177,100,99.9055,88.5076,0,0,10,NULL,'ADM1059A3','NM_003759'),(103807055,25.4321,100,99.7407,86.7739,0,0,10,NULL,'ADM1059A3','NM_024915'),(103807056,21.7274,99.5553,91.169,64.6125,0,0,10,'17|78063936|78064200|94.697','ADM1059A3','NM_001243342'),(103807061,26.4546,100,99.7639,89.1658,0,0,10,NULL,'ADM1059A3','NM_031466'),(103807095,26.6794,98.6201,87.7435,75.1623,0,0,10,'8|17920692|17920741|65.3061','ADM1059A3','NM_177924'),(103807096,26.857,98.6719,88.2031,76.875,0,0,10,'8|17920692|17920741|65.3061','ADM1059A3','NM_004315'),(103807097,26.1936,98.5997,87.5618,75.6178,0,0,10,'8|17920692|17920741|65.3061','ADM1059A3','NM_001127505'),(103807106,20.883,99.7788,89.9917,51.3132,0,0,10,'1|17322879|17322993|99.1228,1|17326739|17326809|90.0','ADM1059A3','NM_022089'),(103807120,22.4652,99.3294,83.1517,67.4769,0,0,10,'1|180240968|180241143|95.4286','ADM1059A3','NM_033343'),(103807128,25.2102,100,98.8057,75.7962,0,0,10,NULL,'ADM1059A3','NM_133459'),(103807149,22.4761,100,98.8565,68.0873,0,0,10,NULL,'ADM1059A3','NM_003179'),(103807182,24.2012,100,99.6239,83.7533,0,0,10,NULL,'ADM1059A3','NM_004522'),(103807221,21.857,100,94.2481,68.6935,0,0,10,NULL,'ADM1059A3','NM_001146056'),(103807222,22.0721,100,95.1456,69.9723,0,0,10,NULL,'ADM1059A3','NM_024298'),(103807223,22.2976,100,97.9147,70.9005,0,0,10,NULL,'ADM1059A3','NM_001146082'),(103807224,21.857,100,94.2481,68.6935,0,0,10,NULL,'ADM1059A3','NM_001146083'),(103807242,26.126,100,100,94.4986,0,0,10,NULL,'ADM1059A3','NM_001166254'),(103807243,25.9593,100,100,94.4714,0,0,10,NULL,'ADM1059A3','NM_001130966'),(103807244,26.2675,100,100,94.9077,0,0,10,NULL,'ADM1059A3','NM_001166253'),(103807245,25.9593,100,100,94.4714,0,0,10,NULL,'ADM1059A3','NM_001061'),(103807246,26.7699,100,100,97.9592,0,0,10,NULL,'ADM1059A3','NM_030984'),(103807249,26.6468,100,100,84.4386,0,0,10,NULL,'ADM1059A3','NM_001042383'),(103807250,27.3842,100,100,90.2939,0,0,10,NULL,'ADM1059A3','NM_001042384'),(103807251,26.3492,100,100,85.0962,0,0,10,NULL,'ADM1059A3','NM_001042400'),(103807253,26.4078,100,99.5922,88.5807,0,0,10,NULL,'ADM1059A3','NM_002618'),(103807256,23.6806,100,96.7698,74.8205,0,0,10,NULL,'ADM1059A3','NM_015025'),(103807262,28.8037,100,98.8205,94.1028,0,0,10,NULL,'ADM1059A3','NM_001114636'),(103807263,22.6591,100,97.786,82.583,0,0,10,NULL,'ADM1059A3','NM_003412'),(103807288,28.788,100,99.7029,93.4645,0,0,10,NULL,'ADM1059A3','NM_005908'),(103807290,19.0703,99.7009,89.0329,43.0209,0,0,10,'4|997131|997260|98.4496,4|994668|994779|96.3964','ADM1059A3','NM_000203'),(103807291,18.9423,99.7092,89.0451,40.9598,0,0,10,'4|997131|997260|98.4496,4|994668|994779|96.3964','ADM1059A3','XM_005272276'),(103807342,17.5786,91.9214,70.9607,34.9345,0,0,10,'11|112103884|112103958|50.0','ADM1059A3','NM_000317'),(103807344,22.9799,99.9164,97.0127,78.4625,0,0,10,'7|42003925|42006241|99.8273','ADM1059A3','NM_000168'),(103807350,22.1078,99.4426,94.0084,62.7032,0,0,10,'20|61448414|61448496|85.3659','ADM1059A3','NM_001853'),(103807352,19.3794,96.466,81.8332,50.4141,0,0,10,'1|1453094|1453157|7.93651,1|1452689|1452794|94.2857','ADM1059A3','NM_001170535'),(103807367,24.9386,100,99.7462,88.1218,0,0,10,NULL,'ADM1059A3','NM_005094'),(103807421,26.657,100,99.154,81.847,0,0,10,NULL,'ADM1059A3','NM_003114'),(103807422,26.657,100,99.154,81.847,0,0,10,NULL,'ADM1059A3','NM_172218'),(103807424,23.6815,100,90.5822,78.9384,0,0,10,NULL,'ADM1059A3','NM_001130442'),(103807479,25.5138,99.6452,94.4699,83.1281,0,0,10,'13|39261479|39266656|99.3432','ADM1059A3','NM_207361'),(103807539,23.9091,99.9001,94.006,70.5295,0,0,10,'9|80912124|80912188|98.4375','ADM1059A3','NM_021154'),(103807540,24.972,99.9124,94.7461,74.1681,0,0,10,'9|80912124|80912188|98.4375','ADM1059A3','NM_058179'),(103807558,23.7839,99.6714,95.748,78.8945,0,0,10,'6|43014616|43014847|92.6407','ADM1059A3','XM_005249503'),(103807559,23.5353,99.6869,95.8924,76.6255,0,0,10,'6|43014616|43014847|92.6407','ADM1059A3','NM_014780'),(103807560,27.3157,100,99.7712,92.6222,0,0,10,NULL,'ADM1059A3','NM_001256545'),(103807561,26.4888,100,99.5415,89.3983,0,0,10,NULL,'ADM1059A3','XM_005272115'),(103807562,27.3157,100,99.7712,92.6222,0,0,10,NULL,'ADM1059A3','NM_032446'),(103807569,23.4975,100,98.4153,76.692,0,0,10,NULL,'ADM1059A3','NM_002180'),(103807613,22.7823,100,98.0714,75.194,0,0,10,NULL,'ADM1059A3','NM_012293'),(103807622,29.3969,100,99.555,95.521,0,0,10,NULL,'ADM1059A3','NM_000059'),(103807648,22.9307,100,99.1031,79.9837,0,0,10,NULL,'ADM1059A3','NM_139156'),(103807649,22.9744,100,99.184,81.4911,0,0,10,NULL,'ADM1059A3','NM_004037'),(103807650,22.929,100,99.0594,79.8204,0,0,10,NULL,'ADM1059A3','NM_001257361'),(103807651,22.8671,100,99.057,79.7685,0,0,10,NULL,'ADM1059A3','NM_203404'),(103807692,21.1161,99.357,88.7226,58.5508,0,0,10,'X|153593187|153593327|81.4286,X|153592625|153592742|91.453,X|153592892|153593089|91.8782','ADM1059A3','NM_001110556'),(103807693,21.1268,99.3548,88.6849,58.6476,0,0,10,'X|153593187|153593327|81.4286,X|153592625|153592742|91.453,X|153592892|153593089|91.8782','ADM1059A3','NM_001456'),(103807697,27.6668,100,99.7919,94.3392,0,0,10,NULL,'ADM1059A3','NM_020760'),(103807698,25.8544,99.9365,98.4379,86.157,0,0,10,'18|43450530|43450709|97.2067','ADM1059A3','NM_020964'),(103807712,21.1932,100,98.8343,66.1949,0,0,10,NULL,'ADM1059A3','NM_001039958'),(103807716,24.4052,100,100,92.0259,0,0,10,NULL,'ADM1059A3','NM_016499'),(103807727,23.6711,100,98.2924,76.1333,0,0,10,NULL,'ADM1059A3','NM_198270'),(103807728,24.3457,100,98.4958,81.7243,0,0,10,NULL,'ADM1059A3','NM_001136024'),(103807768,21.0103,100,84.3188,67.3522,0,0,10,NULL,'ADM1059A3','XM_005249820'),(103807790,22.3674,100,99.6071,71.3163,0,0,10,NULL,'ADM1059A3','NM_001256743'),(103807796,27.6957,97.2692,93.9532,89.922,0,0,10,'4|26417095|26417264|75.1479','ADM1059A3','NM_005349'),(103807809,23.7542,100,98.8166,77.2458,0,0,10,NULL,'ADM1059A3','NM_198173'),(103807810,24.6137,100,99.8446,83.9979,0,0,10,NULL,'ADM1059A3','NM_198174'),(103807817,28.5829,100,100,95.6784,0,0,10,NULL,'ADM1059A3','NM_025152'),(103807818,28.7129,100,100,93.8571,0,0,10,NULL,'ADM1059A3','XM_005268100'),(103807855,26.437,100,98.8235,87.5882,0,0,10,NULL,'ADM1059A3','NM_014053'),(103807882,30.5823,100,100,98.5248,0.465839,0,10,NULL,'ADM1059A3','NM_015697'),(103807893,23.5242,99.9831,95.6133,72.0094,0,0,10,'19|17008698|17008807|99.0826','ADM1059A3','NM_015692'),(103807921,24.1744,100,95.6713,73.5872,0,0,10,NULL,'ADM1059A3','NM_001287'),(103807922,24.1318,100,95.5372,72.7686,0,0,10,NULL,'ADM1059A3','NM_001114331'),(103807928,26.2706,99.9622,97.1928,85.6427,0,0,10,'7|103234766|103234941|97.7143','ADM1059A3','NM_005045'),(103807929,26.2776,99.9622,97.1904,85.7156,0,0,10,'7|103234766|103234941|97.7143','ADM1059A3','NM_173054'),(103807947,30.0906,100,98.7162,96.0097,0,0,10,NULL,'ADM1059A3','NM_176787'),(103807948,30.0906,100,98.7162,96.0097,0,0,10,NULL,'ADM1059A3','NM_012327'),(103807959,22.2898,99.9392,93.3779,67.0109,0,0,10,'1|68904623|68904766|99.3007','ADM1059A3','NM_000329'),(103807983,21.6493,99.9342,93.75,63.3553,0,0,10,'16|67199847|67199975|99.2188','ADM1059A3','NM_001040667'),(103807984,21.7049,99.9301,93.3567,61.8881,0,0,10,'16|67199847|67199975|99.2188','ADM1059A3','NM_001538'),(103807986,27.1187,100,99.8875,86.0439,0,0,10,NULL,'ADM1059A3','NM_014423'),(103807989,21.7045,100,98.7307,58.5676,0,0,10,NULL,'ADM1059A3','NM_182894'),(103807991,25.7986,100,96.1649,82.2627,0,0,10,NULL,'ADM1059A3','NM_176869'),(103807992,25.9046,100,96.2092,87.3203,0,0,10,NULL,'ADM1059A3','XM_005262918'),(103807998,26.146,99.8079,93.5339,87.9001,0,0,10,'14|89291049|89291167|97.4576','ADM1059A3','NM_198309'),(103807999,25.9452,99.8174,93.8527,88.1315,0,0,10,'14|89291049|89291167|97.4576','ADM1059A3','NM_001288781'),(103808000,26.1173,99.8119,93.6677,88.1505,0,0,10,'14|89291049|89291167|97.4576','ADM1059A3','NM_144596'),(103808033,29.6387,100,99.2924,90.889,0,0,10,NULL,'ADM1059A3','NM_000282'),(103808034,29.7275,100,99.2661,90.5505,0,0,10,NULL,'ADM1059A3','NM_001127692'),(103808035,30.2088,100,99.2442,92.9617,0,0,10,NULL,'ADM1059A3','NM_001178004'),(103808063,23.8053,98.2641,89.0566,80.0755,0,0,10,'6|10419649|10419686|78.3784,6|10410132|10410570|96.5753','ADM1059A3','NM_001042425'),(103808064,24.1425,98.8628,91.812,82.6384,0,0,10,'6|10410132|10410570|96.5753','ADM1059A3','NM_001032280'),(103808065,24.0636,98.8781,91.9222,82.3486,0,0,10,'6|10410132|10410570|96.5753','ADM1059A3','NM_003220'),(103808080,23.6739,99.892,93.9525,73.9741,0,0,10,'17|10600550|10600827|99.639','ADM1059A3','NM_004589'),(103808090,28.5063,100,99.9554,93.125,0,0,10,NULL,'ADM1059A3','NM_005006'),(103808091,28.9887,100,100,95.5378,0,0,10,NULL,'ADM1059A3','NM_001199981'),(103808092,28.5562,100,99.9562,93.2604,0,0,10,NULL,'ADM1059A3','NM_001199984'),(103808099,22.9319,99.0638,94.8936,80.3404,0,0,10,'9|34647084|34647257|93.6416','ADM1059A3','NM_000155'),(103808106,23.7925,99.0119,93.8658,76.3689,0,0,10,'16|70551527|70551645|79.661','ADM1059A3','NM_015386'),(103808119,23.9179,99.9837,96.4332,78.6156,0,0,10,'21|41516416|41516660|99.5902','ADM1059A3','NM_001389'),(103808120,26.3105,100,98.9474,81.3158,0,0,10,NULL,'ADM1059A3','NM_152705'),(103808165,23.7334,100,99.7237,81.7127,0,0,10,NULL,'ADM1059A3','NM_005401'),(103808184,25.7526,96.5674,93.1347,84.5207,0,0,10,'13|31774219|31774293|32.4324,13|31789186|31789239|94.3396','ADM1059A3','NM_194318'),(103808185,28.1459,100,99.9666,96.729,0,0,10,NULL,'ADM1059A3','NM_000222'),(103808266,28.5665,100,100,98.1034,0,0,10,NULL,'ADM1059A3','NM_006218'),(103808281,19.0223,97.5131,78.4032,42.9319,0,0,10,'X|152864475|152864514|89.7436,X|152864418|152864476|74.1379','ADM1059A3','NM_152274'),(103808290,21.5666,99.9738,93.3141,63.398,0,0,10,'19|36333024|36333184|99.375','ADM1059A3','NM_004646'),(103808292,27.1706,100,99.2661,85.6881,0,0,10,NULL,'ADM1059A3','NM_005105'),(103808318,22.3953,100,97.858,78.5802,0,0,10,NULL,'ADM1059A3','NM_000520'),(103808327,26.6212,100,99.3476,92.461,0,0,10,NULL,'ADM1059A3','XM_005263353'),(103808328,26.6529,100,99.298,91.8877,0,0,10,NULL,'ADM1059A3','NM_033115'),(103808329,26.5678,100,99.3187,92.1272,0,0,10,NULL,'ADM1059A3','NM_001163437'),(103808330,26.6215,100,99.3474,92.4583,0,0,10,NULL,'ADM1059A3','NM_001163435'),(103808331,26.6212,100,99.3476,92.461,0,0,10,NULL,'ADM1059A3','NM_001163436'),(103808342,24.6039,92.2514,85.9388,76.6459,0,0,10,'5|60628098|60628777|57.8792','ADM1059A3','NM_020928'),(103808352,28.5817,100,99.3239,94.8774,0.0458401,0,10,NULL,'ADM1059A3','NM_001199282'),(103808353,28.6079,100,99.3269,94.9002,0.0456361,0,10,NULL,'ADM1059A3','NM_006726'),(103808358,22.3867,100,86.6438,63.3562,0,0,10,NULL,'ADM1059A3','NM_003995'),(103808393,25.4764,100,99.4539,86.7973,0,0,10,NULL,'ADM1059A3','NM_152296'),(103808394,25.3994,100,99.4607,86.0406,0,0,10,NULL,'ADM1059A3','NM_001256214'),(103808395,25.3989,100,99.4596,85.9186,0,0,10,NULL,'ADM1059A3','NM_001256213'),(103808396,25.6415,100,96.8329,87.2641,0,0,10,NULL,'ADM1059A3','NM_000790'),(103808397,25.8505,100,96.2219,85.6913,0,0,10,NULL,'ADM1059A3','NM_001242888'),(103808398,25.6415,100,96.8329,87.2641,0,0,10,NULL,'ADM1059A3','NM_001082971'),(103808399,25.7505,100,99.9044,89.5793,0,0,10,NULL,'ADM1059A3','NM_001242890'),(103808416,22.4759,98.9968,96.1477,71.2279,0,0,10,'22|37470648|37470750|94.1176,22|37491589|37491634|57.7778','ADM1059A3','NM_153609'),(103808417,22.6266,99.0122,96.207,72.8566,0,0,10,'22|37470648|37470750|94.1176,22|37491589|37491634|57.7778','ADM1059A3','XM_005261382'),(103808423,27.5678,100,99.8361,94.5104,0,0,10,NULL,'ADM1059A3','NM_002860'),(103808477,24.4692,98.2877,84.589,83.2192,0,0,10,'5|79950221|79950311|88.8889','ADM1059A3','NM_000791'),(103808483,24.6649,100,100,91.5601,0,0,10,NULL,'ADM1059A3','NM_052845'),(103808499,23.5355,99.7879,87.9109,78.2609,0,0,10,'13|92000072|92000215|98.6014','ADM1059A3','NR_027349'),(103808508,23.1561,100,99.4774,77.7978,0,0,10,NULL,'ADM1059A3','NM_032444'),(103808516,23.0457,100,95.1893,75.3155,0,0,10,NULL,'ADM1059A3','NM_001909'),(103808532,25.7831,100,98.9226,81.7826,0,0,10,NULL,'ADM1059A3','NM_001193417'),(103808542,21.7612,100,98.5075,67.1127,0,0,10,NULL,'ADM1059A3','NM_001024845'),(103808543,21.5238,100,98.5219,65.4042,0,0,10,NULL,'ADM1059A3','NM_201649'),(103808544,21.752,100,98.55,67.35,0,0,10,NULL,'ADM1059A3','NM_006934'),(103808564,23.8969,96.6955,94.4925,85.6019,0,0,10,'12|121163686|121163736|16.0','ADM1059A3','NM_000017'),(103808569,26.9062,99.5566,97.6024,90.2619,0,0,10,'8|100844595|100844882|85.3659,8|100205102|100205287|93.5135','ADM1059A3','NM_152564'),(103808570,26.8948,99.5593,97.6171,90.3215,0,0,10,'8|100844595|100844882|85.3659,8|100205102|100205287|93.5135','ADM1059A3','NM_017890'),(103808571,25.2023,100,99.5708,93.3744,0,0,10,NULL,'ADM1059A3','NM_001111'),(103808572,24.8467,99.8963,98.2884,90.1711,0,0,10,'1|154600329|154600476|97.2789','ADM1059A3','NM_001025107'),(103808573,27.2471,100,99.9038,90.6731,0,0,10,NULL,'ADM1059A3','NM_000126'),(103808574,27.2393,100,99.8876,89.1011,0,0,10,NULL,'ADM1059A3','NM_001127716'),(103808619,27.3258,100,98.8002,91.9016,0,0,10,NULL,'ADM1059A3','NM_000532'),(103808620,26.5613,100,98.4076,89.2516,0,0,10,NULL,'ADM1059A3','XM_005247509'),(103808621,27.3752,100,98.8439,92.1965,0,0,10,NULL,'ADM1059A3','NM_001178014'),(103808635,24.5349,100,88.1143,84.4572,0,0,10,NULL,'ADM1059A3','NR_038934'),(103808636,24.3323,100,100,90.0763,0,0,10,NULL,'ADM1059A3','NM_000458'),(103808684,26.1549,100,99.0144,88.9237,0,0,10,NULL,'ADM1059A3','XM_005248349'),(103808717,22.8438,100,93.6932,73.8386,0,0,10,NULL,'ADM1059A3','NM_021070'),(103808718,22.6273,100,92.7214,71.7359,0,0,10,NULL,'ADM1059A3','NM_001130144'),(103808749,26.6648,99.9872,97.1535,89.6012,0,0,10,'X|41075150|41075907|99.8679','ADM1059A3','XM_005272676'),(103808750,26.6749,99.9873,97.1709,89.6648,0,0,10,'X|41075150|41075907|99.8679','ADM1059A3','NM_001039590'),(103808763,27.1058,100,95.7906,91.9107,0,0,10,NULL,'ADM1059A3','NM_198428'),(103808764,27.2076,100,95.5871,91.5196,0,0,10,NULL,'ADM1059A3','NM_014451'),(103808765,27.2839,100,95.6174,91.5778,0,0,10,NULL,'ADM1059A3','NM_001033604'),(103808766,27.0313,100,95.7627,91.857,0,0,10,NULL,'ADM1059A3','NM_001033605'),(103808777,18.1459,100,83.7806,28.4714,0,0,10,NULL,'ADM1059A3','NM_001145155'),(103808778,21.3863,100,89.7308,66.7996,0,0,10,NULL,'ADM1059A3','NM_005957'),(103808792,19,100,100,15.3846,0,0,10,NULL,'ADM1059A3','NM_001172086'),(103808809,26.9885,100,100,95.3817,0,0,10,NULL,'ADM1059A3','NM_001031806'),(103808810,27.004,100,100,95.1678,0,0,10,NULL,'ADM1059A3','NM_000382'),(103808872,27.9844,100,99.2213,89.8767,0,0,10,NULL,'ADM1059A3','NM_004612'),(103808873,27.9617,100,99.0819,88.0643,0,0,10,NULL,'ADM1059A3','NM_001130916'),(103808915,23.7168,100,97.5376,81.7031,0,0,10,NULL,'ADM1059A3','NM_002238'),(103808957,28.8569,100,100,90.8842,0,0,10,NULL,'ADM1059A3','NM_000531'),(103808958,29.7445,100,100,91.8633,0,0,10,NULL,'ADM1059A3','NM_000082'),(103809014,25.0167,100,98.9576,86.4489,0,0,10,NULL,'ADM1059A3','NM_012472'),(103809033,25.2047,99.8315,97.5569,91.2384,0,0,10,'6|39876820|39876880|96.6667','ADM1059A3','NM_005943'),(103809034,23.7865,99.4958,91.9328,80.5882,0,0,10,'6|39876820|39876880|96.6667,6|39902032|39902159|96.8504','ADM1059A3','NM_001075098'),(103809035,22.8359,99.7889,96.4644,75.9894,0,0,10,'6|39902032|39902159|96.8504','ADM1059A3','XM_005249128'),(103809036,25.0544,99.8185,97.3684,90.5626,0,0,10,'6|39876820|39876880|96.6667','ADM1059A3','XM_005249129'),(103809039,30.2351,100,100,96.9894,0,0,10,NULL,'ADM1059A3','NM_003384'),(103809045,27.2056,100,99.6544,93.5637,0,0,10,NULL,'ADM1059A3','NM_001130105'),(103809046,28.3055,100,100,96.3174,0,0,10,NULL,'ADM1059A3','NM_005713'),(103809053,22.4008,100,98.3173,71.214,0,0,10,NULL,'ADM1059A3','NM_018488'),(103809067,27.349,100,99.7022,94.334,0,0,10,NULL,'ADM1059A3','NM_138694'),(103809068,26.8731,100,99.6433,93.9458,0,0,10,NULL,'ADM1059A3','NM_170724'),(103809075,22.5916,99.402,89.3071,74.1119,0,0,10,'1|3751487|3751658|94.7368,1|3753057|3753258|96.0199','ADM1059A3','NM_014704'),(103809076,27.0567,100,99.543,85.8318,0,0,10,NULL,'ADM1059A3','NM_006800'),(103809087,25.6534,99.8994,95.2213,80.3823,0,0,10,'11|111896920|111897025|98.0952','ADM1059A3','NM_001931'),(103809113,26.7891,100,99.8841,92.584,0,0,10,NULL,'ADM1059A3','NM_015506'),(103809165,21.6356,93.3383,81.3442,66.1891,0,0,10,'6|157099061|157100607|71.4101,6|157521837|157522624|98.8564','ADM1059A3','NM_017519'),(103809166,21.6348,93.3793,81.4592,66.3094,0,0,10,'6|157099061|157100607|71.4101,6|157521837|157522624|98.8564','ADM1059A3','NM_020732'),(103809180,27.1676,100,95.8904,85.6164,0,0,10,NULL,'ADM1059A3','NM_015340'),(103809181,27.1676,100,95.8904,85.6164,0,0,10,NULL,'ADM1059A3','XM_005265006'),(103809185,26.6142,100,96.6979,85.1954,0,0,10,NULL,'ADM1059A3','NM_021828'),(103809186,26.289,100,96.3415,83.5976,0,0,10,NULL,'ADM1059A3','NM_001166244'),(103809187,26.5463,100,96.4371,84.0261,0,0,10,NULL,'ADM1059A3','NM_001166246'),(103809188,26.1066,100,95.9267,81.7379,0,0,10,NULL,'ADM1059A3','NM_001166245'),(103809197,18.2565,99.441,73.913,31.4286,0,0,10,'13|100634316|100635395|99.1659','ADM1059A3','NM_007129'),(103809201,25.0932,100,96.9959,79.277,0,0,10,NULL,'ADM1059A3','NM_152419'),(103809202,25.0161,100,97.1177,80.1172,0,0,10,NULL,'ADM1059A3','XM_005273692'),(103809213,25.0353,99.944,94.6838,82.2608,0,0,10,'15|64687595|64687732|99.2701','ADM1059A3','NM_016213'),(103809258,28.2988,100,100,91.2351,0,0,10,NULL,'ADM1059A3','NM_002156'),(103809259,28.2988,100,100,91.2351,0,0,10,NULL,'ADM1059A3','NM_199440'),(103809260,26.0887,100,98.7366,92.5535,0,0,10,NULL,'ADM1059A3','NM_015335'),(103809267,23.9529,100,100,76.1343,0,0,10,NULL,'ADM1059A3','NM_005708'),(103809296,25.5588,100,98.2972,81.5015,0,0,10,NULL,'ADM1059A3','NM_130810'),(103809297,24.6613,100,98.1229,79.2662,0,0,10,NULL,'ADM1059A3','NM_001033560'),(103809298,25.6647,100,98.0985,79.6024,0,0,10,NULL,'ADM1059A3','NM_001033559'),(103809311,27.0307,100,99.751,93.112,0,0,10,NULL,'ADM1059A3','NR_073590'),(103809322,22.0372,100,97.9554,67.3792,0,0,10,NULL,'ADM1059A3','NM_057174'),(103809338,24.2025,100,98.0211,84.1029,0,0,10,NULL,'ADM1059A3','NM_198177'),(103809340,28.3834,100,99.4837,91.5232,0,0,10,NULL,'ADM1059A3','NM_007315'),(103809341,28.0762,100,99.4555,91.0617,0,0,10,NULL,'ADM1059A3','NM_139266'),(103809370,27.3543,100,99.846,95.6426,0,0,10,NULL,'ADM1059A3','NM_033084'),(103809371,27.417,100,99.844,95.8547,0,0,10,NULL,'ADM1059A3','XM_005264946'),(103809372,27.417,100,99.844,95.8547,0,0,10,NULL,'ADM1059A3','NM_001018115'),(103809385,25.2841,100,99.4689,87.2434,0,0,10,NULL,'ADM1059A3','NM_006662'),(103809386,25.377,100,99.4689,87.7421,0,0,10,NULL,'ADM1059A3','XM_005255046'),(103809401,22.5151,100,96.7001,66.7145,0,0,10,NULL,'ADM1059A3','NM_002168'),(103809425,21.5073,100,97.1815,54.5659,0,0,10,NULL,'ADM1059A3','NM_001759'),(103809432,25.7934,96.9133,94.7704,85.9694,0,0,10,'4|88534935|88537723|95.66','ADM1059A3','NM_014208'),(103809444,27.5019,100,98.0745,94.5122,0,0,10,NULL,'ADM1059A3','NM_001168407'),(103809445,27.2354,100,97.6181,93.3704,0,0,10,NULL,'ADM1059A3','NM_001168408'),(103809446,27.6584,100,97.4414,94.8401,0,0,10,NULL,'ADM1059A3','NM_001168409'),(103809447,27.428,100,97.6461,95.0961,0,0,10,NULL,'ADM1059A3','NM_001168410'),(103809473,27.5934,98.7652,97.2323,89.8233,0,0,10,'14|58954603|58954829|74.3363','ADM1059A3','NM_001244190'),(103809542,27.1252,100,99.9706,91.4512,0,0,10,NULL,'ADM1059A3','NM_004836'),(103809548,26.4762,100,100,89.2291,0,0,10,NULL,'ADM1059A3','NM_001128147'),(103809556,27.8089,100,99.7694,94.938,0,0,10,NULL,'ADM1059A3','NM_017780'),(103809561,29.0785,100,100,97.2414,0,0,10,NULL,'ADM1059A3','NM_001613'),(103809562,29.0785,100,100,97.2414,0,0,10,NULL,'ADM1059A3','NM_001141945'),(103809598,24.0244,100,96.8354,74.9548,0,0,10,NULL,'ADM1059A3','NM_001164710'),(103809599,24.7622,100,96.707,79.322,0,0,10,NULL,'ADM1059A3','NR_028435'),(103809600,23.1716,100,94.5205,67.6873,0,0,10,NULL,'ADM1059A3','NM_000481'),(103809601,23.1878,100,94.3001,66.3873,0,0,10,NULL,'ADM1059A3','NM_001164712'),(103809602,22.7785,100,93.6449,62.7103,0,0,10,NULL,'ADM1059A3','NM_001164711'),(103809606,27.9211,99.9211,96.0568,80.9148,0,0,10,'17|38801826|38801873|97.8723','ADM1059A3','NM_003079'),(103809642,23.9967,100,95.3396,71.2383,0,0,10,NULL,'ADM1059A3','NM_001005747'),(103809644,19.2829,99.8126,83.3229,49.0319,0,0,10,'X|152959986|152960090|97.1154','ADM1059A3','NM_001142806'),(103809661,28.4332,100,100,95.7747,0,0,10,NULL,'ADM1059A3','NM_001252127'),(103809662,28.5406,100,100,95.4741,0,0,10,NULL,'ADM1059A3','XM_005254264'),(103809664,26.7733,100,96.6876,80.1256,0,0,10,NULL,'ADM1059A3','XM_005273019'),(103809665,29.6942,100,100,100,0,0,10,NULL,'ADM1059A3','NM_006009'),(103809714,25.0894,99.9428,97.6948,81.425,0,0,10,'14|103523334|103523513|98.324','ADM1059A3','NM_006035'),(103809715,25.1107,100,96.1062,81.1498,0,0,10,NULL,'ADM1059A3','NM_001145966'),(103809716,24.871,100,96.5359,81.4774,0,0,10,NULL,'ADM1059A3','NM_002417'),(103809720,20.1034,95.0727,90.7916,56.0582,0,0,10,'17|35297585|35297815|73.4783','ADM1059A3','NM_005568'),(103809741,26.4816,100,99.892,95.6804,0,0,10,NULL,'ADM1059A3','NM_002857'),(103809742,27.2861,99.9332,99.5156,91.0807,0,0,10,'11|73753097|73753265|97.619','ADM1059A3','NM_015531'),(103809743,26.2714,99.9441,98.6177,85.6744,0,0,10,'11|73753097|73753265|97.619','ADM1059A3','NM_001286577'),(103809745,21.2307,100,93.0913,44.6136,0,0,10,NULL,'ADM1059A3','NM_001253835'),(103809750,24.9201,100,99.6951,83.7195,0,0,10,NULL,'ADM1059A3','NM_006623'),(103809776,25.9006,100,98.8209,79.6182,0,0,10,NULL,'ADM1059A3','XM_005271689'),(103809788,27.562,100,99.2383,89.173,0,0,10,NULL,'ADM1059A3','NM_003620'),(103809789,26.6954,100,98.9337,84.8439,0,0,10,NULL,'ADM1059A3','XM_005257742'),(103809805,21.7449,99.0771,89.3421,61.8636,0,0,10,'9|96422472|96422844|94.086,9|96411351|96411496|93.7931','ADM1059A3','NM_005392'),(103809818,26.2113,100,100,98.6584,0,0,10,NULL,'ADM1059A3','NM_003722'),(103809819,27.0541,100,100,99.3329,0,0,10,NULL,'ADM1059A3','NM_001114979'),(103809820,26.24,100,100,98.7269,0,0,10,NULL,'ADM1059A3','XM_005247845'),(103809821,25.7182,100,100,98.4436,0,0,10,NULL,'ADM1059A3','NM_001114981'),(103809822,26.5198,100,100,99.1736,0,0,10,NULL,'ADM1059A3','NM_001114982'),(103809845,28.8519,100,99.5222,92.2599,0,0,10,NULL,'ADM1059A3','NM_014236'),(103809851,22.1637,100,92.5123,65.0573,0,0,10,NULL,'ADM1059A3','NM_004211'),(103809871,23.7821,100,97.4071,69.1661,0,0,10,NULL,'ADM1059A3','NM_000147'),(103809875,25.628,100,97.7655,79.8317,0,0,10,NULL,'ADM1059A3','NM_000459'),(103809924,24.8312,99.9211,97.7129,83.6751,0,0,10,'1|218610683|218610840|99.3631','ADM1059A3','NM_003238'),(103809925,25.2229,99.9262,97.8598,84.7232,0,0,10,'1|218610683|218610840|99.3631','ADM1059A3','NM_001135599'),(103809931,28.314,100,100,95.0739,0,0,10,NULL,'ADM1059A3','NM_003859'),(103809935,26.4463,100,98.125,88.125,0,0,10,NULL,'ADM1059A3','NM_003730'),(103809947,23.0386,100,95.928,72.6961,0,0,10,NULL,'ADM1059A3','NM_000095'),(103809972,23.4082,100,94.2751,66.0859,0,0,10,NULL,'ADM1059A3','NM_001145798'),(103809973,23.7193,100,95.4282,68.3838,0,0,10,NULL,'ADM1059A3','NM_001005746'),(103809974,22.9221,100,97.3815,75.7481,0,0,10,NULL,'ADM1059A3','NM_205768'),(103809990,21.1961,99.8958,93.2766,62.0222,0,0,10,'2|220417256|220417421|96.9697,2|220434941|220435957|99.9016','ADM1059A3','NM_015311'),(103809991,21.2957,99.9786,93.4987,61.8905,0,0,10,'2|220434941|220435957|99.9016','ADM1059A3','NM_001173431'),(103809992,20.8072,99.9678,91.149,57.7728,0,0,10,'2|220434941|220435957|99.9016','ADM1059A3','NM_001173408'),(103810052,21.8379,97.5644,91.8501,61.4988,0,0,10,'1|1284274|1284448|70.6897,1|1271519|1271897|99.7355','ADM1059A3','XM_005244732'),(103810060,24.3612,98.4951,92.8155,78.301,0,0,10,'18|3499180|3499394|85.514','ADM1059A3','NM_001003809'),(103810061,24.2107,98.5125,92.8983,78.5509,0,0,10,'18|3499180|3499394|85.514','ADM1059A3','NM_001242764'),(103810062,23.5975,98.9548,95.0101,77.6467,0,0,10,'18|3499180|3499394|85.514','ADM1059A3','NM_004746'),(103810063,24.3548,98.4638,92.666,77.8494,0,0,10,'18|3499180|3499394|85.514','ADM1059A3','NM_001242762'),(103810064,24.4678,98.5189,92.9288,78.6431,0,0,10,'18|3499180|3499394|85.514','ADM1059A3','NM_001242766'),(103810078,28.3381,98.7681,96.0493,86.746,0,0,10,'8|62550879|62550924|42.2222,8|62626826|62626933|97.1963','ADM1059A3','NM_004318'),(103810079,28.9868,98.8531,97.8386,90.9572,0,0,10,'8|62550879|62550924|42.2222','ADM1059A3','NM_001164750'),(103810082,25.6984,100,98.0046,82.8962,0,0,10,NULL,'ADM1059A3','NM_005816'),(103810083,25.6094,100,98.0609,83.3795,0,0,10,NULL,'ADM1059A3','NM_198196'),(103810114,23.078,100,95.1189,67.9556,0,0,10,NULL,'ADM1059A3','NM_001077490'),(103810115,24.8825,92.1269,82.7262,69.4477,0,0,10,'20|57464153|57464410|47.8599','ADM1059A3','NR_003259'),(103810116,24.2308,97.4715,86.8679,66.8842,0,0,10,'20|57466779|57466922|78.3217','ADM1059A3','NM_000516'),(103810117,24.2376,97.4776,86.8999,66.965,0,0,10,'20|57466779|57466922|78.3217','ADM1059A3','NM_001077488'),(103810118,24.0968,97.3684,86.3328,65.5348,0,0,10,'20|57466779|57466922|78.3217','ADM1059A3','NM_001077489'),(103810123,22.5268,99.7132,87.6673,73.0402,0,0,10,'1|110612956|110613237|98.9324','ADM1059A3','NM_006492'),(103810130,28.6626,100,99.7487,90.3446,1.29217,0,10,NULL,'ADM1059A3','NM_005236'),(103810134,22.1649,99.9458,98.6443,62.1475,0,0,10,'3|11078546|11078655|99.0826','ADM1059A3','NM_003042'),(103810146,27.8636,100,99.5083,92.4708,0.0307314,0,10,NULL,'ADM1059A3','NM_014813'),(103810191,26.0788,100,98.1542,82.1575,0,0,10,NULL,'ADM1059A3','NM_033109'),(103810201,20.9914,99.9424,86.8664,60.8871,0,0,10,'11|687909|688059|99.3333','ADM1059A3','NM_021008'),(103810202,20.5869,99.8674,82.0955,56.1008,0,0,10,'11|687909|688059|99.3333,11|654613|654658|97.7778','ADM1059A3','XM_005252749'),(103810207,20.4173,100,92.4459,56.0571,0,0,10,NULL,'ADM1059A3','NM_020894'),(103810208,20.4173,100,92.4459,56.0571,0,0,10,NULL,'ADM1059A3','XM_005272290'),(103810218,23.6712,99.9671,97.9961,78.7122,0,0,10,'4|5809926|5810056|99.2308','ADM1059A3','NM_153717'),(103810241,24.8899,100,99.8101,88.5443,0,0,10,NULL,'ADM1059A3','NM_001693'),(103810284,26.0251,100,98.5629,90.2994,0,0,10,NULL,'ADM1059A3','NM_004733'),(103810295,22.4849,99.9401,94.9102,74.2365,0,0,10,'X|70345199|70345347|97.2973','ADM1059A3','NM_005120'),(103810299,25.9059,99.788,97.8062,87.7018,0,0,10,'4|79442675|79442786|76.5766','ADM1059A3','NM_025074'),(103810310,21.3117,100,92.1219,58.4819,0,0,10,NULL,'ADM1059A3','NM_170726'),(103810311,21.3117,100,92.1219,58.4819,0,0,10,NULL,'ADM1059A3','NM_003748'),(103810312,21.5048,100,91.5003,59.9485,0,0,10,NULL,'ADM1059A3','NM_001161504'),(103810328,24.5087,99.3121,95.6764,82.9676,0,0,10,'1|19557753|19557918|87.2727','ADM1059A3','NM_015047'),(103810329,24.5556,99.2962,95.5764,82.8418,0,0,10,'1|19557753|19557918|87.2727','ADM1059A3','NM_001271429'),(103810396,23.9542,100,94.7761,72.7079,0,0,10,NULL,'ADM1059A3','NM_017875'),(103810424,29.6551,100,99.9733,94.8704,0,0,10,NULL,'ADM1059A3','NM_005445'),(103810449,29.9222,100,100,100,0,0,10,NULL,'ADM1059A3','NM_007373'),(103810450,30.8203,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001269039'),(103810462,25.7192,100,100,95.5806,0,0,10,NULL,'ADM1059A3','NM_182760'),(103810463,25.4959,100,100,95.3254,0,0,10,NULL,'ADM1059A3','NM_001164675'),(103810476,25.8918,100,97.996,89.6794,0,0,10,NULL,'ADM1059A3','NM_005726'),(103810477,26.0827,100,98.1203,90.3195,0,0,10,NULL,'ADM1059A3','NM_001172696'),(103810478,25.1856,100,97.006,84.5808,0,0,10,NULL,'ADM1059A3','NM_001172697'),(103810490,28.9,100,100,99.8077,0,0,10,NULL,'ADM1059A3','NM_001359'),(103810492,27.8553,97.1869,93.7709,89.1494,0,0,10,'4|26417095|26417264|75.1479','ADM1059A3','NM_203283'),(103810493,27.8379,97.1981,93.7959,89.2595,0,0,10,'4|26417095|26417264|75.1479','ADM1059A3','NM_015874'),(103810494,27.9606,97.1925,93.7834,90.107,0,0,10,'4|26417095|26417264|75.1479','ADM1059A3','XM_005248161'),(103810495,27.9606,97.1925,93.7834,90.107,0,0,10,'4|26417095|26417264|75.1479','ADM1059A3','NM_203284'),(103810505,25.6327,100,98.0531,83.0974,0,0,10,NULL,'ADM1059A3','NM_005017'),(103810509,22.168,99.8972,95.2724,71.4286,0,0,10,'15|23889137|23891083|99.8972','ADM1059A3','NM_019066'),(103810526,21.653,100,91.0021,66.2177,0,0,10,NULL,'ADM1059A3','NM_001195129'),(103810532,24.8121,100,99.0378,85.247,0,0,10,NULL,'ADM1059A3','NM_001105'),(103810533,24.8121,100,99.0378,85.247,0,0,10,NULL,'ADM1059A3','NM_001111067'),(103810553,21.6264,98.5604,88.5504,65.082,0,0,10,'17|71189206|71189525|96.8652,17|71197246|71198041|96.478,17|71204451|71204593|96.4789','ADM1059A3','NM_018714'),(103810562,28.4028,100,99.9515,93.3592,0,0,10,NULL,'ADM1059A3','NM_001199983'),(103810563,29.1502,100,100,95.2055,0,0,10,NULL,'ADM1059A3','NM_001199982'),(103810566,28.398,100,100,97.1214,0,0,10,NULL,'ADM1059A3','NM_032581'),(103810567,24.5298,100,94.1495,90.3575,0,0,10,NULL,'ADM1059A3','NM_001983'),(103810568,24.5861,100,93.6321,89.7406,0,0,10,NULL,'ADM1059A3','NM_001166049'),(103810569,24.1683,100,90.3808,86.5732,0,0,10,NULL,'ADM1059A3','NM_202001'),(103810605,22.6645,100,87.904,69.2458,0,0,10,NULL,'ADM1059A3','NM_004168'),(103810624,19.0414,95.9262,79.3125,47.2947,0,0,10,'1|1453094|1453157|7.93651,1|1452689|1452794|94.2857','ADM1059A3','NM_001170536'),(103810627,24.9078,100,100,84.6925,0,0,10,NULL,'ADM1059A3','NM_000026'),(103810628,24.2941,100,100,82.5988,0,0,10,NULL,'ADM1059A3','NM_001123378'),(103810629,24.6424,100,100,81.7295,0,0,10,NULL,'ADM1059A3','XM_005261377'),(103810630,23.6745,97.0914,73.8227,72.2992,0,0,10,'1|33478806|33479005|89.4472','ADM1059A3','NM_001199199'),(103810646,26.5254,100,98.8636,74.9332,0,0,10,NULL,'ADM1059A3','NM_003477'),(103810647,27.3361,99.1716,94.9112,91.8343,0,0,10,'11|34938200|34938364|95.7317','ADM1059A3','NM_001166158'),(103810648,23.6197,99.7818,93.1922,69.6487,0,0,10,'7|39990238|39991453|99.177','ADM1059A3','NM_003718'),(103810669,23.2492,99.8902,91.5477,67.2887,0,0,10,'4|186064524|186064639|99.1304','ADM1059A3','NM_001151'),(103810693,21.5558,99.9223,93.606,57.8566,0,0,10,'11|71946338|71946497|99.3711,11|71945569|71945661|98.913,11|71936026|71936212|99.4624','ADM1059A3','NM_001567'),(103810711,27.0534,100,94.9531,76.6402,0,0,10,NULL,'ADM1059A3','NM_001101426'),(103810712,23.7073,98.7556,94.0767,87.4067,0,0,10,'X|85166264|85166345|69.1358','ADM1059A3','NM_000390'),(103810731,23.201,99.1365,96.8069,77.0359,0,0,10,'11|6653260|6654289|91.6424','ADM1059A3','NM_003737'),(103810748,25.9393,100,96.9009,87.9529,0,0,10,NULL,'ADM1059A3','NM_000255'),(103810758,22.8299,100,99.3317,72.904,0,0,10,NULL,'ADM1059A3','NM_000157'),(103810759,22.8299,100,99.3317,72.904,0,0,10,NULL,'ADM1059A3','NM_001005742'),(103810760,23.1237,100,99.2647,74.7995,0,0,10,NULL,'ADM1059A3','NM_001171812'),(103810761,23.0783,100,99.2748,71.1385,0,0,10,NULL,'ADM1059A3','NM_001171811'),(103810775,26.9733,100,99.7137,90.5057,0,0,10,NULL,'ADM1059A3','NM_001128178'),(103810776,26.8682,100,99.7346,91.1986,0,0,10,NULL,'ADM1059A3','NM_000272'),(103810780,29.8997,100,100,99.6467,0,0,10,NULL,'ADM1059A3','NM_001079802'),(103810781,29.8997,100,100,99.6467,0,0,10,NULL,'ADM1059A3','NM_006731'),(103810782,30.4815,100,100,99.6981,0,0,10,NULL,'ADM1059A3','NM_001198963'),(103810787,21.3215,100,92.3893,64.345,0,0,10,NULL,'ADM1059A3','NM_001852'),(103810788,27.1342,100,99.1774,88.1748,0,0,10,NULL,'ADM1059A3','NM_013417'),(103810789,27.1342,100,99.1774,88.1748,0,0,10,NULL,'ADM1059A3','NM_002161'),(103810791,21.4819,99.8566,93.3309,68.5192,0,0,10,'X|66764986|66766606|99.7531','ADM1059A3','NM_000044'),(103810792,23.7301,100,97.9883,85.6664,0,0,10,NULL,'ADM1059A3','NM_001011645'),(103810793,26.1827,100,97.476,84.4351,0,0,10,NULL,'ADM1059A3','NM_001185075'),(103810800,19.2734,93.9738,65.5022,45.8515,0,0,10,'22|19748426|19748805|81.7942','ADM1059A3','NM_005992'),(103810811,28.1646,100,99.8401,92.711,0,0,10,NULL,'ADM1059A3','NM_022168'),(103810819,23.8092,100,94.0863,72.128,0,0,10,NULL,'ADM1059A3','NM_207171'),(103810820,23.754,100,94.311,72.7908,0,0,10,NULL,'ADM1059A3','NM_015100'),(103810821,23.8737,100,93.997,72.5363,0,0,10,NULL,'ADM1059A3','NM_145796'),(103810822,23.7963,100,94.275,73.252,0,0,10,NULL,'ADM1059A3','XM_005245003'),(103810823,23.8129,100,94.0877,72.1347,0,0,10,NULL,'ADM1059A3','NM_001194938'),(103810825,24.7982,100,98.7386,89.2081,0,0,10,NULL,'ADM1059A3','NM_006147'),(103810826,25.0369,100,99.9122,90.1668,0,0,10,NULL,'ADM1059A3','NM_001206696'),(103810831,29.1387,100,100,97.5245,0,0,10,NULL,'ADM1059A3','NM_001164615'),(103810832,29.1387,100,100,97.5245,0,0,10,NULL,'ADM1059A3','NM_003506'),(103810852,21.8345,99.5241,91.4344,59.8233,0,0,10,'X|54497014|54497195|93.9227,X|54521557|54521868|99.0354','ADM1059A3','NM_004463'),(103810859,25.3272,100,99.9101,90.427,0,0,10,NULL,'ADM1059A3','NM_133171'),(103810860,25.2073,100,99.8974,90.7645,0,0,10,NULL,'ADM1059A3','XM_005260503'),(103810861,25.3272,100,99.9101,90.427,0,0,10,NULL,'ADM1059A3','NM_182764'),(103810867,22.1865,100,96.3024,61.4626,0,0,10,NULL,'ADM1059A3','NM_000278'),(103810868,22.1156,100,96.5089,63.5376,0,0,10,NULL,'ADM1059A3','NM_003990'),(103810873,21.8068,100,92.9061,64.2368,0,0,10,NULL,'ADM1059A3','NM_198525'),(103810879,23.3004,99.7107,90.7438,74.8347,0,0,10,'17|40371728|40371862|94.7761','ADM1059A3','NM_012448'),(103810896,17.3739,94.1876,53.3686,30.1849,0,0,10,'22|19753910|19754393|96.0663,22|19748426|19748805|81.7942','ADM1059A3','NM_080647'),(103810897,19.9043,94.3581,67.7024,52.6574,0,0,10,'22|19748426|19748805|81.7942','ADM1059A3','NM_080646'),(103810907,18.5307,98.1241,73.372,40.6131,0,0,10,'19|51189999|51190071|97.2222,19|51165219|51165941|98.1994,19|51169447|51172544|96.545,19|51206755|51207089|99.7006','ADM1059A3','NM_016148'),(103810908,18.5501,98.1318,73.4812,40.8414,0,0,10,'19|51189999|51190071|97.2222,19|51165219|51165941|98.1994,19|51169447|51172544|96.545,19|51206755|51207089|99.7006','ADM1059A3','XM_005258963'),(103810913,30.1775,100,97.9817,93.7156,0,0,10,NULL,'ADM1059A3','XM_005262108'),(103810914,29.7506,100,97.861,93.3398,0,0,10,NULL,'ADM1059A3','NM_004458'),(103810915,30.1775,100,97.9817,93.7156,0,0,10,NULL,'ADM1059A3','NM_022977'),(103810946,25.7529,99.7958,93.1246,87.1341,0,0,10,'14|89291049|89291167|97.4576','ADM1059A3','NM_198310'),(103810947,26.0208,99.481,82.872,79.4118,0,0,10,'14|89291049|89291167|97.4576','ADM1059A3','NM_001288782'),(103810954,25.2988,100,99.4337,91.0393,0,0,10,NULL,'ADM1059A3','NM_004247'),(103810955,25.2988,100,99.4337,91.0393,0,0,10,NULL,'ADM1059A3','NM_001258353'),(103811022,24.3937,100,98.1451,79.3899,0,0,10,NULL,'ADM1059A3','NM_145068'),(103811039,27.2166,99.9921,98.2664,85.6302,0,0,10,'2|73829310|73829497|99.4652','ADM1059A3','NM_015120'),(103811069,25.3643,100,97.7209,82.4334,0,0,10,NULL,'ADM1059A3','NM_005763'),(103811079,25.1605,100,98.2465,86.6897,0,0,10,NULL,'ADM1059A3','NM_018117'),(103811100,24.5198,100,100,91.6493,0,0,10,NULL,'ADM1059A3','NM_003336'),(103811171,27.5109,98.308,96.2907,89.1323,0,0,10,'14|58907937|58908063|84.127,14|58954603|58954829|74.3363','ADM1059A3','NM_001244192'),(103811172,23.6137,100,97.3663,74.6209,0,0,10,NULL,'ADM1059A3','NM_022454'),(103811216,26.2081,100,99.158,86.4601,0,0,10,NULL,'ADM1059A3','NM_017733'),(103811217,26.1717,100,99.1647,86.5352,0,0,10,NULL,'ADM1059A3','NM_001127178'),(103811240,22.3101,99.9136,95.4644,75.0756,0,0,10,'19|54656602|54656738|98.5294','ADM1059A3','NM_014516'),(103811246,26.061,98.0603,96.875,87.7802,0,0,10,'2|211521247|211521358|18.9189','ADM1059A3','NM_001122633'),(103811247,26.0498,98.0515,96.8608,87.7246,0,0,10,'2|211521247|211521358|18.9189','ADM1059A3','NM_001875'),(103811248,25.4511,97.2136,95.5728,87.2446,0,0,10,'2|211521247|211521358|18.9189','ADM1059A3','NM_001122634'),(103811272,25.7423,100,99.0385,96.4423,0,0,10,NULL,'ADM1059A3','NM_000507'),(103811273,25.7423,100,99.0385,96.4423,0,0,10,NULL,'ADM1059A3','NM_001127628'),(103811347,21.7934,100,98.0615,58.3556,0,0,10,NULL,'ADM1059A3','NM_024105'),(103811376,25.2079,100,96.5835,86.2764,0,0,10,NULL,'ADM1059A3','NM_017745'),(103811377,25.2154,100,96.5457,86.1246,0,0,10,NULL,'ADM1059A3','NM_001123384'),(103811378,25.099,100,96.3291,85.7681,0,0,10,NULL,'ADM1059A3','NM_001123385'),(103811379,25.2079,100,96.5835,86.2764,0,0,10,NULL,'ADM1059A3','NM_001123383'),(103811393,24.8755,97.6457,95.2915,85.5942,0,0,10,'X|7193990|7194130|70.0','ADM1059A3','NM_000351'),(103811451,22.5173,100,89.5487,69.3587,0,0,10,NULL,'ADM1059A3','NM_133468'),(103811478,23.5731,100,91.2031,72.8331,0,0,10,NULL,'ADM1059A3','NM_004615'),(103811510,18.1603,100,81.0225,33.9688,0,0,10,NULL,'ADM1059A3','NM_001100'),(103811523,22.4822,100,91.1518,68.7435,0,0,10,NULL,'ADM1059A3','NM_004015'),(103811524,24.2134,100,95.5137,78.7895,0,0,10,NULL,'ADM1059A3','NM_004013'),(103811525,24.3439,100,95.0657,77.8686,0,0,10,NULL,'ADM1059A3','NM_004020'),(103811545,25.4073,99.9685,94.9842,79.1483,0,0,10,'4|119665141|119665315|99.4253','ADM1059A3','NM_014822'),(103811559,28.7893,100,99.9445,96.9739,0,0,10,NULL,'ADM1059A3','NM_024675'),(103811575,25.4137,100,95.6879,84.4969,0,0,10,NULL,'ADM1059A3','NM_024570'),(103811584,23.8793,100,98.1732,83.479,0,0,10,NULL,'ADM1059A3','NM_015426'),(103811585,24.1825,100,97.9317,84.8921,0,0,10,NULL,'ADM1059A3','NM_001161580'),(103811594,23.2334,100,96.5713,74.9607,0,0,10,NULL,'ADM1059A3','XM_005261392'),(103811607,25.035,97.8134,89.9417,85.4227,0,0,10,'X|133620493|133620562|78.2609','ADM1059A3','NM_000194'),(103811683,25.0802,99.7659,90.4622,66.062,0,0,10,'6|159420465|159421011|99.2674','ADM1059A3','NM_031924'),(103811684,24.1512,99.7173,88.4806,59.0106,0,0,10,'6|159420465|159421011|99.2674','ADM1059A3','XM_005267153'),(103811685,22.8634,100,97.8235,59.0085,0,0,10,NULL,'ADM1059A3','NM_000375'),(103811686,26.3255,100,98.3782,89.6097,0,0,10,NULL,'ADM1059A3','NM_018262'),(103811687,26.6759,100,98.5154,90.312,0,0,10,NULL,'ADM1059A3','NM_052985'),(103811688,26.504,100,98.4457,90.0421,0,0,10,NULL,'ADM1059A3','NM_001280541'),(103811689,25.9069,100,98.3041,89.1348,0,0,10,NULL,'ADM1059A3','NM_052990'),(103811690,26.5089,100,98.4547,89.9162,0,0,10,NULL,'ADM1059A3','NM_052989'),(103811691,26.2209,100,98.9552,90.597,0,0,10,NULL,'ADM1059A3','NM_001280545'),(103811692,25.994,100,98.8959,90.2839,0,0,10,NULL,'ADM1059A3','NM_001280546'),(103811696,27.2018,100,97.6936,86.3262,0,0,10,NULL,'ADM1059A3','NM_001895'),(103811697,27.2018,100,97.6936,86.3262,0,0,10,NULL,'ADM1059A3','NM_177559'),(103811698,26.971,100,99.4962,89.1688,0,0,10,NULL,'ADM1059A3','NM_177560'),(103811706,23.2225,100,96.9826,75.5667,0,0,10,NULL,'ADM1059A3','NM_000260'),(103811723,24.1181,99.872,95.4698,78.4125,0,0,10,'21|47831101|47831983|99.7732,21|47821463|47821637|93.6782','ADM1059A3','NM_006031'),(103811778,22.5633,100,98.5064,72.973,0,0,10,NULL,'ADM1059A3','NM_003221'),(103811779,22.4513,100,98.5376,71.4484,0,0,10,NULL,'ADM1059A3','XM_005249347'),(103811780,23.2958,100,98.9411,71.3435,0,0,10,NULL,'ADM1059A3','NM_006516'),(103811803,21.8143,100,91.2987,63.2467,0,0,10,NULL,'ADM1059A3','NM_016038'),(103811846,26.1196,100,100,90.5673,0,0,10,NULL,'ADM1059A3','NM_016356'),(103811871,30.82,100,100,97.6534,0,0,10,NULL,'ADM1059A3','NM_012224'),(103811872,30.6509,100,100,97.5196,0,0,10,NULL,'ADM1059A3','NM_001199398'),(103811873,30.8098,100,100,97.5688,0,0,10,NULL,'ADM1059A3','NM_001199400'),(103811874,30.6663,100,100,97.604,0,0,10,NULL,'ADM1059A3','NM_001199397'),(103811875,30.6925,100,100,97.5171,0,0,10,NULL,'ADM1059A3','NM_001199399'),(103811880,29.3855,100,100,96.6562,0.252366,0,10,NULL,'ADM1059A3','NM_001164000'),(103811881,29.1924,100,98.9046,96.0727,0.213732,0,10,NULL,'ADM1059A3','NM_004991'),(103811882,29.3819,100,100,96.6875,0.25,0,10,NULL,'ADM1059A3','NM_001105078'),(103811883,29.7539,100,100,96.8833,0.235225,0,10,NULL,'ADM1059A3','NM_001105077'),(103811884,29.3819,100,100,96.6875,0.25,0,10,NULL,'ADM1059A3','NM_005241'),(103811918,28.1038,100,99.9395,94.9168,0,0,10,NULL,'ADM1059A3','NM_004963'),(103811946,24.7883,100,98.7414,84.6911,0,0,10,NULL,'ADM1059A3','NM_015102'),(103812016,22.9326,99.7809,94.5783,78.6418,0,0,10,'3|46944758|46945149|98.977','ADM1059A3','NM_000316'),(103812017,22.9326,99.7809,94.5783,78.6418,0,0,10,'3|46944758|46945149|98.977','ADM1059A3','XM_005265344'),(103812018,22.9326,99.7809,94.5783,78.6418,0,0,10,'3|46944758|46945149|98.977','ADM1059A3','XM_005265342'),(103812019,22.9326,99.7809,94.5783,78.6418,0,0,10,'3|46944758|46945149|98.977','ADM1059A3','NM_001184744'),(103812036,21.1521,99.9359,94.8751,55.8616,0,0,10,'11|71946338|71946497|99.3711,11|71945569|71945661|98.913','ADM1059A3','XM_005273981'),(103812054,23.7419,100,99.9584,83.5137,0,0,10,NULL,'ADM1059A3','NM_005631'),(103812093,25.6169,99.8749,97.5406,85.7857,0,0,10,'22|41924481|41924620|97.8417','ADM1059A3','NM_001098'),(103812116,27.0395,100,100,94.6245,0,0,10,NULL,'ADM1059A3','NM_002294'),(103812117,26.3272,100,100,92.9477,0,0,10,NULL,'ADM1059A3','NM_013995'),(103812122,25.2739,100,98.0255,85.4786,0,0,10,NULL,'ADM1059A3','NM_002025'),(103812144,25.2743,99.9685,98.4887,86.335,0,0,10,'20|50418816|50418950|99.2537','ADM1059A3','NM_020436'),(103812145,23.4022,100,99.4163,78.905,0,0,10,NULL,'ADM1059A3','NM_022172'),(103812146,23.4022,100,99.4163,78.905,0,0,10,NULL,'ADM1059A3','NM_000920'),(103812147,23.4022,100,99.4163,78.905,0,0,10,NULL,'ADM1059A3','NM_001040716'),(103812158,25.5073,100,98.801,86.861,0,0,10,NULL,'ADM1059A3','NM_004239'),(103812165,20.4084,100,91.9463,54.2592,0,0,10,NULL,'ADM1059A3','NM_014008'),(103812178,25.9737,100,98.1179,86.5494,0,0,10,NULL,'ADM1059A3','NM_018136'),(103812179,26.9906,100,99.2364,89.639,0,0,10,NULL,'ADM1059A3','NM_001206846'),(103812186,18.0548,98.2258,73.5484,33.0645,0,0,10,'X|64141695|64141855|93.125','ADM1059A3','NM_001178032'),(103812201,27.3546,100,96.7539,91.3961,0.69335,0,10,NULL,'ADM1059A3','NM_014927'),(103812202,27.3383,100,96.6558,91.1364,0.714285,0,10,NULL,'ADM1059A3','NM_001168647'),(103812221,25.0204,100,99.5366,91.2882,0,0,10,NULL,'ADM1059A3','NM_000403'),(103812262,26.3784,100,98.5313,89.8056,0,0,10,NULL,'ADM1059A3','NM_004456'),(103812271,27.1205,98.4521,96.6065,88.0135,0,0,10,'14|58907937|58908063|84.127,14|58954603|58954829|74.3363','ADM1059A3','NM_001244189'),(103812272,27.1499,98.7143,97.1182,89.4037,0,0,10,'14|58954603|58954829|74.3363','ADM1059A3','NM_014749'),(103812285,25.7029,100,100,81.6688,0,0,10,NULL,'ADM1059A3','NM_001002755'),(103812286,26.3117,100,100,97.4026,0,0,10,NULL,'ADM1059A3','NR_045632'),(103812287,26.014,100,100,81.9832,0,0,10,NULL,'ADM1059A3','NM_015700'),(103812288,29.0674,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001002756'),(103812289,27.4789,100,96.4247,88.7324,0,0,10,NULL,'ADM1059A3','NM_016489'),(103812290,27.675,100,96.8269,90.0962,0,0,10,NULL,'ADM1059A3','NM_001002010'),(103812291,27.7033,100,96.2627,88.3352,0,0,10,NULL,'ADM1059A3','NM_001166118'),(103812302,22.8,100,99.5105,72.2377,0,0,10,NULL,'ADM1059A3','NM_080717'),(103812303,22.626,100,99.4946,73.3417,0,0,10,NULL,'ADM1059A3','NM_000192'),(103812304,22.626,100,99.4946,73.3417,0,0,10,NULL,'ADM1059A3','NM_181486'),(103812351,23.4365,100,96.6513,70.5543,0,0,10,NULL,'ADM1059A3','NM_147191'),(103812356,23.5789,100,96.2752,70.9823,0,0,10,NULL,'ADM1059A3','NM_004644'),(103812357,23.6356,100,96.161,70.6502,0,0,10,NULL,'ADM1059A3','NM_001278511'),(103812358,23.6182,100,96.3411,71.496,0,0,10,NULL,'ADM1059A3','NM_001278512'),(103812359,22.8295,100,94.426,59.401,0,0,10,NULL,'ADM1059A3','NM_001135745'),(103812362,26.1014,100,99.9517,92.4228,0,0,10,NULL,'ADM1059A3','NM_001077366'),(103812370,24.521,99.5097,92.0774,82.5548,0,0,10,'5|140953057|140953777|98.4722,5|140907138|140907266|93.75','ADM1059A3','NM_001079812'),(103812371,24.5014,99.5134,92.1383,82.612,0,0,10,'5|140953057|140953777|98.4722,5|140907138|140907266|93.75','ADM1059A3','NM_005219'),(103812378,26.8877,100,100,95.5873,0,0,10,NULL,'ADM1059A3','NM_024854'),(103812402,24.7056,99.9487,97.4096,81.0208,0,0,10,'9|126129449|126129638|98.9418','ADM1059A3','NM_173689'),(103812403,25.514,100,99.5497,82.2653,0,0,10,NULL,'ADM1059A3','XM_005251934'),(103812431,28.9147,100,98.8055,94.0273,0,0,10,NULL,'ADM1059A3','NM_018062'),(103812441,24.6827,100,98.7962,85.5546,0,0,10,NULL,'ADM1059A3','NM_004565'),(103812456,24.2,100,98.1191,84.7649,0,0,10,NULL,'ADM1059A3','NM_198159'),(103812457,24.1811,100,97.9109,83.2173,0,0,10,NULL,'ADM1059A3','NM_001184967'),(103812458,23.9591,100,97.6397,81.7466,0,0,10,NULL,'ADM1059A3','NM_198178'),(103812459,24.0388,100,97.6726,82.0015,0,0,10,NULL,'ADM1059A3','NM_000248'),(103812460,24.3901,100,98.1156,84.8618,0,0,10,NULL,'ADM1059A3','NM_006722'),(103812461,23.6771,99.8826,94.3249,76.634,0,0,10,'17|12896132|12896364|98.7069','ADM1059A3','NM_018127'),(103812462,23.6702,99.8766,94.0378,75.5345,0,0,10,'17|12896132|12896364|98.7069','ADM1059A3','NM_001165962'),(103812465,25.1441,100,99.677,90.4845,0,0,10,NULL,'ADM1059A3','NM_015148'),(103812466,25.1441,100,99.677,90.4845,0,0,10,NULL,'ADM1059A3','NM_001252120'),(103812467,25.6427,100,99.6257,90.6997,0,0,10,NULL,'ADM1059A3','NM_001252124'),(103812468,25.0139,100,99.6533,91.1586,0,0,10,NULL,'ADM1059A3','XM_005246990'),(103812469,26.6985,98.913,89.7597,81.4645,0,0,10,'4|16227880|16228083|90.6404','ADM1059A3','NM_153365'),(103812502,27.5853,100,99.083,91.3653,0,0,10,NULL,'ADM1059A3','NM_000466'),(103812503,27.6848,100,99.04,90.96,0,0,10,NULL,'ADM1059A3','NM_001282677'),(103812506,28.4146,99.9913,99.0399,93.7808,0,0,10,'1|235993524|235993720|99.4898','ADM1059A3','XM_005273027'),(103812507,28.4146,99.9913,99.0399,93.7808,0,0,10,'1|235993524|235993720|99.4898','ADM1059A3','NM_000081'),(103812542,27.6853,100,100,98.2987,0,0,10,NULL,'ADM1059A3','NM_001014763'),(103812543,26.9607,100,99.3655,92.2589,0,0,10,NULL,'ADM1059A3','NM_001985'),(103812545,20.0174,90.7806,79.3768,52.6502,0,0,10,'16|71065580|71065822|99.5868,16|71094405|71094561|8.33333,16|71122202|71122429|60.3524,16|71196432|71196635|73.8916','ADM1059A3','NM_017558'),(103812546,20.3493,90.1442,79.4299,56.9368,0,0,10,'16|71094405|71094561|8.33333,16|71065575|71065822|99.5951,16|71122202|71122429|60.3524,16|71196432|71196635|73.8916','ADM1059A3','NM_001198542'),(103812547,20.372,90.0416,79.2158,57.2866,0,0,10,'16|71094405|71094561|8.33333,16|71065575|71065822|99.5951,16|71122202|71122429|60.3524,16|71196432|71196635|73.8916','ADM1059A3','NM_001198543'),(103812548,21.1776,99.8762,85.8292,58.4777,0,0,10,'19|50364863|50364954|97.8022','ADM1059A3','NM_007254'),(103812561,22.5688,99.8225,86.7791,66.1047,0,0,10,'12|49374933|49375426|99.5943','ADM1059A3','NM_005430'),(103812564,29.3368,100,99.1658,97.1295,0,0,10,NULL,'ADM1059A3','NM_153240'),(103812573,22.6481,100,98.7483,78.7205,0,0,10,NULL,'ADM1059A3','NM_003091'),(103812616,21.547,98.3104,80.2534,63.9916,0,0,10,'11|3846556|3846691|88.1481','ADM1059A3','NM_001145438'),(103812617,19.0787,88.419,68.3149,52.57,0,0,10,'11|3846556|3846985|58.5082','ADM1059A3','NR_027017'),(103812629,24.7019,100,100,87.9278,0,0,10,NULL,'ADM1059A3','NM_000372'),(103812632,23.2818,100,98.5692,73.9666,0,0,10,NULL,'ADM1059A3','NM_001174066'),(103812633,23.6386,100,98.4014,74.2007,0,0,10,NULL,'ADM1059A3','NM_023105'),(103812634,23.2821,100,98.5554,73.8764,0,0,10,NULL,'ADM1059A3','NM_001174064'),(103812635,23.622,100,98.3971,74.1318,0,0,10,NULL,'ADM1059A3','NM_023106'),(103812636,23.1215,100,98.6249,72.7655,0,0,10,NULL,'ADM1059A3','NM_001174067'),(103812637,23.2974,100,98.5726,74.0285,0,0,10,NULL,'ADM1059A3','NM_001174063'),(103812655,28.7541,100,99.9927,98.2424,0,0,10,NULL,'ADM1059A3','NM_014363'),(103812661,21.591,96.4432,90.1505,59.3707,0,0,10,'19|1401293|1401478|85.9459','ADM1059A3','NM_000156'),(103812662,21.3108,96.8561,91.2938,57.6784,0,0,10,'19|1401293|1401478|85.9459','ADM1059A3','NM_138924'),(103812664,25.5891,100,97.6657,86.5703,0,0,10,NULL,'ADM1059A3','NM_182587'),(103812665,25.5275,100,97.5529,86.0696,0,0,10,NULL,'ADM1059A3','NM_032504'),(103812668,24.9591,99.6172,96.1924,83.2178,0,0,10,'2|238277204|238277822|94.3366,2|238283053|238283665|99.6732','ADM1059A3','NM_004369'),(103812669,24.9543,99.5278,95.8775,83.7396,0,0,10,'2|238277204|238277822|94.3366,2|238283053|238283665|99.6732','ADM1059A3','NM_057166'),(103812670,25.1573,99.5916,96.2689,84.0932,0,0,10,'2|238277204|238277822|94.3366,2|238283053|238283665|99.6732','ADM1059A3','XM_005246066'),(103812671,24.6047,99.5909,95.931,82.0654,0,0,10,'2|238277204|238277822|94.3366,2|238283053|238283665|99.6732','ADM1059A3','NM_057167'),(103812672,25.1107,99.5917,96.1042,83.9422,0,0,10,'2|238277204|238277822|94.3366,2|238283053|238283665|99.6732','ADM1059A3','XM_005246065'),(103812683,25.7422,100,99.4706,88.8301,0,0,10,NULL,'ADM1059A3','NM_002296'),(103812684,25.7422,100,99.4706,88.8301,0,0,10,NULL,'ADM1059A3','NM_194442'),(103812685,24.3659,100,100,94.1311,0,0,10,NULL,'ADM1059A3','NM_018941'),(103812695,22.5025,100,92.2594,71.7992,0,0,10,NULL,'ADM1059A3','NM_032531'),(103812696,22.0801,100,89.9838,66.7027,0,0,10,NULL,'ADM1059A3','NM_001161707'),(103812712,21.8118,100,95.1557,66.7128,0,0,10,NULL,'ADM1059A3','NM_000048'),(103812713,21.9443,100,94.868,67.2287,0,0,10,NULL,'ADM1059A3','NM_001024946'),(103812714,21.8118,100,95.1557,66.7128,0,0,10,NULL,'ADM1059A3','NM_001024943'),(103812715,21.6259,100,94.9349,65.1954,0,0,10,NULL,'ADM1059A3','NM_001024944'),(103812750,23.2308,100,98.3516,79.3564,0,0,10,NULL,'ADM1059A3','NM_016373'),(103812751,22.7009,100,97.7964,79.0136,0,0,10,NULL,'ADM1059A3','XM_005255980'),(103812752,21.7724,100,97.1035,72.4138,0,0,10,NULL,'ADM1059A3','XM_005255982'),(103812753,21.4373,100,96.4407,66.7797,0,0,10,NULL,'ADM1059A3','NM_130791'),(103812755,24.4013,100,96.7412,81.0863,0,0,10,NULL,'ADM1059A3','NM_001145473'),(103812779,25.9657,100,98.6924,77.8954,0,0,10,NULL,'ADM1059A3','NM_145332'),(103812780,26.1582,100,98.6211,76.7564,0,0,10,NULL,'ADM1059A3','NM_145333'),(103812781,27.2883,100,98.8268,80.2235,0,0,10,NULL,'ADM1059A3','NM_003188'),(103812782,27.071,100,98.8794,81.0566,0,0,10,NULL,'ADM1059A3','NM_145331'),(103812786,24.0492,99.9635,94.3128,70.9807,0,0,10,'14|53618977|53619818|99.8811','ADM1059A3','NM_001160148'),(103812787,23.9209,99.9627,94.1813,70.235,0,0,10,'14|53618977|53619819|99.8812','ADM1059A3','NM_001160147'),(103812788,23.9322,99.9623,94.1287,70.0038,0,0,10,'14|53618977|53619819|99.8812','ADM1059A3','NM_030637'),(103812806,22.2833,99.7049,89.3261,70.9788,0,0,10,'1|156084707|156085067|98.3333','ADM1059A3','NM_170707'),(103812807,23.8669,100,99.6602,83.3522,0,0,10,NULL,'ADM1059A3','NM_001257374'),(103812818,23.4951,99.6164,95.987,77.2204,0,0,10,'5|149511540|149511659|89.0756','ADM1059A3','NM_002609'),(103812837,27.5897,100,99.9564,91.4448,0,0,10,NULL,'ADM1059A3','NM_004586'),(103812841,26.8906,100,99.9485,94.2585,0,0,10,NULL,'ADM1059A3','NM_001145358'),(103812842,26.8906,100,99.9485,94.2585,0,0,10,NULL,'ADM1059A3','NM_001145357'),(103812843,26.8906,100,99.9485,94.2585,0,0,10,NULL,'ADM1059A3','NM_015477'),(103812865,30.0181,100,100,97.7215,0,0,10,NULL,'ADM1059A3','NM_133259'),(103812895,29.0314,100,100,96.2033,0,0,10,NULL,'ADM1059A3','NM_205842'),(103812914,21.2916,100,98.1652,64.9781,0,0,10,NULL,'ADM1059A3','NM_018977'),(103812915,21.142,99.8444,97.393,63.3852,0,0,10,'X|70368694|70368757|93.6508','ADM1059A3','NM_181303'),(103812916,21.088,100,98.1179,64.0753,0,0,10,NULL,'ADM1059A3','NM_001166660'),(103812917,22.7947,100,96.9474,73.6842,0,0,10,NULL,'ADM1059A3','NM_000310'),(103812918,22.9462,100,99.8418,82.5949,0,0,10,NULL,'ADM1059A3','NM_001142604'),(103812927,26.4683,100,98.9648,88.3634,0,0,10,NULL,'ADM1059A3','NM_001271'),(103812936,26.3245,100,99.0066,69.8675,0,0,10,NULL,'ADM1059A3','NM_004085'),(103813008,28.566,100,100,98.8127,0,0,10,NULL,'ADM1059A3','XM_005248424'),(103813020,23.0068,97.1622,70.8108,69.3243,0,0,10,'1|33478779|33479005|90.708','ADM1059A3','NM_001625'),(103813033,26.2285,100,100,95.7354,0,0,10,NULL,'ADM1059A3','NM_004044'),(103813054,20.2312,96.1297,85.251,51.6736,0,0,10,'7|2565317|2565406|98.8764,7|2566468|2566557|59.5506','ADM1059A3','NM_001166355'),(103813055,19.8472,95.2503,81.8999,51.6046,0,0,10,'7|2565317|2565406|98.8764,7|2566468|2566557|59.5506','ADM1059A3','NM_002304'),(103813056,17.3885,89.5369,60.8919,35.3345,0,0,10,'7|2559493|2559929|80.5046,7|2565317|2565406|98.8764,7|2566468|2566557|59.5506','ADM1059A3','NM_001040167'),(103813057,17.2565,89.0189,59.0459,34.4734,0,0,10,'7|2559494|2559929|80.4598,7|2565317|2565406|98.8764,7|2566468|2566557|59.5506','ADM1059A3','NM_001040168'),(103813070,21.0318,100,98.9243,64.9933,0,0,10,NULL,'ADM1059A3','NM_175875'),(103813077,27.9583,98.6842,94.9624,87.7444,0,0,10,'20|33033090|33033268|80.3371','ADM1059A3','NM_031483'),(103813081,27.5012,100,99.8776,91.0649,0,0,10,NULL,'ADM1059A3','NM_003193'),(103813082,26.9128,100,99.8324,89.2738,0,0,10,NULL,'ADM1059A3','NM_001287801'),(103813138,26.1624,100,99.8408,87.1019,0,0,10,NULL,'ADM1059A3','NM_001270463'),(103813139,26.26,100,99.8267,85.9619,0,0,10,NULL,'ADM1059A3','NM_001270465'),(103813147,26.1927,100,90.2891,81.1712,0,0,10,NULL,'ADM1059A3','NM_002408'),(103813190,26.0068,100,97.4913,86.1198,0,0,10,NULL,'ADM1059A3','NM_001166133'),(103813215,23.6367,100,98.5439,76.1922,0,0,10,NULL,'ADM1059A3','NM_001278066'),(103813216,22.4794,100,98.4769,69.039,0,0,10,NULL,'ADM1059A3','NM_001278067'),(103813217,22.4794,100,98.4769,69.039,0,0,10,NULL,'ADM1059A3','XM_005266950'),(103813222,24.008,100,97.2387,76.9002,0,0,10,NULL,'ADM1059A3','NM_014850'),(103813224,22.8961,100,99.4913,73.1105,0,0,10,NULL,'ADM1059A3','NM_001001557'),(103813240,21.3172,100,96.8403,62.0246,0,0,10,NULL,'ADM1059A3','NM_139344'),(103813241,21.3944,100,96.9251,60.361,0,0,10,NULL,'ADM1059A3','NM_139348'),(103813242,21.7459,100,96.4595,64.5161,0,0,10,NULL,'ADM1059A3','NM_139351'),(103813243,21.6827,100,97.0207,61.5933,0,0,10,NULL,'ADM1059A3','NM_139346'),(103813244,21.4835,100,97.1375,62.7256,0,0,10,NULL,'ADM1059A3','NM_139347'),(103813245,21.8529,100,96.9492,68.2034,0,0,10,NULL,'ADM1059A3','NM_139349'),(103813246,21.5118,100,96.5627,64.0993,0,0,10,NULL,'ADM1059A3','NM_139345'),(103813247,22.0871,100,96.813,67.2096,0,0,10,NULL,'ADM1059A3','NM_004305'),(103813248,21.0331,100,97.0125,57.686,0,0,10,NULL,'ADM1059A3','NM_139343'),(103813249,21.7852,100,96.7009,66.0557,0,0,10,NULL,'ADM1059A3','NM_139350'),(103813270,25.5449,100,92.7185,85.801,0,0,10,NULL,'ADM1059A3','NM_000860'),(103813271,24.7321,100,86.6071,74.1072,0,0,10,NULL,'ADM1059A3','NM_001256305'),(103813309,24.1656,99.8494,95.0828,76.1917,0,0,10,'16|51172597|51176058|99.8266','ADM1059A3','NM_002968'),(103813320,26.9215,99.9733,97.8377,84.8372,0,0,10,'6|142740956|142741243|99.6516','ADM1059A3','NM_020455'),(103813349,27.9116,100,100,99.6403,0,0,10,NULL,'ADM1059A3','NM_000163'),(103813350,28.0666,100,100,99.627,0,0,10,NULL,'ADM1059A3','NM_001242460'),(103813364,26.7829,100,98.9627,89.9234,0,0,10,NULL,'ADM1059A3','NM_003742'),(103813391,22.5938,100,98.2015,73.1373,0,0,10,NULL,'ADM1059A3','NM_001144996'),(103813392,22.7945,100,98.2625,74.0485,0,0,10,NULL,'ADM1059A3','XM_005268849'),(103813393,23.0868,100,98.5442,75.8959,0,0,10,NULL,'ADM1059A3','XM_005268841'),(103813400,24.9503,100,94.4041,72.3316,0,0,10,NULL,'ADM1059A3','NM_022726'),(103813411,29.1156,100,99.7204,97.2973,0,0,10,NULL,'ADM1059A3','NM_016006'),(103813426,27.0404,100,100,96.7742,0,0,10,NULL,'ADM1059A3','NM_002834'),(103813461,27.3396,100,99.964,91.7266,0,0,10,NULL,'ADM1059A3','NM_000276'),(103813462,27.3135,100,99.9637,91.6455,0,0,10,NULL,'ADM1059A3','NM_001587'),(103813491,23.102,100,96.9284,75.1423,0,0,10,NULL,'ADM1059A3','NM_001127180'),(103813507,27.8657,100,99.3208,94.717,0,0,10,NULL,'ADM1059A3','NM_001173454'),(103813508,27.8422,100,99.2677,94.3043,0,0,10,NULL,'ADM1059A3','NM_000284'),(103813509,28.0243,100,99.1907,93.705,0,0,10,NULL,'ADM1059A3','NM_001173456'),(103813532,22.7112,100,94.1748,76.7476,0,0,10,NULL,'ADM1059A3','NM_022369'),(103813533,23.0064,100,94.4853,77.9871,0,0,10,NULL,'ADM1059A3','XM_005254590'),(103813534,22.7112,100,94.1748,76.7476,0,0,10,NULL,'ADM1059A3','NM_001142618'),(103813535,22.4241,100,93.8363,73.7351,0,0,10,NULL,'ADM1059A3','NM_001199040'),(103813536,22.7229,100,93.833,76.6129,0,0,10,NULL,'ADM1059A3','NM_001199041'),(103813537,20.6942,100,77.666,56.1368,0,0,10,NULL,'ADM1059A3','NM_001142620'),(103813544,24.3575,100,98.5103,88.1141,0,0,10,NULL,'ADM1059A3','NM_003159'),(103813545,24.3575,100,98.5103,88.1141,0,0,10,NULL,'ADM1059A3','NM_001037343'),(103813570,25.6296,100,99.0167,88.7263,0,0,10,NULL,'ADM1059A3','NM_020754'),(103813571,25.7375,100,99.1868,88.1321,0,0,10,NULL,'ADM1059A3','NM_015213'),(103813594,26.6348,100,98.7184,90.5691,0,0,10,NULL,'ADM1059A3','NM_020987'),(103813595,26.7535,99.8951,98.8106,92.1987,0,0,10,'10|62493019|62493080|90.1639','ADM1059A3','NM_001204403'),(103813596,27.1162,100,99.9129,94.0223,0,0,10,NULL,'ADM1059A3','NM_001204404'),(103813597,23.5439,100,100,73.9377,0,0,10,NULL,'ADM1059A3','NM_001012505'),(103813619,27.4792,100,98.6722,90.6054,0,0,10,NULL,'ADM1059A3','XM_005269882'),(103813620,27.4792,100,98.6722,90.6054,0,0,10,NULL,'ADM1059A3','NM_016341'),(103813621,27.3288,100,98.4704,89.7204,0,0,10,NULL,'ADM1059A3','NM_001165979'),(103813627,22.2773,100,97.5993,77.3179,0,0,10,NULL,'ADM1059A3','NM_172109'),(103813628,34.1716,100,100,97.2325,0,0,10,NULL,'ADM1059A3','NM_032601'),(103813639,28.0298,100,100,96.1559,0,0,10,NULL,'ADM1059A3','NM_031361'),(103813646,24.3848,100,97.621,83.3472,0,0,10,NULL,'ADM1059A3','NM_000122'),(103813647,24.5623,100,97.8943,86.1272,0,0,10,NULL,'ADM1059A3','XM_005263619'),(103813679,22.4366,99.7646,95.8711,70.536,0,0,10,'2|241666241|241666359|88.983','ADM1059A3','NM_001244008'),(103813683,28.3194,100,100,97.9091,0,0,10,NULL,'ADM1059A3','NM_014985'),(103813725,21.8642,99.7415,95.0893,69.9013,0,0,10,'19|11322667|11322829|93.2099','ADM1059A3','XM_005260001'),(103813731,29.2322,100,100,96.7123,0,0,10,NULL,'ADM1059A3','NM_005857'),(103813739,25.8752,100,97.694,89.2021,0,0,10,NULL,'ADM1059A3','NM_007325'),(103813740,25.4963,100,97.694,88.9092,0,0,10,NULL,'ADM1059A3','NM_000828'),(103813746,27.2598,100,99.8463,94.4658,0,0,10,NULL,'ADM1059A3','NM_001482'),(103813751,22.2001,100,94.4642,60.6813,0,0,10,NULL,'ADM1059A3','XM_005278047'),(103813752,22.2854,100,94.4759,62.0396,0,0,10,NULL,'ADM1059A3','NM_203473'),(103813753,22.2638,100,94.3925,61.4666,0,0,10,NULL,'ADM1059A3','NM_022825'),(103813754,22.2224,100,94.5455,61.2587,0,0,10,NULL,'ADM1059A3','NM_203475'),(103813755,22.2001,100,94.4642,60.6813,0,0,10,NULL,'ADM1059A3','NM_203474'),(103813756,23.507,100,96.6443,70.4698,0,0,10,NULL,'ADM1059A3','NM_001282167'),(103813763,27.9525,100,99.6974,89.9224,0,0,10,NULL,'ADM1059A3','NM_025114'),(103813769,20.8877,100,97.8402,63.9309,0,0,10,NULL,'ADM1059A3','NM_024060'),(103813770,25.4713,100,98.7672,87.4908,0,0,10,NULL,'ADM1059A3','NM_001620'),(103813850,23.6451,99.9311,92.2812,79.4624,0,0,10,'15|26828477|26828563|98.8372','ADM1059A3','NM_000814'),(103813851,24.5463,99.9188,93.0195,87.6623,0,0,10,'15|26828477|26828563|98.8372','ADM1059A3','NM_001191321'),(103813852,24.6209,99.9158,92.7548,87.3631,0,0,10,'15|26828477|26828563|98.8372','ADM1059A3','NM_001191320'),(103813873,24.5921,100,99.5122,78.5976,0,0,10,NULL,'ADM1059A3','NM_001080'),(103813874,24.3299,100,97.6219,76.635,0,0,10,NULL,'ADM1059A3','NM_170740'),(103813893,27.7899,100,99.2785,93.5389,0,0,10,NULL,'ADM1059A3','NM_021007'),(103813894,27.9405,100,99.2785,93.5389,0,0,10,NULL,'ADM1059A3','NM_001040143'),(103813895,27.7899,100,99.2785,93.5389,0,0,10,NULL,'ADM1059A3','NM_001040142'),(103813896,27.9405,100,99.2785,93.5389,0,0,10,NULL,'ADM1059A3','XM_005246756'),(103813928,21.4503,99.5436,87.4239,59.6856,0,0,10,'17|26851519|26851987|98.0769','ADM1059A3','XM_005258046'),(103813929,21.4521,99.5438,87.4303,59.706,0,0,10,'17|26851519|26851987|98.0769','ADM1059A3','NM_003593'),(103813951,24.8804,100,89.1589,66.0748,0,0,10,NULL,'ADM1059A3','NM_000027'),(103813952,23.0936,100,94.8718,59.359,0,0,10,NULL,'ADM1059A3','NR_033655'),(103813970,24.0169,99.9418,96.7404,72.759,0,0,10,'10|88854080|88854529|99.7773','ADM1059A3','NM_005271'),(103813974,20.1229,99.7789,86.2892,54.6661,0,0,10,'2|240098107|240098261|98.0519,2|240048150|240048392|99.1736','ADM1059A3','XM_005264079'),(103813991,21.4995,100,95.7043,60.7393,0,0,10,NULL,'ADM1059A3','NM_024698'),(103813992,21.4995,100,95.7043,60.7393,0,0,10,NULL,'ADM1059A3','NM_001191060'),(103814017,23.244,100,96.3472,74.7989,0,0,10,NULL,'ADM1059A3','NM_014941'),(103814027,24.8307,100,98.5536,80.5749,0,0,10,NULL,'ADM1059A3','NM_002291'),(103814065,26.9337,99.825,98.2498,92.2555,0,0,10,'X|77264597|77264762|95.1515','ADM1059A3','NM_000052'),(103814078,21.966,100,92.5637,64.4482,0,0,10,NULL,'ADM1059A3','NM_017721'),(103814140,22.824,99.9235,97.2456,78.8829,0,0,10,'1|147380080|147381387|99.9235','ADM1059A3','NM_005267'),(103814148,24.4418,100,99.7797,82.2255,0,0,10,NULL,'ADM1059A3','NM_001257145'),(103814149,24.7127,100,99.7995,83.996,0,0,10,NULL,'ADM1059A3','NM_001257144'),(103814150,24.3886,100,99.7734,81.7221,0,0,10,NULL,'ADM1059A3','NM_004399'),(103814151,24.7127,100,99.7995,83.996,0,0,10,NULL,'ADM1059A3','NM_030653'),(103814154,26.2417,99.4572,96.8661,86.44,0,0,10,'2|109379691|109384846|98.9719','ADM1059A3','NM_006267'),(103814155,24.5918,99.8211,89.839,77.0662,0,0,10,'14|30396453|30396721|98.1343','ADM1059A3','NM_002742'),(103814170,28.2854,100,100,98.8806,0,0,10,NULL,'ADM1059A3','NM_198964'),(103814171,28.2854,100,100,98.8806,0,0,10,NULL,'ADM1059A3','NM_002820'),(103814181,27.5584,100,99.7747,95.9444,0,0,10,NULL,'ADM1059A3','NM_057175'),(103814214,20.4096,94.6524,83.8503,64.492,0,0,10,'1|11119832|11120003|70.7602','ADM1059A3','NM_003132'),(103814220,22.1121,96.134,83.8918,71.5206,0,0,10,'X|153640178|153640291|76.9911,X|153648549|153648605|92.8571','ADM1059A3','NM_181313'),(103814221,22.112,96.3459,84.7747,71.62,0,0,10,'X|153640178|153640291|76.9911,X|153648549|153648605|92.8571','ADM1059A3','NM_181311'),(103814222,21.9759,96.7177,86.3239,71.3348,0,0,10,'X|153640178|153640291|76.9911,X|153648549|153648605|92.8571','ADM1059A3','NM_000116'),(103814223,21.9689,96.5477,85.6157,71.2313,0,0,10,'X|153640178|153640291|76.9911,X|153648549|153648605|92.8571','ADM1059A3','NM_181312'),(103814233,23.1652,99.7516,91.5528,75.7764,0,0,10,'1|21903013|21903136|96.748','ADM1059A3','NM_000478'),(103814234,22.9126,99.7087,90.0947,73.7072,0,0,10,'1|21903013|21903136|96.748','ADM1059A3','NM_001177520'),(103814235,23.5,99.7226,90.5686,77.6699,0,0,10,'1|21903013|21903136|96.748','ADM1059A3','NM_001127501'),(103814237,17.423,99.7148,76.711,24.2396,0,0,10,'18|56940148|56940441|99.6587,18|56939591|56939848|99.2218','ADM1059A3','NM_013435'),(103814243,29.3721,100,100,95.9062,0,0,10,NULL,'ADM1059A3','NM_001201543'),(103814244,29.8562,100,100,96.3555,0,0,10,NULL,'ADM1059A3','NM_032180'),(103814249,25.2692,100,91.7511,83.9363,0,0,10,NULL,'ADM1059A3','NM_001282647'),(103814274,22.4917,98.519,93.6019,75.7701,0,0,10,'15|51675980|51676091|77.4775','ADM1059A3','NM_181789'),(103814279,26.3714,98.7702,96.9782,87.2804,0,0,10,'6|117243203|117243316|69.0266','ADM1059A3','NM_173560'),(103814304,24.0524,100,93.5686,84.0638,0,0,10,NULL,'ADM1059A3','XM_005261286'),(103814305,24.9165,100,99.8144,89.9134,0,0,10,NULL,'ADM1059A3','NM_001178011'),(103814306,24.0997,100,93.9116,84.1595,0,0,10,NULL,'ADM1059A3','NM_001178010'),(103814307,24.0524,100,93.5686,84.0638,0,0,10,NULL,'ADM1059A3','NM_003504'),(103814330,24.5256,99.7642,97.1993,81.6038,0,0,10,'3|55003825|55003873|83.3333','ADM1059A3','NM_018398'),(103814331,24.5215,99.7642,97.1993,81.5448,0,0,10,'3|55003825|55003873|83.3333','ADM1059A3','XM_005265319'),(103814344,25.5753,100,98.258,86.4495,0,0,10,NULL,'ADM1059A3','NM_024408'),(103814350,24.5796,100,99.7452,79.4904,0,0,10,NULL,'ADM1059A3','NM_004357'),(103814351,24.5796,100,99.7452,79.4904,0,0,10,NULL,'ADM1059A3','NM_139030'),(103814376,23.027,100,95.6615,74.4666,0,0,10,NULL,'ADM1059A3','NM_005216'),(103814377,22.6843,100,96.0147,71.5512,0,0,10,NULL,'ADM1059A3','NM_199292'),(103814378,22.6634,100,95.9852,71.3403,0,0,10,NULL,'ADM1059A3','NM_199293'),(103814379,23.1023,100,98.9577,75.114,0,0,10,NULL,'ADM1059A3','NM_000360'),(103814380,22.7284,100,98.7291,70.7704,0,0,10,NULL,'ADM1059A3','XM_005253101'),(103814401,25.4186,100,99.4173,86.8669,0,0,10,NULL,'ADM1059A3','NM_153759'),(103814402,24.6662,100,99.4656,81.9024,0,0,10,NULL,'ADM1059A3','NM_022552'),(103814403,24.6662,100,99.4656,81.9024,0,0,10,NULL,'ADM1059A3','NM_175629'),(103814404,21.4495,99.5128,89.2814,54.0804,0,0,10,'9|131085293|131085428|97.037','ADM1059A3','NM_016035'),(103814416,27.1031,100,99.5724,90.5463,0,0,10,NULL,'ADM1059A3','NM_003205'),(103814417,26.785,100,99.8732,91.1858,0,0,10,NULL,'ADM1059A3','NM_207040'),(103814422,26.1745,100,99.5047,94.4414,0,0,10,NULL,'ADM1059A3','NM_014225'),(103814447,26.8781,99.3435,96.8609,87.1563,0,0,10,'9|2047227|2047486|87.6448','ADM1059A3','XM_005251558'),(103814448,26.8781,99.3435,96.8609,87.1563,0,0,10,'9|2047227|2047486|87.6448','ADM1059A3','NM_003070'),(103814449,26.8607,99.3357,96.8237,87.0044,0,0,10,'9|2047227|2047486|87.6448','ADM1059A3','NM_139045'),(103814467,27.8125,100,97.8464,91.5192,0,0,10,NULL,'ADM1059A3','NM_015065'),(103814468,27.855,100,97.8399,92.0462,0,0,10,NULL,'ADM1059A3','XM_005271461'),(103814469,27.9495,100,97.9684,92.8112,0,0,10,NULL,'ADM1059A3','XM_005271462'),(103814470,28.304,100,99.5198,95.4193,0,0,10,NULL,'ADM1059A3','XM_005271463'),(103814490,23.0223,100,94.9132,63.7717,0,0,10,NULL,'ADM1059A3','NM_000067'),(103814507,24.3206,99.1437,91.9125,76.118,0,0,10,'9|111929179|111929573|97.7157','ADM1059A3','NM_014334'),(103814534,22.1659,100,94.4825,68.3688,0,0,10,NULL,'ADM1059A3','NM_001079804'),(103814535,22.1659,100,94.4825,68.3688,0,0,10,NULL,'ADM1059A3','NM_000152'),(103814584,26.6487,99.926,96.2278,92.5296,0,0,10,'2|148701003|148701093|98.8889','ADM1059A3','NM_001190882'),(103814585,26.6487,99.926,96.2278,92.5296,0,0,10,'2|148701003|148701093|98.8889','ADM1059A3','NM_181742'),(103814586,26.4326,99.9083,95.3254,90.7424,0,0,10,'2|148701003|148701093|98.8889','ADM1059A3','NM_001190881'),(103814587,23.9191,100,95.8605,82.3721,0,0,10,NULL,'ADM1059A3','NM_001879'),(103814588,26.5838,100,98.9176,92.2835,0,0,10,NULL,'ADM1059A3','NM_020401'),(103814658,27.6796,100,99.6741,92.1072,0,0,10,NULL,'ADM1059A3','NM_020468'),(103814659,27.7352,100,99.6928,92.5597,0,0,10,NULL,'ADM1059A3','NM_153816'),(103814660,28.2418,100,100,94.9116,0,0,10,NULL,'ADM1059A3','XM_005248742'),(103814661,27.7583,100,99.6897,92.4828,0,0,10,NULL,'ADM1059A3','XM_005248739'),(103814674,22.9466,100,98.6732,73.6383,0,0,10,NULL,'ADM1059A3','NM_005676'),(103814675,22.6574,100,98.5551,71.3308,0,0,10,NULL,'ADM1059A3','XM_005278316'),(103814676,22.6601,100,98.5535,71.3361,0,0,10,NULL,'ADM1059A3','NM_001204466'),(103814694,22.6589,100,98.831,70.0319,0,0,10,NULL,'ADM1059A3','NM_003118'),(103814705,24.3819,100,100,90.491,0,0,10,NULL,'ADM1059A3','NM_001257344'),(103814706,24.3819,100,100,90.491,0,0,10,NULL,'ADM1059A3','NM_004328'),(103814707,24.3819,100,100,90.491,0,0,10,NULL,'ADM1059A3','NM_001257342'),(103814708,24.3819,100,100,90.491,0,0,10,NULL,'ADM1059A3','XM_005246749'),(103814709,24.3819,100,100,90.491,0,0,10,NULL,'ADM1059A3','XM_005246747'),(103814710,25.4487,100,99.8101,88.3544,0,0,10,NULL,'ADM1059A3','NM_000693'),(103814721,28.1891,100,100,94.8313,0,0,10,NULL,'ADM1059A3','NM_181783'),(103814732,28.3411,100,100,91.5675,0,0,10,NULL,'ADM1059A3','XM_005269160'),(103814750,27.4744,100,100,100,0,0,10,NULL,'ADM1059A3','NM_003571'),(103814760,16.4153,79.8387,47.1775,33.871,0,0,10,'19|46285449|46285613|69.5122','ADM1059A3','NM_001288765'),(103814761,22.0907,100,100,67.0984,0,0,10,NULL,'ADM1059A3','NM_020785'),(103814762,24.0229,100,100,87.7143,0,0,10,NULL,'ADM1059A3','XM_005248180'),(103814763,24.0229,100,100,87.7143,0,0,10,NULL,'ADM1059A3','NM_001164720'),(103814767,28.9571,100,99.6889,86.621,0,0,10,NULL,'ADM1059A3','NM_078629'),(103814768,29.2992,100,99.6817,90.0064,0,0,10,NULL,'ADM1059A3','NM_001193270'),(103814769,27.3145,100,99.5645,86.4983,0,0,10,NULL,'ADM1059A3','NM_001282174'),(103814772,27.6994,99.9604,98.0222,95.174,0,0,10,'2|74692021|74692377|99.7191','ADM1059A3','NM_006302'),(103814795,30.0568,100,100,100,0,0,10,NULL,'ADM1059A3','NM_017653'),(103814804,21.2705,100,96.2251,62.5656,0,0,10,NULL,'ADM1059A3','NM_004560'),(103814824,9.48396,31.0829,26.6043,26.5374,0,0,10,'X|153789901|153790001|0.0,X|153784378|153784593|0.0,X|153786745|153786867|0.0,X|153791023|153791170|0.0,X|153792172|153792237|92.3077,X|153792532|153792679|4.7619,X|153788620|153788776|0.0,X|153791772|153791918|0.0','ADM1059A3','NM_001099856'),(103814825,6.82468,20.0155,14.8177,14.8177,0,0,10,'X|153789901|153790001|0.0,X|153784378|153784593|0.0,X|153786745|153786867|0.0,X|153791023|153791170|0.0,X|153792172|153792237|92.3077,X|153792532|153792679|4.7619,X|153788620|153788776|0.0,X|153791772|153791918|0.0','ADM1059A3','NM_001099857'),(103814826,8.73125,26.1663,19.3712,19.3712,0,0,10,'X|153789901|153790001|0.0,X|153784378|153784593|0.0,X|153786745|153786867|0.0,X|153792172|153792237|92.3077,X|153792532|153792679|4.7619,X|153791772|153791918|0.0','ADM1059A3','NM_001145255'),(103814827,6.82468,20.0155,14.8177,14.8177,0,0,10,'X|153789901|153790001|0.0,X|153784378|153784593|0.0,X|153786745|153786867|0.0,X|153791023|153791170|0.0,X|153792172|153792237|92.3077,X|153792532|153792679|4.7619,X|153788620|153788776|0.0,X|153791772|153791918|0.0','ADM1059A3','NM_003639'),(103814853,25.4583,99.765,91.5394,80.4935,0,0,10,'6|32811625|32811776|98.6755','ADM1059A3','NM_148919'),(103814854,27.2706,100,99.8808,95.3516,0,0,10,NULL,'ADM1059A3','NM_004159'),(103814903,24.1711,100,96.6466,83.7489,0,0,10,NULL,'ADM1059A3','NM_006279'),(103814904,24.2527,100,96.4928,83.0036,0,0,10,NULL,'ADM1059A3','NM_174969'),(103814905,24.7604,100,97.1595,86.2345,0,0,10,NULL,'ADM1059A3','NM_174963'),(103814906,24.424,100,97.0633,85.7681,0,0,10,NULL,'ADM1059A3','NM_174968'),(103814907,24.5051,100,96.946,85.1997,0,0,10,NULL,'ADM1059A3','NM_174971'),(103814908,23.8154,100,96.3449,82.2868,0,0,10,NULL,'ADM1059A3','NM_001270460'),(103814909,24.1217,100,97.7984,82.2712,0,0,10,NULL,'ADM1059A3','NM_001270461'),(103814961,29.495,100,100,97.9084,0,0,10,NULL,'ADM1059A3','NM_000288'),(103814965,25.4755,100,99.4083,83.3244,0,0,10,NULL,'ADM1059A3','NM_006245'),(103814966,25.0062,100,99.3761,82.4163,0,0,10,NULL,'ADM1059A3','NM_180976'),(103814967,24.2,100,99.2834,79.8046,0,0,10,NULL,'ADM1059A3','NM_180977'),(103815011,24.2119,100,100,94.3598,0,0,10,NULL,'ADM1059A3','NM_001955'),(103815017,25.6205,100,99.9566,91.0986,0,0,10,NULL,'ADM1059A3','NM_007171'),(103815018,25.7756,100,99.9553,91.3277,0,0,10,NULL,'ADM1059A3','NM_001077365'),(103815019,25.7756,100,99.9553,91.3277,0,0,10,NULL,'ADM1059A3','NM_001136113'),(103815020,26.0863,100,99.9467,91.6356,0,0,10,NULL,'ADM1059A3','NM_001136114'),(103815023,21.7444,100,98.4175,64.8205,0,0,10,NULL,'ADM1059A3','NM_021922'),(103815025,22.9742,100,98.9912,75.7881,0,0,10,NULL,'ADM1059A3','NM_001692'),(103815034,25.351,100,100,85.4452,0,0,10,NULL,'ADM1059A3','NM_001278293'),(103815035,25.351,100,100,85.4452,0,0,10,NULL,'ADM1059A3','NM_032146'),(103815036,25.351,100,100,85.4452,0,0,10,NULL,'ADM1059A3','NM_177976'),(103815063,18.92,99.8621,86.8965,44.4138,0,0,10,'11|2154745|2154897|99.3421','ADM1059A3','NM_001127598'),(103815086,22.1558,99.7506,95.6455,69.1732,0,0,10,'2|241666241|241666359|88.983','ADM1059A3','NM_004321'),(103815108,23.6844,98.4781,92.9275,79.4539,0,0,10,'2|200320590|200320763|80.3468','ADM1059A3','NM_001172509'),(103815109,23.6844,98.4781,92.9275,79.4539,0,0,10,'2|200320590|200320763|80.3468','ADM1059A3','NM_001172517'),(103815110,23.6844,98.4781,92.9275,79.4539,0,0,10,'2|200320590|200320763|80.3468','ADM1059A3','NM_015265'),(103815122,23.2763,100,98.3089,77.9873,0,0,10,NULL,'ADM1059A3','NM_001111018'),(103815123,22.9406,99.9325,95.8952,75.0203,0,0,10,'11|19735239|19735510|98.155','ADM1059A3','NM_145117'),(103815124,23.4872,100,99.08,78.4228,0,0,10,NULL,'ADM1059A3','NM_001111019'),(103815149,24.2287,94.049,84.8308,69.895,0,0,10,'3|66286966|66287126|68.125','ADM1059A3','NM_173471'),(103815150,26.5724,100,98.2964,83.3049,0,0,10,NULL,'ADM1059A3','NM_001164796'),(103815175,22.0478,98.6176,91.9089,70.0549,0,0,10,'11|68207243|68207386|79.021,11|68080180|68080275|63.1579,11|68177380|68177610|98.6957','ADM1059A3','NM_002335'),(103815198,26.9715,99.1661,92.0778,89.5066,0,0,10,'1|243736226|243736352|90.4762','ADM1059A3','NM_181690'),(103815199,26.9715,99.1661,92.0778,89.5066,0,0,10,'1|243736226|243736352|90.4762','ADM1059A3','NM_001206729'),(103815200,26.5901,99.1897,92.3025,89.0614,0,0,10,'1|243736226|243736352|90.4762','ADM1059A3','XM_005272997'),(103815201,26.5901,99.1897,92.3025,89.0614,0,0,10,'1|243736226|243736352|90.4762','ADM1059A3','NM_005465'),(103815242,25.9213,100,99.8467,89.0932,0,0,10,NULL,'ADM1059A3','NM_001193640'),(103815272,20.89,100,93.2331,47.6504,0,0,10,NULL,'ADM1059A3','NM_021147'),(103815273,25.482,100,98.9113,84.8666,0,0,10,NULL,'ADM1059A3','NM_014795'),(103815274,25.2742,100,98.8886,84.5513,0,0,10,NULL,'ADM1059A3','NM_001171653'),(103815275,23.6412,100,100,93.7841,0,0,10,NULL,'ADM1059A3','NM_001166290'),(103815286,21.9417,100,97.4033,65.5511,0,0,10,NULL,'ADM1059A3','NM_000391'),(103815343,28.3032,100,99.779,90.8176,0,0,10,NULL,'ADM1059A3','NM_005633'),(103815346,21.1731,97.9777,91.0263,59.8332,0,0,10,'19|47575607|47575972|98.0822,19|47569610|47571128|95.191','ADM1059A3','NM_015168'),(103815392,28.2341,100,100,97.2461,0,0,10,NULL,'ADM1059A3','NM_004985'),(103815393,24.2123,100,96.5753,83.9041,0,0,10,NULL,'ADM1059A3','NM_033360'),(103815396,26.7421,100,99.5713,90.2226,0,0,10,NULL,'ADM1059A3','NM_006766'),(103815397,26.7421,100,99.5713,90.2226,0,0,10,NULL,'ADM1059A3','NM_001099413'),(103815398,26.7421,100,99.5713,90.2226,0,0,10,NULL,'ADM1059A3','NM_001099412'),(103815405,22.5595,100,99.1448,81.2462,0,0,10,NULL,'ADM1059A3','NM_000550'),(103815428,17.5337,95.7605,60.0962,40.3846,0,0,10,'19|50831468|50832342|89.3593,19|50823500|50823608|96.2963','ADM1059A3','NM_004977'),(103815441,22.76,100,95.8691,82.9306,0,0,10,NULL,'ADM1059A3','NM_005654'),(103815442,24.7624,100,97.1863,79.8859,0,0,10,NULL,'ADM1059A3','NM_006892'),(103815443,24.6424,100,97.1173,79.3923,0,0,10,NULL,'ADM1059A3','NM_175848'),(103815444,24.4148,100,96.8803,79.5531,0,0,10,NULL,'ADM1059A3','NM_175849'),(103815445,24.5299,100,96.5388,79.42,0,0,10,NULL,'ADM1059A3','NM_001207056'),(103815446,24.6105,100,97.1604,79.6623,0,0,10,NULL,'ADM1059A3','NM_175850'),(103815453,26.7343,100,99.9357,93.4433,0,0,10,NULL,'ADM1059A3','NM_015338'),(103815457,26.5325,100,99.7535,90.7149,0,0,10,NULL,'ADM1059A3','NM_002755'),(103815460,23.2378,100,99.544,84.8209,0,0,10,NULL,'ADM1059A3','NM_000199'),(103815461,23.8069,100,95.3549,76.8267,0,0,10,NULL,'ADM1059A3','NM_001135055'),(103815462,23.8935,100,95.4195,77.1487,0,0,10,NULL,'ADM1059A3','NM_001258028'),(103815463,24.2353,100,96.2754,81.2077,0,0,10,NULL,'ADM1059A3','NM_001064'),(103815467,25.0733,100,100,89.1926,0,0,10,NULL,'ADM1059A3','NM_033028'),(103815468,24.8584,100,100,84.9953,0,0,10,NULL,'ADM1059A3','NM_001252678'),(103815478,20.5975,94.9933,88.724,59.7032,0,0,10,'X|53263398|53264368|76.701','ADM1059A3','NM_001111125'),(103815479,22.8625,100,98.7561,77.2633,0,0,10,NULL,'ADM1059A3','NM_015075'),(103815514,27.0247,100,100,94.9384,0,0,10,NULL,'ADM1059A3','XM_005262150'),(103815562,25.0165,100,99.9765,88.8941,0,0,10,NULL,'ADM1059A3','NM_018263'),(103815563,27.3907,100,99.7553,83.7683,0,0,10,NULL,'ADM1059A3','NM_020381'),(103815567,23.5706,100,99.9026,85.8812,0,0,10,NULL,'ADM1059A3','NM_144577'),(103815645,25.18,98.8029,91.4066,82.0864,0,0,10,'3|145838897|145839037|80.0','ADM1059A3','NM_182943'),(103815646,25.0713,98.7682,91.1571,81.5662,0,0,10,'3|145838897|145839037|80.0','ADM1059A3','NM_000935'),(103815652,30.0426,100,100,99.5469,0,0,10,NULL,'ADM1059A3','NM_176824'),(103815653,30.2352,100,100,99.5181,0,0,10,NULL,'ADM1059A3','NM_018190'),(103815670,26.052,100,97.8745,87.9641,0,0,10,NULL,'ADM1059A3','NM_014112'),(103815671,25.9938,100,97.8597,87.5193,0,0,10,NULL,'ADM1059A3','NM_001282902'),(103815729,25.9552,100,99.8591,89.9507,0,0,10,NULL,'ADM1059A3','NM_201253'),(103815730,25.4242,100,99.7732,87.9017,0,0,10,NULL,'ADM1059A3','NM_001257966'),(103815731,25.9023,100,99.8567,89.7779,0,0,10,NULL,'ADM1059A3','NM_001257965'),(103815744,26.4685,100,99.8702,90.0714,0,0,10,NULL,'ADM1059A3','NM_001203'),(103815745,26.4701,100,99.8701,90.0649,0,0,10,NULL,'ADM1059A3','NM_001256792'),(103815746,26.4685,100,99.8702,90.0714,0,0,10,NULL,'ADM1059A3','NM_001256793'),(103815747,26.4685,100,99.8702,90.0714,0,0,10,NULL,'ADM1059A3','NM_001256794'),(103815805,24.0922,100,97.1784,76.517,0,0,10,NULL,'ADM1059A3','NM_001033117'),(103815869,26.9411,100,98.6556,92.5096,0,0,10,NULL,'ADM1059A3','NM_030916'),(103815895,25.0603,100,99.7944,86.4291,0,0,10,NULL,'ADM1059A3','NM_001145661'),(103815906,22.3362,99.131,94.1845,59.4251,0,0,10,'11|126141330|126141554|94.1964','ADM1059A3','NM_017547'),(103815923,21.0982,99.8621,93.85,62.1897,0,0,10,'8|21981160|21981328|97.0238','ADM1059A3','NM_005144'),(103815924,21.1483,99.8554,94.4477,62.4639,0,0,10,'8|21981160|21981328|97.0238','ADM1059A3','NM_018411'),(103815934,25.115,100,94.8753,79.2244,0,0,10,NULL,'ADM1059A3','NM_001029871'),(103815935,25.5497,100,93.0582,72.045,0,0,10,NULL,'ADM1059A3','NM_001040007'),(103815939,22.0545,100,99.773,59.9319,0,0,10,NULL,'ADM1059A3','NM_001255985'),(103815949,20.1891,100,86.6146,48.4663,0,0,10,NULL,'ADM1059A3','NM_203486'),(103815966,23.0213,100,99.7971,81.2373,0,0,10,NULL,'ADM1059A3','NM_020312'),(103815970,24.694,100,99.2343,82.6314,0,0,10,NULL,'ADM1059A3','NM_004628'),(103815971,28.8014,100,100,100,0,0,10,NULL,'ADM1059A3','NR_027299'),(103815972,27.8214,100,100,95.6522,0,0,10,NULL,'ADM1059A3','NM_177965'),(103815974,23.9548,100,95.0532,76.5957,0,0,10,NULL,'ADM1059A3','NM_005050'),(103816009,28.5775,100,100,96.1645,0,0,10,NULL,'ADM1059A3','NM_020320'),(103816016,21.5183,98.1697,88.5191,61.5641,0,0,10,'X|68836150|68836550|94.5','ADM1059A3','NM_001399'),(103816062,27.7483,100,99.8116,93.783,0,0,10,NULL,'ADM1059A3','NM_000462'),(103816063,27.8468,100,99.807,94.0178,0,0,10,NULL,'ADM1059A3','NM_130838'),(103816084,27.3469,100,100,97.4038,0,0,10,NULL,'ADM1059A3','NM_001942'),(103816091,24.3991,100,99.4545,83.7273,0,0,10,NULL,'ADM1059A3','NM_004544'),(103816098,31.8006,100,100,100,0,0,10,NULL,'ADM1059A3','NM_174886'),(103816099,31.8006,100,100,100,0,0,10,NULL,'ADM1059A3','NM_173209'),(103816100,31.8006,100,100,100,0,0,10,NULL,'ADM1059A3','NM_173211'),(103816108,27.5277,100,99.2771,82.6506,0,0,10,NULL,'ADM1059A3','NM_001254729'),(103816109,27.4734,100,99.3363,84.0708,0,0,10,NULL,'ADM1059A3','NM_001128126'),(103816110,28.3984,100,99.3964,85.5131,0,0,10,NULL,'ADM1059A3','NM_007077'),(103816111,26.3212,100,92.7195,68.0942,0,0,10,NULL,'ADM1059A3','NM_001254727'),(103816112,27.7014,100,99.2891,82.9384,0,0,10,NULL,'ADM1059A3','NM_001254726'),(103816139,22.4824,100,89.0845,65.3169,0,0,10,NULL,'ADM1059A3','NM_004937'),(103816140,22.7666,100,89.9838,67.8514,0,0,10,NULL,'ADM1059A3','NM_001031681'),(103816154,24.4227,99.7179,94.8192,78.3791,0,0,10,'1|237038024|237038148|99.1936,1|237026752|237026856|90.3846','ADM1059A3','NM_000254'),(103816182,25.4922,100,100,90.5135,0,0,10,NULL,'ADM1059A3','NM_018076'),(103816211,22.716,97.8172,94.5071,66.7066,0,0,10,'15|99192808|99192906|7.14286','ADM1059A3','NM_000875'),(103816265,26.3064,100,99.9176,95.4695,0,0,10,NULL,'ADM1059A3','XM_005269704'),(103816287,24.0273,100,99.4681,79.5593,0,0,10,NULL,'ADM1059A3','NM_000107'),(103816288,22.8466,100,99.3755,76.0036,0,0,10,NULL,'ADM1059A3','XM_005252807'),(103816299,21.2406,94.8745,81.9038,70.9205,0,0,10,'5|134369401|134369574|71.6763','ADM1059A3','NM_002653'),(103816336,23.2412,99.8045,95.6001,73.3073,0,0,10,'6|33419535|33419686|94.702','ADM1059A3','NM_006772'),(103816337,23.6473,100,98.9641,76.1496,0,0,10,NULL,'ADM1059A3','XM_005249462'),(103816365,28.4166,100,99.2565,91.793,0,0,10,NULL,'ADM1059A3','NM_025009'),(103816370,21.3896,97.7865,95.3763,61.7314,0,0,10,'X|10491130|10491229|54.5455','ADM1059A3','NM_001193277'),(103816371,21.3896,97.7865,95.3763,61.7314,0,0,10,'X|10491130|10491229|54.5455','ADM1059A3','NM_033290'),(103816372,21.3896,97.7865,95.3763,61.7314,0,0,10,'X|10491130|10491229|54.5455','ADM1059A3','NM_001098624'),(103816373,21.3896,97.7865,95.3763,61.7314,0,0,10,'X|10491130|10491229|54.5455','ADM1059A3','NM_033289'),(103816392,22.7039,99.906,87.594,66.5413,0,0,10,'11|45832325|45832889|99.8227','ADM1059A3','NM_001145266'),(103816400,30.357,100,98.315,92.0846,0,0,10,NULL,'ADM1059A3','NM_024596'),(103816408,23.9449,100,96.9163,85.1983,0,0,10,NULL,'ADM1059A3','NM_000033'),(103816433,22.0623,100,95.8705,72.8745,0,0,10,NULL,'ADM1059A3','NM_001145395'),(103816444,23.7715,100,99.8869,75.3394,0,0,10,NULL,'ADM1059A3','NM_153033'),(103816495,26.644,100,93.0165,84.0931,0,0,10,NULL,'ADM1059A3','NM_016152'),(103816496,25.5943,100,94.756,83.0299,0,0,10,NULL,'ADM1059A3','NM_000965'),(103816510,25.3878,100,100,86.9054,0,0,10,NULL,'ADM1059A3','NM_020533'),(103816526,28.8946,100,100,98.2134,0,0,10,NULL,'ADM1059A3','XM_005252412'),(103816551,25.1032,100,100,95.3441,0,0,10,NULL,'ADM1059A3','NM_001111283'),(103816592,21.5334,100,90.7602,61.3608,0,0,10,NULL,'ADM1059A3','NM_004826'),(103816607,25.4088,100,99.8167,90.3758,0,0,10,NULL,'ADM1059A3','NM_002069'),(103816627,27.0091,100,98.1859,89.6392,0,0,10,NULL,'ADM1059A3','NM_001252024'),(103816628,26.9475,100,98.2043,89.5052,0,0,10,NULL,'ADM1059A3','NM_001252020'),(103816644,34.4738,100,100,100,10.4803,0,10,NULL,'ADM1059A3','NM_001011658'),(103816645,25.3921,100,99.4573,86.7029,0,0,10,NULL,'ADM1059A3','XM_005252808'),(103816647,26.6865,100,100,94.5852,0,0,10,NULL,'ADM1059A3','NM_024769'),(103816648,25.734,100,99.504,79.6652,0,0,10,NULL,'ADM1059A3','NM_017791'),(103816649,24.2388,99.9486,97.8402,83.6304,0,0,10,'11|46939877|46939933|94.6429','ADM1059A3','NM_002334'),(103816651,19.2441,99.1863,83.4011,46.2164,0,0,10,'9|139094790|139094888|89.7959','ADM1059A3','NM_014564'),(103816658,25.4172,100,96.7532,88.2305,0,0,10,NULL,'ADM1059A3','NM_001184726'),(103816681,28.0533,100,100,94.3951,0,0,10,NULL,'ADM1059A3','NM_000373'),(103816684,22.9187,100,99.7914,80.7091,0,0,10,NULL,'ADM1059A3','NM_017882'),(103816685,30.0129,100,100,98.2337,0,0,10,NULL,'ADM1059A3','NM_002641'),(103816740,23.741,100,99.3683,73.0891,0,0,10,NULL,'ADM1059A3','NM_015185'),(103816741,22.4497,100,99.2963,68.5433,0,0,10,NULL,'ADM1059A3','NM_001173479'),(103816743,19.6783,99.3007,84.8152,50.7493,0,0,10,'8|145150000|145150133|94.7368','ADM1059A3','NM_001916'),(103816760,28.281,100,99.8652,96.4286,0,0,10,NULL,'ADM1059A3','NM_001193347'),(103816761,28.0978,100,99.8592,96.2702,0,0,10,NULL,'ADM1059A3','NM_001131005'),(103816762,28.4862,100,98.9684,94.5667,0,0,10,NULL,'ADM1059A3','NM_002397'),(103816763,28.7119,100,99.8622,96.4163,0,0,10,NULL,'ADM1059A3','XM_005248512'),(103816767,28.2733,100,96.6238,84.0836,0,0,10,NULL,'ADM1059A3','NM_152388'),(103816768,28.1246,100,96.6877,83.6751,0,0,10,NULL,'ADM1059A3','NM_001044385'),(103816769,26.8053,100,100,95.8392,0,0,10,NULL,'ADM1059A3','NM_080601'),(103816846,26.5585,99.8939,95.6668,87.584,0,0,10,'7|104707172|104707256|98.8095,7|104752270|104753783|99.6695','ADM1059A3','NM_182931'),(103816847,26.5522,99.8914,95.5656,87.2941,0,0,10,'7|104707172|104707256|98.8095,7|104752270|104753783|99.6695','ADM1059A3','XM_005250494'),(103816848,26.5585,99.8939,95.6668,87.584,0,0,10,'7|104707172|104707256|98.8095,7|104752270|104753783|99.6695','ADM1059A3','NM_018682'),(103816872,22.9555,100,96.4888,74.841,0,0,10,NULL,'ADM1059A3','NM_001127179'),(103816898,23.5336,99.8587,92.5795,79.8587,0,0,10,'5|138282803|138283164|99.446','ADM1059A3','NM_022464'),(103816899,23.5336,99.8587,92.5795,79.8587,0,0,10,'5|138282803|138283164|99.446','ADM1059A3','NM_001037633'),(103816922,28.1864,100,100,98.4163,0,0,10,NULL,'ADM1059A3','NM_001146158'),(103816934,24.8139,100,100,82.1643,0,0,10,NULL,'ADM1059A3','NM_020944'),(103816935,24.6163,100,100,81.1686,0,0,10,NULL,'ADM1059A3','XM_005251527'),(103816946,20.44,100,91.4894,49.3617,0,0,10,NULL,'ADM1059A3','NM_014336'),(103816947,20.504,100,91.2204,50.3951,0,0,10,NULL,'ADM1059A3','NM_001285399'),(103816948,20.5708,100,90.9829,51.578,0,0,10,NULL,'ADM1059A3','NM_001285400'),(103816949,20.3209,100,90.9338,46.2375,0,0,10,NULL,'ADM1059A3','NM_001285401'),(103816950,22.5298,100,99.8759,71.0918,0,0,10,NULL,'ADM1059A3','NM_001285403'),(103816951,23.8922,100,94.3362,76.3703,0,0,10,NULL,'ADM1059A3','XM_005267937'),(103816958,26.7309,100,99.7439,88.9047,0,0,10,NULL,'ADM1059A3','NM_001160372'),(103816960,27.5431,100,99.7428,95.3376,0,0,10,NULL,'ADM1059A3','NM_003611'),(103816961,27.7469,100,99.7322,95.1456,0,0,10,NULL,'ADM1059A3','XM_005274605'),(103816964,23.3959,100,86.6792,72.9831,0,0,10,NULL,'ADM1059A3','NM_052965'),(103816966,27.2858,100,99.9318,92.9741,0,0,10,NULL,'ADM1059A3','NM_006077'),(103816967,26.8186,100,100,97.907,0,0,10,NULL,'ADM1059A3','NM_001195519'),(103816982,26.7321,100,99.8696,92.3077,0,0,10,NULL,'ADM1059A3','NM_001149'),(103817019,25.3702,100,99.5679,86.9283,0,0,10,NULL,'ADM1059A3','NM_014319'),(103817052,29.744,100,95.4907,81.2997,0,0,10,NULL,'ADM1059A3','NM_025243'),(103817056,28.2167,100,99.5877,95.0069,0,0,10,NULL,'ADM1059A3','NM_004520'),(103817057,28.3651,100,99.5761,95.0071,0,0,10,NULL,'ADM1059A3','NM_001243952'),(103817058,28.1596,100,99.6087,95.2609,0,0,10,NULL,'ADM1059A3','NM_001098511'),(103817097,25.6989,99.8284,95.1101,83.8433,0,0,10,'X|110987894|110988134|97.5','ADM1059A3','NM_001257231'),(103817098,26.4165,100,97.312,89.214,0,0,10,NULL,'ADM1059A3','NM_001257237'),(103817166,27.0465,100,100,86.2236,0,0,10,NULL,'ADM1059A3','NM_000167'),(103817167,26.449,99.768,96.4617,82.4246,0,0,10,'X|30745581|30745671|95.5556','ADM1059A3','NM_001128127'),(103817168,22.2314,100,93.0311,73.1394,0,0,10,NULL,'ADM1059A3','NM_001278478'),(103817179,29.4295,100,100,98.5569,0,0,10,NULL,'ADM1059A3','NM_212471'),(103817180,29.4295,100,100,98.5569,0,0,10,NULL,'ADM1059A3','NM_001278433'),(103817181,29.4295,100,100,98.5569,0,0,10,NULL,'ADM1059A3','NM_001276289'),(103817182,29.4295,100,100,98.5569,0,0,10,NULL,'ADM1059A3','NM_212472'),(103817229,29.2802,100,100,100,0,0,10,NULL,'ADM1059A3','NM_014754'),(103817242,23.6481,100,98.9674,77.7601,0,0,10,NULL,'ADM1059A3','NM_001145394'),(103817244,30.673,100,100,98.2647,0,0,10,NULL,'ADM1059A3','XM_005274176'),(103817245,30.673,100,100,98.2647,0,0,10,NULL,'ADM1059A3','NM_022074'),(103817246,30.673,100,100,98.2647,0,0,10,NULL,'ADM1059A3','NM_001142520'),(103817255,27.5,100,100,96.8935,0,0,10,NULL,'ADM1059A3','NM_014254'),(103817256,25.0214,100,100,95.4545,0,0,10,NULL,'ADM1059A3','XM_005268562'),(103817273,28.7461,100,99.6904,93.2331,0,0,10,NULL,'ADM1059A3','NM_004912'),(103817274,28.7461,100,99.6904,93.2331,0,0,10,NULL,'ADM1059A3','NM_194454'),(103817275,29.4333,100,100,96.4049,0,0,10,NULL,'ADM1059A3','NM_001013406'),(103817276,28.7461,100,99.6904,93.2331,0,0,10,NULL,'ADM1059A3','NM_194456'),(103817304,29.5341,100,100,99.6758,0,0,10,NULL,'ADM1059A3','NR_028482'),(103817311,25.7069,100,100,95.6581,0,0,10,NULL,'ADM1059A3','NM_001172643'),(103817312,26.6471,100,100,96.7742,0,0,10,NULL,'ADM1059A3','NM_001272050'),(103817313,23.8567,100,98.0126,79.4979,0,0,10,NULL,'ADM1059A3','NM_004614'),(103817324,23.2215,99.7265,76.6636,63.9927,0,0,10,'8|57905756|57906147|99.2327','ADM1059A3','NM_017813'),(103817375,26.05,100,99.3508,88.8104,0,0,10,NULL,'ADM1059A3','NM_015088'),(103817376,26.5228,100,98.9867,86.0355,0,0,10,NULL,'ADM1059A3','NM_001024843'),(103817377,26.2051,100,99.3899,89.485,0,0,10,NULL,'ADM1059A3','NM_001162501'),(103817379,26.9258,100,100,91.7977,0,0,10,NULL,'ADM1059A3','NM_001163771'),(103817387,22.7393,100,98.4733,70.3464,0,0,10,NULL,'ADM1059A3','NM_001199107'),(103817390,28.2909,100,99.911,88.879,0,0,10,NULL,'ADM1059A3','NM_006721'),(103817391,28.548,100,99.9068,89.0028,0,0,10,NULL,'ADM1059A3','NM_001123'),(103817392,27.12,100,99.8947,86.8421,0,0,10,NULL,'ADM1059A3','NM_001202450'),(103817410,19.8387,100,94.8387,63.871,0,0,10,NULL,'ADM1059A3','XM_005247635'),(103817411,24.0172,100,98.1601,78.4869,0,0,10,NULL,'ADM1059A3','NM_017617'),(103817421,26.792,100,99.4158,92.4603,0.271703,0,10,NULL,'ADM1059A3','NM_006734'),(103817424,21.9467,100,98.1695,68.5635,0,0,10,NULL,'ADM1059A3','NM_021120'),(103817425,22.1706,99.9368,98.6102,72.0152,0,0,10,'X|69713224|69713327|99.0291','ADM1059A3','NM_020730'),(103817426,21.6646,99.912,98.0634,73.7676,0,0,10,'X|69713224|69713327|99.0291','ADM1059A3','NM_001166278'),(103817437,21.85,96.5714,81.0714,62.4286,0,0,10,'7|155595591|155596422|94.2238','ADM1059A3','NM_000193'),(103817460,24.9548,99.8954,95.7803,84.9869,0,0,10,'X|70586162|70586346|96.7391','ADM1059A3','NM_004606'),(103817461,24.8793,99.8965,95.8254,84.6127,0,0,10,'X|70586162|70586346|96.7391','ADM1059A3','XM_005262300'),(103817462,24.8819,99.8973,95.8562,84.8288,0,0,10,'X|70586162|70586346|96.7391','ADM1059A3','XM_005262297'),(103817463,24.8853,99.8967,95.8326,84.6392,0,0,10,'X|70586162|70586346|96.7391','ADM1059A3','NM_001286074'),(103817466,20.6655,99.6105,87.1202,56.7645,0,0,10,'3|123071277|123071430|98.6928,3|123047489|123047651|99.3827,3|123166257|123167395|99.8242,3|123022912|123023032|91.6667','ADM1059A3','NM_183357'),(103817467,21.6283,99.5359,89.5395,66.5834,0,0,10,'3|123071277|123071430|98.6928,3|123047489|123047651|99.3827,3|123022912|123023032|91.6667','ADM1059A3','NM_001199642'),(103817475,24.5137,99.9772,93.9463,82.4078,0,0,10,'3|9512141|9512615|99.789','ADM1059A3','NM_001080517'),(103817476,24.1456,99.9756,93.5027,80.9477,0,0,10,'3|9512141|9512615|99.789','ADM1059A3','XM_005265307'),(103817488,25.0276,99.6231,87.6256,75.3769,0,0,10,'X|153994489|153994677|96.8085','ADM1059A3','NM_001363'),(103817501,24.2895,100,96.3636,82.6415,0,0,10,NULL,'ADM1059A3','NM_014140'),(103817502,24.2895,100,96.3636,82.6415,0,0,10,NULL,'ADM1059A3','NM_001127207'),(103817524,26.0636,100,99.852,97.5826,0,0,10,NULL,'ADM1059A3','NM_004035'),(103817525,26.2797,100,99.852,97.5826,0,0,10,NULL,'ADM1059A3','NM_007292'),(103817526,26.3136,100,99.9476,98.7958,0,0,10,NULL,'ADM1059A3','NM_001185039'),(103817569,28.6826,100,99.6659,91.2583,0,0,10,NULL,'ADM1059A3','NM_001031710'),(103817570,27.7181,100,99.2278,79.7297,0,0,10,NULL,'ADM1059A3','NM_001172428'),(103817571,32.9261,100,100,97.1591,0,0,10,NULL,'ADM1059A3','NR_033329'),(103817572,29.6404,100,99.8787,96.8466,0,0,10,NULL,'ADM1059A3','NM_018846'),(103817585,29.4777,100,100,100,0.0783086,0,10,NULL,'ADM1059A3','NM_172250'),(103817600,27.2282,100,98.3656,91.1017,0,0,10,NULL,'ADM1059A3','NM_001281723'),(103817601,27.1847,100,97.2054,91.4338,0,0,10,NULL,'ADM1059A3','NM_000060'),(103817602,27.8644,100,98.4867,94.3705,0,0,10,NULL,'ADM1059A3','NM_001281724'),(103817603,27.5161,100,98.4208,94.1251,0,0,10,NULL,'ADM1059A3','NM_001281725'),(103817620,26.5034,100,95.9947,82.243,0,0,10,NULL,'ADM1059A3','NM_138559'),(103817631,28.9039,100,98.4375,83.9844,0,0,10,NULL,'ADM1059A3','NM_078628'),(103817656,28.3647,100,100,97.2784,0,0,10,NULL,'ADM1059A3','NM_014317'),(103817657,27.7901,100,100,96.3274,0,0,10,NULL,'ADM1059A3','XM_005252438'),(103817681,28.9116,100,100,97.5814,0.0465117,0,10,NULL,'ADM1059A3','NM_024809'),(103817685,23.8586,100,99.8836,85.2736,0,0,10,NULL,'ADM1059A3','NM_001271098'),(103817686,24.043,100,99.8737,85.3443,0,0,10,NULL,'ADM1059A3','NM_001136033'),(103817687,24.2381,100,99.8692,87.9006,0,0,10,NULL,'ADM1059A3','NM_001271100'),(103817688,23.9152,100,99.8771,84.5114,0,0,10,NULL,'ADM1059A3','NM_001271099'),(103817689,24.0318,100,99.8798,87.6202,0,0,10,NULL,'ADM1059A3','NM_014281'),(103817690,27.5191,100,99.7975,92.1364,0,0,10,NULL,'ADM1059A3','NM_014264'),(103817691,27.6093,100,99.7905,91.8645,0,0,10,NULL,'ADM1059A3','NM_001190799'),(103817692,27.5224,100,99.7885,91.7871,0,0,10,NULL,'ADM1059A3','NM_001190801'),(103817702,28.3596,100,100,91.8269,0,0,10,NULL,'ADM1059A3','NM_006416'),(103817703,28.4279,100,100,91.3954,0,0,10,NULL,'ADM1059A3','NM_001168398'),(103817721,21.7686,92.881,84.8721,61.5128,0,0,10,'9|131456173|131456323|57.3333','ADM1059A3','NM_001122821'),(103817722,22.0432,92.3169,83.7935,66.7467,0,0,10,'9|131456173|131456323|57.3333','ADM1059A3','NM_001248000'),(103817723,20.9395,90.1163,75.6977,58.8372,0,0,10,'9|131456173|131456323|57.3333,9|131451859|131451936|72.7273','ADM1059A3','NM_003011'),(103817724,21.6011,99.7553,81.3214,56.6884,0,0,10,'12|122277836|122277956|97.5','ADM1059A3','NM_002150'),(103817725,27.833,100,98.4862,90.8304,0,0,10,NULL,'ADM1059A3','NM_024996'),(103817744,23.9714,100,98.7515,87.9178,0,0,10,NULL,'ADM1059A3','NM_020680'),(103817745,23.9457,100,98.7062,87.5626,0,0,10,NULL,'ADM1059A3','XM_005274121'),(103817746,23.9198,100,98.719,87.6033,0,0,10,NULL,'ADM1059A3','XM_005274119'),(103817751,25.9978,100,99.928,95.4611,0,0,10,NULL,'ADM1059A3','XM_005262224'),(103817759,19.517,100,84.195,37.3708,0,0,10,NULL,'ADM1059A3','NM_006270'),(103817775,26.2798,100,98.5958,84.4032,0,0,10,NULL,'ADM1059A3','NM_002582'),(103817776,25.9692,100,98.4889,83.2164,0,0,10,NULL,'ADM1059A3','NM_001242992'),(103817805,24.0732,99.8705,89.8316,75,0,0,10,'11|101981577|101981902|99.3846','ADM1059A3','NM_001130145'),(103817806,27.2205,100,99.6028,93.9424,0,0,10,NULL,'ADM1059A3','NM_001195045'),(103817807,24.2146,99.8671,89.6346,74.8173,0,0,10,'11|101981577|101981902|99.3846','ADM1059A3','NM_001195044'),(103817808,24.5454,99.8559,88.977,75.9366,0,0,10,'11|101981577|101981902|99.3846','ADM1059A3','NM_006106'),(103817813,29.3185,100,100,99.5385,0,0,10,NULL,'ADM1059A3','NM_001251989'),(103817814,29.3185,100,100,99.5385,0,0,10,NULL,'ADM1059A3','NM_015895'),(103817815,29.8546,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001251991'),(103817824,23.7521,100,100,68.2773,0,0,10,NULL,'ADM1059A3','NM_017838'),(103817825,27.6127,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001034833'),(103817867,25.4609,100,100,91.696,0,0,10,NULL,'ADM1059A3','NM_014491'),(103817868,25.933,100,100,97.4398,0,0,10,NULL,'ADM1059A3','NM_148899'),(103817869,25.2758,100,100,91.6075,0,0,10,NULL,'ADM1059A3','NM_148900'),(103817877,21.6709,100,91.5982,63.1712,0,0,10,NULL,'ADM1059A3','XM_005246026'),(103817888,24.8119,100,99.9391,96.9568,0,0,10,NULL,'ADM1059A3','NM_030777'),(103817909,26.5217,100,99.1212,88.9747,0,0,10,NULL,'ADM1059A3','NM_024790'),(103817915,20.6054,99.7273,79.1818,51.7273,0,0,10,'12|122277836|122277956|97.5','ADM1059A3','NM_001171993'),(103817925,22.6339,100,95.5235,65.8484,0,0,10,NULL,'ADM1059A3','NM_016532'),(103817944,23.6861,100,99.2121,73.0794,0,0,10,NULL,'ADM1059A3','XM_005269203'),(103817945,23.1114,100,97.6367,70.4929,0,0,10,NULL,'ADM1059A3','NM_033124'),(103817972,22.0535,100,97.186,66.7811,0,0,10,NULL,'ADM1059A3','NM_001258355'),(103817975,25.3178,100,96.0801,84.2369,0,0,10,NULL,'ADM1059A3','NM_001242889'),(103817991,26.9801,99.9315,98.2192,90.8219,0,0,10,'5|161495003|161495114|99.0991','ADM1059A3','NM_198904'),(103817992,27.1649,99.9368,98.3576,91.5351,0,0,10,'5|161495003|161495114|99.0991','ADM1059A3','NM_198903'),(103817993,23.5515,100,96.1949,77.5973,0,0,10,NULL,'ADM1059A3','NM_018014'),(103817995,21.0649,100,97.4339,62.069,0,0,10,NULL,'ADM1059A3','NM_001174146'),(103817996,20.8209,100,97.2053,58.952,0,0,10,NULL,'ADM1059A3','NM_002316'),(103818053,24.6177,100,98.2125,84.7071,0,0,10,NULL,'ADM1059A3','NM_000191'),(103818054,24.3536,100,100,87.1575,0,0,10,NULL,'ADM1059A3','XM_005245857'),(103818065,26.021,100,99.8408,85.6369,0,0,10,NULL,'ADM1059A3','NM_015107'),(103818066,25.8022,100,99.8462,84.1895,0,0,10,NULL,'ADM1059A3','NM_001184896'),(103818067,25.24,100,99.8283,84.5124,0,0,10,NULL,'ADM1059A3','NM_001184897'),(103818152,26.1757,100,100,99.8131,0,0,10,NULL,'ADM1059A3','NM_203290'),(103818153,24.3081,100,94.707,90.7372,0,0,10,NULL,'ADM1059A3','XM_005249491'),(103818162,22.1568,99.9235,94.4912,76.7406,0,0,10,'15|67358490|67358700|99.5238','ADM1059A3','NM_005902'),(103818163,23.5976,100,100,88.1699,0,0,10,NULL,'ADM1059A3','NM_001145102'),(103818164,23.3132,100,99.9149,84.766,0,0,10,NULL,'ADM1059A3','NM_001145103'),(103818176,23.5084,99.924,95.6687,80.0912,0,0,10,'17|29325678|29326212|99.8127','ADM1059A3','NM_032322'),(103818177,22.5997,99.8454,94.8995,77.4343,0,0,10,'17|29325678|29325709|96.7742','ADM1059A3','NM_197939'),(103818178,23.7707,99.8865,96.2543,83.0874,0,0,10,'17|29325678|29325709|96.7742','ADM1059A3','NM_001184992'),(103818182,25.7066,100,99.7326,85.6761,0,0,10,NULL,'ADM1059A3','NM_024077'),(103818183,25.9921,100,99.7078,85.6845,0,0,10,NULL,'ADM1059A3','NM_001282689'),(103818184,25.9809,100,99.7093,86.8771,0,0,10,NULL,'ADM1059A3','NM_001282690'),(103818185,21.2877,98.9875,88.2668,59.9166,0,0,10,'17|7606559|7606807|93.1452','ADM1059A3','NM_001143990'),(103818186,21.2877,98.9875,88.2668,59.9166,0,0,10,'17|7606559|7606807|93.1452','ADM1059A3','NM_001143991'),(103818187,21.2877,98.9875,88.2668,59.9166,0,0,10,'17|7606559|7606807|93.1452','ADM1059A3','NM_018081'),(103818198,24.6121,100,90.0504,67.0025,0,0,10,NULL,'ADM1059A3','NM_004782'),(103818206,23.4534,100,97.288,78.4568,0,0,10,NULL,'ADM1059A3','NM_001014796'),(103818207,23.4534,100,97.288,78.4568,0,0,10,NULL,'ADM1059A3','NM_006182'),(103818213,25.4733,100,99.7458,91.4591,0,0,10,NULL,'ADM1059A3','NM_020366'),(103818214,25.3871,100,99.7458,91.0015,0,0,10,NULL,'ADM1059A3','XM_005267881'),(103818217,23.4923,99.1602,96.4728,73.861,0,0,10,'X|53222617|53222820|86.2069,X|53247456|53247582|90.4762','ADM1059A3','NM_004187'),(103818218,23.4899,99.1597,96.4706,73.8445,0,0,10,'X|53222617|53222820|86.2069,X|53247456|53247582|90.4762','ADM1059A3','NM_001282622'),(103818219,23.7418,99.395,97.4287,75.8211,0,0,10,'X|53222617|53222820|86.2069','ADM1059A3','XM_005278002'),(103818220,23.8545,98.5999,95.9658,77.3375,0,0,10,'X|53221923|53222021|68.3673,X|53222678|53222820|80.2817','ADM1059A3','NM_001146702'),(103818255,29.8807,100,100,100,0,0,10,NULL,'ADM1059A3','NM_152384'),(103818256,29.7335,100,100,100,0,0,10,NULL,'ADM1059A3','XM_005246288'),(103818257,25.4192,100,97.9707,86.3088,0,0,10,NULL,'ADM1059A3','NM_001169122'),(103818258,25.4775,100,97.2899,82.3671,0,0,10,NULL,'ADM1059A3','NM_001170628'),(103818269,27.5419,100,100,96.446,0,0,10,NULL,'ADM1059A3','NM_001201484'),(103818270,25.0933,100,99.152,84.0097,0,0,10,NULL,'ADM1059A3','NM_032634'),(103818271,25.0933,100,99.152,84.0097,0,0,10,NULL,'ADM1059A3','XM_005251620'),(103818272,27.5419,100,100,96.446,0,0,10,NULL,'ADM1059A3','NM_152850'),(103818276,25.7052,99.8154,96.1231,83.1385,0,0,10,'10|73579469|73579659|98.4211','ADM1059A3','NM_002778'),(103818307,23.1083,100,100,76.1733,0,0,10,NULL,'ADM1059A3','XM_005264326'),(103818308,23.1083,100,100,76.1733,0,0,10,NULL,'ADM1059A3','NM_002437'),(103818312,20.4473,100,95.1319,56.6937,0,0,10,NULL,'ADM1059A3','NM_013328'),(103818361,25.7967,100,99.9304,89.0669,0,0,10,NULL,'ADM1059A3','XM_005272160'),(103818373,23.6889,100,95.4887,58.6466,0,0,10,NULL,'ADM1059A3','XM_005257642'),(103818374,23.6889,100,95.4887,58.6466,0,0,10,NULL,'ADM1059A3','NM_007144'),(103818378,23.5713,99.892,92.4406,83.8013,0,0,10,'13|41382572|41382734|99.3827','ADM1059A3','NM_014252'),(103818401,24.5942,100,99.757,88.0939,0,0,10,NULL,'ADM1059A3','NM_001003694'),(103818402,24.6218,100,99.7558,88.3885,0,0,10,NULL,'ADM1059A3','NM_004634'),(103818416,29.7341,100,100,99.3435,0,0,10,NULL,'ADM1059A3','NM_015702'),(103818420,20.657,100,90.207,51.7068,0,0,10,NULL,'ADM1059A3','NM_020223'),(103818466,27.0673,100,99.1597,94.1176,0,0,10,NULL,'ADM1059A3','NM_001286208'),(103818484,29.5352,100,100,94.8905,0,0,10,NULL,'ADM1059A3','NM_024312'),(103818502,27.177,100,100,97.755,0,0,10,NULL,'ADM1059A3','NM_004407'),(103818503,27.122,100,100,97.6791,0,0,10,NULL,'ADM1059A3','NM_001079911'),(103818510,24.4545,100,97.2039,84.545,0,0,10,NULL,'ADM1059A3','NM_001131026'),(103818511,24.5931,100,97.0318,84.8894,0,0,10,NULL,'ADM1059A3','NM_001131024'),(103818512,24.4545,100,97.2039,84.545,0,0,10,NULL,'ADM1059A3','NM_001131025'),(103818513,24.3963,100,97.1693,84.3541,0,0,10,NULL,'ADM1059A3','NM_000319'),(103818517,22.7069,99.9834,97.6269,75.9376,0,0,10,'4|77659912|77663081|99.9684','ADM1059A3','NM_020859'),(103818596,27.0521,100,100,98.0282,0,0,10,NULL,'ADM1059A3','NM_018480'),(103818597,27.154,100,100,97.7309,0,0,10,NULL,'ADM1059A3','NM_001193538'),(103818610,21.1222,100,100,61.086,0,0,10,NULL,'ADM1059A3','XM_005263618'),(103818622,23.249,100,99.6702,83.1822,0,0,10,NULL,'ADM1059A3','NM_001030004'),(103818623,22.1205,100,96.9875,67.8913,0,0,10,NULL,'ADM1059A3','NM_175914'),(103818624,23.1453,100,99.6875,80.7812,0,0,10,NULL,'ADM1059A3','NM_178850'),(103818630,20.8772,100,92.8778,57.9618,0,0,10,NULL,'ADM1059A3','NM_003242'),(103818631,21.082,100,93.1856,59.7784,0,0,10,NULL,'ADM1059A3','NM_001024847'),(103818643,23.6173,100,96.4545,75.2257,0,0,10,NULL,'ADM1059A3','NM_020461'),(103818662,22.2034,99.7419,93.5467,70.6763,0,0,10,'19|55672431|55672557|96.0317','ADM1059A3','XM_005258874'),(103818663,22.5657,99.7319,93.3512,69.4906,0,0,10,'19|55672431|55672557|96.0317','ADM1059A3','NM_001256714'),(103818664,22.436,99.723,93.0748,68.3657,0,0,10,'19|55672431|55672557|96.0317','ADM1059A3','NM_178837'),(103818689,27.7974,100,98.1533,89.3677,0,0,10,NULL,'ADM1059A3','NM_016648'),(103818690,27.7974,100,98.1533,89.3677,0,0,10,NULL,'ADM1059A3','NM_015454'),(103818715,23.2806,100,97.2626,83.4046,0,0,10,NULL,'ADM1059A3','NM_139202'),(103818716,23.2806,100,97.2626,83.4046,0,0,10,NULL,'ADM1059A3','NM_015166'),(103818726,32.9048,100,100,100,0,0,10,NULL,'ADM1059A3','NM_007217'),(103818727,32.9048,100,100,100,0,0,10,NULL,'ADM1059A3','NM_145859'),(103818728,32.9048,100,100,100,0,0,10,NULL,'ADM1059A3','NM_145860'),(103818730,27.112,100,100,98.6848,0,0,10,NULL,'ADM1059A3','NM_198506'),(103818779,27.7001,100,100,97.3605,0,0,10,NULL,'ADM1059A3','NM_001282631'),(103818781,18.733,99.8415,77.6545,45.3249,0,0,10,'14|100705579|100706262|99.7072','ADM1059A3','NM_003403'),(103818782,27.6662,100,99.3985,89.9248,0,0,10,NULL,'ADM1059A3','NM_173494'),(103818783,27.6662,100,99.3985,89.9248,0,0,10,NULL,'ADM1059A3','NM_001169154'),(103818824,23.0006,99.9802,95.0079,70.1862,0,0,10,'19|11096863|11097271|99.7549','ADM1059A3','NM_003072'),(103818825,23.0006,99.9802,95.0079,70.1862,0,0,10,'19|11096863|11097271|99.7549','ADM1059A3','NM_001128844'),(103818826,23.0779,99.9798,94.9008,70.8418,0,0,10,'19|11096863|11097271|99.7549','ADM1059A3','XM_005260035'),(103818827,23.0789,99.9798,94.9039,70.8595,0,0,10,'19|11096863|11097271|99.7549','ADM1059A3','XM_005260034'),(103818828,22.9868,99.9806,95.1039,70.6237,0,0,10,'19|11096863|11097271|99.7549','ADM1059A3','NM_001128849'),(103818829,23.0904,99.9798,94.9132,70.9124,0,0,10,'19|11096863|11097271|99.7549','ADM1059A3','NM_001128845'),(103818830,23.0895,99.9798,94.9101,70.8948,0,0,10,'19|11096863|11097271|99.7549','ADM1059A3','NM_001128846'),(103818837,26.5363,100,98.4843,89.8232,0,0,10,NULL,'ADM1059A3','NM_005188'),(103818846,20.6824,99.4864,87.9847,55.2321,0,0,10,'2|220347818|220349796|97.5228,2|220312694|220313995|99.8463','ADM1059A3','NM_005876'),(103818848,24.6816,99.2968,96.2833,80.2612,0,0,10,'1|173795823|173795926|86.4078','ADM1059A3','NM_018122'),(103818859,23.3446,100,98.7194,75.3783,0,0,10,NULL,'ADM1059A3','NM_001195010'),(103818860,23.7998,100,98.8254,77.4693,0,0,10,NULL,'ADM1059A3','NM_021180'),(103818869,24.3996,100,95.5244,79.6875,0,0,10,NULL,'ADM1059A3','NM_004022'),(103818870,24.5739,100,95.1381,79.1139,0,0,10,NULL,'ADM1059A3','NM_004023'),(103818885,24.3847,99.7061,95.0574,78.5466,0,0,10,'1|237038024|237038148|99.1936,1|237026752|237026856|90.3846','ADM1059A3','XM_005273143'),(103818973,23.7044,100,100,83.9237,0,0,10,NULL,'ADM1059A3','NM_003491'),(103818974,23.6166,100,100,82.7988,0,0,10,NULL,'ADM1059A3','NM_001256119'),(103818987,28.7853,100,100,94.9628,3.22048,0,10,NULL,'ADM1059A3','NM_001042437'),(103818988,28.1703,100,100,90.3906,3.04687,0,10,NULL,'ADM1059A3','NM_003896'),(103819035,22.0101,96.5468,88.4892,60.2878,0,0,10,'7|56084925|56085074|83.8926','ADM1059A3','NM_004577'),(103819036,22.0101,96.5468,88.4892,60.2878,0,0,10,'7|56084925|56085074|83.8926','ADM1059A3','XM_005271773'),(103819055,18.6478,93.3695,71.1956,46.413,0,0,10,'10|103990268|103990860|89.6959','ADM1059A3','NM_005029'),(103819069,25.765,100,100,87.851,0,0,10,NULL,'ADM1059A3','NM_022132'),(103819085,27.071,97.0588,90.6694,72.3124,0,0,10,'8|62550879|62550924|42.2222,8|62626826|62626933|97.1963','ADM1059A3','NM_032466'),(103819086,27.8876,96.6042,89.2272,68.5012,0,0,10,'8|62550879|62550924|42.2222,8|62626826|62626933|97.1963','ADM1059A3','NM_001164755'),(103819087,28.0922,97.5636,95.2331,78.7076,0,0,10,'8|62550879|62550921|45.2381','ADM1059A3','NM_001164751'),(103819088,29.0393,96.8098,94.1104,75.4601,0,0,10,'8|62550879|62550924|42.2222','ADM1059A3','NM_001164753'),(103819089,22.8871,100,100,79.8822,0,0,10,NULL,'ADM1059A3','NM_177439'),(103819090,22.9034,100,100,80,0,0,10,NULL,'ADM1059A3','NM_012280'),(103819091,22.8871,100,100,79.8822,0,0,10,NULL,'ADM1059A3','NM_177434'),(103819092,23.7874,100,100,90.8638,0,0,10,NULL,'ADM1059A3','NM_001282157'),(103819093,22.9199,100,95.8038,72.1526,0,0,10,NULL,'ADM1059A3','NM_024649'),(103819107,25.6307,100,100,96.4318,0,0,10,NULL,'ADM1059A3','NM_000035'),(103819112,25.0741,100,99.7884,86.0367,0,0,10,NULL,'ADM1059A3','NM_001145662'),(103819135,30.5765,100,100,97.8332,0,0,10,NULL,'ADM1059A3','NM_012434'),(103819140,21.8335,100,92.8571,64.1522,0,0,10,NULL,'ADM1059A3','NM_000287'),(103819155,23.2511,100,91.8328,71.5756,0,0,10,NULL,'ADM1059A3','NM_000528'),(103819171,21.3337,100,99.1803,68.6183,0,0,10,NULL,'ADM1059A3','NM_006012'),(103819176,22.6322,100,100,73.5593,0,0,10,NULL,'ADM1059A3','NM_019026'),(103819197,26.5667,100,100,94.7822,0,0,10,NULL,'ADM1059A3','XM_005265930'),(103819198,26.5667,100,100,94.7822,0,0,10,NULL,'ADM1059A3','NM_001199297'),(103819199,28.7355,100,100,99.4962,0,0,10,NULL,'ADM1059A3','XM_005265933'),(103819200,26.565,100,100,94.7893,0,0,10,NULL,'ADM1059A3','NM_016290'),(103819201,24.7082,100,96.2878,77.4986,0,0,10,NULL,'ADM1059A3','NM_032208'),(103819202,27.1227,100,99.8082,90.3164,0,0,10,NULL,'ADM1059A3','NM_018153'),(103819203,26.8917,100,99.8267,90.9012,0,0,10,NULL,'ADM1059A3','NM_053034'),(103819232,20.8867,100,98.8281,53.125,0,0,10,NULL,'ADM1059A3','NM_175630'),(103819254,26.672,100,99.8861,91.7995,0,0,10,NULL,'ADM1059A3','NM_001080116'),(103819255,24.8732,100,97.547,80.2126,0,0,10,NULL,'ADM1059A3','NM_001171611'),(103819256,25.5945,100,97.1457,80.6102,0,0,10,NULL,'ADM1059A3','NM_001080115'),(103819363,24.9382,100,100,84.5361,0,0,10,NULL,'ADM1059A3','NM_001285402'),(103819382,21.0867,99.813,82.606,61.7207,0,0,10,'19|44238539|44238649|97.2727','ADM1059A3','NM_019108'),(103819407,25.5614,100,100,96.5402,0,0,10,NULL,'ADM1059A3','NM_021254'),(103819411,23.2689,100,100,90.2034,0,0,10,NULL,'ADM1059A3','NM_001204269'),(103819414,24.9761,100,97.7668,82.9675,0,0,10,NULL,'ADM1059A3','NM_017629'),(103819415,20.5203,100,94.6244,56.7884,0,0,10,NULL,'ADM1059A3','NM_001360'),(103819438,24.7298,100,99.4015,81.0603,0,0,10,NULL,'ADM1059A3','XM_005253480'),(103819439,24.7484,100,99.3937,80.8142,0,0,10,NULL,'ADM1059A3','NM_001261415'),(103819440,24.7061,100,99.3905,80.714,0,0,10,NULL,'ADM1059A3','NM_006940'),(103819441,23.8561,100,99.2883,77.6309,0,0,10,NULL,'ADM1059A3','NM_001261414'),(103819469,22.4288,97.5899,89.0972,68.7452,0,0,10,'18|24126690|24128502|96.5232','ADM1059A3','NM_001142730'),(103819477,25.3663,100,95.3287,81.4014,0,0,10,NULL,'ADM1059A3','NM_004299'),(103819485,28.7357,100,100,97.6839,0,0,10,NULL,'ADM1059A3','NM_183227'),(103819486,28.7357,100,100,97.6839,0,0,10,NULL,'ADM1059A3','NM_016277'),(103819499,20.7661,99.7572,88.2639,59.0044,0,0,10,'22|38511532|38511690|96.2025','ADM1059A3','NM_003560'),(103819500,20.7719,99.7398,87.4241,58.3261,0,0,10,'22|38511532|38511690|96.2025','ADM1059A3','NM_001199562'),(103819501,20.7719,99.7398,87.4241,58.3261,0,0,10,'22|38511532|38511690|96.2025','ADM1059A3','NM_001004426'),(103819516,21.8402,99.7423,89.1752,63.5309,0,0,10,'17|41738432|41738905|99.5772','ADM1059A3','NM_001040002'),(103819530,23.3029,100,99.4778,72.3238,0,0,10,NULL,'ADM1059A3','NM_013251'),(103819531,24.1626,100,99.3865,80.9816,0,0,10,NULL,'ADM1059A3','NM_001178054'),(103819549,28.5594,100,100,99.5882,0,0,10,NULL,'ADM1059A3','NM_001415'),(103819558,25.0112,99.6627,97.5869,84.6393,0,0,10,'14|102894585|102894721|90.4412','ADM1059A3','NM_001172631'),(103819571,26.0327,100,99.4286,90.7013,0,0,10,NULL,'ADM1059A3','XM_005262501'),(103819572,26.2626,100,99.5415,92.0384,0,0,10,NULL,'ADM1059A3','NM_004840'),(103819611,20.6655,100,94.7598,63.9301,0,0,10,NULL,'ADM1059A3','NM_001614'),(103819612,20.6655,100,94.7598,63.9301,0,0,10,NULL,'ADM1059A3','NM_001199954'),(103819616,23.6919,96.6995,92.868,77.1244,0,0,10,'7|6013027|6013175|41.2162','ADM1059A3','NM_000535'),(103819622,27.4332,98.7696,95.1633,82.1383,0,0,10,'7|140624364|140624506|99.2958,7|140434394|140434572|84.2697','ADM1059A3','NM_004333'),(103819668,24.7194,99.6939,92.449,76.8367,0,0,10,'X|106871856|106871982|97.619','ADM1059A3','NM_002764'),(103819679,29.9005,100,100,96.0766,0,0,10,NULL,'ADM1059A3','NM_001276290'),(103819684,25.572,100,92.0863,92.0863,0,0,10,NULL,'ADM1059A3','NM_176806'),(103819694,24.5227,98.3471,93.0785,79.7521,0,0,10,'11|3846556|3846691|88.1481','ADM1059A3','NM_014489'),(103819695,24.5227,98.3471,93.0785,79.7521,0,0,10,'11|3846556|3846691|88.1481','ADM1059A3','NM_001256236'),(103819696,23.078,100,97.4637,72.1311,0,0,10,NULL,'ADM1059A3','NM_005501'),(103819700,19.8815,99.4683,90.1633,46.183,0,0,10,'22|20791867|20792044|92.0904','ADM1059A3','NM_182895'),(103819701,19.8713,99.4713,90.219,46.1103,0,0,10,'22|20791867|20792044|92.0904','ADM1059A3','NM_153334'),(103819750,21.9837,100,94.0846,71.1882,0,0,10,NULL,'ADM1059A3','NM_001033859'),(103819796,23.4204,100,97.7248,81.0401,0,0,10,NULL,'ADM1059A3','NM_016011'),(103819797,23.6646,100,98.1802,83.1022,0,0,10,NULL,'ADM1059A3','XM_005245890'),(103819802,26.2267,100,100,89.5305,0,0,10,NULL,'ADM1059A3','NM_001257281'),(103819803,25.3338,100,100,79.0909,0,0,10,NULL,'ADM1059A3','NM_001257282'),(103819804,24.8835,100,96.1765,79.375,0,0,10,NULL,'ADM1059A3','NM_152383'),(103819825,28.0169,100,100,96.1039,0,0,10,NULL,'ADM1059A3','NM_020473'),(103819860,29.0162,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001168411'),(103819910,22.9726,100,99.5434,84.6054,0,0,10,NULL,'ADM1059A3','XM_005257584'),(103819937,28.4807,100,100,98.8991,0,0,10,NULL,'ADM1059A3','NM_198965'),(103819945,26.1422,100,96.108,81.8109,0,0,10,NULL,'ADM1059A3','NM_033087'),(103819962,23.6463,100,97.0262,80.3727,0,0,10,NULL,'ADM1059A3','NM_022893'),(103819975,23.4068,99.8058,93.301,76.068,0,0,10,'X|135067659|135067988|98.7842','ADM1059A3','NM_006359'),(103819976,23.4188,99.8145,93.5993,77.1336,0,0,10,'X|135067659|135067988|98.7842','ADM1059A3','NM_001042537'),(103820006,20.6042,100,99.2891,57.346,0,0,10,NULL,'ADM1059A3','NM_153620'),(103820007,28.2607,95.9821,94.8661,92.8125,0,0,10,'6|74190718|74190841|26.8293','ADM1059A3','NM_001123226'),(103820008,29.534,100,100,98.2688,0,0,10,NULL,'ADM1059A3','NM_012123'),(103820093,25.5526,99.9864,97.6839,86.7984,0,0,10,'22|41545040|41545181|99.2908','ADM1059A3','NM_001429'),(103820104,23.0774,98.7699,88.4949,71.4182,0,0,10,'6|168842048|168842136|80.6818','ADM1059A3','NM_001166412'),(103820105,23.0261,98.7986,88.7632,72.0848,0,0,10,'6|168842048|168842136|80.6818','ADM1059A3','NM_022138'),(103820130,24.1844,98.6316,92.4379,76.5214,0,0,10,'6|102337513|102337740|87.2247,6|102124496|102124681|95.1351','ADM1059A3','NM_021956'),(103820135,23.9033,100,97.4684,78.3659,0,0,10,NULL,'ADM1059A3','NM_001164270'),(103820136,24.9809,100,97.9028,82.0782,0,0,10,NULL,'ADM1059A3','NM_002875'),(103820137,23.4534,100,95.5323,73.0989,0,0,10,NULL,'ADM1059A3','NM_133487'),(103820138,23.4534,100,95.5323,73.0989,0,0,10,NULL,'ADM1059A3','NM_001164269'),(103820185,21.4892,99.6188,86.9123,55.3367,0,0,10,'19|17448815|17449066|97.6096','ADM1059A3','NM_001195422'),(103820186,21.9085,99.6021,86.6711,59.2175,0,0,10,'19|17448815|17449066|97.6096','ADM1059A3','NM_032620'),(103820187,21.9834,99.5848,86.09,58.8235,0,0,10,'19|17448815|17449066|97.6096','ADM1059A3','NM_001128855'),(103820209,24.368,98.5714,92.2181,77.1805,0,0,10,'6|102337513|102337740|87.2247,6|102124496|102124681|95.1351','ADM1059A3','NM_175768'),(103820210,24.6127,98.6076,92.4148,79.1132,0,0,10,'6|102337513|102337740|87.2247,6|102124496|102124681|95.1351','ADM1059A3','NM_001166247'),(103820221,29.932,100,100,97.4587,0,0,10,NULL,'ADM1059A3','NM_000108'),(103820265,27.8599,100,97.7915,92.9399,0.796524,0,10,NULL,'ADM1059A3','NM_001168648'),(103820266,28.0276,100,97.6646,92.5345,0.842266,0,10,NULL,'ADM1059A3','NM_001168649'),(103820284,22.3186,99.6907,88.8144,70.4639,0,0,10,'1|156084707|156085067|98.3333','ADM1059A3','NM_170708'),(103820287,23.6113,100,99.5665,91.763,0,0,10,NULL,'ADM1059A3','NM_148960'),(103820303,26.1568,100,99.6844,89.5318,0,0,10,NULL,'ADM1059A3','NM_001128179'),(103820318,25.6337,100,97.8382,86.782,0,0,10,NULL,'ADM1059A3','NM_000463'),(103820343,26.0758,100,100,91.9876,0,0,10,NULL,'ADM1059A3','NM_000340'),(103820362,21.4982,99.635,83.7591,61.8613,0,0,10,'7|40173826|40174169|99.4169','ADM1059A3','NM_138701'),(103820363,19.8589,100,97.5549,47.6489,0,0,10,NULL,'ADM1059A3','XM_005255642'),(103820364,19.8589,100,97.5549,47.6489,0,0,10,NULL,'ADM1059A3','NM_032575'),(103820391,24.3336,100,97.0092,87.4233,0,0,10,NULL,'ADM1059A3','NM_000137'),(103820412,19.3238,99.4777,89.5942,49.4174,0,0,10,'16|89257736|89257882|98.6301,16|89254506|89254695|95.2381,16|89258061|89258304|99.177','ADM1059A3','NM_004933'),(103820415,26.1841,100,100,79.0909,0,0,10,NULL,'ADM1059A3','XM_005270141'),(103820436,21.3888,100,97.5394,57.4803,0,0,10,NULL,'ADM1059A3','NM_005522'),(103820457,25.0469,100,91.6036,77.3071,0,0,10,NULL,'ADM1059A3','NM_000019'),(103820466,24.0692,100,99.9388,81.8849,0,0,10,NULL,'ADM1059A3','NM_001478'),(103820467,23.588,100,99.9318,79.809,0,0,10,NULL,'ADM1059A3','NM_001276468'),(103820468,25.0528,100,99.9004,91.9323,0,0,10,NULL,'ADM1059A3','NM_001276469'),(103820484,28.3571,100,100,86.5449,0,0,10,NULL,'ADM1059A3','XM_005246816'),(103820503,20.5331,99.7753,86.882,48.3427,0,0,10,'1|17322879|17322993|99.1228,1|17326739|17326809|90.0','ADM1059A3','NM_001141974'),(103820516,21.4452,100,100,74.6901,0,0,10,NULL,'ADM1059A3','NM_153426'),(103820517,21.5429,100,100,77.63,0,0,10,NULL,'ADM1059A3','NM_153427'),(103820518,21.4452,100,100,74.6901,0,0,10,NULL,'ADM1059A3','NM_001204397'),(103820519,21.4077,100,100,72.4802,0,0,10,NULL,'ADM1059A3','NM_001204398'),(103820581,27.4539,100,100,90.8714,0,0,10,NULL,'ADM1059A3','NM_014362'),(103820600,22.9281,100,97.6005,71.2658,0,0,10,NULL,'ADM1059A3','NM_199077'),(103820694,21.6422,99.8951,92.1301,64.4281,0,0,10,'16|1412610|1412745|99.2593','ADM1059A3','NM_032520'),(103820711,24.0923,100,91.6404,71.0568,0,0,10,NULL,'ADM1059A3','NM_000434'),(103820713,24.8322,100,99.4817,86.3847,0,0,10,NULL,'ADM1059A3','NM_001004334'),(103820739,24.0947,100,99.8729,86.9676,0,0,10,NULL,'ADM1059A3','NM_001271097'),(103820747,25.176,100,96.5008,75.3417,0,0,10,NULL,'ADM1059A3','XM_005278170'),(103820748,25.2095,100,96.7213,76.8955,0,0,10,NULL,'ADM1059A3','NM_002024'),(103820749,25.1039,100,96.6066,76.087,0,0,10,NULL,'ADM1059A3','NM_001185082'),(103820753,22.9767,100,99.1803,79.7239,0,0,10,NULL,'ADM1059A3','NM_013382'),(103820755,26.1947,100,98.2187,83.7838,0,0,10,NULL,'ADM1059A3','NM_000046'),(103820756,25.0213,100,97.7075,79.1304,0,0,10,NULL,'ADM1059A3','NM_198709'),(103820757,25.0213,100,97.7075,79.1304,0,0,10,NULL,'ADM1059A3','XM_005248506'),(103820776,27.3179,100,98.8086,96.8727,0,0,10,NULL,'ADM1059A3','NM_001199777'),(103820844,16.7269,48.9884,38.1503,32.2254,11.8497,0,10,'2|131355439|131355557|0.0,2|131356836|131356863|0.0,2|131355065|131355178|0.0,2|131350447|131350651|53.4314','ADM1059A3','NM_032545'),(103820854,19.3353,100,83.815,35.8382,0,0,10,NULL,'ADM1059A3','XM_005256373'),(103820874,33.3904,100,100,100,0,0,10,NULL,'ADM1059A3','NM_000315'),(103820876,27.9181,100,99.3703,93.0166,0,0,10,NULL,'ADM1059A3','NM_001202467'),(103820877,27.9644,100,99.4064,93.4161,0,0,10,NULL,'ADM1059A3','XM_005252360'),(103820878,27.704,100,99.3642,92.948,0,0,10,NULL,'ADM1059A3','NM_006624'),(103820879,27.2032,100,99.2971,92.2045,0,0,10,NULL,'ADM1059A3','NM_001202464'),(103820880,27.6406,100,99.3231,92.4923,0,0,10,NULL,'ADM1059A3','NM_212479'),(103820909,24.2535,99.9773,96.2627,86.1608,0,0,10,'9|98238314|98238443|99.2248','ADM1059A3','NM_000264'),(103820910,24.5121,99.9747,96.9919,87.5126,0,0,10,'9|98238314|98238443|99.2248','ADM1059A3','NM_001083606'),(103820911,24.2846,99.9763,96.0873,85.4162,0,0,10,'9|98238314|98238443|99.2248','ADM1059A3','NM_001083603'),(103820912,24.5121,99.9747,96.9919,87.5126,0,0,10,'9|98238314|98238443|99.2248','ADM1059A3','NM_001083604'),(103820913,24.5121,99.9747,96.9919,87.5126,0,0,10,'9|98238314|98238443|99.2248','ADM1059A3','NM_001083607'),(103820917,26.7852,100,100,96.6452,0,0,10,NULL,'ADM1059A3','NM_001127366'),(103820918,26.9847,100,100,95.7997,0,0,10,NULL,'ADM1059A3','NM_181461'),(103820919,26.9939,100,100,97.4079,0,0,10,NULL,'ADM1059A3','NM_181457'),(103820920,23.8852,100,100,88.8217,0,0,10,NULL,'ADM1059A3','NM_000438'),(103820921,23.8668,100,96.8652,89.0282,0,0,10,NULL,'ADM1059A3','NM_013942'),(103820944,23.7964,100,97.8865,76.5295,0,0,10,NULL,'ADM1059A3','NM_052874'),(103820946,29.6024,100,100,100,0,0,10,NULL,'ADM1059A3','NR_029508'),(103820982,26.6207,100,100,97.2437,0,0,10,NULL,'ADM1059A3','XM_005257702'),(103821030,18.3608,100,86.4321,25.3266,0,0,10,NULL,'ADM1059A3','NM_178161'),(103821058,29.6665,100,100,95.9883,0,0,10,NULL,'ADM1059A3','NM_020800'),(103821059,29.7111,100,100,95.1343,0,0,10,NULL,'ADM1059A3','NM_001190242'),(103821060,29.7111,100,100,95.1343,0,0,10,NULL,'ADM1059A3','NM_001190241'),(103821075,24.427,100,99.4607,84.7191,0,0,10,NULL,'ADM1059A3','NM_024010'),(103821076,24.6259,100,99.4395,86.922,0,0,10,NULL,'ADM1059A3','XM_005248304'),(103821082,22.9383,100,91.382,71.1882,0,0,10,NULL,'ADM1059A3','NM_004016'),(103821083,22.8567,100,91.1933,70.5576,0,0,10,NULL,'ADM1059A3','NM_004017'),(103821156,22.6929,100,98.1954,73.0736,0,0,10,NULL,'ADM1059A3','NM_002206'),(103821177,25.063,100,99.7945,86.4384,0,0,10,NULL,'ADM1059A3','NM_032638'),(103821215,26.5352,99.7183,97.3521,90.4225,0,0,10,'16|57250814|57250949|96.2963','ADM1059A3','NM_133368'),(103821233,25.972,100,99.7204,90.1212,0,0,10,NULL,'ADM1059A3','NM_030761'),(103821234,23.659,100,96.6964,78.2143,0,0,10,NULL,'ADM1059A3','NM_001164342'),(103821273,22.2536,100,98.162,67.1793,0,0,10,NULL,'ADM1059A3','NM_000843'),(103821294,25.9939,99.5463,95.9168,88.8847,0,0,10,'8|100205102|100205287|93.5135','ADM1059A3','NM_015243'),(103821333,21.8846,99.7545,91.8985,59.6563,0,0,10,'10|102584657|102584743|96.5116','ADM1059A3','NM_003988'),(103821334,24.0587,100,98.6658,68.7125,0,0,10,NULL,'ADM1059A3','NM_012213'),(103821363,26.1447,100,99.4122,90.2278,0,0,10,NULL,'ADM1059A3','NM_015896'),(103821364,25.758,100,99.4043,87.9375,0,0,10,NULL,'ADM1059A3','XM_005265214'),(103821385,24.0316,100,99.9122,84.0211,0,0,10,NULL,'ADM1059A3','NM_001161581'),(103821397,26.0875,100,99.7547,93.2134,0,0,10,NULL,'ADM1059A3','NM_001109878'),(103821404,29.6227,100,99.4891,99.4891,0,0,10,NULL,'ADM1059A3','NM_001270399'),(103821443,25.2886,100,100,97.858,0,0,10,NULL,'ADM1059A3','XM_005244828'),(103821461,26.5455,100,100,92.0454,0,0,10,NULL,'ADM1059A3','XM_005247743'),(103821462,27.8416,100,100,95.6683,0,0,10,NULL,'ADM1059A3','XM_005247744'),(103821534,26.919,100,99.9107,89.9673,0,0,10,NULL,'ADM1059A3','NM_001134742'),(103821537,24.5602,100,99.0605,76.7469,0,0,10,NULL,'ADM1059A3','NM_002076'),(103821544,22.7702,97.1698,81.3342,75.2695,0,0,10,'1|100661808|100661980|79.0698,1|100676248|100676329|92.5926','ADM1059A3','NM_001918'),(103821588,27.9814,100,99.1084,87.7675,0,0,10,NULL,'ADM1059A3','NM_020771'),(103821699,24.5074,100,99.1129,86.2803,0,0,10,NULL,'ADM1059A3','NM_015665'),(103821700,24.7187,100,99.056,86.9729,0,0,10,NULL,'ADM1059A3','NM_001173466'),(103821704,25.5043,100,99.8285,86.1064,0,0,10,NULL,'ADM1059A3','NM_001270464'),(103821733,18.5387,93.41,74.0586,47.8033,0,0,10,'4|41747821|41748341|87.8846','ADM1059A3','NM_003924'),(103821735,25.2701,100,95.2172,78.6123,0,0,10,NULL,'ADM1059A3','NM_001605'),(103821753,25.4392,100,99.1588,88.5037,0,0,10,NULL,'ADM1059A3','NM_016952'),(103821758,25.067,100,100,88.4587,0,0,10,NULL,'ADM1059A3','NM_001034852'),(103821773,26.6483,100,100,90.8464,0,0,10,NULL,'ADM1059A3','NM_152778'),(103821805,21.5893,97.4757,91.5534,60.0971,0,0,10,'1|1284274|1284448|70.6897,1|1271519|1271897|99.7355','ADM1059A3','NM_004421'),(103821810,25.9432,100,99.9233,87.5767,0,0,10,NULL,'ADM1059A3','NM_000016'),(103821811,24.8567,100,99.9162,87.0914,0,0,10,NULL,'ADM1059A3','NM_001286042'),(103821842,18.2012,100,92.3077,34.3195,0,0,10,NULL,'ADM1059A3','NR_026872'),(103821843,18.4872,100,88.3636,42.1818,0,0,10,NULL,'ADM1059A3','NM_002602'),(103821854,27.9418,100,100,100,0,0,10,NULL,'ADM1059A3','NM_018946'),(103821884,20.8345,100,93.629,56.2149,0,0,10,NULL,'ADM1059A3','NM_052876'),(103821889,24.6559,100,98.289,78.2319,0,0,10,NULL,'ADM1059A3','NM_002074'),(103821900,26.8698,99.7414,90.3448,75.6034,0,0,10,'3|55508363|55508659|98.9865','ADM1059A3','NM_003392'),(103821908,26.387,100,99.0487,89.4174,0,0,10,NULL,'ADM1059A3','NM_001135602'),(103821962,23.4658,100,90.228,80.9446,0,0,10,NULL,'ADM1059A3','NM_001256306'),(103821966,23.4658,99.9553,97.2756,74.9665,0,0,10,'16|1611984|1612119|98.5185','ADM1059A3','NM_014714'),(103821967,23.5256,98.6889,92.8486,82.4792,0,0,10,'9|34647203|34647257|79.6296','ADM1059A3','NM_001258332'),(103821969,25.1278,100,97.848,85.6086,0,0,10,NULL,'ADM1059A3','NM_080632'),(103821970,25,100,97.7855,85.1903,0,0,10,NULL,'ADM1059A3','NM_023010'),(103821976,23.7721,100,96.3283,74.406,0,0,10,NULL,'ADM1059A3','NM_006397'),(103821978,23.8288,99.9737,95.1014,77.4296,0,0,10,'11|70331417|70333827|99.9585','ADM1059A3','NM_133266'),(103821994,23.8525,100,98.4615,81.7647,0,0,10,NULL,'ADM1059A3','NM_000411'),(103821995,23.8525,100,98.4615,81.7647,0,0,10,NULL,'ADM1059A3','NM_001242784'),(103822005,24.2991,100,100,89.4284,0,0,10,NULL,'ADM1059A3','XM_005268037'),(103822006,24.6624,100,99.8736,82.6801,0,0,10,NULL,'ADM1059A3','NM_001142626'),(103822007,24.2991,100,100,89.4284,0,0,10,NULL,'ADM1059A3','NM_000369'),(103822015,27.2902,100,98.8283,82.6949,0,0,10,NULL,'ADM1059A3','NM_031885'),(103822066,25.4607,100,98.3283,82.4061,0,0,10,NULL,'ADM1059A3','NM_153447'),(103822144,22.9403,100,93.5302,75.0628,0,0,10,NULL,'ADM1059A3','NM_001024630'),(103822145,26.7949,99.5231,93.0048,75.8347,0,0,10,'8|62626826|62626933|97.1963','ADM1059A3','NM_001164756'),(103822147,20.9359,100,96.3977,59.438,0,0,10,NULL,'ADM1059A3','NM_003466'),(103822158,21.0989,100,92.7073,52.8471,0,0,10,NULL,'ADM1059A3','NM_002617'),(103822172,25.9828,100,94.483,84.3482,0,0,10,NULL,'ADM1059A3','NM_006796'),(103822180,26.8839,100,97.4764,88.358,0,0,10,NULL,'ADM1059A3','NM_001005207'),(103822181,26.9121,100,97.4739,88.3799,0,0,10,NULL,'ADM1059A3','NM_015294'),(103822182,26.7612,100,96.9648,87.8592,0,0,10,NULL,'ADM1059A3','XM_005257390'),(103822222,16.3966,100,83.6207,1.72414,0,0,10,NULL,'ADM1059A3','NM_130844'),(103822233,25,100,100,96.4286,0,0,10,NULL,'ADM1059A3','NM_000618'),(103822234,23.7617,100,100,95.5607,0,0,10,NULL,'ADM1059A3','NM_001111284'),(103822261,26.0007,100,99.9292,95.5382,0,0,10,NULL,'ADM1059A3','XM_005262221'),(103822273,23.5873,100,99.9247,79.8946,0,0,10,NULL,'ADM1059A3','NM_002055'),(103822274,22.7141,100,99.7731,76.2481,0,0,10,NULL,'ADM1059A3','NM_001131019'),(103822306,25.5756,100,95.9261,86.8309,0,0,10,NULL,'ADM1059A3','NM_000153'),(103822307,25.943,100,97.1476,88.4805,0,0,10,NULL,'ADM1059A3','XM_005267501'),(103822308,25.8967,100,97.4422,89.5229,0,0,10,NULL,'ADM1059A3','NM_001201402'),(103822313,21.6208,100,87.9214,71.3483,0,0,10,NULL,'ADM1059A3','NM_001173476'),(103822329,22.4222,100,94.7003,60.556,0,0,10,NULL,'ADM1059A3','NM_001135642'),(103822330,22.4222,100,94.7003,60.556,0,0,10,NULL,'ADM1059A3','NM_130766'),(103822354,24.7389,100,99.8829,82.904,0,0,10,NULL,'ADM1059A3','NM_007198'),(103822355,24.767,100,97.6178,90.0476,0,0,10,NULL,'ADM1059A3','NM_015634'),(103822444,26.459,100,98.869,93.8344,0,0,10,NULL,'ADM1059A3','XM_005263025'),(103822445,26.459,100,98.869,93.8344,0,0,10,NULL,'ADM1059A3','NM_000253'),(103822457,25.4892,98.484,85.0729,70.379,0,0,10,'5|73981083|73981386|91.4191','ADM1059A3','NM_000521'),(103822461,21.3783,100,99.759,57.4699,0,0,10,NULL,'ADM1059A3','NM_199235'),(103822462,21.5263,100,99.7607,57.7751,0,0,10,NULL,'ADM1059A3','NM_024027'),(103822463,20.4077,100,99.6042,46.9657,0,0,10,NULL,'ADM1059A3','NM_001255986'),(103822464,20.0439,100,99.5607,41.2885,0,0,10,NULL,'ADM1059A3','NM_001255987'),(103822465,20.1398,100,99.5065,42.4342,0,0,10,NULL,'ADM1059A3','NM_001255989'),(103822466,20.5329,100,99.5607,48.6091,0,0,10,NULL,'ADM1059A3','NM_001255988'),(103822467,21.749,100,99.7372,60.3154,0,0,10,NULL,'ADM1059A3','NM_001255983'),(103822477,23.7961,100,99.3676,89.9605,0,0,10,NULL,'ADM1059A3','NM_000262'),(103822479,25.0984,100,100,87.5467,0,0,10,NULL,'ADM1059A3','XM_005244897'),(103822497,22.6585,99.7911,95.1967,76.749,0,0,10,'20|19867311|19867426|97.3913,20|19955296|19956433|99.7361','ADM1059A3','NM_018993'),(103822506,23.5246,100,96.3276,76.9727,0,0,10,NULL,'ADM1059A3','NM_001164343'),(103822507,23.5246,100,96.3276,76.9727,0,0,10,NULL,'ADM1059A3','NM_001164347'),(103822508,23.5246,100,96.3276,76.9727,0,0,10,NULL,'ADM1059A3','NM_001164345'),(103822509,23.5246,100,96.3276,76.9727,0,0,10,NULL,'ADM1059A3','NM_015642'),(103822510,23.5246,100,96.3276,76.9727,0,0,10,NULL,'ADM1059A3','NM_001164344'),(103822511,23.5246,100,96.3276,76.9727,0,0,10,NULL,'ADM1059A3','NM_001164346'),(103822529,23.4774,100,95.1756,79.3516,0,0,10,NULL,'ADM1059A3','NM_001003800'),(103822530,23.5018,100,95.002,78.6485,0,0,10,NULL,'ADM1059A3','NM_015250'),(103822538,22.5938,100,94.2423,69.4071,0,0,10,NULL,'ADM1059A3','NM_017950'),(103822539,22.5358,100,94.9859,74.3662,0,0,10,NULL,'ADM1059A3','XM_005257492'),(103822540,25.9667,100,100,99.8336,0,0,10,NULL,'ADM1059A3','NM_152281'),(103822582,26.0604,100,100,97.651,0,0,10,NULL,'ADM1059A3','NM_000405'),(103822592,23.0068,100,97.973,68.2432,0,0,10,NULL,'ADM1059A3','NM_003094'),(103822616,26.9623,100,100,88.3562,0,0,10,NULL,'ADM1059A3','NM_004531'),(103822629,26.0389,100,95.6803,85.8531,0,0,10,NULL,'ADM1059A3','XM_005278175'),(103822658,24.7538,100,99.904,85.6526,0,0,10,NULL,'ADM1059A3','NM_032682'),(103822659,24.7538,100,99.904,85.6526,0,0,10,NULL,'ADM1059A3','NM_001244816'),(103822660,24.8856,100,99.9043,86.2201,0,0,10,NULL,'ADM1059A3','NM_001244815'),(103822661,24.7538,100,99.904,85.6526,0,0,10,NULL,'ADM1059A3','NM_001244814'),(103822662,24.7434,100,99.9039,85.6319,0,0,10,NULL,'ADM1059A3','NM_001244808'),(103822663,25.0303,100,99.8919,87.9459,0,0,10,NULL,'ADM1059A3','NM_001244812'),(103822703,26.9977,100,99.3119,93.578,0,0,10,NULL,'ADM1059A3','NM_024685'),(103822720,15.6113,99.0962,58.8332,10.189,0,0,10,'7|156802352|156803047|98.4173','ADM1059A3','NM_005515'),(103822721,27.9306,100,100,99.4544,0,0,10,NULL,'ADM1059A3','NM_002240'),(103822774,26.6475,99.7302,89.9281,74.6403,0,0,10,'3|55508363|55508659|98.9865','ADM1059A3','NM_001256105'),(103822793,19.9831,99.6832,78.5639,50.1584,0,0,10,'19|54695965|54696226|98.8506','ADM1059A3','NM_024075'),(103822794,19.9831,99.6832,78.5639,50.1584,0,0,10,'19|54695965|54696226|98.8506','ADM1059A3','NM_001077446'),(103822821,23.5634,100,96.6418,77.7985,0,0,10,NULL,'ADM1059A3','NM_012388'),(103822827,27.2612,100,99.3756,89.9063,0,0,10,NULL,'ADM1059A3','NM_001128085'),(103822828,27.2661,100,99.3763,89.9168,0,0,10,NULL,'ADM1059A3','NM_000049'),(103822829,24.2052,100,99.4024,82.1713,0,0,10,NULL,'ADM1059A3','XM_005271423'),(103822833,26.026,100,94.7891,81.2655,0,0,10,NULL,'ADM1059A3','NM_001142279'),(103822858,24.7945,100,96.8586,87.5655,0,0,10,NULL,'ADM1059A3','NM_001256447'),(103822859,23.2097,99.7934,89.4628,78.5124,0,0,10,'X|152988961|152989122|98.7578','ADM1059A3','NM_001139441'),(103822860,24.7945,100,96.8586,87.5655,0,0,10,NULL,'ADM1059A3','NM_005745'),(103822889,21.8896,99.876,93.1184,60.8183,0,0,10,'16|88904028|88904175|98.6395','ADM1059A3','NM_000512'),(103822914,27.8876,100,100,91.6938,0,0,10,NULL,'ADM1059A3','NM_014176'),(103822920,21.5175,100,82.8794,74.7082,0,0,10,NULL,'ADM1059A3','NM_001195563'),(103822925,24.6959,100,98.4033,86.5949,0,0,10,NULL,'ADM1059A3','NM_199462'),(103822926,24.6789,100,98.4811,86.9657,0,0,10,NULL,'ADM1059A3','NM_015375'),(103822928,28.488,100,100,92.805,0,0,10,NULL,'ADM1059A3','NM_004757'),(103822929,28.6132,100,100,93.3269,0,0,10,NULL,'ADM1059A3','NM_001142416'),(103822930,28.488,100,100,92.805,0,0,10,NULL,'ADM1059A3','NM_001142415'),(103822932,23.4071,100,94.7433,70.2934,0,0,10,NULL,'ADM1059A3','NM_001127232'),(103822934,21.5485,98.1605,88.4615,61.8729,0,0,10,'X|68836150|68836550|94.5','ADM1059A3','NM_001005609'),(103822939,24.3537,100,100,82.8595,0,0,10,NULL,'ADM1059A3','NM_078470'),(103822940,25.9603,100,100,93.6695,0,0,10,NULL,'ADM1059A3','NM_001256414'),(103822944,23.6283,100,99.4095,77.0079,0,0,10,NULL,'ADM1059A3','NM_001793'),(103822962,23.2804,100,100,87.0968,0,0,10,NULL,'ADM1059A3','NM_004493'),(103822966,25.2308,99.8199,96.9385,85.6702,0,0,10,'16|9934502|9934659|95.5414','ADM1059A3','NM_001134408'),(103822981,28.3226,100,99.909,96.8608,0,0,10,NULL,'ADM1059A3','NM_207122'),(103822982,28.2434,100,99.9103,96.9072,0,0,10,NULL,'ADM1059A3','NM_001178083'),(103822983,27.8848,100,99.7391,93.913,0,0,10,NULL,'ADM1059A3','NM_000401'),(103822996,25.2711,100,100,97.7984,0,0,10,NULL,'ADM1059A3','NM_006118'),(103823023,24.3493,100,95.1384,83.3956,0,0,10,NULL,'ADM1059A3','NM_173676'),(103823024,24.5998,100,95.9975,86.2685,0,0,10,NULL,'ADM1059A3','NM_001145717'),(103823027,22.7986,99.0776,94.2352,77.7863,0,0,10,'2|220366571|220366761|93.6842','ADM1059A3','NM_013335'),(103823028,22.7986,99.0776,94.2352,77.7863,0,0,10,'2|220366571|220366761|93.6842','ADM1059A3','NM_205847'),(103823031,23.0296,100,98.1054,70.7578,0,0,10,NULL,'ADM1059A3','NM_000030'),(103823039,22.5424,100,99.8734,82.0886,0,0,10,NULL,'ADM1059A3','NM_014762'),(103823106,23.2487,100,99.599,70.0535,0,0,10,NULL,'ADM1059A3','NM_201398'),(103823107,23.0302,100,99.6643,70.845,0,0,10,NULL,'ADM1059A3','NM_025207'),(103823110,28.4689,100,100,97.2553,0,0,10,NULL,'ADM1059A3','NM_015214'),(103823111,28.4689,100,100,97.2553,0,0,10,NULL,'ADM1059A3','NM_001164232'),(103823129,23.9004,99.9603,93.8517,80.1666,0,0,10,'10|123256044|123256238|99.4845','ADM1059A3','NM_022970'),(103823130,23.6015,99.9522,92.5944,77.3053,0,0,10,'10|123256044|123256238|99.4845','ADM1059A3','NM_001144919'),(103823131,23.5929,99.9577,93.4405,78.8405,0,0,10,'10|123256044|123256238|99.4845','ADM1059A3','NM_001144913'),(103823132,23.8473,99.954,92.8703,78.8868,0,0,10,'10|123256044|123256238|99.4845','ADM1059A3','NM_023029'),(103823142,22.2313,99.5575,94.3426,66.1821,0,0,10,'1|226107576|226108322|98.1233','ADM1059A3','NR_106799'),(103823200,24.3286,100,98.2847,87.7219,0,0,10,NULL,'ADM1059A3','NM_020766'),(103823201,25.6644,100,95.3536,80.2271,0,0,10,NULL,'ADM1059A3','NM_006265'),(103823304,24.2209,100,99.9249,76.7844,0,0,10,NULL,'ADM1059A3','NM_014009'),(103823305,24.1014,100,99.9182,75.0613,0,0,10,NULL,'ADM1059A3','NM_001114377'),(103823328,22.8695,99.8298,96.5967,70.9586,0,0,10,'19|13002299|13002790|99.389','ADM1059A3','NR_102317'),(103823331,29.105,100,100,97.3282,0,0,10,NULL,'ADM1059A3','NM_174889'),(103823359,23.1384,100,100,66.9643,0,0,10,NULL,'ADM1059A3','NM_004541'),(103823385,25.9986,100,99.929,95.5287,0,0,10,NULL,'ADM1059A3','XM_005262222'),(103823386,26.8788,100,100,99.6561,0,0,10,NULL,'ADM1059A3','NM_001143983'),(103823387,25.9815,100,99.9289,95.5192,0,0,10,NULL,'ADM1059A3','NM_145234'),(103823394,27.5647,100,99.8357,94.4969,0,0,10,NULL,'ADM1059A3','NM_001017423'),(103823395,24.4568,100,100,87.3856,0,0,10,NULL,'ADM1059A3','NM_001126121'),(103823396,24.4568,100,100,87.3856,0,0,10,NULL,'ADM1059A3','NM_001126122'),(103823397,24.4568,100,100,87.3856,0,0,10,NULL,'ADM1059A3','XM_005257562'),(103823398,24.4568,100,100,87.3856,0,0,10,NULL,'ADM1059A3','NM_021734'),(103823413,25.1357,100,100,82.4348,0,0,10,NULL,'ADM1059A3','XM_005262900'),(103823486,21.4722,100,93.1197,55.5137,0,0,10,NULL,'ADM1059A3','NM_153818'),(103823488,22.8216,100,98.4322,75.6356,0,0,10,NULL,'ADM1059A3','NM_198880'),(103823489,22.8216,100,98.4322,75.6356,0,0,10,NULL,'ADM1059A3','NM_017730'),(103823523,23.5819,100,99.4122,71.8589,0,0,10,NULL,'ADM1059A3','NM_001184891'),(103823563,25.4847,100,100,90.9418,0,0,10,NULL,'ADM1059A3','NM_052859'),(103823564,20.1017,100,96.0259,62.4769,0,0,10,NULL,'ADM1059A3','NM_030753'),(103823565,22.2426,100,95.9385,68.4962,0,0,10,NULL,'ADM1059A3','NM_001159699'),(103823566,22.8179,100,96.1053,71.2632,0,0,10,NULL,'ADM1059A3','NM_001159701'),(103823585,24.2171,100,98.4793,80.8076,0,0,10,NULL,'ADM1059A3','NM_001044'),(103823605,21.6623,99.0605,87.0564,69.9896,0,0,10,'11|6411826|6412148|94.4099','ADM1059A3','NM_000543'),(103823606,21.178,98.9893,85.4576,66.4795,0,0,10,'11|6411826|6412148|94.4099','ADM1059A3','XM_005253076'),(103823635,22.9744,100,99.1837,81.4842,0,0,10,NULL,'ADM1059A3','NM_001257360'),(103823637,24.9288,100,98.1853,82.259,0,0,10,NULL,'ADM1059A3','NM_001127892'),(103823654,25.6326,100,96.8861,76.0676,0,0,10,NULL,'ADM1059A3','NM_016032'),(103823655,25.6326,100,96.8861,76.0676,0,0,10,NULL,'ADM1059A3','NM_001008222'),(103823666,25.0535,100,96.5161,87.6129,0,0,10,NULL,'ADM1059A3','NM_025115'),(103823667,25.0535,100,96.5161,87.6129,0,0,10,NULL,'ADM1059A3','NM_001102401'),(103823678,25.4324,100,93.2046,80.4633,0,0,10,NULL,'ADM1059A3','NM_015513'),(103823679,25.4324,100,93.2046,80.4633,0,0,10,NULL,'ADM1059A3','NM_001077415'),(103823680,25.6173,100,93.2515,80.6748,0,0,10,NULL,'ADM1059A3','NM_001031717'),(103823681,24.1059,100,100,91.6824,0,0,10,NULL,'ADM1059A3','NM_006123'),(103823688,28.4302,100,100,99.1788,0,0,10,NULL,'ADM1059A3','NM_032228'),(103823744,18.8424,100,77.2774,40.1228,0,0,10,NULL,'ADM1059A3','NM_005461'),(103823776,26.4056,100,99.1145,82.7037,0,0,10,NULL,'ADM1059A3','NM_005359'),(103823783,23.1248,99.3733,93.6616,75.2909,0,0,10,'17|62038551|62038793|85.9504,17|62036623|62036800|99.435','ADM1059A3','NM_000334'),(103823791,22.0786,99.971,96.3146,63.2037,0,0,10,'19|17940915|17941029|99.1228','ADM1059A3','NM_000215'),(103823810,20.765,100,91.8455,56.5451,0,0,10,NULL,'ADM1059A3','NM_003172'),(103823816,26.3431,100,100,97.8504,0,0,10,NULL,'ADM1059A3','NM_032856'),(103823830,25.1803,100,98.829,86.6511,0,0,10,NULL,'ADM1059A3','NM_022787'),(103823835,28.6815,100,99.8849,91.6731,0,0,10,NULL,'ADM1059A3','NM_152633'),(103823836,28.6815,100,99.8849,91.6731,0,0,10,NULL,'ADM1059A3','NM_001018113'),(103823837,18.3267,99.8195,82.852,39.7112,0,0,10,'11|2154745|2154897|99.3421','ADM1059A3','XM_005252900'),(103823838,18.2877,99.8224,83.1261,39.0764,0,0,10,'11|2154745|2154906|99.3789','ADM1059A3','NM_000612'),(103823839,18.3267,99.8195,82.852,39.7112,0,0,10,'11|2154745|2154897|99.3421','ADM1059A3','NM_001007139'),(103823840,22.5863,100,99.3485,74.2671,0,0,10,NULL,'ADM1059A3','NM_002768'),(103823841,22.0727,100,99.4617,73.2167,0,0,10,NULL,'ADM1059A3','NM_001083314'),(103823847,22.9689,100,92.4332,70.0297,0,0,10,NULL,'ADM1059A3','NM_001037'),(103823849,28.7692,100,99.8271,88.6776,0,0,10,NULL,'ADM1059A3','NM_018718'),(103823850,29.9526,100,99.7745,90.5299,0,0,10,NULL,'ADM1059A3','NM_001257159'),(103823865,28.2205,100,96.4286,88.8199,0,0,10,NULL,'ADM1059A3','NM_021252'),(103823866,25.8655,100,94.8431,83.8565,0,0,10,NULL,'ADM1059A3','NM_001256412'),(103823887,26.9108,100,98.5588,81.929,0,0,10,NULL,'ADM1059A3','NM_000123'),(103823888,24.3747,100,100,93.18,0,0,10,NULL,'ADM1059A3','NM_001361'),(103823893,22.1662,95.9827,87.7023,69.0751,0,0,10,'1|27105512|27107250|99.9425,1|27100818|27101713|99.7765,1|27022892|27024033|75.8983','ADM1059A3','NM_006015'),(103823894,22.3135,95.5967,88.0983,70.1021,0,0,10,'1|27105512|27107250|99.9425,1|27022893|27024033|75.8772','ADM1059A3','NM_139135'),(103823898,27.4997,100,100,93.4147,0,0,10,NULL,'ADM1059A3','NM_001031725'),(103823899,26.0075,100,100,90.2142,0,0,10,NULL,'ADM1059A3','XM_005245520'),(103823924,23.987,100,93.8369,72.8452,0,0,10,NULL,'ADM1059A3','NM_000195'),(103823942,23.0052,100,99.6762,73.8342,0,0,10,NULL,'ADM1059A3','NM_020376'),(103823984,25.0325,100,96.5861,87.3424,0,0,10,NULL,'ADM1059A3','NM_000744'),(103823985,27.5915,100,98.0661,88.477,0,0,10,NULL,'ADM1059A3','NM_000314'),(103824000,26.6164,100,99.5974,91.9107,0,0,10,NULL,'ADM1059A3','NM_145207'),(103824022,25.9797,98.8091,95.6217,81.9264,0,0,10,'6|132129173|132129417|86.0656','ADM1059A3','NM_006208'),(103824042,25.2679,100,100,89.5645,0,0,10,NULL,'ADM1059A3','NM_004515'),(103824074,23.699,100,100,85.9532,0,0,10,NULL,'ADM1059A3','XM_005258688'),(103824081,20.8959,100,91.7485,51.277,0,0,10,NULL,'ADM1059A3','NM_032193'),(103824108,21.7057,98.8754,88.5661,68.3224,0,0,10,'17|79892527|79892623|87.5','ADM1059A3','NM_001282281'),(103824109,24.1958,100,95.6759,82.6541,0,0,10,NULL,'ADM1059A3','NM_001131023'),(103824110,21.3328,100,99.4648,69.4023,0,0,10,NULL,'ADM1059A3','NM_021619'),(103824138,26.9487,100,95.2815,90.7285,0,0,10,NULL,'ADM1059A3','NM_005660'),(103824139,27.0845,100,95.2341,90.6354,0,0,10,NULL,'ADM1059A3','NM_001042498'),(103824140,24.1615,100,88.8291,73.755,0,0,10,NULL,'ADM1059A3','NM_001032289'),(103824141,26.4218,100,94.3564,88.9109,0,0,10,NULL,'ADM1059A3','NM_001282649'),(103824142,26.8052,100,95.5573,91.2704,0,0,10,NULL,'ADM1059A3','NM_001282651'),(103824153,27.9743,100,98.829,94.7307,0,0,10,NULL,'ADM1059A3','XM_005274583'),(103824158,21.6745,98.7792,89.4202,69.4812,0,0,10,'17|79892527|79892623|87.5','ADM1059A3','NM_006907'),(103824159,22.044,98.7718,89.3552,70.6244,0,0,10,'17|79892527|79892623|87.5','ADM1059A3','NM_153824'),(103824160,22.6268,100,99.0981,77.0011,0,0,10,NULL,'ADM1059A3','NM_001282279'),(103824178,26.2894,100,97.7936,82.8683,0,0,10,NULL,'ADM1059A3','NM_152490'),(103824179,27.6643,100,98.1132,87.8848,0,0,10,NULL,'ADM1059A3','NM_001277155'),(103824191,21.3358,99.6386,92.1786,63.1389,0,0,10,'2|29293458|29297129|99.6186','ADM1059A3','NM_001029883'),(103824201,24.838,100,100,99.4937,0,0,10,NULL,'ADM1059A3','NM_001127669'),(103824202,24.838,100,100,99.4937,0,0,10,NULL,'ADM1059A3','NM_000219'),(103824203,24.838,100,100,99.4937,0,0,10,NULL,'ADM1059A3','NM_001270403'),(103824204,24.838,100,100,99.4937,0,0,10,NULL,'ADM1059A3','NM_001127668'),(103824212,24.4611,100,100,83.6826,0,0,10,NULL,'ADM1059A3','NM_005208'),(103824227,21.3363,100,92.8208,60.213,0,0,10,NULL,'ADM1059A3','NM_006950'),(103824228,21.3764,100,92.4427,59.1906,0,0,10,NULL,'ADM1059A3','NM_133499'),(103824241,23.7787,99.9625,96.2116,77.3444,0,0,10,'8|133492392|133492782|99.7436','ADM1059A3','NM_004519'),(103824242,24.8894,100,99.5664,87.0338,0,0,10,NULL,'ADM1059A3','NM_001204824'),(103824274,28.2014,100,99.2383,87.3889,0,0,10,NULL,'ADM1059A3','NM_001199291'),(103824297,19.7611,100,91.1427,49.8086,0,0,10,NULL,'ADM1059A3','NM_145045'),(103824298,20.7768,100,97.6605,59.7481,0,0,10,NULL,'ADM1059A3','XM_005259725'),(103824306,24.9565,100,100,96.8852,0,0,10,NULL,'ADM1059A3','NM_032730'),(103824307,24.9441,100,100,97.851,0,0,10,NULL,'ADM1059A3','XM_005267166'),(103824394,19.4508,88.687,64.8886,46.0727,0,0,10,'X|25031037|25031917|78.0682','ADM1059A3','NM_139058'),(103824410,23.9556,100,98.8579,87.8172,0,0,10,NULL,'ADM1059A3','NM_014297'),(103824424,24.6045,99.9465,94.1664,78.0305,0,0,10,'2|238283053|238283665|99.6732','ADM1059A3','NM_057165'),(103824425,25.1092,99.9361,93.9955,79.5592,0,0,10,'2|238283053|238283665|99.6732','ADM1059A3','NM_057164'),(103824426,27.2197,100,100,98.2024,0,0,10,NULL,'ADM1059A3','XM_005262979'),(103824430,16.5111,76.0355,55.2515,32.6183,0,0,10,'6|3224982|3226047|69.5775','ADM1059A3','NM_178012'),(103824470,22.4311,100,96.0949,72.9709,0,0,10,NULL,'ADM1059A3','NM_001142784'),(103824490,24.3638,100,96.224,81.8754,0,0,10,NULL,'ADM1059A3','NM_016954'),(103824500,21.8629,100,95.5279,68.1818,0,0,10,NULL,'ADM1059A3','NM_001042432'),(103824501,21.8629,100,95.5279,68.1818,0,0,10,NULL,'ADM1059A3','NM_000086'),(103824517,21.3883,100,99.5183,66.8874,0,0,10,NULL,'ADM1059A3','NM_006494'),(103824552,24.0979,100,96.1612,80.2303,0,0,10,NULL,'ADM1059A3','NM_001172695'),(103824600,25.8879,100,100,91.7688,0,0,10,NULL,'ADM1059A3','NM_001033044'),(103824601,25.8879,100,100,91.7688,0,0,10,NULL,'ADM1059A3','NM_002065'),(103824602,25.8879,100,100,91.7688,0,0,10,NULL,'ADM1059A3','NM_001033056'),(103824646,23.8774,100,98.6175,73.8249,0,0,10,NULL,'ADM1059A3','NM_012461'),(103824666,22.7419,100,98.2202,79.3103,0,0,10,NULL,'ADM1059A3','NM_012452'),(103824668,24.4753,100,100,90.4943,0,0,10,NULL,'ADM1059A3','NM_006205'),(103824677,22.3869,100,98.2004,71.0858,0,0,10,NULL,'ADM1059A3','XM_005257838'),(103824703,22.0523,96.1771,88.33,74.6479,0,0,10,'1|10041312|10041360|60.4167','ADM1059A3','XM_005263489'),(103824704,23.218,100,98.8768,84.0821,0,0,10,NULL,'ADM1059A3','NM_004518'),(103824705,17.7403,97.2711,84.7711,33.5387,0,0,10,'15|40763410|40764546|97.2711','ADM1059A3','NM_130468'),(103824725,25.8843,100,99.5422,83.8457,0,0,10,NULL,'ADM1059A3','NM_000748'),(103824728,27.1862,100,96.8048,93.31,0,0,10,NULL,'ADM1059A3','NM_018297'),(103824729,27.1098,100,96.2617,92.1729,0,0,10,NULL,'ADM1059A3','NM_001145295'),(103824730,27.3879,100,96.7163,93.176,0,0,10,NULL,'ADM1059A3','NM_001145293'),(103824738,23.9948,100,100,85.1001,0,0,10,NULL,'ADM1059A3','NM_000555'),(103824739,24.8578,100,100,91.8605,0,0,10,NULL,'ADM1059A3','NM_178153'),(103824740,24.8722,100,100,91.7498,0,0,10,NULL,'ADM1059A3','NM_178151'),(103824754,25.6655,100,100,91.9382,0,0,10,NULL,'ADM1059A3','NM_001193414'),(103824755,25.6379,100,99.9268,92.0995,0,0,10,NULL,'ADM1059A3','NM_018943'),(103824757,20.7513,100,95.0266,63.9432,0,0,10,NULL,'ADM1059A3','NM_004113'),(103824758,20.5888,100,96.2617,62.0828,0,0,10,NULL,'ADM1059A3','NM_021032'),(103824780,29.4259,100,100,97.8448,0,0,10,NULL,'ADM1059A3','NM_003630'),(103824788,26.9372,100,95.7256,85.066,0,0,10,NULL,'ADM1059A3','NM_004453'),(103824789,26.9492,100,95.3741,83.8378,0,0,10,NULL,'ADM1059A3','NM_001281737'),(103824810,24.7802,97.4985,92.972,87.3734,0,0,10,'X|110435732|110435848|63.7931','ADM1059A3','NM_002578'),(103824811,24.7802,97.4985,92.972,87.3734,0,0,10,'X|110435732|110435848|63.7931','ADM1059A3','NM_001128166'),(103824812,24.7802,97.4985,92.972,87.3734,0,0,10,'X|110435732|110435848|63.7931','ADM1059A3','NM_001128167'),(103824813,24.7289,97.6576,93.4189,87.2281,0,0,10,'X|110435732|110435848|63.7931','ADM1059A3','NM_001128168'),(103824814,24.8619,97.5931,93.2378,87.851,0,0,10,'X|110435732|110435848|63.7931','ADM1059A3','NM_001128172'),(103824815,24.6445,97.568,93.1673,86.74,0,0,10,'X|110435732|110435848|63.7931','ADM1059A3','NM_001128173'),(103824847,20.9219,100,93.1894,58.4718,0,0,10,NULL,'ADM1059A3','XM_005250691'),(103824875,23.1905,100,96.441,74.9476,0,0,10,NULL,'ADM1059A3','NM_001145392'),(103824876,23.1905,100,96.441,74.9476,0,0,10,NULL,'ADM1059A3','NM_025265'),(103824877,22.8543,100,96.2278,73.4467,0,0,10,NULL,'ADM1059A3','NM_001145393'),(103824882,28.3291,100,99.9125,87.3961,0,0,10,NULL,'ADM1059A3','NM_000414'),(103824883,28.2891,100,99.9102,87.0736,0,0,10,NULL,'ADM1059A3','NM_001199292'),(103824962,22.6017,100,98.1089,78.1662,0,0,10,NULL,'ADM1059A3','NM_177550'),(103824963,22.6234,100,98.0519,77.745,0,0,10,NULL,'ADM1059A3','NM_001284509'),(103824964,22.7421,100,97.9541,77.6813,0,0,10,NULL,'ADM1059A3','NM_001284510'),(103824965,22.197,100,97.9426,76.2469,0,0,10,NULL,'ADM1059A3','NM_001143838'),(103824973,23.4883,99.6672,89.6839,75.9567,0,0,10,'4|108910909|108911222|98.722','ADM1059A3','NM_001184705'),(103824974,25.3306,100,100,88.4655,0,0,10,NULL,'ADM1059A3','NM_005327'),(103824975,25.5951,100,100,91.2513,0,0,10,NULL,'ADM1059A3','XM_005262972'),(103824988,21.428,98.6014,91.2588,59.6503,0,0,10,'X|99924243|99924368|84.0','ADM1059A3','NM_014467'),(103824993,25.9666,100,100,97.3574,0,0,10,NULL,'ADM1059A3','NM_001018837'),(103824995,26.5922,99.4851,94.5417,88.2595,0,0,10,'X|21958940|21958993|90.566','ADM1059A3','NM_001258423'),(103825002,20.5309,99.8629,81.1515,57.4023,0,0,10,'16|17202549|17202876|99.6942,16|17564289|17564656|99.1826','ADM1059A3','NM_022166'),(103825026,20.2284,100,87.2544,50.0266,0,0,10,NULL,'ADM1059A3','NM_016941'),(103825038,24.3293,100,94.1436,84.1989,0,0,10,NULL,'ADM1059A3','NM_001270524'),(103825056,26.716,100,100,95.0462,0,0,10,NULL,'ADM1059A3','NM_152380'),(103825058,22.5821,99.3654,88.9392,75.1587,0,0,10,'9|80646014|80646154|95.0','ADM1059A3','NM_002072'),(103825123,22.1061,99.0826,94.7746,67.9298,0,0,10,'7|2583222|2583598|93.883','ADM1059A3','NM_152743'),(103825154,23.3776,100,95.3645,79.433,0,0,10,NULL,'ADM1059A3','NM_139125'),(103825155,21.9514,100,92.4061,71.587,0,0,10,NULL,'ADM1059A3','NM_001031849'),(103825164,27.5687,100,100,99.5772,0,0,10,NULL,'ADM1059A3','NM_001135998'),(103825165,27.8489,100,100,99.6024,0,0,10,NULL,'ADM1059A3','NM_019056'),(103825192,26.1607,100,99.8369,89.3148,0,0,10,NULL,'ADM1059A3','NM_001159508'),(103825193,25.7687,100,99.8473,88.1679,0,0,10,NULL,'ADM1059A3','NM_002225'),(103825211,25.4151,100,99.9364,88.5896,0,0,10,NULL,'ADM1059A3','NM_001135659'),(103825212,27.0766,100,98.9153,95.8644,0,0,10,NULL,'ADM1059A3','NM_172240'),(103825214,22.9831,99.9251,92.7314,76.0959,0,0,10,'4|119273372|119273878|99.6047','ADM1059A3','NM_003619'),(103825260,26.7451,100,100,94.3107,0,0,10,NULL,'ADM1059A3','NM_006918'),(103825261,26.7451,100,100,94.3107,0,0,10,NULL,'ADM1059A3','NM_001024956'),(103825282,24.8676,100,92.2836,71.9499,0,0,10,NULL,'ADM1059A3','NM_080860'),(103825283,25.6706,100,91.3199,76.8133,0,0,10,NULL,'ADM1059A3','NM_001286506'),(103825328,22.0312,100,97.5855,76.7103,0,0,10,NULL,'ADM1059A3','XM_005273206'),(103825331,24.0288,100,98.7253,87.8289,0,0,10,NULL,'ADM1059A3','NM_001048218'),(103825341,30.0452,100,100,100,0,0,10,NULL,'ADM1059A3','XM_005269143'),(103825342,25.8746,100,100,83.2827,0,0,10,NULL,'ADM1059A3','NM_018238'),(103825353,25.2863,100,99.2695,87.29,0,0,10,NULL,'ADM1059A3','NM_001077653'),(103825366,29.5551,100,100,98.8248,0,0,10,NULL,'ADM1059A3','NM_101395'),(103825367,27.4709,100,98.7391,90.6522,0,0,10,NULL,'ADM1059A3','NM_130436'),(103825368,27.4804,100,98.7538,90.7606,0,0,10,NULL,'ADM1059A3','NM_001396'),(103825385,21.1634,100,94.3301,62.8728,0,0,10,NULL,'ADM1059A3','NM_020639'),(103825387,21.2286,100,93.187,45.1501,0,0,10,NULL,'ADM1059A3','NM_001553'),(103825394,24.1093,100,99.4393,85.4206,0,0,10,NULL,'ADM1059A3','NM_001198897'),(103825395,23.4222,100,99.2261,78.6758,0,0,10,NULL,'ADM1059A3','NM_001198898'),(103825396,23.6091,100,99.142,78.837,0,0,10,NULL,'ADM1059A3','NM_001198896'),(103825397,23.465,100,99.2919,79.8584,0,0,10,NULL,'ADM1059A3','NM_000666'),(103825414,28.9823,100,100,99.4091,0,0,10,NULL,'ADM1059A3','NM_006912'),(103825415,29.145,100,100,99.4528,0,0,10,NULL,'ADM1059A3','NM_001256821'),(103825453,25.3629,100,99.8459,82.3575,0,0,10,NULL,'ADM1059A3','XM_005254386'),(103825454,25.3345,100,99.8201,81.1151,0,0,10,NULL,'ADM1059A3','XM_005254387'),(103825462,28.4076,100,100,97.0993,0,0,10,NULL,'ADM1059A3','NM_024740'),(103825474,25.4358,100,98.4659,90.1136,0,0,10,NULL,'ADM1059A3','NM_004171'),(103825475,25.4699,100,98.4393,89.9422,0,0,10,NULL,'ADM1059A3','NM_001195728'),(103825476,25.4699,100,98.4393,89.9422,0,0,10,NULL,'ADM1059A3','NM_001252652'),(103825500,18.2203,100,70.3794,34.0269,0,0,10,NULL,'ADM1059A3','NM_199037'),(103825550,27.2218,100,100,92.607,0,0,10,NULL,'ADM1059A3','NM_014402'),(103825572,24.3226,100,95.416,73.5993,0,0,10,NULL,'ADM1059A3','NM_014625'),(103825573,23.8939,100,94.4387,68.0741,0,0,10,NULL,'ADM1059A3','XM_005245484'),(103825601,26.3954,100,100,92.0526,0,0,10,NULL,'ADM1059A3','NM_000493'),(103825610,23.7649,100,95.1137,75.7372,0,0,10,NULL,'ADM1059A3','NM_003073'),(103825611,23.5681,100,95,75.1724,0,0,10,NULL,'ADM1059A3','NM_001007468'),(103825612,22.1919,100,95.6977,68.2558,0,0,10,NULL,'ADM1059A3','NM_001449'),(103825613,22.1919,100,95.6977,68.2558,0,0,10,NULL,'ADM1059A3','NM_001159700'),(103825614,22.1919,100,95.6977,68.2558,0,0,10,NULL,'ADM1059A3','NM_001159704'),(103825615,22.1919,100,95.6977,68.2558,0,0,10,NULL,'ADM1059A3','NM_001167819'),(103825616,21.2278,100,93.0444,55.8468,0,0,10,NULL,'ADM1059A3','NM_001159702'),(103825648,25.1638,100,95.0595,80.4209,0,0,10,NULL,'ADM1059A3','NM_001271699'),(103825662,22.5672,99.6859,90.5151,72.6759,0,0,10,'2|233406082|233406241|96.8553','ADM1059A3','NM_005199'),(103825674,26.5268,100,100,84.375,0,0,10,NULL,'ADM1059A3','NM_000306'),(103825675,26.6838,100,100,85.6263,0,0,10,NULL,'ADM1059A3','NM_001122757'),(103825710,20.6744,100,96.7328,54.6091,0,0,10,NULL,'ADM1059A3','NM_000533'),(103825711,20.6915,100,96.2766,51.9947,0,0,10,NULL,'ADM1059A3','NM_199478'),(103825712,20.6744,100,96.7328,54.6091,0,0,10,NULL,'ADM1059A3','NM_001128834'),(103825765,28.4731,100,100,96.6137,0,0,10,NULL,'ADM1059A3','NM_001272002'),(103825810,23.2036,96.0803,89.9618,71.3193,0,0,10,'7|75695595|75695731|69.8529','ADM1059A3','NM_005918'),(103825811,23.512,95.524,88.5371,72.4891,0,0,10,'7|75695595|75695731|69.8529','ADM1059A3','NM_001282403'),(103825826,27.9412,99.9194,96.476,92.1466,0,0,10,'13|92000194|92000215|90.4762,13|92000072|92000215|98.6014','ADM1059A3','NR_029492'),(103825832,24.5007,100,94.283,74.4164,0,0,10,NULL,'ADM1059A3','XM_005270786'),(103825833,24.5007,100,94.283,74.4164,0,0,10,NULL,'ADM1059A3','NM_013296'),(103825860,23.4873,99.6157,93.0822,71.8678,0,0,10,'11|31811479|31811569|94.4444','ADM1059A3','XM_005252956'),(103825861,23.8291,99.6285,93.3135,72.8083,0,0,10,'11|31811479|31811569|94.4444','ADM1059A3','NM_001604'),(103825862,23.4873,99.6157,93.0822,71.8678,0,0,10,'11|31811479|31811569|94.4444','ADM1059A3','NM_001258465'),(103825863,23.4873,99.6157,93.0822,71.8678,0,0,10,'11|31811479|31811569|94.4444','ADM1059A3','NM_000280'),(103825864,23.8291,99.6285,93.3135,72.8083,0,0,10,'11|31811479|31811569|94.4444','ADM1059A3','NM_001258462'),(103825882,22.9588,100,100,89.3875,0,0,10,NULL,'ADM1059A3','NM_001032387'),(103825883,22.9588,100,100,89.3875,0,0,10,NULL,'ADM1059A3','NM_001032386'),(103825884,22.9588,100,100,89.3875,0,0,10,NULL,'ADM1059A3','NM_000456'),(103825887,24.8151,100,100,89.8335,0,0,10,NULL,'ADM1059A3','NM_001166550'),(103825890,28.0114,100,100,96.7427,0,0,10,NULL,'ADM1059A3','NM_021800'),(103825897,23.8495,100,99.7013,82.4496,0,0,10,NULL,'ADM1059A3','NM_173495'),(103825906,24.9163,100,99.004,87.5498,0,0,10,NULL,'ADM1059A3','NM_007255'),(103825915,25.787,100,95.8027,80.5876,0,0,10,NULL,'ADM1059A3','NM_006903'),(103825919,24.4628,100,100,93.8289,0,0,10,NULL,'ADM1059A3','NM_001145104'),(103825955,24.0414,100,99.1464,76.6251,0,0,10,NULL,'ADM1059A3','NM_001034850'),(103825994,23.5507,100,96.6562,73.3542,0,0,10,NULL,'ADM1059A3','NR_002984'),(103826012,24.5813,100,99.9436,90.1241,0,0,10,NULL,'ADM1059A3','NM_001112741'),(103826013,24.2869,100,99.9352,90.544,0,0,10,NULL,'ADM1059A3','NM_004976'),(103826019,20.107,100,92.8044,41.5129,0,0,10,NULL,'ADM1059A3','NM_000146'),(103826020,23.6207,100,98.0551,77.3096,0,0,10,NULL,'ADM1059A3','NM_002085'),(103826045,27.308,100,99.725,85.9762,0,0,10,NULL,'ADM1059A3','NM_014305'),(103826106,19.5018,99.9091,75.7273,39.9091,0,0,10,'19|12996129|12996958|99.8794','ADM1059A3','NM_006563'),(103826108,28.1423,100,100,94.7669,0,0,10,NULL,'ADM1059A3','NM_015093'),(103826149,27.5371,100,98.7738,89.7609,0,0,10,NULL,'ADM1059A3','NM_000240'),(103826150,27.9207,100,98.4464,88.8798,0,0,10,NULL,'ADM1059A3','NM_001270458'),(103826170,27.5786,100,100,100,0,0,10,NULL,'ADM1059A3','NM_178497'),(103826171,26.8413,100,100,96.8635,0,0,10,NULL,'ADM1059A3','NM_001206981'),(103826180,22.9802,100,97.7543,66.3144,0,0,10,NULL,'ADM1059A3','NR_038913'),(103826211,25.2606,100,100,90.1363,0,0,10,NULL,'ADM1059A3','NM_001278658'),(103826248,18.0964,88.4448,78.4535,51.6073,0,0,10,'22|18653518|18653689|51.462,22|18659537|18659587|0.0','ADM1059A3','NM_017414'),(103826290,22.7737,100,97.5801,81.949,0,0,10,NULL,'ADM1059A3','NM_000285'),(103826291,22.2593,100,97.3571,80.2857,0,0,10,NULL,'ADM1059A3','NM_001166056'),(103826292,22.8497,100,97.2201,81.2923,0,0,10,NULL,'ADM1059A3','NM_001166057'),(103826309,22.5787,100,96.927,72.4712,0,0,10,NULL,'ADM1059A3','NM_000918'),(103826331,28.1464,100,99.9352,92.3575,0,0,10,NULL,'ADM1059A3','NM_001042572'),(103826332,25.8,100,100,92.2449,0,0,10,NULL,'ADM1059A3','NM_181777'),(103826344,22.746,100,98.1416,81.5044,0,0,10,NULL,'ADM1059A3','NM_001711'),(103826399,23.9067,100,95.6092,81.4489,0,0,10,NULL,'ADM1059A3','NM_016360'),(103826404,20.8221,99.8989,90.091,56.9262,0,0,10,'17|37844085|37844270|99.4595','ADM1059A3','NM_033419'),(103826405,20.1897,99.88,88.2353,49.0996,0,0,10,'17|37844085|37844270|99.4595','ADM1059A3','XM_005257813'),(103826413,22.6543,100,89.1429,78.2857,0,0,10,NULL,'ADM1059A3','NM_001145414'),(103826425,23.1908,100,97.6216,78.7027,0,0,10,NULL,'ADM1059A3','NM_001080508'),(103826475,24.6185,100,100,93.913,0,0,10,NULL,'ADM1059A3','NM_007248'),(103826504,23.7367,100,98.5416,82.2961,0,0,10,NULL,'ADM1059A3','NM_005650'),(103826505,23.7536,100,98.508,82.13,0,0,10,NULL,'ADM1059A3','NM_181492'),(103826516,27.0058,100,100,96.7899,0,0,10,NULL,'ADM1059A3','NM_000031'),(103826529,26.8679,99.9174,92.5681,85.384,0,0,10,'6|80816408|80816608|99.5','ADM1059A3','NM_000056'),(103826530,26.8679,99.9174,92.5681,85.384,0,0,10,'6|80816408|80816608|99.5','ADM1059A3','NM_183050'),(103826581,22.9048,100,99.2132,72.856,0,0,10,NULL,'ADM1059A3','NM_001173480'),(103826605,26.4977,100,98.655,82.2461,0,0,10,NULL,'ADM1059A3','NM_002381'),(103826621,27.2347,100,100,95.6715,0,0,10,NULL,'ADM1059A3','NM_000047'),(103826622,27.3016,100,100,95.8444,0,0,10,NULL,'ADM1059A3','NM_001282628'),(103826626,22.5078,100,99.0596,61.2853,0,0,10,NULL,'ADM1059A3','NM_032374'),(103826633,21.1176,100,95.5575,56.1846,0,0,10,NULL,'ADM1059A3','NM_001451'),(103826645,22.3312,100,99.6112,73.9502,0,0,10,NULL,'ADM1059A3','XM_005273725'),(103826729,26.8134,100,99.788,79.7173,0,0,10,NULL,'ADM1059A3','NM_001059'),(103826750,23.9975,100,97.7157,81.8528,0,0,10,NULL,'ADM1059A3','NM_001166059'),(103826752,25.6944,100,96.5124,86.6202,0,0,10,NULL,'ADM1059A3','NM_001282925'),(103826753,26.4918,100,96.2329,93.9726,0,0,10,NULL,'ADM1059A3','NM_005759'),(103826754,25.6048,100,96.4653,86.4396,0,0,10,NULL,'ADM1059A3','NM_001282926'),(103826755,28.1457,100,100,99.3522,0,0,10,NULL,'ADM1059A3','NM_001282927'),(103826758,20.574,100,95.2169,51.9466,0,0,10,NULL,'ADM1059A3','NM_024589'),(103826793,25.8484,100,99.8267,92.9809,0,0,10,NULL,'ADM1059A3','NM_000165'),(103826794,27.8211,100,100,96.2939,0,0,10,NULL,'ADM1059A3','NM_000143'),(103826838,26.9216,100,99.8812,89.6674,0,0,10,NULL,'ADM1059A3','NM_000380'),(103826843,28.2628,100,100,98.4894,0,0,10,NULL,'ADM1059A3','NM_001288575'),(103826878,22.2187,99.9227,93.8949,73.1839,0,0,10,'17|73761051|73761309|99.6124','ADM1059A3','NM_000154'),(103826882,26.9439,100,100,93.0287,0,0,10,NULL,'ADM1059A3','NM_014271'),(103826925,24.5105,100,100,92.3158,0,0,10,NULL,'ADM1059A3','NM_033629'),(103826941,24.4013,100,99.8172,76.5996,0,0,10,NULL,'ADM1059A3','NM_019000'),(103827004,25.2135,100,100,90.655,0,0,10,NULL,'ADM1059A3','NM_194277'),(103827022,28.0703,100,100,99.5738,0,0,10,NULL,'ADM1059A3','NM_001145294'),(103827037,34.7506,100,100,100,10.984,0,10,NULL,'ADM1059A3','NM_014563'),(103827053,26.5118,100,99.214,93.6245,0,0,10,NULL,'ADM1059A3','NM_015922'),(103827054,26.5118,100,99.214,93.6245,0,0,10,NULL,'ADM1059A3','NM_001129765'),(103827078,22.9893,100,97.5893,75.1786,0,0,10,NULL,'ADM1059A3','NM_145262'),(103827084,22.9421,99.0854,89.4512,67.439,0,0,10,'9|131397369|131397540|91.2281','ADM1059A3','NM_052844'),(103827108,18.11,93.435,77.3873,40.1856,0,0,10,'X|153363059|153363125|27.2727,X|153295815|153296903|95.3125','ADM1059A3','NM_001110792'),(103827149,25.7261,100,100,85.6688,0,0,10,NULL,'ADM1059A3','XM_005264327'),(103827186,21.6507,100,87.6712,72.6027,0,0,10,NULL,'ADM1059A3','NM_006383'),(103827187,20.6125,100,83.2947,63.109,0,0,10,NULL,'ADM1059A3','NM_001271889'),(103827211,19.2728,100,88.0435,49.1304,0,0,10,NULL,'ADM1059A3','NM_002448'),(103827215,24.4614,100,99.8684,91.4073,0,0,10,NULL,'ADM1059A3','NM_001008537'),(103827227,26.8158,100,100,98.5197,0,0,10,NULL,'ADM1059A3','NM_003805'),(103827240,24.771,100,100,91.0614,0,0,10,NULL,'ADM1059A3','NM_001256235'),(103827262,23.8129,100,99.4822,77.3669,0,0,10,NULL,'ADM1059A3','NM_000159'),(103827290,25.8233,100,97.6477,85.886,0,0,10,NULL,'ADM1059A3','NM_001242765'),(103827291,24.5499,100,98.4037,82.7598,0,0,10,NULL,'ADM1059A3','NM_001242761'),(103827341,25.8183,99.8523,87.0015,81.3885,0,0,10,'6|80816408|80816608|99.5','ADM1059A3','XM_005248757'),(103827351,24.4839,100,100,90.3226,0,0,10,NULL,'ADM1059A3','NM_002095'),(103827368,25.3165,100,100,94.3284,0,0,10,NULL,'ADM1059A3','NM_201262'),(103827376,25.1046,100,100,96.1794,0,0,10,NULL,'ADM1059A3','NM_001111285'),(103827384,21.0771,100,94.2496,54.1374,0,0,10,NULL,'ADM1059A3','NM_001164405'),(103827431,28.3611,100,99.6746,92.2993,0,0,10,NULL,'ADM1059A3','NR_033125'),(103827435,23.3915,100,99.8991,84.2583,0,0,10,NULL,'ADM1059A3','NM_001111035'),(103827436,23.3915,100,99.8991,84.2583,0,0,10,NULL,'ADM1059A3','NM_001111036'),(103827437,23.3915,100,99.8991,84.2583,0,0,10,NULL,'ADM1059A3','NM_001111034'),(103827438,23.3915,100,99.8991,84.2583,0,0,10,NULL,'ADM1059A3','NM_001611'),(103827449,28.2252,100,100,96.9537,0,0,10,NULL,'ADM1059A3','NM_006331'),(103827469,25.0785,99.8421,97.1577,85.1342,0,0,10,'16|9934502|9934659|95.5414','ADM1059A3','NM_000833'),(103827470,25.0785,99.8421,97.1577,85.1342,0,0,10,'16|9934502|9934659|95.5414','ADM1059A3','NM_001134407'),(103827481,21.4727,100,99.7812,67.8337,0,0,10,NULL,'ADM1059A3','NM_002144'),(103827489,24.5179,100,98.6251,85.2429,0,0,10,NULL,'ADM1059A3','NM_020988'),(103827497,23.2219,100,95.7447,61.3982,0,0,10,NULL,'ADM1059A3','NM_000281'),(103827555,14.693,61.1686,41.1982,29.5858,0,0,10,'6|3154094|3155159|50.7042','ADM1059A3','NM_001069'),(103827574,22.4376,100,95.6072,73.6434,0,0,10,NULL,'ADM1059A3','XM_005265499'),(103827591,26.26,100,99.6912,94.441,0,0,10,NULL,'ADM1059A3','NM_175053'),(103827598,28.9276,100,100,97.6638,0,0,10,NULL,'ADM1059A3','NM_001010895'),(103827607,21.4923,100,89.8901,58.2418,0,0,10,NULL,'ADM1059A3','NM_001166420'),(103827645,24.611,100,100,86.3857,0,0,10,NULL,'ADM1059A3','NM_001283215'),(103827655,31.1555,100,100,97.8313,0,0,10,NULL,'ADM1059A3','NM_001278684'),(103827676,0,0,0,0,0,0,10,'Y|2655027|2655647|0.0','ADM1059A3','NM_003140'),(103827691,24.9105,100,99.7442,85.422,0,0,10,NULL,'ADM1059A3','NM_004278'),(103827708,25.4412,100,100,90.4523,0,0,10,NULL,'ADM1059A3','NM_006982'),(103827723,26.8823,100,99.5475,81.3348,0,0,10,NULL,'ADM1059A3','NM_001190906'),(103827724,26.5069,100,99.604,83.6634,0,0,10,NULL,'ADM1059A3','NM_005989'),(103827730,21.9808,99.9312,97.0426,79.5048,0,0,10,'X|41332742|41334155|99.9292','ADM1059A3','NM_022567'),(103827731,21.9808,99.9312,97.0426,79.5048,0,0,10,'X|41332742|41334155|99.9292','ADM1059A3','XM_005272632'),(103827732,22.0157,100,90.8464,62.2571,0,0,10,NULL,'ADM1059A3','NM_001165945'),(103827748,26.1932,100,99.8124,85.1782,0,0,10,NULL,'ADM1059A3','NM_174965'),(103827751,22.6641,100,92.5869,69.2664,0,0,10,NULL,'ADM1059A3','NM_005850'),(103827766,18.9863,99.5933,85.1551,45.7549,0,0,10,'9|139324124|139324261|99.2701,9|139333058|139333874|99.1422','ADM1059A3','NM_019892'),(103827800,22.6831,100,98.4542,69.9762,0,0,10,NULL,'ADM1059A3','NM_020705'),(103827875,17.8559,100,90.0474,25.4977,0,0,10,NULL,'ADM1059A3','NM_018942'),(103827967,23.9434,100,99.292,88.6726,0,0,10,NULL,'ADM1059A3','NM_000022'),(103827994,22.7765,100,94.2948,64.4215,0,0,10,NULL,'ADM1059A3','NM_003239'),(103827999,21.1685,100,96.8548,60.3226,0,0,10,NULL,'ADM1059A3','NM_001163213'),(103828000,21.3416,100,97.3727,62.7728,0,0,10,NULL,'ADM1059A3','NM_000142'),(103828007,27.5223,100,99.9019,93.8205,0,0,10,NULL,'ADM1059A3','NM_003659'),(103828010,27.7391,100,90.9717,85.1568,0,0,10,NULL,'ADM1059A3','NM_181524'),(103828011,28.7165,100,92.985,87.5447,0,0,10,NULL,'ADM1059A3','NM_181504'),(103828012,28.1691,100,91.1871,84.3525,0,0,10,NULL,'ADM1059A3','NM_001242466'),(103828048,27.5101,100,99.309,92.3367,0,0,10,NULL,'ADM1059A3','NM_001202465'),(103828052,26.3117,100,100,97.0779,0,0,10,NULL,'ADM1059A3','NM_000100'),(103828064,23.0384,100,97.3496,75.2223,0,0,10,NULL,'ADM1059A3','NM_030665'),(103828068,20.5676,100,89.9288,49.644,0,0,10,NULL,'ADM1059A3','NM_001033054'),(103828077,23.8773,100,98.1595,82.2086,0,0,10,NULL,'ADM1059A3','NM_002496'),(103828078,26.0647,100,100,100,0,0,10,NULL,'ADM1059A3','XM_005274015'),(103828079,20.643,99.8702,92.762,62.0253,0,0,10,'11|67799751|67802747|99.8665','ADM1059A3','NR_106963'),(103828112,25.9046,100,100,93.4057,0,0,10,NULL,'ADM1059A3','NM_000291'),(103828119,22.575,100,99.8696,82.7901,0,0,10,NULL,'ADM1059A3','NM_004870'),(103828134,20.5466,99.819,86.6968,59.9548,0,0,10,'1|2160203|2161176|99.5889','ADM1059A3','NM_003036'),(103828157,28.6538,100,100,97.7756,0,0,10,NULL,'ADM1059A3','XM_005248595'),(103828158,28.6566,100,100,97.7626,0,0,10,NULL,'ADM1059A3','NM_022550'),(103828172,27.8899,100,99.2537,79.4776,0,0,10,NULL,'ADM1059A3','NM_020989'),(103828176,22.3542,100,99.3646,74.1859,0,0,10,NULL,'ADM1059A3','NM_199334'),(103828223,23.1873,99.7953,87.3081,79.2221,0,0,10,'1|55464857|55465038|98.895','ADM1059A3','NM_057176'),(103828267,22.1657,99.1754,94.6777,77.961,0,0,10,'1|108023231|108023465|95.2991','ADM1059A3','NM_014917'),(103828268,22.3311,99.3305,95.6786,76.8716,0,0,10,'1|108023231|108023465|95.2991','ADM1059A3','NM_001113226'),(103828269,22.3813,99.2496,95.1569,78.9905,0,0,10,'1|108023231|108023465|95.2991','ADM1059A3','NM_001113228'),(103828270,22.6093,99.2862,95.3926,79.6236,0,0,10,'1|108023231|108023465|95.2991','ADM1059A3','XM_005270630'),(103828291,26.0012,100,99.7658,91.8033,0,0,10,NULL,'ADM1059A3','NM_001288783'),(103828304,26.2116,100,98.6717,88.2353,0,0,10,NULL,'ADM1059A3','NM_018055'),(103828321,25.4263,100,99.9333,88.1085,0,0,10,NULL,'ADM1059A3','NM_004801'),(103828362,22.4089,99.6573,87.6071,70.5311,0,0,10,'1|156084707|156085067|98.3333','ADM1059A3','NM_001282625'),(103828363,22.4089,99.6573,87.6071,70.5311,0,0,10,'1|156084707|156085067|98.3333','ADM1059A3','NM_005572'),(103828420,16.9117,99.9204,69.2675,20.4618,0,0,10,'15|96875332|96875778|99.7758','ADM1059A3','NM_021005'),(103828423,28.4357,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001278237'),(103828434,24.7682,100,100,81.0811,0,0,10,NULL,'ADM1059A3','NM_032335'),(103828435,26.9221,100,100,83.8795,0,0,10,NULL,'ADM1059A3','NM_001015877'),(103828467,23.6369,100,99.8778,85.6968,0,0,10,NULL,'ADM1059A3','NM_001167990'),(103828468,23.7113,100,99.8113,82.4528,0,0,10,NULL,'ADM1059A3','XM_005278018'),(103828469,23.6369,100,99.8778,85.6968,0,0,10,NULL,'ADM1059A3','NM_001167989'),(103828470,23.7113,100,99.8113,82.4528,0,0,10,NULL,'ADM1059A3','NM_144495'),(103828471,23.6369,100,99.8778,85.6968,0,0,10,NULL,'ADM1059A3','NM_005710'),(103828472,23.6369,100,99.8778,85.6968,0,0,10,NULL,'ADM1059A3','NM_001032384'),(103828490,22.9303,100,98.826,73.4807,0,0,10,NULL,'ADM1059A3','NM_007363'),(103828491,22.9303,100,98.826,73.4807,0,0,10,NULL,'ADM1059A3','NM_001145408'),(103828492,22.9303,100,98.826,73.4807,0,0,10,NULL,'ADM1059A3','NM_001145409'),(103828493,22.7233,100,98.5569,68.0815,0,0,10,NULL,'ADM1059A3','NM_001145410'),(103828532,24.9635,100,99.8598,91.4446,0,0,10,NULL,'ADM1059A3','NM_001256238'),(103828537,26.9174,100,100,83.8366,0,0,10,NULL,'ADM1059A3','XM_005262480'),(103828538,26.9246,100,100,83.8509,0,0,10,NULL,'ADM1059A3','NM_032458'),(103828541,26.5567,100,99.6294,87.7687,0,0,10,NULL,'ADM1059A3','NM_178014'),(103828551,22.0526,100,90.709,72.1271,0,0,10,NULL,'ADM1059A3','NM_024009'),(103828552,22.0526,100,90.709,72.1271,0,0,10,NULL,'ADM1059A3','NM_001005752'),(103828559,20.941,94.6657,86.771,67.3542,0,0,10,'9|127265356|127265501|48.2759','ADM1059A3','NM_004959'),(103828563,21.3541,100,98.6398,60.9287,0,0,10,NULL,'ADM1059A3','NM_022965'),(103828656,32.5776,100,100,100,0,0,10,NULL,'ADM1059A3','NM_017819'),(103828660,23.0868,99.7301,95.8273,77.8908,0,0,10,'1|27873812|27878629|99.7301','ADM1059A3','XM_005245848'),(103828661,23.0868,99.7301,95.8273,77.8908,0,0,10,'1|27873812|27878629|99.7301','ADM1059A3','NM_001029882'),(103828666,23.9355,99.8759,90.6948,80.273,0,0,10,'11|133938976|133939056|98.75','ADM1059A3','NM_001205329'),(103828667,22.1094,99.9088,88.423,63.9016,0,0,10,'11|133938841|133939056|99.5349','ADM1059A3','NM_032801'),(103828702,27.7323,100,100,92.4929,0,0,10,NULL,'ADM1059A3','NM_001143973'),(103828717,19.7538,100,83.8462,63.0769,0,0,10,NULL,'ADM1059A3','NR_023343'),(103828719,18.5846,97.464,76.902,42.4263,0,0,10,'16|54966408|54966817|99.511,16|54966990|54967788|95.614','ADM1059A3','NM_005853'),(103828732,23.6995,99.8,93.2,78.25,0,0,10,'X|135067815|135067988|97.6879','ADM1059A3','NM_001177651'),(103828799,25.0366,100,100,94.7514,0,0,10,NULL,'ADM1059A3','NM_004273'),(103828835,19.8759,99.6791,88.0214,53.4759,0,0,10,'22|18561140|18561374|98.7179','ADM1059A3','NM_017929'),(103828836,19.8759,99.6791,88.0214,53.4759,0,0,10,'22|18561140|18561374|98.7179','ADM1059A3','NM_001127649'),(103828841,21.3612,99.6355,89.795,67.836,0,0,10,'12|115120615|115121008|98.4733,12|115109643|115110109|99.5708','ADM1059A3','NM_005996'),(103828855,19.2708,84.3636,78.2966,57.7799,0,0,10,'1|240370097|240372034|62.2096,1|240255407|240257026|94.7498','ADM1059A3','NM_020066'),(103828874,25.4098,100,99.7951,83.8115,0,0,10,NULL,'ADM1059A3','NM_174967'),(103828903,25.0324,100,95.4454,91.1943,0,0,10,NULL,'ADM1059A3','XM_005270544'),(103828910,26.7104,100,100,96.5416,0,0,10,NULL,'ADM1059A3','NM_003060'),(103828935,25.6473,100,100,93.9189,0,0,10,NULL,'ADM1059A3','NM_001258395'),(103828936,25.6995,100,100,93.7673,0,0,10,NULL,'ADM1059A3','NM_001258398'),(103828937,23.711,100,100,85.3896,0,0,10,NULL,'ADM1059A3','NM_001258397'),(103828938,25.6473,100,100,93.9189,0,0,10,NULL,'ADM1059A3','NM_213607'),(103828953,19.3395,100,90.767,43.608,0,0,10,NULL,'ADM1059A3','NM_005450'),(103828972,20.3553,100,98.4023,55.921,0,0,10,NULL,'ADM1059A3','NM_004625'),(103828981,24.9748,100,100,86.9533,0,0,10,NULL,'ADM1059A3','NM_138735'),(103828990,24.1539,100,94.3397,69.2155,0,0,10,NULL,'ADM1059A3','NM_005413'),(103828993,24.8882,100,99.9044,82.8954,0,0,10,NULL,'ADM1059A3','NM_019074'),(103829042,23.0396,100,100,87.7698,0,0,10,NULL,'ADM1059A3','NM_003860'),(103829045,22.0245,100,99.6496,75.7533,0,0,10,NULL,'ADM1059A3','NM_007103'),(103829066,24.4524,99.8752,97.2754,79.5757,0,0,10,'18|42643042|42643666|99.0385','ADM1059A3','NM_015559'),(103829072,19.1709,100,87.9959,41.9125,0,0,10,NULL,'ADM1059A3','NM_004387'),(103829075,31.9468,100,100,99.4681,0,0,10,NULL,'ADM1059A3','XM_005250923'),(103829077,21.0488,100,80.863,60.4128,0,0,10,NULL,'ADM1059A3','NM_000394'),(103829114,17.5683,100,84.5545,23.6634,0,0,10,NULL,'ADM1059A3','NM_001189'),(103829166,23.9889,100,99.9259,86.212,0,0,10,NULL,'ADM1059A3','XM_005259477'),(103829167,23.9889,100,99.9259,86.212,0,0,10,NULL,'ADM1059A3','NM_006087'),(103829169,20.0961,100,94.6154,50.2884,0,0,10,NULL,'ADM1059A3','NM_006194'),(103829199,23.075,100,94.4643,71.7857,0,0,10,NULL,'ADM1059A3','NM_032357'),(103829214,28.6835,100,96.4592,81.1159,0,0,10,NULL,'ADM1059A3','NM_001195250'),(103829215,30.1626,100,97.3601,88.3844,0,0,10,NULL,'ADM1059A3','NM_175069'),(103829276,27.3793,100,100,100,0,0,10,NULL,'ADM1059A3','NR_029487'),(103829302,18.0176,100,82.6196,25.5667,0,0,10,NULL,'ADM1059A3','NM_001145156'),(103829318,22.6536,99.9093,88.0326,67.7244,0,0,10,'11|45832325|45832889|99.8227','ADM1059A3','NM_018389'),(103829342,28.1364,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001254752'),(103829348,25.2309,100,86.5435,85.752,0,0,10,NULL,'ADM1059A3','NM_001270450'),(103829349,25.2309,100,86.5435,85.752,0,0,10,NULL,'ADM1059A3','NM_001270449'),(103829351,25.498,100,96.6,86.8,0,0,10,NULL,'ADM1059A3','NM_182639'),(103829416,26.5198,99.8276,96.0345,83.7069,0,0,10,'17|56770002|56770151|98.6577','ADM1059A3','NM_058216'),(103829444,24.5194,100,98.9628,75.9723,0,0,10,NULL,'ADM1059A3','NM_178010'),(103829534,20.7227,100,91.0248,67.3811,0,0,10,NULL,'ADM1059A3','NM_024301'),(103829572,23.5901,100,96.2461,72.923,0,0,10,NULL,'ADM1059A3','NM_001109809'),(103829591,22.9097,99.7797,76.4317,58.37,0,0,10,'19|42373099|42373286|99.4652','ADM1059A3','NM_001022'),(103829592,22.9097,99.7797,76.4317,58.37,0,0,10,'19|42373099|42373286|99.4652','ADM1059A3','XM_005278392'),(103829598,26.2624,100,99.8812,85.867,0,0,10,NULL,'ADM1059A3','NM_016042'),(103829622,22.8959,100,93.852,73.7767,0,0,10,NULL,'ADM1059A3','NM_001166419'),(103829623,21.9153,100,88.7872,64.5309,0,0,10,NULL,'ADM1059A3','NM_001166448'),(103829643,23.7056,100,98.9818,77.6411,0,0,10,NULL,'ADM1059A3','NM_152629'),(103829647,31.52,100,100,99.7647,0,0,10,NULL,'ADM1059A3','NM_000549'),(103829657,17.7226,99.799,73.6683,25.9296,0,0,10,'1|1167656|1168651|99.799','ADM1059A3','NM_080605'),(103829658,24.4772,100,92.3954,65.019,0,0,10,NULL,'ADM1059A3','NM_176867'),(103829659,25.3826,100,94.4751,74.5856,0,0,10,NULL,'ADM1059A3','NM_176866'),(103829680,25.7152,100,100,91.2711,0,0,10,NULL,'ADM1059A3','NM_004076'),(103829733,15.9305,99.3047,62.5724,17.9606,0,0,10,'14|61112998|61113297|97.9933','ADM1059A3','NM_005982'),(103829787,24.0611,100,100,95.1613,0,0,10,NULL,'ADM1059A3','NM_000525'),(103829799,26.0961,100,99.6508,87.6601,0,0,10,NULL,'ADM1059A3','NM_001254'),(103829875,22.2195,98.9474,87.9352,61.2146,0,0,10,'14|54418569|54418943|96.5241','ADM1059A3','NM_001202'),(103829876,22.2195,98.9474,87.9352,61.2146,0,0,10,'14|54418569|54418943|96.5241','ADM1059A3','NM_130850'),(103829877,22.2195,98.9474,87.9352,61.2146,0,0,10,'14|54418569|54418943|96.5241','ADM1059A3','NM_130851'),(103829916,23.433,100,98.3871,82.7543,0,0,10,NULL,'ADM1059A3','NM_005138'),(103829917,23.433,100,98.3871,82.7543,0,0,10,NULL,'ADM1059A3','NM_001169111'),(103829918,23.433,100,98.3871,82.7543,0,0,10,NULL,'ADM1059A3','NM_001169109'),(103829919,23.433,100,98.3871,82.7543,0,0,10,NULL,'ADM1059A3','NM_001169110'),(103829923,18.642,100,91.222,23.58,0,0,10,NULL,'ADM1059A3','NM_001165255'),(103829931,21.0701,100,91.9763,64.527,0,0,10,NULL,'ADM1059A3','NM_003394'),(103829943,22.1225,100,99.6459,76.2748,0,0,10,NULL,'ADM1059A3','NM_006941'),(103829948,25.7979,100,98.4526,79.207,0,0,10,NULL,'ADM1059A3','NM_001143979'),(103829949,25.7979,100,98.4526,79.207,0,0,10,NULL,'ADM1059A3','NM_017668'),(103829968,29.7969,100,100,99.3846,0,0,10,NULL,'ADM1059A3','NM_171998'),(103829982,27.6034,100,99.9231,96.618,0,0,10,NULL,'ADM1059A3','NM_001142281'),(103829983,28.3042,100,99.9362,97.1939,0,0,10,NULL,'ADM1059A3','NM_001655'),(103830043,19.2052,100,79.4782,44.174,0,0,10,NULL,'ADM1059A3','XM_005253225'),(103830046,23.1079,100,98.3689,81.1794,0,0,10,NULL,'ADM1059A3','NM_003124'),(103830067,23.6514,100,92.844,77.6147,0,0,10,NULL,'ADM1059A3','NM_002495'),(103830098,19.9006,95.6324,78.2595,49.6414,0,0,10,'1|8420170|8421552|95.152,1|8418254|8418978|90.7459','ADM1059A3','NM_001042682'),(103830166,22.1823,100,99.6026,77.397,0,0,10,NULL,'ADM1059A3','NR_046418'),(103830180,28.0777,100,100,99.2933,0,0,10,NULL,'ADM1059A3','NM_001256820'),(103830184,22.9122,91.1159,86.3488,68.2557,0,0,10,'X|153996816|153997079|68.8213','ADM1059A3','NR_110023'),(103830194,28.2418,100,100,100,0,0,10,NULL,'ADM1059A3','XM_005251405'),(103830208,27.7062,100,100,97.0361,0,0,10,NULL,'ADM1059A3','NM_001887'),(103830209,21.8836,99.1135,79.1371,60.6383,0,0,10,'X|70712160|70712849|97.8229','ADM1059A3','NR_104396'),(103830218,20.5988,99.9276,90.0797,59.8117,0,0,10,'15|65369152|65370533|99.9276','ADM1059A3','NM_001101362'),(103830223,24.6471,100,100,78.8235,0,0,10,NULL,'ADM1059A3','NM_199003'),(103830225,20.4993,97.8487,87.6822,57.2172,0,0,10,'13|88327641|88330523|97.8487','ADM1059A3','NM_015567'),(103830233,23.831,100,100,85.3738,0,0,10,NULL,'ADM1059A3','NM_000318'),(103830234,23.831,100,100,85.3738,0,0,10,NULL,'ADM1059A3','NM_001172087'),(103830237,26.2321,100,100,93.3124,0,0,10,NULL,'ADM1059A3','NM_181661'),(103830263,26.6221,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001866'),(103830292,28.821,100,98.155,90.7749,0,0,10,NULL,'ADM1059A3','NM_001160301'),(103830351,21.8454,100,96.1165,72.9542,0,0,10,NULL,'ADM1059A3','NM_001024613'),(103830359,26.9377,100,99.8801,90.048,0,0,10,NULL,'ADM1059A3','NR_039875'),(103830397,21.9781,100,94.8781,67.0731,0,0,10,NULL,'ADM1059A3','NM_000266'),(103830409,26.6584,100,99.5885,81.893,0,0,10,NULL,'ADM1059A3','NR_046429'),(103830442,29.6601,100,100,94.1406,0,0,10,NULL,'ADM1059A3','NM_018466'),(103830454,26.1658,100,98.2528,86.6915,0,0,10,NULL,'ADM1059A3','NM_017635'),(103830469,23.8494,100,96.065,81.6082,0,0,10,NULL,'ADM1059A3','NM_018486'),(103830470,23.7146,100,94.8315,81.9101,0,0,10,NULL,'ADM1059A3','NM_001166418'),(103830496,23.8921,100,99.3258,77.8652,0,0,10,NULL,'ADM1059A3','NM_001184892'),(103830502,29.984,100,100,99.2011,0,0,10,NULL,'ADM1059A3','NM_014504'),(103830531,21.5932,100,99.1525,65.6779,0,0,10,NULL,'ADM1059A3','NM_001171155'),(103830570,18.9663,94.7115,75.7212,46.3942,0,0,10,'X|68836150|68836550|94.5','ADM1059A3','NM_001005610'),(103830571,17.8659,95.1648,67.033,38.9011,0,0,10,'X|68836150|68836550|94.5','ADM1059A3','NM_001005613'),(103830623,25.7796,100,100,92.9285,0,0,10,NULL,'ADM1059A3','XM_005277807'),(103830657,30.7423,100,100,98.4663,0,0,10,NULL,'ADM1059A3','NM_000900'),(103830658,30.2178,100,100,98.7624,0,0,10,NULL,'ADM1059A3','NM_001190839'),(103830671,22.6446,100,99.3384,82.3251,0,0,10,NULL,'ADM1059A3','NM_004429'),(103830688,21.3653,100,96.8718,61.4531,0,0,10,NULL,'ADM1059A3','NM_013953'),(103830689,21.3868,100,97.4756,63.8436,0,0,10,NULL,'ADM1059A3','NM_013952'),(103830690,21.2307,100,96.4393,54.4634,0,0,10,NULL,'ADM1059A3','NM_000181'),(103830691,20.9755,100,95.5484,53.871,0,0,10,NULL,'ADM1059A3','NM_001284290'),(103830692,20.9298,100,96.1371,50.5985,0,0,10,NULL,'ADM1059A3','XM_005250297'),(103830776,21.8305,100,97.9599,59.0133,0,0,10,NULL,'ADM1059A3','NM_001177639'),(103830777,21.8305,100,97.9599,59.0133,0,0,10,NULL,'ADM1059A3','NM_001177643'),(103830778,21.8305,100,97.9599,59.0133,0,0,10,NULL,'ADM1059A3','NM_001177634'),(103830779,21.8305,100,97.9599,59.0133,0,0,10,NULL,'ADM1059A3','NM_001177638'),(103830780,21.8305,100,97.9599,59.0133,0,0,10,NULL,'ADM1059A3','NM_001177644'),(103830781,21.8305,100,97.9599,59.0133,0,0,10,NULL,'ADM1059A3','NM_001177642'),(103830824,22.0289,100,95.1002,76.8374,0,0,10,NULL,'ADM1059A3','NM_001271888'),(103830862,23.9226,99.6985,83.1156,77.9899,0,0,10,'4|56262354|56262565|98.5782','ADM1059A3','NM_018475'),(103830899,20.2334,100,88.1492,50.4023,0,0,10,NULL,'ADM1059A3','NM_000709'),(103830925,24.9107,99.8962,89.9273,78.8162,0,0,10,'1|235993524|235993726|99.505','ADM1059A3','NR_102436'),(103830931,22.2056,100,98.6842,58.5527,0,0,10,NULL,'ADM1059A3','NM_001886'),(103830936,27.0955,100,100,82.3389,0.238664,0,10,NULL,'ADM1059A3','NM_001008388'),(103830941,23.4919,100,100,85.7835,0,0,10,NULL,'ADM1059A3','NM_030662'),(103830960,25.3392,100,100,95.2602,0,0,10,NULL,'ADM1059A3','NM_001164674'),(103830992,28.742,100,100,94.1532,0,0,10,NULL,'ADM1059A3','XM_005274612'),(103831001,25.1735,100,97.1939,70.6633,0,0,10,NULL,'ADM1059A3','NM_005340'),(103831049,27.4668,100,100,98.1643,0,0,10,NULL,'ADM1059A3','NM_002241'),(103831079,30.2271,100,100,99.237,0,0,10,NULL,'ADM1059A3','NM_000112'),(103831123,22.1041,100,99.3341,70.8233,0,0,10,NULL,'ADM1059A3','NM_183075'),(103831125,26.0834,100,100,99.7351,0,0,10,NULL,'ADM1059A3','NM_001146039'),(103831143,22.1156,100,92.948,72.4814,0,0,10,NULL,'ADM1059A3','NM_152393'),(103831244,31.7034,100,100,100,0,0,10,NULL,'ADM1059A3','NM_152269'),(103831245,31.7034,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001143905'),(103831316,26.1678,100,100,98.917,0,0,10,NULL,'ADM1059A3','XM_005253936'),(103831357,25.1925,100,96.7915,68.984,0,0,10,NULL,'ADM1059A3','XM_005267884'),(103831367,17.8687,93.434,61.8113,45.7358,0,0,10,'1|228345457|228346782|93.434','ADM1059A3','NM_020435'),(103831388,19.7548,100,96.8287,46.9344,0,0,10,NULL,'ADM1059A3','NM_006432'),(103831441,22.1818,100,99.5929,72.9986,0,0,10,NULL,'ADM1059A3','XM_005267060'),(103831451,30.5402,100,100,100,0,0,10,NULL,'ADM1059A3','NM_207118'),(103831453,19.3101,99.4867,89.2197,44.0452,0,0,10,'5|139493764|139494738|99.4867','ADM1059A3','NM_005859'),(103831500,27.3245,100,96.9199,84.5996,0,0,10,NULL,'ADM1059A3','NM_003916'),(103831507,21.017,100,94.101,62.6205,0,0,10,NULL,'ADM1059A3','NM_003468'),(103831528,27.55,100,98.253,88.4066,0,0,10,NULL,'ADM1059A3','NM_012160'),(103831594,31.6477,100,100,99.933,0,0,10,NULL,'ADM1059A3','NM_001004127'),(103831644,20.3076,100,89.7736,55.7419,0,0,10,NULL,'ADM1059A3','XM_005255053'),(103831651,30.1958,100,100,93.1818,0,0,10,NULL,'ADM1059A3','NM_003865'),(103831671,23.9577,100,96.5009,78.2689,0,0,10,NULL,'ADM1059A3','NR_033334'),(103831692,19.7688,100,75.513,50.8892,0,0,10,NULL,'ADM1059A3','NM_005247'),(103831699,26.5199,100,99.5564,92.0142,0,0,10,NULL,'ADM1059A3','XM_005275518'),(103831711,27.0499,100,100,96.8218,0,0,10,NULL,'ADM1059A3','NM_000349'),(103831713,22.8817,100,99.3934,80.2881,0,0,10,NULL,'ADM1059A3','NM_153283'),(103831714,22.8817,100,99.3934,80.2881,0,0,10,NULL,'ADM1059A3','NM_153281'),(103831715,23.1582,100,99.3474,84.013,0,0,10,NULL,'ADM1059A3','NM_153282'),(103831716,22.9816,100,99.4465,72.5092,0,0,10,NULL,'ADM1059A3','NM_153285'),(103831719,27.1743,100,100,98.1081,0,0,10,NULL,'ADM1059A3','NM_001130110'),(103831732,11.5342,74.6229,11.9787,7.09849,0,0,10,'16|79632675|79633802|74.6229','ADM1059A3','NM_001031804'),(103831775,28.7836,100,100,100,0,0,10,NULL,'ADM1059A3','XM_005250808'),(103831798,25.8926,100,98.4653,81.4217,0,0,10,NULL,'ADM1059A3','NM_006493'),(103831816,16.5642,99.8497,67.1675,20.8866,0,0,10,'2|5832851|5834182|99.8497','ADM1059A3','NM_003108'),(103831822,24.5875,100,99.725,85.5179,0,0,10,NULL,'ADM1059A3','NM_004297'),(103831835,25.0897,100,99.6651,94.5747,0,0,10,NULL,'ADM1059A3','NM_017837'),(103831836,25.0897,100,99.6651,94.5747,0,0,10,NULL,'ADM1059A3','NM_001202554'),(103831932,20.691,99.6448,85.0799,54.707,0,0,10,'17|41738432|41738905|99.5772','ADM1059A3','NM_013999'),(103831941,23.8931,99.7003,91.8082,77.2228,0,0,10,'12|54332688|54333428|99.5946','ADM1059A3','NM_017410'),(103831972,26.1883,100,100,100,0,0,10,NULL,'ADM1059A3','NM_005213'),(103831984,25.9943,100,100,97.7273,0,0,10,NULL,'ADM1059A3','XM_005256486'),(103831990,20.57,100,88.7622,52.1173,0,0,10,NULL,'ADM1059A3','NM_000474'),(103831998,22.3603,100,94.9449,71.2316,0,0,10,NULL,'ADM1059A3','XM_005248296'),(103832022,19.505,100,87.7265,46.2109,0,0,10,NULL,'ADM1059A3','NM_178138'),(103832065,22.3656,99.2263,93.5397,75.822,0,0,10,'20|48098449|48099020|96.4974','ADM1059A3','NM_004975'),(103832083,28.25,100,100,92.8934,0,0,10,NULL,'ADM1059A3','NM_198991'),(103832084,28.25,100,100,92.8934,0,0,10,NULL,'ADM1059A3','NM_001136205'),(103832089,26.7279,100,100,91.1704,0,0,10,NULL,'ADM1059A3','NM_001143827'),(103832090,26.5462,100,100,91.4598,0,0,10,NULL,'ADM1059A3','NM_014268'),(103832091,26.5692,100,100,89.8225,0,0,10,NULL,'ADM1059A3','NM_001256420'),(103832092,26.5486,100,100,90.1714,0,0,10,NULL,'ADM1059A3','NM_001143826'),(103832157,24.195,100,99.1504,81.2035,0,0,10,NULL,'ADM1059A3','NM_001042413'),(103832164,21.6468,100,89.7331,47.2279,0,0,10,NULL,'ADM1059A3','NM_024592'),(103832212,21.864,100,100,72.7941,0,0,10,NULL,'ADM1059A3','NM_001863'),(103832219,21.9703,100,81.6832,61.1386,0,0,10,NULL,'ADM1059A3','NM_001127394'),(103832229,21.5393,100,91.1325,66.3567,0,0,10,NULL,'ADM1059A3','NM_001177465'),(103832316,21.0756,100,93.5852,63.2217,0,0,10,NULL,'ADM1059A3','NM_005378'),(103832317,25.6205,100,98.7049,86.3856,0,0,10,NULL,'ADM1059A3','NM_001282532'),(103832318,25.6205,100,98.7049,86.3856,0,0,10,NULL,'ADM1059A3','NM_015339'),(103832319,25.6205,100,98.7049,86.3856,0,0,10,NULL,'ADM1059A3','NM_181442'),(103832328,27.605,100,99.6865,91.8495,0,0,10,NULL,'ADM1059A3','NM_001270466'),(103832337,24.2486,100,100,89.2458,0,0,10,NULL,'ADM1059A3','NM_001144951'),(103832340,18.7396,99.8157,80.344,41.3391,0,0,10,'17|42082029|42082459|99.3023','ADM1059A3','NM_153006'),(103832384,24.1041,100,98.0645,72.9954,0,0,10,NULL,'ADM1059A3','NM_006439'),(103832416,21.3844,100,86.25,79.0625,0,0,10,NULL,'ADM1059A3','NM_001242701'),(103832434,26.0148,98.521,87.839,66.5571,0,0,10,'18|3451975|3452382|95.5774','ADM1059A3','NM_170695'),(103832465,24.2821,100,98.0357,83.3929,0,0,10,NULL,'ADM1059A3','NM_032492'),(103832482,26.1851,99.5192,88.9423,72.8365,0,0,10,'17|56770002|56770151|98.6577','ADM1059A3','NM_002876'),(103832495,25.4942,100,98.2243,81.4205,0,0,10,NULL,'ADM1059A3','NM_021998'),(103832562,18.5652,96.5353,81.3179,42.5951,0,0,10,'X|153295815|153296903|95.3125','ADM1059A3','NM_004992'),(103832573,25.3911,100,99.8454,84.6986,0,0,10,NULL,'ADM1059A3','NM_152464'),(103832575,23.0857,97.954,91.4322,74.9361,0,0,10,'11|3846556|3846691|88.1481','ADM1059A3','NM_001256240'),(103832600,19.3138,99.6173,85.8418,45.5357,0,0,10,'22|18561141|18561374|98.7124','ADM1059A3','NM_001199319'),(103832604,22.782,99.5822,88.4543,69.5025,0,0,10,'17|48430989|48431485|97.7823','ADM1059A3','NM_022167'),(103832626,23.7956,100,100,88.3212,0,0,10,NULL,'ADM1059A3','NR_033294'),(103832635,17.1226,87.1489,68.8511,33.617,0,0,10,'7|27238773|27239699|83.6933','ADM1059A3','NM_000522'),(103832662,28.3752,100,100,94.3338,0,0,10,NULL,'ADM1059A3','NM_018105'),(103832707,22.1403,100,100,85.7143,0,0,10,NULL,'ADM1059A3','NM_138425'),(103832748,30.6591,100,100,80.6818,0,0,10,NULL,'ADM1059A3','NM_001257160'),(103832870,25.9744,100,97.1342,88.7195,0,0,10,NULL,'ADM1059A3','NM_000104'),(103832958,28.5487,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001079528'),(103832990,26.0705,100,99.3819,92.8307,0,0,10,NULL,'ADM1059A3','XM_005245940'),(103832991,29.103,100,100,99.0692,0,0,10,NULL,'ADM1059A3','NM_001278055'),(103833008,23.079,100,97.146,79.8024,0,0,10,NULL,'ADM1059A3','NM_000554'),(103833040,21.9884,100,96.3873,70.9538,0,0,10,NULL,'ADM1059A3','NM_006261'),(103833049,21.7111,100,96.614,66.4786,0,0,10,NULL,'ADM1059A3','NM_013992'),(103833060,21.9454,100,90.6883,61.5385,0,0,10,NULL,'ADM1059A3','NM_001166422'),(103833113,18.3337,100,81.6502,40.2709,0,0,10,NULL,'ADM1059A3','NM_002449'),(103833135,24.8724,100,100,90.3654,0,0,10,NULL,'ADM1059A3','XM_005270842'),(103833136,24.8724,100,100,90.3654,0,0,10,NULL,'ADM1059A3','NM_004974'),(103833141,20.4193,100,94.3946,51.1211,0,0,10,NULL,'ADM1059A3','XM_005250299'),(103833168,29.7687,100,100,98.942,0,0,10,NULL,'ADM1059A3','NM_002312'),(103833169,29.7687,100,100,98.942,0,0,10,NULL,'ADM1059A3','NM_001098268'),(103833173,21.2296,99.5786,88.2022,62.2893,0,0,10,'20|745850|746421|98.9492','ADM1059A3','NM_033409'),(103833186,20.1983,100,83.9269,55.2455,0,0,10,NULL,'ADM1059A3','NM_000523'),(103833203,26.6716,99.8527,97.2018,91.3844,0,0,10,'15|38545384|38545420|94.4444','ADM1059A3','NM_152594'),(103833214,23.6756,100,100,87.1473,0,0,10,NULL,'ADM1059A3','NM_004465'),(103833277,20.9084,100,97.6868,60.5872,0,0,10,NULL,'ADM1059A3','NM_003317'),(103833346,22.606,100,99.543,73.9488,0,0,10,NULL,'ADM1059A3','NM_006831'),(103833350,11.4983,76.3934,10.8197,6.31148,0,0,10,'16|79632680|79633802|74.5098,16|79628354|79628452|97.9592','ADM1059A3','NM_005360'),(103833410,22.9278,100,100,78.0749,0,0,10,NULL,'ADM1059A3','NM_018973'),(103833417,23.9986,100,97.3082,94.3472,0,0,10,NULL,'ADM1059A3','NM_001170963'),(103833418,23.9986,100,97.3082,94.3472,0,0,10,NULL,'ADM1059A3','NM_205833'),(103833495,21.6659,100,100,78.2511,0,0,10,NULL,'ADM1059A3','XM_005254330'),(103833506,33.8772,100,100,99.9083,0,0,10,NULL,'ADM1059A3','NM_000286'),(103833536,27.4979,100,95.9205,88.2322,0.627615,0,10,NULL,'ADM1059A3','NR_001587'),(103833545,21.0851,100,92.1349,62.3595,0,0,10,NULL,'ADM1059A3','NM_002181'),(103833568,22.2319,99.9322,96.4068,70.6441,0,0,10,'14|29236483|29237958|99.9322','ADM1059A3','NM_005249'),(103833600,26.7626,100,96.7963,90.9039,0,0,10,NULL,'ADM1059A3','XM_005265515'),(103833601,26.7626,100,96.7963,90.9039,0,0,10,NULL,'ADM1059A3','NM_032806'),(103833663,20.0767,100,93.0684,53.3272,0,0,10,NULL,'ADM1059A3','NM_032645'),(103833682,25.7774,100,99.8288,88.6986,0,0,10,NULL,'ADM1059A3','NM_002524'),(103833748,22.7608,99.7534,90.6289,72.3181,0,0,10,'9|131707963|131709585|99.7534','ADM1059A3','NM_014908'),(103833752,24.7378,100,99.8679,89.5641,0,0,10,NULL,'ADM1059A3','NM_000557'),(103833765,26.2621,100,100,92.233,0,0,10,NULL,'ADM1059A3','XM_005264439'),(103833785,30.2106,100,100,99.6193,0,0,10,NULL,'ADM1059A3','NM_016725'),(103833786,30.2106,100,100,99.6193,0,0,10,NULL,'ADM1059A3','NM_016724'),(103833787,30.2106,100,100,99.6193,0,0,10,NULL,'ADM1059A3','NM_016729'),(103833838,23.3956,100,100,83.1858,0,0,10,NULL,'ADM1059A3','NM_022725'),(103833852,23.7414,100,99.6042,88.9182,0,0,10,NULL,'ADM1059A3','XM_005256577'),(103833895,26.6366,100,98.1707,84.939,0,0,10,NULL,'ADM1059A3','NM_006517'),(103833976,29.5248,100,99.8115,95.5602,0,0,10,NULL,'ADM1059A3','NM_017654'),(103833997,25.5964,100,97.5229,82.9816,0,0,10,NULL,'ADM1059A3','NM_024702'),(103834036,27.6437,100,100,93.097,0,0,10,NULL,'ADM1059A3','NM_006891'),(103834052,24.6048,100,100,97.4551,0,0,10,NULL,'ADM1059A3','NM_001185117'),(103834228,21.4582,98.5936,92.3821,72.3703,0,0,10,'X|63409756|63413169|98.5936','ADM1059A3','NM_152424'),(103834333,27.1053,100,100,100,0,0,10,NULL,'ADM1059A3','NR_029488'),(103834334,21.5328,100,100,52.5548,0,0,10,NULL,'ADM1059A3','NM_001286957'),(103834344,17.1417,96.9988,69.5078,33.7335,0,0,10,'6|1610679|1612345|96.9988','ADM1059A3','NM_001453'),(103834368,30.4393,100,100,92.8899,0,0,10,NULL,'ADM1059A3','NM_173207'),(103834413,18.3496,99.3789,74.7116,42.0586,0,0,10,'9|100616194|100617321|99.3789','ADM1059A3','NM_004473'),(103834677,23.0609,100,99.0244,74.8781,0,0,10,NULL,'ADM1059A3','NM_015972'),(103834691,17.2481,98.8692,71.9434,21.1307,0,0,10,'X|136648848|136649912|98.4962','ADM1059A3','NM_003413'),(103834692,31.32,100,100,99.8462,0,0,10,NULL,'ADM1059A3','NM_017946'),(103834841,24.5321,100,100,92.7114,0,0,10,NULL,'ADM1059A3','NM_004004'),(103834946,26.1212,100,100,90.6563,0,0,10,NULL,'ADM1059A3','NM_000529'),(103834985,25.9918,100,97.545,82.0786,0,0,10,NULL,'ADM1059A3','NM_032436'),(103835015,16.4547,94.4408,57.6439,29.9801,0,0,10,'16|86600939|86602450|94.4408','ADM1059A3','NM_005251'),(103835116,30.4469,100,100,100,0,0,10,NULL,'ADM1059A3','XM_005246930'),(103835124,21.5648,100,99.1866,69.09,0,0,10,NULL,'ADM1059A3','XM_005251814'),(103835125,21.5648,100,99.1866,69.09,0,0,10,NULL,'ADM1059A3','NM_012210'),(103835126,27.1444,100,100,100,0,0,10,NULL,'ADM1059A3','NR_029490'),(103835133,22.8592,100,91.8386,79.1928,0,0,10,NULL,'ADM1059A3','NM_016381'),(103835198,23.2181,100,99.7167,90.9348,0,0,10,NULL,'ADM1059A3','NM_001042631'),(103835199,24.0624,100,98.1501,75.1586,0,0,10,NULL,'ADM1059A3','NM_018094'),(103835208,21.0918,98.4359,89.1554,67.9875,0,0,10,'3|181430146|181431105|98.4359','ADM1059A3','NM_003106'),(103835317,28.0595,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001256547'),(103835341,20.9893,99.8477,82.0259,54.5316,0,0,10,'13|20716117|20717430|99.8477','ADM1059A3','NM_021954'),(103835361,20.0821,100,97.039,51.144,0,0,10,NULL,'ADM1059A3','XM_005260397'),(103835362,20.0821,100,97.039,51.144,0,0,10,NULL,'ADM1059A3','NM_016592'),(103835366,16.3019,95.8364,55.2416,26.2454,0,0,10,'X|139585882|139587227|95.8364','ADM1059A3','NM_005634'),(103835369,17.3088,100,83.2124,21.4508,0,0,10,NULL,'ADM1059A3','NM_012186'),(103835373,29.0435,100,100,92.5631,0,0,10,NULL,'ADM1059A3','NM_152618'),(103835374,29.0435,100,100,92.5631,0,0,10,NULL,'ADM1059A3','NM_001178007'),(103835464,33.8,100,100,100,0,0,10,NULL,'ADM1059A3','NR_029489'),(103835474,24.2782,100,100,94.7183,0,0,10,NULL,'ADM1059A3','NM_153741'),(103835505,34.7857,100,100,100,0,0,10,NULL,'ADM1059A3','XM_005267882'),(103835554,19.8059,99.3358,88.7823,43.4686,0,0,10,'X|100666974|100668329|99.3358','ADM1059A3','NM_019597'),(103835666,24.9562,100,99.8729,87.6747,0,0,10,NULL,'ADM1059A3','NM_001193357'),(103835667,24.9562,100,99.8729,87.6747,0,0,10,NULL,'ADM1059A3','NM_016553'),(103835668,24.9562,100,99.8729,87.6747,0,0,10,NULL,'ADM1059A3','NM_153718'),(103835675,20.5561,100,94.328,55.7953,0,0,10,NULL,'ADM1059A3','NM_032040'),(103835700,16.4789,86.1796,62.6761,38.2923,0,0,10,'3|138664431|138665567|86.1796','ADM1059A3','NM_023067'),(103835755,17.791,100,91.8033,25.4098,0,0,10,NULL,'ADM1059A3','NM_057179'),(103835776,32.1768,100,100,100,0,0,10,NULL,'ADM1059A3','NM_145014'),(103835777,32.1768,100,100,100,0,0,10,NULL,'ADM1059A3','NM_001134793'); /*!40000 ALTER TABLE `transcript_stat` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2018-03-07 11:07:25
USE TableRelations GO CREATE TABLE Teachers ( TeacherID INT NOT NULL, Name NVARCHAR(50) NOT NULL, ManagerID INT ) GO INSERT INTO Teachers VALUES (101, 'John', NULL), (102, 'Maya', 106), (103, 'Silvia', 106), (104, 'Ted', 105), (105, 'Mark', 101), (106, 'Greta', 101) GO ALTER TABLE Teachers ADD CONSTRAINT PK_Teachers_TeacherID PRIMARY Key(TeacherID) GO ALTER TABLE Teachers ADD CONSTRAINT FK_Teachers_Teachers_ManagerID FOREIGN KEY(ManagerID) REFERENCES Teachers(TeacherID)
<filename>internal/migrations/postgresql/create_users_table.sql -- +goose Up -- SQL in section 'Up' is executed when this migration is applied CREATE TABLE users ( id TEXT PRIMARY KEY, password_hash TEXT NOT NULL, max_todo INTEGER NOT NULL DEFAULT 5 ); --- pwd: '<PASSWORD>' INSERT INTO users (id, password_hash, max_todo) VALUES('firstUser', <PASSWORD>', 5); -- +goose Down -- SQL section 'Down' is executed when this migration is rolled back DROP TABLE IF EXISTS users CASCADE;
CREATE OR REPLACE VIEW most_rated AS SELECT * FROM movies m WHERE m.num_ratings = ( SELECT MAX(m.num_ratings) FROM movies m);
<gh_stars>0 -- phpMyAdmin SQL Dump -- version 4.8.4 -- https://www.phpmyadmin.net/ -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 14-01-2019 a las 20:15:10 -- Versión del servidor: 10.1.37-MariaDB -- Versión de PHP: 7.3.0 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Base de datos: `php_chat` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `chat` -- CREATE TABLE `chat` ( `chatid` int(11) NOT NULL, `sender_userid` int(11) NOT NULL, `reciever_userid` int(11) NOT NULL, `message` text NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `status` int(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `chat_login_details` -- CREATE TABLE `chat_login_details` ( `id` int(11) NOT NULL, `userid` int(11) NOT NULL, `last_activity` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `is_typing` enum('no','yes') NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `chat_users` -- CREATE TABLE `chat_users` ( `userid` int(11) NOT NULL, `username` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `avatar` varchar(255) NOT NULL, `current_session` int(11) NOT NULL, `online` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `chat_users` -- INSERT INTO `chat_users` (`userid`, `username`, `password`, `avatar`, `current_session`, `online`) VALUES (1, 'jorge', 'root', 'user1.jpg', 2, 1), (2, 'maria', '12345', 'user2.jpg', 1, 0); -- -- Índices para tablas volcadas -- -- -- Indices de la tabla `chat` -- ALTER TABLE `chat` ADD PRIMARY KEY (`chatid`); -- -- Indices de la tabla `chat_login_details` -- ALTER TABLE `chat_login_details` ADD PRIMARY KEY (`id`); -- -- Indices de la tabla `chat_users` -- ALTER TABLE `chat_users` ADD PRIMARY KEY (`userid`); -- -- AUTO_INCREMENT de las tablas volcadas -- -- -- AUTO_INCREMENT de la tabla `chat` -- ALTER TABLE `chat` MODIFY `chatid` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `chat_login_details` -- ALTER TABLE `chat_login_details` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
<filename>database_dump/generate.sql /* SQLyog Community v12.11 (64 bit) MySQL - 5.6.17 : Database - admincms ********************************************************************* */ /*!40101 SET NAMES utf8 */; /*!40101 SET SQL_MODE=''*/; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; /*Table structure for table `acl_classes` */ DROP TABLE IF EXISTS `acl_classes`; CREATE TABLE `acl_classes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `class_type` varchar(200) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_69DD750638A36066` (`class_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `acl_classes` */ /*Table structure for table `acl_entries` */ DROP TABLE IF EXISTS `acl_entries`; CREATE TABLE `acl_entries` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `class_id` int(10) unsigned NOT NULL, `object_identity_id` int(10) unsigned DEFAULT NULL, `security_identity_id` int(10) unsigned NOT NULL, `field_name` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, `ace_order` smallint(5) unsigned NOT NULL, `mask` int(11) NOT NULL, `granting` tinyint(1) NOT NULL, `granting_strategy` varchar(30) COLLATE utf8_unicode_ci NOT NULL, `audit_success` tinyint(1) NOT NULL, `audit_failure` tinyint(1) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_46C8B806EA000B103D9AB4A64DEF17BCE4289BF4` (`class_id`,`object_identity_id`,`field_name`,`ace_order`), KEY `IDX_46C8B806EA000B103D9AB4A6DF9183C9` (`class_id`,`object_identity_id`,`security_identity_id`), KEY `IDX_46C8B806EA000B10` (`class_id`), KEY `IDX_46C8B8063D9AB4A6` (`object_identity_id`), KEY `IDX_46C8B806DF9183C9` (`security_identity_id`), CONSTRAINT `FK_46C8B806DF9183C9` FOREIGN KEY (`security_identity_id`) REFERENCES `acl_security_identities` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_46C8B8063D9AB4A6` FOREIGN KEY (`object_identity_id`) REFERENCES `acl_object_identities` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_46C8B806EA000B10` FOREIGN KEY (`class_id`) REFERENCES `acl_classes` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `acl_entries` */ /*Table structure for table `acl_object_identities` */ DROP TABLE IF EXISTS `acl_object_identities`; CREATE TABLE `acl_object_identities` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `parent_object_identity_id` int(10) unsigned DEFAULT NULL, `class_id` int(10) unsigned NOT NULL, `object_identifier` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `entries_inheriting` tinyint(1) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_9407E5494B12AD6EA000B10` (`object_identifier`,`class_id`), KEY `IDX_9407E54977FA751A` (`parent_object_identity_id`), CONSTRAINT `FK_9407E54977FA751A` FOREIGN KEY (`parent_object_identity_id`) REFERENCES `acl_object_identities` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `acl_object_identities` */ /*Table structure for table `acl_object_identity_ancestors` */ DROP TABLE IF EXISTS `acl_object_identity_ancestors`; CREATE TABLE `acl_object_identity_ancestors` ( `object_identity_id` int(10) unsigned NOT NULL, `ancestor_id` int(10) unsigned NOT NULL, PRIMARY KEY (`object_identity_id`,`ancestor_id`), KEY `IDX_825DE2993D9AB4A6` (`object_identity_id`), KEY `IDX_825DE299C671CEA1` (`ancestor_id`), CONSTRAINT `FK_825DE299C671CEA1` FOREIGN KEY (`ancestor_id`) REFERENCES `acl_object_identities` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_825DE2993D9AB4A6` FOREIGN KEY (`object_identity_id`) REFERENCES `acl_object_identities` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `acl_object_identity_ancestors` */ /*Table structure for table `acl_security_identities` */ DROP TABLE IF EXISTS `acl_security_identities`; CREATE TABLE `acl_security_identities` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `identifier` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `username` tinyint(1) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_8835EE78772E836AF85E0677` (`identifier`,`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `acl_security_identities` */ /*Table structure for table `bannercontent_blocks` */ DROP TABLE IF EXISTS `bannercontent_blocks`; CREATE TABLE `bannercontent_blocks` ( `page_id` int(11) NOT NULL, `contentblock_id` int(11) NOT NULL, PRIMARY KEY (`page_id`,`contentblock_id`), KEY `IDX_F4D586C4663E4` (`page_id`), KEY `IDX_F4D58642ADBAC2` (`contentblock_id`), CONSTRAINT `FK_F4D58642ADBAC2` FOREIGN KEY (`contentblock_id`) REFERENCES `content_blocks` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_F4D586C4663E4` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `bannercontent_blocks` */ insert into `bannercontent_blocks`(`page_id`,`contentblock_id`) values (1,6),(1,7); /*Table structure for table `blog_bannercontent_blocks` */ DROP TABLE IF EXISTS `blog_bannercontent_blocks`; CREATE TABLE `blog_bannercontent_blocks` ( `blog_id` int(11) NOT NULL, `contentblock_id` int(11) NOT NULL, PRIMARY KEY (`blog_id`,`contentblock_id`), KEY `IDX_BBBD8485DAE07E97` (`blog_id`), KEY `IDX_BBBD848542ADBAC2` (`contentblock_id`), CONSTRAINT `FK_BBBD848542ADBAC2` FOREIGN KEY (`contentblock_id`) REFERENCES `content_blocks` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_BBBD8485DAE07E97` FOREIGN KEY (`blog_id`) REFERENCES `blogs` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `blog_bannercontent_blocks` */ /*Table structure for table `blog_extracontent_blocks` */ DROP TABLE IF EXISTS `blog_extracontent_blocks`; CREATE TABLE `blog_extracontent_blocks` ( `blog_id` int(11) NOT NULL, `contentblock_id` int(11) NOT NULL, PRIMARY KEY (`blog_id`,`contentblock_id`), KEY `IDX_D0FE99C6DAE07E97` (`blog_id`), KEY `IDX_D0FE99C642ADBAC2` (`contentblock_id`), CONSTRAINT `FK_D0FE99C642ADBAC2` FOREIGN KEY (`contentblock_id`) REFERENCES `content_blocks` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_D0FE99C6DAE07E97` FOREIGN KEY (`blog_id`) REFERENCES `blogs` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `blog_extracontent_blocks` */ /*Table structure for table `blog_maincontent_blocks` */ DROP TABLE IF EXISTS `blog_maincontent_blocks`; CREATE TABLE `blog_maincontent_blocks` ( `blog_id` int(11) NOT NULL, `contentblock_id` int(11) NOT NULL, PRIMARY KEY (`blog_id`,`contentblock_id`), KEY `IDX_1FB7CF4EDAE07E97` (`blog_id`), KEY `IDX_1FB7CF4E42ADBAC2` (`contentblock_id`), CONSTRAINT `FK_1FB7CF4E42ADBAC2` FOREIGN KEY (`contentblock_id`) REFERENCES `content_blocks` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_1FB7CF4EDAE07E97` FOREIGN KEY (`blog_id`) REFERENCES `blogs` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `blog_maincontent_blocks` */ insert into `blog_maincontent_blocks`(`blog_id`,`contentblock_id`) values (5,5); /*Table structure for table `blog_modalcontent_blocks` */ DROP TABLE IF EXISTS `blog_modalcontent_blocks`; CREATE TABLE `blog_modalcontent_blocks` ( `blog_id` int(11) NOT NULL, `contentblock_id` int(11) NOT NULL, PRIMARY KEY (`blog_id`,`contentblock_id`), KEY `IDX_3262B322DAE07E97` (`blog_id`), KEY `IDX_3262B32242ADBAC2` (`contentblock_id`), CONSTRAINT `FK_3262B32242ADBAC2` FOREIGN KEY (`contentblock_id`) REFERENCES `content_blocks` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_3262B322DAE07E97` FOREIGN KEY (`blog_id`) REFERENCES `blogs` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `blog_modalcontent_blocks` */ /*Table structure for table `blogs` */ DROP TABLE IF EXISTS `blogs`; CREATE TABLE `blogs` ( `id` int(11) NOT NULL AUTO_INCREMENT, `author` int(11) DEFAULT NULL, `introimage` int(11) DEFAULT NULL, `bgimage` int(11) DEFAULT NULL, `introvideo` int(11) DEFAULT NULL, `date` date NOT NULL, `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `alias` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `pageOrder` int(11) NOT NULL, `showPageTitle` int(11) NOT NULL, `publishState` int(11) NOT NULL, `pageclass` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `keywords` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `introtext` longtext COLLATE utf8_unicode_ci, `intromediasize` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `introclass` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `pagetype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `date_last_modified` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_F41BCA70E16C6B94` (`alias`), UNIQUE KEY `UNIQ_F41BCA70F3890D5F` (`introimage`), UNIQUE KEY `UNIQ_F41BCA7097AB4E12` (`bgimage`), UNIQUE KEY `UNIQ_F41BCA704A73D32C` (`introvideo`), KEY `IDX_F41BCA70BDAFD8C8` (`author`), CONSTRAINT `FK_F41BCA704A73D32C` FOREIGN KEY (`introvideo`) REFERENCES `media__media` (`id`) ON DELETE SET NULL, CONSTRAINT `FK_F41BCA7097AB4E12` FOREIGN KEY (`bgimage`) REFERENCES `media__media` (`id`) ON DELETE SET NULL, CONSTRAINT `FK_F41BCA70BDAFD8C8` FOREIGN KEY (`author`) REFERENCES `fos_user_user` (`id`) ON DELETE SET NULL, CONSTRAINT `FK_F41BCA70F3890D5F` FOREIGN KEY (`introimage`) REFERENCES `media__media` (`id`) ON DELETE SET NULL ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `blogs` */ insert into `blogs`(`id`,`author`,`introimage`,`bgimage`,`introvideo`,`date`,`title`,`alias`,`pageOrder`,`showPageTitle`,`publishState`,`pageclass`,`description`,`keywords`,`introtext`,`intromediasize`,`introclass`,`pagetype`,`date_last_modified`) values (1,1,NULL,NULL,NULL,'2015-05-14','Blog Home','articles',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'blog_home','2015-05-14 15:04:11'),(2,1,NULL,NULL,NULL,'2015-05-14','News','news',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'blog_cat_page','2015-05-14 15:04:11'),(3,1,NULL,NULL,NULL,'2015-05-14','Events','events',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'blog_cat_page','2015-05-14 15:04:11'),(4,1,NULL,NULL,NULL,'2015-05-14','Blog Filtered Listing','tagged',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'blog_filtered_list','2015-05-14 15:04:11'),(5,1,5,NULL,NULL,'2015-05-14','Test Blog Post 1','test-blog-post-1',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'blog_article','2015-05-14 15:04:11'),(6,1,6,NULL,NULL,'2015-05-14','Test Blog Post 2','test-blog-post-2',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'blog_article','2015-05-14 15:04:11'),(7,1,7,NULL,NULL,'2015-05-14','Test Blog Post 3','test-blog-post-3',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'blog_article','2015-05-14 15:04:11'),(8,1,8,NULL,NULL,'2015-05-14','Test Blog Post 4','test-blog-post-4',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'blog_article','2015-05-14 15:04:11'); /*Table structure for table `blogs_categories` */ DROP TABLE IF EXISTS `blogs_categories`; CREATE TABLE `blogs_categories` ( `blog_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, PRIMARY KEY (`blog_id`,`category_id`), KEY `IDX_9DB3BC97DAE07E97` (`blog_id`), KEY `IDX_9DB3BC9712469DE2` (`category_id`), CONSTRAINT `FK_9DB3BC9712469DE2` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_9DB3BC97DAE07E97` FOREIGN KEY (`blog_id`) REFERENCES `blogs` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `blogs_categories` */ insert into `blogs_categories`(`blog_id`,`category_id`) values (5,2),(6,3),(7,2),(8,3); /*Table structure for table `blogs_tags` */ DROP TABLE IF EXISTS `blogs_tags`; CREATE TABLE `blogs_tags` ( `blog_id` int(11) NOT NULL, `tag_id` int(11) NOT NULL, PRIMARY KEY (`blog_id`,`tag_id`), KEY `IDX_B21862B8DAE07E97` (`blog_id`), KEY `IDX_B21862B8BAD26311` (`tag_id`), CONSTRAINT `FK_B21862B8BAD26311` FOREIGN KEY (`tag_id`) REFERENCES `tags` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_B21862B8DAE07E97` FOREIGN KEY (`blog_id`) REFERENCES `blogs` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `blogs_tags` */ insert into `blogs_tags`(`blog_id`,`tag_id`) values (5,1),(6,2),(7,2),(8,1); /*Table structure for table `categories` */ DROP TABLE IF EXISTS `categories`; CREATE TABLE `categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `categoryClass` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `date_last_modified` datetime NOT NULL, `categoryIcon` int(11) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_3AF34668AD0F3245` (`categoryIcon`), CONSTRAINT `FK_3AF34668AD0F3245` FOREIGN KEY (`categoryIcon`) REFERENCES `media__media` (`id`) ON DELETE SET NULL ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `categories` */ insert into `categories`(`id`,`title`,`categoryClass`,`date_last_modified`,`categoryIcon`) values (1,'Homepage',NULL,'2015-05-14 15:04:10',NULL),(2,'News','news','2015-05-14 15:04:10',NULL),(3,'Events','events','2015-05-14 15:04:10',NULL),(4,'Sample Category','featured-category','2015-05-14 15:04:10',NULL); /*Table structure for table `classification__category` */ DROP TABLE IF EXISTS `classification__category`; CREATE TABLE `classification__category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) DEFAULT NULL, `context` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `media_id` int(11) DEFAULT NULL, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `enabled` tinyint(1) NOT NULL, `slug` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `position` int(11) DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `IDX_43629B36727ACA70` (`parent_id`), KEY `IDX_43629B36E25D857E` (`context`), KEY `IDX_43629B36EA9FDD75` (`media_id`), CONSTRAINT `FK_43629B36EA9FDD75` FOREIGN KEY (`media_id`) REFERENCES `media__media` (`id`) ON DELETE SET NULL, CONSTRAINT `FK_43629B36727ACA70` FOREIGN KEY (`parent_id`) REFERENCES `classification__category` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_43629B36E25D857E` FOREIGN KEY (`context`) REFERENCES `classification__context` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `classification__category` */ insert into `classification__category`(`id`,`parent_id`,`context`,`media_id`,`name`,`enabled`,`slug`,`description`,`position`,`created_at`,`updated_at`) values (1,NULL,'default',NULL,'default',1,'default','Default Media Category',NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'),(2,NULL,'intro',NULL,'intro',1,'intro','Intro Media Category',NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'),(3,NULL,'bgimage',NULL,'bgimage',1,'bgimage','Background Image Media Category',NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'),(4,NULL,'icons',NULL,'icons',1,'icons','Icons Media Category',NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'); /*Table structure for table `classification__collection` */ DROP TABLE IF EXISTS `classification__collection`; CREATE TABLE `classification__collection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `context` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `media_id` int(11) DEFAULT NULL, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `enabled` tinyint(1) NOT NULL, `slug` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `tag_collection` (`slug`,`context`), KEY `IDX_A406B56AE25D857E` (`context`), KEY `IDX_A406B56AEA9FDD75` (`media_id`), CONSTRAINT `FK_A406B56AEA9FDD75` FOREIGN KEY (`media_id`) REFERENCES `media__media` (`id`) ON DELETE SET NULL, CONSTRAINT `FK_A406B56AE25D857E` FOREIGN KEY (`context`) REFERENCES `classification__context` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `classification__collection` */ /*Table structure for table `classification__context` */ DROP TABLE IF EXISTS `classification__context`; CREATE TABLE `classification__context` ( `id` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `enabled` tinyint(1) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `classification__context` */ insert into `classification__context`(`id`,`name`,`enabled`,`created_at`,`updated_at`) values ('bgimage','bgimage',1,'2015-05-14 15:04:11','2015-05-14 15:04:11'),('default','default',1,'2015-05-14 15:04:11','2015-05-14 15:04:11'),('icons','icons',1,'2015-05-14 15:04:11','2015-05-14 15:04:11'),('intro','intro',1,'2015-05-14 15:04:11','2015-05-14 15:04:11'); /*Table structure for table `classification__tag` */ DROP TABLE IF EXISTS `classification__tag`; CREATE TABLE `classification__tag` ( `id` int(11) NOT NULL AUTO_INCREMENT, `context` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `enabled` tinyint(1) NOT NULL, `slug` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `tag_context` (`slug`,`context`), KEY `IDX_CA57A1C7E25D857E` (`context`), CONSTRAINT `FK_CA57A1C7E25D857E` FOREIGN KEY (`context`) REFERENCES `classification__context` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `classification__tag` */ /*Table structure for table `comments` */ DROP TABLE IF EXISTS `comments`; CREATE TABLE `comments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `blog_id` int(11) DEFAULT NULL, `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `username` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `comment` longtext COLLATE utf8_unicode_ci NOT NULL, `approved` tinyint(1) NOT NULL, `created` datetime NOT NULL, `commentType` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `bottrap` varchar(1) COLLATE utf8_unicode_ci DEFAULT NULL, `date_last_modified` datetime NOT NULL, PRIMARY KEY (`id`), KEY `IDX_5F9E962ADAE07E97` (`blog_id`), CONSTRAINT `FK_5F9E962ADAE07E97` FOREIGN KEY (`blog_id`) REFERENCES `blogs` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `comments` */ insert into `comments`(`id`,`blog_id`,`title`,`username`,`comment`,`approved`,`created`,`commentType`,`bottrap`,`date_last_modified`) values (1,5,'Sample Comment 1','blogger1','To make a long story short. You can\'t go wrong by choosing Symfony! And no one has ever been fired for using Symfony.',1,'2015-05-14 15:04:11','Blog',NULL,'2015-05-14 15:04:11'),(2,5,'Sample Comment 2','blogger2','To make a long story short. You can\'t go wrong by choosing Symfony! And no one has ever been fired for using Symfony 2.',1,'2015-05-14 15:04:11','Blog',NULL,'2015-05-14 15:04:11'),(3,5,'Sample Comment 3','blogger3','To make a long story short. You can\'t go wrong by choosing Symfony! And no one has ever been fired for using Symfony 3.',1,'2015-05-14 15:04:11','Blog',NULL,'2015-05-14 15:04:11'); /*Table structure for table `content_blocks` */ DROP TABLE IF EXISTS `content_blocks`; CREATE TABLE `content_blocks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `slide` int(11) DEFAULT NULL, `vimeo` int(11) DEFAULT NULL, `youtube` int(11) DEFAULT NULL, `globalblock` int(11) DEFAULT NULL, `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `publishedState` int(11) NOT NULL, `availability` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `showTitle` int(11) NOT NULL, `ordering` int(11) NOT NULL, `className` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sizeClass` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `mediaSize` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `idName` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `contentType` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `htmlText` longtext COLLATE utf8_unicode_ci, `date_last_modified` datetime NOT NULL, `fileFile` int(11) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_A6DBE5D472EFEE62` (`slide`), UNIQUE KEY `UNIQ_A6DBE5D44E850E4D` (`fileFile`), UNIQUE KEY `UNIQ_A6DBE5D47316E1A3` (`vimeo`), UNIQUE KEY `UNIQ_A6DBE5D4F0789934` (`youtube`), UNIQUE KEY `UNIQ_A6DBE5D4DF69D755` (`globalblock`), CONSTRAINT `FK_A6DBE5D4DF69D755` FOREIGN KEY (`globalblock`) REFERENCES `content_globalblock` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_A6DBE5D44E850E4D` FOREIGN KEY (`fileFile`) REFERENCES `media__media` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_A6DBE5D472EFEE62` FOREIGN KEY (`slide`) REFERENCES `content_slides` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_A6DBE5D47316E1A3` FOREIGN KEY (`vimeo`) REFERENCES `media__media` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_A6DBE5D4F0789934` FOREIGN KEY (`youtube`) REFERENCES `media__media` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `content_blocks` */ insert into `content_blocks`(`id`,`slide`,`vimeo`,`youtube`,`globalblock`,`title`,`publishedState`,`availability`,`showTitle`,`ordering`,`className`,`sizeClass`,`mediaSize`,`idName`,`contentType`,`htmlText`,`date_last_modified`,`fileFile`) values (1,NULL,NULL,NULL,NULL,'Sample Content Home',1,'page',1,1,NULL,'large-12',NULL,NULL,'html','<p>Quisque non arcu id ipsum imperdiet ultricies pharetra eu nibh. Etiam eros lectus, ullamcorper et congue in, lobortis sit amet lectus. In fermentum quam in arcu sodales, id varius est placerat. Fusce a dictum mi. Aliquam accumsan diam eget rutrum tincidunt. Nullam massa metus, placerat quis mattis nec</p>','2015-05-14 15:04:11',NULL),(2,NULL,NULL,NULL,NULL,'Sample Content 1',1,'page',1,1,'sampleClassname','large-12',NULL,'sampleId','html','<p>Quisque non arcu id ipsum imperdiet ultricies pharetra eu nibh. Etiam eros lectus, ullamcorper et congue in, lobortis sit amet lectus. In fermentum quam in arcu sodales, id varius est placerat. Fusce a dictum mi. Aliquam accumsan diam eget rutrum tincidunt. Nullam massa metus, placerat quis mattis nec</p>','2015-05-14 15:04:11',NULL),(3,NULL,NULL,NULL,NULL,'Sample Content 2',1,'page',1,2,NULL,'large-12',NULL,NULL,'html','<p>Quisque non arcu id ipsum imperdiet ultricies pharetra eu nibh. Etiam eros lectus, ullamcorper et congue in, lobortis sit amet lectus. In fermentum quam in arcu sodales, id varius est placerat. Fusce a dictum mi. Aliquam accumsan diam eget rutrum tincidunt. Nullam massa metus, placerat quis mattis nec</p>','2015-05-14 15:04:11',NULL),(4,NULL,NULL,NULL,NULL,'Sample Contact Form',1,'page',1,1,NULL,'large-12',NULL,NULL,'contact',NULL,'2015-05-14 15:04:11',NULL),(5,NULL,NULL,NULL,NULL,'Sample Blog Content 1',1,'page',1,1,'sampleClassname','large-12',NULL,'sampleId','html','<p>Quisque non arcu id ipsum imperdiet ultricies pharetra eu nibh. Etiam eros lectus, ullamcorper et congue in, lobortis sit amet lectus. In fermentum quam in arcu sodales, id varius est placerat. Fusce a dictum mi. Aliquam accumsan diam eget rutrum tincidunt. Nullam massa metus, placerat quis mattis nec</p>','2015-05-14 15:04:11',NULL),(6,1,NULL,NULL,NULL,'Home Top Banner Slide 1',1,'page',0,1,NULL,'large-12',NULL,NULL,'slide',NULL,'2015-05-14 15:04:11',NULL),(7,2,NULL,NULL,NULL,'Home Top Banner Slide 2',1,'page',0,2,NULL,'large-12',NULL,NULL,'slide',NULL,'2015-05-14 15:04:11',NULL); /*Table structure for table `content_blocks_images` */ DROP TABLE IF EXISTS `content_blocks_images`; CREATE TABLE `content_blocks_images` ( `contentblock_id` int(11) NOT NULL, `contentimage_id` int(11) NOT NULL, PRIMARY KEY (`contentblock_id`,`contentimage_id`), KEY `IDX_960CFC1F42ADBAC2` (`contentblock_id`), KEY `IDX_960CFC1F96E51DA3` (`contentimage_id`), CONSTRAINT `FK_960CFC1F96E51DA3` FOREIGN KEY (`contentimage_id`) REFERENCES `content_images` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_960CFC1F42ADBAC2` FOREIGN KEY (`contentblock_id`) REFERENCES `content_blocks` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `content_blocks_images` */ /*Table structure for table `content_globalblock` */ DROP TABLE IF EXISTS `content_globalblock`; CREATE TABLE `content_globalblock` ( `id` int(11) NOT NULL AUTO_INCREMENT, `contentblock` int(11) DEFAULT NULL, PRIMARY KEY (`id`), KEY `IDX_8C437DD3135C0AFC` (`contentblock`), CONSTRAINT `FK_8C437DD3135C0AFC` FOREIGN KEY (`contentblock`) REFERENCES `content_blocks` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `content_globalblock` */ /*Table structure for table `content_images` */ DROP TABLE IF EXISTS `content_images`; CREATE TABLE `content_images` ( `id` int(11) NOT NULL AUTO_INCREMENT, `imagefile` int(11) DEFAULT NULL, `imageOrder` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_8829CEC6991EFFB9` (`imagefile`), CONSTRAINT `FK_8829CEC6991EFFB9` FOREIGN KEY (`imagefile`) REFERENCES `media__media` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `content_images` */ /*Table structure for table `content_slides` */ DROP TABLE IF EXISTS `content_slides`; CREATE TABLE `content_slides` ( `id` int(11) NOT NULL AUTO_INCREMENT, `imagefile` int(11) DEFAULT NULL, `imageLinkTitle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `imageLinkURL` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_D0F6503D991EFFB9` (`imagefile`), CONSTRAINT `FK_D0F6503D991EFFB9` FOREIGN KEY (`imagefile`) REFERENCES `media__media` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `content_slides` */ insert into `content_slides`(`id`,`imagefile`,`imageLinkTitle`,`imageLinkURL`) values (1,9,'Slide 1','/blog/events'),(2,10,'Slide 2',NULL); /*Table structure for table `extracontent_blocks` */ DROP TABLE IF EXISTS `extracontent_blocks`; CREATE TABLE `extracontent_blocks` ( `page_id` int(11) NOT NULL, `contentblock_id` int(11) NOT NULL, PRIMARY KEY (`page_id`,`contentblock_id`), KEY `IDX_92E89973C4663E4` (`page_id`), KEY `IDX_92E8997342ADBAC2` (`contentblock_id`), CONSTRAINT `FK_92E8997342ADBAC2` FOREIGN KEY (`contentblock_id`) REFERENCES `content_blocks` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_92E89973C4663E4` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `extracontent_blocks` */ /*Table structure for table `fos_user_group` */ DROP TABLE IF EXISTS `fos_user_group`; CREATE TABLE `fos_user_group` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `roles` longtext COLLATE utf8_unicode_ci NOT NULL COMMENT '(DC2Type:array)', PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_583D1F3E5E237E06` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `fos_user_group` */ /*Table structure for table `fos_user_user` */ DROP TABLE IF EXISTS `fos_user_user`; CREATE TABLE `fos_user_user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `username_canonical` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `email_canonical` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `enabled` tinyint(1) NOT NULL, `salt` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `password` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `last_login` datetime DEFAULT NULL, `locked` tinyint(1) NOT NULL, `expired` tinyint(1) NOT NULL, `expires_at` datetime DEFAULT NULL, `confirmation_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `password_requested_at` datetime DEFAULT NULL, `roles` longtext COLLATE utf8_unicode_ci NOT NULL COMMENT '(DC2Type:array)', `credentials_expired` tinyint(1) NOT NULL, `credentials_expire_at` datetime DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `date_of_birth` datetime DEFAULT NULL, `firstname` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, `lastname` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, `website` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, `biography` varchar(1000) COLLATE utf8_unicode_ci DEFAULT NULL, `gender` varchar(1) COLLATE utf8_unicode_ci DEFAULT NULL, `locale` varchar(8) COLLATE utf8_unicode_ci DEFAULT NULL, `timezone` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, `phone` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, `facebook_uid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `facebook_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `facebook_data` longtext COLLATE utf8_unicode_ci COMMENT '(DC2Type:json)', `twitter_uid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `twitter_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `twitter_data` longtext COLLATE utf8_unicode_ci COMMENT '(DC2Type:json)', `gplus_uid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `gplus_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `gplus_data` longtext COLLATE utf8_unicode_ci COMMENT '(DC2Type:json)', `token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `two_step_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `bakeFrequency` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sex` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `bakeChoises` longtext COLLATE utf8_unicode_ci COMMENT '(DC2Type:array)', `age` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `children` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `campaign` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_C560D76192FC23A8` (`username_canonical`), UNIQUE KEY `UNIQ_C560D761A0D96FBF` (`email_canonical`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `fos_user_user` */ insert into `fos_user_user`(`id`,`username`,`username_canonical`,`email`,`email_canonical`,`enabled`,`salt`,`password`,`last_login`,`locked`,`expired`,`expires_at`,`confirmation_token`,`password_requested_at`,`roles`,`credentials_expired`,`credentials_expire_at`,`created_at`,`updated_at`,`date_of_birth`,`firstname`,`lastname`,`website`,`biography`,`gender`,`locale`,`timezone`,`phone`,`facebook_uid`,`facebook_name`,`facebook_data`,`twitter_uid`,`twitter_name`,`twitter_data`,`gplus_uid`,`gplus_name`,`gplus_data`,`token`,`two_step_code`,`bakeFrequency`,`sex`,`bakeChoises`,`age`,`children`,`campaign`) values (1,'admin','admin','<EMAIL>','<EMAIL>',1,'llqyt3h3wgg84wggc448sowg8cwogcc','8mF44fHLL5pftN65HhsWrkzx3hgfbm53fjtt70Wj9Sg4Uo3ObSrV4IyG6CJgSrvSl/TinUpRJYAxujXA14MgQA==',NULL,0,0,NULL,NULL,NULL,'a:1:{i:0;s:16:\"ROLE_SUPER_ADMIN\";}',0,NULL,'2015-05-14 15:04:10','2015-05-14 15:04:10',NULL,NULL,NULL,NULL,NULL,'u',NULL,NULL,NULL,NULL,NULL,'null',NULL,NULL,'null',NULL,NULL,'null',NULL,NULL,NULL,NULL,'N;',NULL,NULL,NULL); /*Table structure for table `fos_user_user_group` */ DROP TABLE IF EXISTS `fos_user_user_group`; CREATE TABLE `fos_user_user_group` ( `user_id` int(11) NOT NULL, `group_id` int(11) NOT NULL, PRIMARY KEY (`user_id`,`group_id`), KEY `IDX_B3C77447A76ED395` (`user_id`), KEY `IDX_B3C77447FE54D947` (`group_id`), CONSTRAINT `FK_B3C77447FE54D947` FOREIGN KEY (`group_id`) REFERENCES `fos_user_group` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_B3C77447A76ED395` FOREIGN KEY (`user_id`) REFERENCES `fos_user_user` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `fos_user_user_group` */ /*Table structure for table `maincontent_blocks` */ DROP TABLE IF EXISTS `maincontent_blocks`; CREATE TABLE `maincontent_blocks` ( `page_id` int(11) NOT NULL, `contentblock_id` int(11) NOT NULL, PRIMARY KEY (`page_id`,`contentblock_id`), KEY `IDX_BB2F1667C4663E4` (`page_id`), KEY `IDX_BB2F166742ADBAC2` (`contentblock_id`), CONSTRAINT `FK_BB2F166742ADBAC2` FOREIGN KEY (`contentblock_id`) REFERENCES `content_blocks` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_BB2F1667C4663E4` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `maincontent_blocks` */ insert into `maincontent_blocks`(`page_id`,`contentblock_id`) values (1,1),(5,4),(7,2),(7,3); /*Table structure for table `media__gallery` */ DROP TABLE IF EXISTS `media__gallery`; CREATE TABLE `media__gallery` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `context` varchar(64) COLLATE utf8_unicode_ci NOT NULL, `default_format` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `enabled` tinyint(1) NOT NULL, `updated_at` datetime NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `media__gallery` */ /*Table structure for table `media__gallery_media` */ DROP TABLE IF EXISTS `media__gallery_media`; CREATE TABLE `media__gallery_media` ( `id` int(11) NOT NULL AUTO_INCREMENT, `gallery_id` int(11) DEFAULT NULL, `media_id` int(11) DEFAULT NULL, `position` int(11) NOT NULL, `enabled` tinyint(1) NOT NULL, `updated_at` datetime NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `IDX_80D4C5414E7AF8F` (`gallery_id`), KEY `IDX_80D4C541EA9FDD75` (`media_id`), CONSTRAINT `FK_80D4C541EA9FDD75` FOREIGN KEY (`media_id`) REFERENCES `media__media` (`id`), CONSTRAINT `FK_80D4C5414E7AF8F` FOREIGN KEY (`gallery_id`) REFERENCES `media__gallery` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `media__gallery_media` */ /*Table structure for table `media__media` */ DROP TABLE IF EXISTS `media__media`; CREATE TABLE `media__media` ( `id` int(11) NOT NULL AUTO_INCREMENT, `category_id` int(11) DEFAULT NULL, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `description` text COLLATE utf8_unicode_ci, `enabled` tinyint(1) NOT NULL, `provider_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `provider_status` int(11) NOT NULL, `provider_reference` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `provider_metadata` longtext COLLATE utf8_unicode_ci COMMENT '(DC2Type:json)', `width` int(11) DEFAULT NULL, `height` int(11) DEFAULT NULL, `length` decimal(10,0) DEFAULT NULL, `content_type` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `content_size` int(11) DEFAULT NULL, `copyright` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `author_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `context` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, `cdn_is_flushable` tinyint(1) DEFAULT NULL, `cdn_flush_identifier` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, `cdn_flush_at` datetime DEFAULT NULL, `cdn_status` int(11) DEFAULT NULL, `updated_at` datetime NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `IDX_5C6DD74E12469DE2` (`category_id`), CONSTRAINT `FK_5C6DD74E12469DE2` FOREIGN KEY (`category_id`) REFERENCES `classification__category` (`id`) ON DELETE SET NULL ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `media__media` */ insert into `media__media`(`id`,`category_id`,`name`,`description`,`enabled`,`provider_name`,`provider_status`,`provider_reference`,`provider_metadata`,`width`, `height`,`length`,`content_type`,`content_size`,`copyright`,`author_name`,`context`,`cdn_is_flushable`,`cdn_flush_identifier`,`cdn_flush_at`,`cdn_status`,`updated_at`,`created_at`) values (1,2,'sample_thumb.jpeg',NULL,0,'sonata.media.provider.image',1,'sample_thumb.jpeg','{\"filename\":\"sample_thumb.jpeg\"}',622,415,NULL,'image/jpeg',8043,NULL,NULL,'intro',NULL,NULL,NULL,NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'),(2,2,'sample_thumb.jpeg',NULL,0,'sonata.media.provider.image',1,'sample_thumb.jpeg','{\"filename\":\"sample_thumb.jpeg\"}',622,415,NULL,'image/jpeg',8043,NULL,NULL,'intro',NULL,NULL,NULL,NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'),(3,2,'sample_thumb.jpeg',NULL,0,'sonata.media.provider.image',1,'sample_thumb.jpeg','{\"filename\":\"sample_thumb.jpeg\"}',622,415,NULL,'image/jpeg',8043,NULL,NULL,'intro',NULL,NULL,NULL,NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'),(4,2,'sample_thumb.jpeg',NULL,0,'sonata.media.provider.image',1,'sample_thumb.jpeg','{\"filename\":\"sample_thumb.jpeg\"}',622,415,NULL,'image/jpeg',8043,NULL,NULL,'intro',NULL,NULL,NULL,NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'),(5,2,'sample_thumb.jpeg',NULL,0,'sonata.media.provider.image',1,'sample_thumb.jpeg','{\"filename\":\"sample_thumb.jpeg\"}',622,415,NULL,'image/jpeg',8043,NULL,NULL,'intro',NULL,NULL,NULL,NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'),(6,2,'sample_thumb.jpeg',NULL,0,'sonata.media.provider.image',1,'sample_thumb.jpeg','{\"filename\":\"sample_thumb.jpeg\"}',622,415,NULL,'image/jpeg',8043,NULL,NULL,'intro',NULL,NULL,NULL,NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'),(7,2,'sample_thumb.jpeg',NULL,0,'sonata.media.provider.image',1,'sample_thumb.jpeg','{\"filename\":\"sample_thumb.jpeg\"}',622,415,NULL,'image/jpeg',8043,NULL,NULL,'intro',NULL,NULL,NULL,NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'),(8,2,'sample_thumb.jpeg',NULL,0,'sonata.media.provider.image',1,'sample_thumb.jpeg','{\"filename\":\"sample_thumb.jpeg\"}',622,415,NULL,'image/jpeg',8043,NULL,NULL,'intro',NULL,NULL,NULL,NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'),(9,3,'sample_thumb.jpeg',NULL,0,'sonata.media.provider.image',1,'sample_thumb.jpeg','{\"filename\":\"sample_thumb.jpeg\"}',622,415,NULL,'image/jpeg',8043,NULL,NULL,'bgimage',NULL,NULL,NULL,NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'),(10,3,'sample_thumb.jpeg',NULL,0,'sonata.media.provider.image',1,'sample_thumb.jpeg','{\"filename\":\"sample_thumb.jpeg\"}',622,415,NULL,'image/jpeg',8043,NULL,NULL,'bgimage',NULL,NULL,NULL,NULL,'2015-05-14 15:04:11','2015-05-14 15:04:11'); /*Table structure for table `menu_items` */ DROP TABLE IF EXISTS `menu_items`; CREATE TABLE `menu_items` ( `id` int(11) NOT NULL AUTO_INCREMENT, `page` int(11) DEFAULT NULL, `blog` int(11) DEFAULT NULL, `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `menuType` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `route` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `externalUrl` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `accessLevel` int(11) NOT NULL, `parent` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `menuGroup` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `publishState` int(11) NOT NULL, `ordering` int(11) NOT NULL, `menuUrlExtras` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `menuImage` int(11) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_70B2CA2A9196AB0E` (`menuImage`), KEY `IDX_70B2CA2A140AB620` (`page`), KEY `IDX_70B2CA2AC0155143` (`blog`), CONSTRAINT `FK_70B2CA2A9196AB0E` FOREIGN KEY (`menuImage`) REFERENCES `media__media` (`id`) ON DELETE SET NULL, CONSTRAINT `FK_70B2CA2A140AB620` FOREIGN KEY (`page`) REFERENCES `pages` (`id`) ON DELETE SET NULL, CONSTRAINT `FK_70B2CA2AC0155143` FOREIGN KEY (`blog`) REFERENCES `blogs` (`id`) ON DELETE SET NULL ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `menu_items` */ insert into `menu_items`(`id`,`page`,`blog`,`title`,`menuType`,`route`,`externalUrl`,`accessLevel`,`parent`,`menuGroup`,`publishState`,`ordering`,`menuUrlExtras`,`menuImage`) values (1,1,NULL,'Homepage','Page','showPage',NULL,0,'0','Main Menu',1,0,NULL,NULL),(2,NULL,1,'Blog','Blog','showPage',NULL,0,'0','Main Menu',1,2,NULL,NULL),(3,NULL,3,'Events','Blog','showPage',NULL,0,'0','Main Menu',1,3,NULL,NULL),(4,NULL,2,'News','Blog','showPage',NULL,0,'0','Main Menu',1,4,NULL,NULL),(5,8,NULL,'Sports','Page','showPage',NULL,0,'0','Main Menu',1,5,NULL,NULL),(6,7,NULL,'E-Magazine','Page','showPage',NULL,0,'0','Main Menu',1,6,NULL,NULL),(7,5,NULL,'Contact Us','Page','showPage',NULL,0,'0','Main Menu',1,7,NULL,NULL),(8,3,NULL,'Sitemap','Page','showPage',NULL,0,'0','Footer Menu',1,0,NULL,NULL); /*Table structure for table `modalcontent_blocks` */ DROP TABLE IF EXISTS `modalcontent_blocks`; CREATE TABLE `modalcontent_blocks` ( `page_id` int(11) NOT NULL, `contentblock_id` int(11) NOT NULL, PRIMARY KEY (`page_id`,`contentblock_id`), KEY `IDX_7074B397C4663E4` (`page_id`), KEY `IDX_7074B39742ADBAC2` (`contentblock_id`), CONSTRAINT `FK_7074B39742ADBAC2` FOREIGN KEY (`contentblock_id`) REFERENCES `content_blocks` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_7074B397C4663E4` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `modalcontent_blocks` */ /*Table structure for table `pages` */ DROP TABLE IF EXISTS `pages`; CREATE TABLE `pages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `author` int(11) DEFAULT NULL, `introimage` int(11) DEFAULT NULL, `bgimage` int(11) DEFAULT NULL, `date` date NOT NULL, `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `alias` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `pageOrder` int(11) NOT NULL, `showPageTitle` int(11) NOT NULL, `publishState` int(11) NOT NULL, `pageclass` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `keywords` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `introtext` longtext COLLATE utf8_unicode_ci, `intromediasize` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `introclass` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `pagetype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `date_last_modified` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_2074E575E16C6B94` (`alias`), UNIQUE KEY `UNIQ_2074E575F3890D5F` (`introimage`), UNIQUE KEY `UNIQ_2074E57597AB4E12` (`bgimage`), KEY `IDX_2074E575BDAFD8C8` (`author`), CONSTRAINT `FK_2074E57597AB4E12` FOREIGN KEY (`bgimage`) REFERENCES `media__media` (`id`) ON DELETE SET NULL, CONSTRAINT `FK_2074E575BDAFD8C8` FOREIGN KEY (`author`) REFERENCES `fos_user_user` (`id`) ON DELETE SET NULL, CONSTRAINT `FK_2074E575F3890D5F` FOREIGN KEY (`introimage`) REFERENCES `media__media` (`id`) ON DELETE SET NULL ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `pages` */ insert into `pages`(`id`,`author`,`introimage`,`bgimage`,`date`,`title`,`alias`,`pageOrder`,`showPageTitle`,`publishState`,`pageclass`,`description`,`keywords`,`introtext`,`intromediasize`,`introclass`,`pagetype`,`date_last_modified`) values (1,1,NULL,NULL,'2015-05-14','Home','index',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'homepage','2015-05-14 15:04:11'),(2,1,NULL,NULL,'2015-05-14','404 Error Page','404',99,1,1,NULL,NULL,NULL,'',NULL,NULL,'404','2015-05-14 15:04:11'),(3,1,NULL,NULL,'2015-05-14','Sitemap','site-map',99,1,1,NULL,NULL,NULL,'',NULL,NULL,'sitemap','2015-05-14 15:04:11'),(4,1,NULL,NULL,'2015-05-14','Page Filtered Listing','tagged',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'page_tag_list','2015-05-14 15:04:11'),(5,1,NULL,NULL,'2015-05-14','Contact Page','contact-page',99,1,1,NULL,NULL,NULL,'',NULL,NULL,'contact','2015-05-14 15:04:11'),(6,1,NULL,NULL,'2015-05-14','User Profile Page','user-profile',99,1,1,NULL,NULL,NULL,'',NULL,NULL,'user_profile','2015-05-14 15:04:11'),(7,1,1,NULL,'2015-05-14','Test Page 1','test-page-1',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'one_columned','2015-05-14 15:04:11'),(8,1,2,NULL,'2015-05-14','Test Page 2','test-page-2',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'two_columned','2015-05-14 15:04:11'),(9,1,3,NULL,'2015-05-14','Test Page 3','test-page-3',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'three_columned','2015-05-14 15:04:11'),(10,1,4,NULL,'2015-05-14','Test Page 4','test-page-4',99,1,1,NULL,NULL,NULL,'Lorem ipsum dolor sit amet, consectetur adipiscing eletra electrify denim vel ports.',NULL,NULL,'one_columned','2015-05-14 15:04:11'); /*Table structure for table `pages_categories` */ DROP TABLE IF EXISTS `pages_categories`; CREATE TABLE `pages_categories` ( `page_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, PRIMARY KEY (`page_id`,`category_id`), KEY `IDX_533F7E1BC4663E4` (`page_id`), KEY `IDX_533F7E1B12469DE2` (`category_id`), CONSTRAINT `FK_533F7E1B12469DE2` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_533F7E1BC4663E4` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `pages_categories` */ insert into `pages_categories`(`page_id`,`category_id`) values (1,1),(4,4),(7,1),(7,4),(8,1),(8,4),(9,1),(10,1); /*Table structure for table `pages_tags` */ DROP TABLE IF EXISTS `pages_tags`; CREATE TABLE `pages_tags` ( `page_id` int(11) NOT NULL, `tag_id` int(11) NOT NULL, PRIMARY KEY (`page_id`,`tag_id`), KEY `IDX_2476DEA6C4663E4` (`page_id`), KEY `IDX_2476DEA6BAD26311` (`tag_id`), CONSTRAINT `FK_2476DEA6BAD26311` FOREIGN KEY (`tag_id`) REFERENCES `tags` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_2476DEA6C4663E4` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `pages_tags` */ insert into `pages_tags`(`page_id`,`tag_id`) values (4,1),(7,1),(8,1),(9,1),(10,1); /*Table structure for table `secondarycontent_blocks` */ DROP TABLE IF EXISTS `secondarycontent_blocks`; CREATE TABLE `secondarycontent_blocks` ( `page_id` int(11) NOT NULL, `contentblock_id` int(11) NOT NULL, PRIMARY KEY (`page_id`,`contentblock_id`), KEY `IDX_F8B56AB4C4663E4` (`page_id`), KEY `IDX_F8B56AB442ADBAC2` (`contentblock_id`), CONSTRAINT `FK_F8B56AB442ADBAC2` FOREIGN KEY (`contentblock_id`) REFERENCES `content_blocks` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_F8B56AB4C4663E4` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `secondarycontent_blocks` */ /*Table structure for table `session` */ DROP TABLE IF EXISTS `session`; CREATE TABLE `session` ( `session_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `session_value` longblob NOT NULL, `session_time` int(11) NOT NULL, `sess_lifetime` int(11) NOT NULL, PRIMARY KEY (`session_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `session` */ /*Table structure for table `settings` */ DROP TABLE IF EXISTS `settings`; CREATE TABLE `settings` ( `id` int(11) NOT NULL AUTO_INCREMENT, `metaDescription` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `metaKeywords` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `fromTitle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `websiteTitle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `websiteTwitter` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `websiteAuthor` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `useWebsiteAuthor` tinyint(1) NOT NULL, `enableGoogleAnalytics` tinyint(1) NOT NULL, `googleAnalyticsId` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `emailSender` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `emailRecepient` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `itemsPerPage` int(11) NOT NULL, `blogItemsPerPage` int(11) NOT NULL, `activateHttpCache` tinyint(1) NOT NULL, `activateSettings` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `settings` */ insert into `settings`(`id`,`metaDescription`,`metaKeywords`,`fromTitle`,`websiteTitle`,`websiteTwitter`,`websiteAuthor`,`useWebsiteAuthor`,`enableGoogleAnalytics`,`googleAnalyticsId`,`emailSender`,`emailRecepient`,`itemsPerPage`,`blogItemsPerPage`,`activateHttpCache`,`activateSettings`) values (1,'Default Meta Description','Default Meta Keywords','Owner','Website Title',NULL,'Author',1,0,'UA-XXX-XXXXX','<EMAIL>','<EMAIL>',2,2,0,1); /*Table structure for table `tags` */ DROP TABLE IF EXISTS `tags`; CREATE TABLE `tags` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `tagCategory` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `date_last_modified` datetime NOT NULL, `tagIcon` int(11) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_6FBC94268913051D` (`tagIcon`), CONSTRAINT `FK_6FBC94268913051D` FOREIGN KEY (`tagIcon`) REFERENCES `media__media` (`id`) ON DELETE SET NULL ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `tags` */ insert into `tags`(`id`,`title`,`tagCategory`,`date_last_modified`,`tagIcon`) values (1,'Sample Tag 1',NULL,'2015-05-14 15:04:11',NULL),(2,'Sample Tag 2','blog','2015-05-14 15:04:11',NULL); /*Table structure for table `timeline__action` */ DROP TABLE IF EXISTS `timeline__action`; CREATE TABLE `timeline__action` ( `id` int(11) NOT NULL AUTO_INCREMENT, `verb` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `status_current` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `status_wanted` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `duplicate_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `duplicate_priority` int(11) DEFAULT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `timeline__action` */ /*Table structure for table `timeline__action_component` */ DROP TABLE IF EXISTS `timeline__action_component`; CREATE TABLE `timeline__action_component` ( `id` int(11) NOT NULL AUTO_INCREMENT, `action_id` int(11) DEFAULT NULL, `component_id` int(11) DEFAULT NULL, `type` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `text` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `IDX_6ACD1B169D32F035` (`action_id`), KEY `IDX_6ACD1B16E2ABAFFF` (`component_id`), CONSTRAINT `FK_6ACD1B16E2ABAFFF` FOREIGN KEY (`component_id`) REFERENCES `timeline__component` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_6ACD1B169D32F035` FOREIGN KEY (`action_id`) REFERENCES `timeline__action` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `timeline__action_component` */ /*Table structure for table `timeline__component` */ DROP TABLE IF EXISTS `timeline__component`; CREATE TABLE `timeline__component` ( `id` int(11) NOT NULL AUTO_INCREMENT, `model` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `identifier` longtext COLLATE utf8_unicode_ci NOT NULL COMMENT '(DC2Type:array)', `hash` varchar(255) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UNIQ_1B2F01CDD1B862B8` (`hash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `timeline__component` */ /*Table structure for table `timeline__timeline` */ DROP TABLE IF EXISTS `timeline__timeline`; CREATE TABLE `timeline__timeline` ( `id` int(11) NOT NULL AUTO_INCREMENT, `action_id` int(11) DEFAULT NULL, `subject_id` int(11) DEFAULT NULL, `context` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `type` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `IDX_FFBC6AD59D32F035` (`action_id`), KEY `IDX_FFBC6AD523EDC87` (`subject_id`), CONSTRAINT `FK_FFBC6AD523EDC87` FOREIGN KEY (`subject_id`) REFERENCES `timeline__component` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_FFBC6AD59D32F035` FOREIGN KEY (`action_id`) REFERENCES `timeline__action` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `timeline__timeline` */ /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
<filename>spec/fixtures/sql/factory/create_product_totals.sql CREATE MATERIALIZED VIEW product_totals AS SELECT t.product_id as id, t.product_id, p.name as product_name, sum(t.quantity * t.price) as total FROM transactions t JOIN products p ON p.id = t.product_id GROUP BY p.id, p.name;
<reponame>chengwenxin/sqlite-parser -- original: intarray.test -- credit: http://www.sqlite.org/src/tree?ci=trunk&name=test CREATE TABLE t1(a INTEGER PRIMARY KEY, b) ;INSERT INTO t1(a,b) VALUES(sub_i,sub_b) ;CREATE TABLE t2(x INTEGER PRIMARY KEY, y); INSERT INTO t2 SELECT * FROM t1; SELECT b FROM t1 WHERE a IN (12,34,56,78) ORDER BY a ;SELECT type, name FROM sqlite_temp_master ORDER BY name ;SELECT b FROM t1 WHERE a IN ia3 ORDER BY a ;SELECT b FROM t1 WHERE a IN ia3 ORDER BY a ;SELECT count(b) FROM t1 WHERE a NOT IN ia3 ORDER BY a ;REPLACE INTO t1 SELECT * FROM t2; DELETE FROM t1 WHERE a NOT IN ia1; SELECT count(*) FROM t1 ;DELETE FROM t1 WHERE a IN ia1; SELECT count(*) FROM t1 ;CREATE TEMP TABLE t3(p,q); INSERT INTO t3 SELECT * FROM t2; SELECT count(*) FROM t3 WHERE p IN ia1 ;SELECT count(*) FROM t3 WHERE p IN ia1;
<gh_stars>0 create table data ( estimate_id int(11) not null auto_increment primary key, region varchar(100), # This is the date the observation or calculation is *about*, not the date # on which the observation was made or the calculation was done, which # could be much later. The "o" stands for "object-level", as this is the # timeline on which calculation processes operate (imagine a single # object-level timeline with various points outside the timeline pointing # at specific points on the timeline and calling out what values are there; # of course, in reality the estimation processes take place in the same # timeline so could also be thought of as just pointing backwards in time). # This prevents the naming collision with MySQL's "date" type. The date is # stored as varchar in YYYYMMDD format, which allows for storing dates # before year 1000. odate varchar(8), database_url varchar(200), database_version varchar(200) DEFAULT NULL, # This gives information about how a value was calculated. data_retrieval_method varchar(1000), metric varchar(200), units varchar(200), value float(35,14), notes varchar(2000) DEFAULT NULL ) ENGINE=InnoDB AUTO_INCREMENT=15239276 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
<reponame>iuri/tutortronics -- /packages/intranet-core/sql/postgres/intranet-projects.sql -- -- Copyright (C) 1999-2008 various parties -- The code is based on ArsDigita ACS 3.4 -- -- This program is free software. You can redistribute it -- and/or modify it under the terms of the GNU General -- Public License as published by the Free Software Foundation; -- either version 2 of the License, or (at your option) -- any later version. This program is distributed in the -- hope that it will be useful, but WITHOUT ANY WARRANTY; -- without even the implied warranty of MERCHANTABILITY or -- FITNESS FOR A PARTICULAR PURPOSE. -- See the GNU General Public License for more details. -- -- @author <EMAIL> -- @author <EMAIL> -- @author <EMAIL> -- Projects -- -- Each project can have any number of sub-projects select acs_object_type__create_type ( 'im_project', -- object_type 'Project', -- pretty_name 'Projects', -- pretty_plural 'im_biz_object', -- supertype 'im_projects', -- table_name 'project_id', -- id_column 'im_project', -- package_name 'f', -- abstract_p null, -- type_extension_table 'im_project__name' -- name_method ); insert into acs_object_type_tables (object_type,table_name,id_column) values ('im_project', 'im_projects', 'project_id'); update acs_object_types set status_type_table = 'im_projects', status_column = 'project_status_id', type_column = 'project_type_id' where object_type = 'im_project'; insert into im_biz_object_urls (object_type, url_type, url) values ( 'im_project','view','/intranet/projects/view?project_id='); insert into im_biz_object_urls (object_type, url_type, url) values ( 'im_project','edit','/intranet/projects/new?project_id='); create table im_projects ( project_id integer constraint im_projects_pk primary key constraint im_project_prj_fk references acs_objects, project_name varchar(1000) not null, project_nr varchar(100) not null, project_path varchar(100) not null, parent_id integer constraint im_projects_parent_fk references im_projects constraint im_projects_parent_ck check (parent_id != project_id), tree_sortkey varbit, max_child_sortkey varbit, -- Should be customer_id, but got renamed badly... company_id integer not null constraint im_projects_company_fk references im_companies, -- Should be customer_project_nr. Refers to the customers -- reference to our project. company_project_nr varchar(200), -- type of actions pursued during the project -- implementation, for example "ERP Installation" or -- "ERP Upgrade", ... project_type_id integer not null constraint im_projects_prj_type_fk references im_categories, -- status in the project cycle, from "potential", "quoting", ... to -- "open", "invoicing", "paid", "closed" project_status_id integer not null constraint im_projects_prj_status_fk references im_categories, description text, billing_type_id integer constraint im_project_billing_fk references im_categories, start_date timestamptz, end_date timestamptz, -- make sure the end date is after the start date constraint im_projects_date_const check((end_date::date - start_date::date) >= 0), -- Does the project belong to a department? -- Department members and managers may have special perms project_cost_center_id integer constraint im_projects_cost_center_fk references acs_objects, note text, -- project leader is responsible for the operational execution project_lead_id integer constraint im_projects_prj_lead_fk references users, -- supervisor is the manager responsible for the financial success supervisor_id integer constraint im_projects_supervisor_fk references users, -- board sponsor corporate_sponsor_id integer constraint im_projects_sponsor_fk references users, requires_report_p char(1) default('t') constraint im_project_requires_report_p check (requires_report_p in ('t','f')), -- Total project budget (top-down planned) project_budget float, -- Max number of hours for project. -- Does not require "view_finance" permission project_budget_hours float, -- completion perc. estimation percent_completed float constraint im_project_percent_completed_ck check ( percent_completed >= 0 and percent_completed <= 100 ), -- green, yellow or red? on_track_status_id integer constraint im_project_on_track_status_id_fk references im_categories, -- Should this project appear in the list of templates? template_p char(1) default('f') constraint im_project_template_p check (requires_report_p in ('t','f')), company_contact_id integer constraint im_project_company_contact_id_fk references users, sort_order integer, -- Presales Pipeline presales_probability numeric(5,2), presales_value numeric(12,2), -- Groups of projects = "program" -- To be added to the ProjectNewPage via DynField program_id integer constraint im_projects_program_id references im_projects, constraint im_projects_start_end_chk check(end_date >= start_date) ); -- Speed up tree queries create index im_project_parent_id_idx on im_projects(parent_id); -- Speed up child-sortkey queries create index im_project_treesort_idx on im_projects(tree_sortkey); -- Create unique indices instead of constraints -- because we need the coalesce(parent_id,0). create unique index im_projects_name_un on im_projects (project_name, company_id, coalesce(parent_id,0)); create unique index im_projects_nr_un on im_projects (project_nr, company_id, coalesce(parent_id,0)); create unique index im_projects_path_un on im_projects (project_path, company_id, coalesce(parent_id,0)); -- This is the sortkey code -- create or replace function im_project_insert_tr () returns opaque as $body$ declare v_max_child_sortkey im_projects.max_child_sortkey%TYPE; v_parent_sortkey im_projects.tree_sortkey%TYPE; begin if new.parent_id is null then new.tree_sortkey := int_to_tree_key(new.project_id+1000); else select tree_sortkey, tree_increment_key(max_child_sortkey) into v_parent_sortkey, v_max_child_sortkey from im_projects where project_id = new.parent_id for update; update im_projects set max_child_sortkey = v_max_child_sortkey where project_id = new.parent_id; new.tree_sortkey := v_parent_sortkey || v_max_child_sortkey; end if; new.max_child_sortkey := null; return new; end;$body$ language 'plpgsql'; create trigger im_project_insert_tr before insert on im_projects for each row execute procedure im_project_insert_tr(); create or replace function im_projects_update_tr () returns opaque as $body$ declare v_parent_sk varbit default null; v_max_child_sortkey varbit; v_old_parent_length integer; begin if new.project_id = old.project_id and ((new.parent_id = old.parent_id) or (new.parent_id is null and old.parent_id is null)) then return new; end if; -- the tree sortkey is going to change so get the new one and update it and all its -- children to have the new prefix... v_old_parent_length := length(new.tree_sortkey) + 1; if new.parent_id is null then v_parent_sk := int_to_tree_key(new.project_id+1000); else SELECT tree_sortkey, tree_increment_key(max_child_sortkey) INTO v_parent_sk, v_max_child_sortkey FROM im_projects WHERE project_id = new.parent_id FOR UPDATE; UPDATE im_projects SET max_child_sortkey = v_max_child_sortkey WHERE project_id = new.parent_id; v_parent_sk := v_parent_sk || v_max_child_sortkey; end if; UPDATE im_projects SET tree_sortkey = v_parent_sk || substring(tree_sortkey, v_old_parent_length) WHERE tree_sortkey between new.tree_sortkey and tree_right(new.tree_sortkey); return new; end;$body$ language 'plpgsql'; create trigger im_projects_update_tr after update on im_projects for each row execute procedure im_projects_update_tr (); -- Optional Indices for larger systems: -- create index im_project_status_id_idx on im_projects(project_status_id); -- create index im_project_type_id_idx on im_projects(project_type_id); -- create index im_project_project_nr_idx on im_projects(project_nr); -- ------------------------------------------------------------ -- Project Package -- ------------------------------------------------------------ create or replace function im_project__new ( integer, varchar, timestamptz, integer, varchar, integer, varchar, varchar, varchar, integer, integer, integer, integer ) returns integer as $body$ DECLARE p_project_id alias for $1; p_object_type alias for $2; p_creation_date alias for $3; p_creation_user alias for $4; p_creation_ip alias for $5; p_context_id alias for $6; p_project_name alias for $7; p_project_nr alias for $8; p_project_path alias for $9; p_parent_id alias for $10; p_company_id alias for $11; p_project_type_id alias for $12; p_project_status_id alias for $13; v_project_id integer; BEGIN v_project_id := acs_object__new ( p_project_id, p_object_type, p_creation_date, p_creation_user, p_creation_ip, p_context_id ); insert into im_biz_objects (object_id) values (v_project_id); insert into im_projects ( project_id, project_name, project_nr, project_path, parent_id, company_id, project_type_id, project_status_id ) values ( v_project_id, p_project_name, p_project_nr, p_project_path, p_parent_id, p_company_id, p_project_type_id, p_project_status_id ); return v_project_id; end;$body$ language 'plpgsql'; create or replace function im_project__delete (integer) returns integer as $body$ DECLARE v_project_id alias for $1; BEGIN -- Erase the im_projects item associated with the id delete from im_projects where project_id = v_project_id; -- Erase all the priviledges delete from acs_permissions where object_id = v_project_id; PERFORM acs_object__delete(v_project_id); return 0; end;$body$ language 'plpgsql'; create or replace function im_project__name (integer) returns varchar as $body$ DECLARE v_project_id alias for $1; v_name varchar; BEGIN select project_name into v_name from im_projects where project_id = v_project_id; return v_name; end;$body$ language 'plpgsql'; -- What types of urls do we ask for when creating a new project -- and in what order? create sequence im_url_types_type_id_seq start 1; create table im_url_types ( url_type_id integer not null primary key, url_type varchar(200) not null constraint im_url_types_type_un unique, -- we need a little bit of meta data to know how to ask -- the user to populate this field to_ask text not null, -- if we put this information into a table, what is the -- header for this type of url? to_display varchar(100) not null, display_order integer default 1 ); create table im_project_url_map ( project_id integer not null constraint im_project_url_map_project_fk references im_projects, url_type_id integer not null constraint im_project_url_map_url_type_fk references im_url_types, url text, -- each project can have exactly one type of each type -- of url primary key (project_id, url_type_id) ); -- We need to create an index on url_type_id if we ever want to ask -- "What are all the staff servers?" create index im_proj_url_url_proj_idx on im_project_url_map(url_type_id, project_id); create or replace function im_proj_url_from_type ( integer, varchar) returns varchar as $body$ DECLARE v_project_id alias for $1; v_url_type alias for $2; v_url varchar; BEGIN begin select url into v_url from im_url_types, im_project_url_map where project_id=v_project_id and im_url_types.url_type_id=v_url_type and url_type=v_url_type; end; return v_url; end;$body$ language 'plpgsql'; -- Helper functions to make our queries easier to read -- and to avoid outer joins with parent projects etc. create or replace function im_project_name_from_id (integer) returns varchar as $body$ DECLARE p_project_id alias for $1; v_project_name varchar; BEGIN select project_name into v_project_name from im_projects where project_id = p_project_id; return v_project_name; end;$body$ language 'plpgsql'; create or replace function im_project_nr_from_id (integer) returns varchar as $body$ DECLARE p_project_id alias for $1; v_name varchar; BEGIN select project_nr into v_name from im_projects where project_id = p_project_id; return v_name; end;$body$ language 'plpgsql'; create or replace function im_project_managers_enumerator (integer) returns setof integer as $body$ declare p_project_id alias for $1; v_project_id integer; v_parent_id integer; v_project_lead_id integer; v_count integer; BEGIN v_project_id := p_project_id; v_count := 100; WHILE (v_project_id is not null AND v_count > 0) LOOP select parent_id, project_lead_id into v_parent_id, v_project_lead_id from im_projects where project_id = v_project_id; IF v_project_lead_id is not null THEN RETURN NEXT v_project_lead_id; END IF; v_project_id := v_parent_id; v_count := v_count - 1; END LOOP; RETURN; end;$body$ language 'plpgsql'; -- Indent a project 4 spaces for everyl level... CREATE or REPLACE FUNCTION im_project_level_spaces(integer) RETURNS varchar as $body$ DECLARE p_level alias for $1; v_result varchar; i integer; BEGIN v_result := ''; FOR i IN 1..p_level LOOP v_result := v_result || ' '; END LOOP; RETURN v_result; END; $body$ LANGUAGE 'plpgsql'; -- Returns a space separated list of the project_nr of the parents CREATE or REPLACE FUNCTION im_project_nr_parent_list(integer, varchar, integer) RETURNS varchar as $body$ DECLARE p_project_id alias for $1; p_spacer alias for $2; p_level alias for $3; v_result varchar; v_project_nr varchar; v_parent_id integer; BEGIN -- End of recursion. IF p_project_id is NULL THEN RETURN ''; END IF; -- Error checking to avoid infinite loops within the DB... IF p_level > 10 THEN RETURN '- infinite loop with project_id='||p_project_id; END IF; -- Get the NR of the current project plus the parent_id select p.project_nr, p.parent_id into v_project_nr, v_parent_id from im_projects p where p.project_id = p_project_id; -- Recurse for the parent projects v_result = im_project_nr_parent_list(v_parent_id, p_spacer, p_level+1); IF v_result != '' THEN v_result := v_result || p_spacer; END IF; v_result := v_result || v_project_nr; RETURN v_result; END; $body$ LANGUAGE 'plpgsql'; -- Shortcut function with only one argument CREATE or REPLACE FUNCTION im_project_nr_parent_list(integer) RETURNS varchar as $body$ DECLARE p_project_id alias for $1; BEGIN RETURN im_project_nr_parent_list(p_project_id, ' ', 0); END; $body$ LANGUAGE 'plpgsql'; create or replace function im_project_id_parent_list(int4) returns varchar as $body$ DECLARE p_project_id alias for $1; BEGIN RETURN im_project_id_parent_list(p_project_id, '', 0); END;$body$ language 'plpgsql'; create or replace function im_project_id_parent_list(int4,varchar,int4) returns varchar as $body$ DECLARE p_project_id alias for $1; p_parent_id_list alias for $2; p_counter alias for $3; v_result varchar; v_parent_id integer; v_counter integer; v_parent_id_list varchar; BEGIN -- Avoid infinite loops IF p_counter > 50 THEN RETURN 'Infinite loop with project_id=' || p_project_id; END IF; -- Get parent_id select p.parent_id into v_parent_id from im_projects p where p.project_id = p_project_id; -- RAISE NOTICE 'im_project_id_parent_list found parent_id: %', v_parent_id; IF v_parent_id is null THEN RETURN p_parent_id_list; ELSE v_parent_id_list := p_parent_id_list || ' ' || v_parent_id; v_result = im_project_id_parent_list(v_parent_id, v_parent_id_list, p_counter+1); RETURN v_result; END IF; END;$body$ language 'plpgsql'; CREATE OR REPLACE FUNCTION im_project_change_company_id_of_childs(integer) returns integer as $body$ declare v_project_id alias for $1; v_company_id_root_node integer; r record; begin -- get company_id from root node select company_id into v_company_id_root_node from im_projects where project_id = v_project_id; -- Set company_id of all childs of root node to company_id of root node FOR r IN select p_child.project_id from im_projects p_parent, im_projects p_child where p_child.tree_sortkey between p_parent.tree_sortkey and tree_right(p_parent.tree_sortkey) and p_parent.project_id = v_project_id LOOP update im_projects set company_id = v_company_id_root_node where project_id = r.project_id; END LOOP; return 0; end;$body$ language 'plpgsql' VOLATILE; CREATE OR REPLACE FUNCTION im_project_change_company_id_of_childs_all() returns integer as $body$ declare r record; begin -- Set company_id of all childs of root node to company_id of root node FOR r IN select distinct parent.project_id from im_projects parent, im_projects child, im_companies parent_cust, im_companies child_cust where parent.company_id != child.company_id and child.tree_sortkey between parent.tree_sortkey and tree_right(parent.tree_sortkey) and parent.parent_id is null and child.parent_id is not null and parent.company_id = parent_cust.company_id and child.company_id = child_cust.company_id LOOP perform im_project_change_company_id_of_childs(r.project_id); END LOOP; return 0; end;$body$ language 'plpgsql' VOLATILE; CREATE OR REPLACE FUNCTION im_project_sub_project_name_path(integer, boolean, boolean) RETURNS character varying AS $BODY$ DECLARE -- Returns a path of project_names -> bottom-up -- Output of subproject-name itself and top parent project can be surpressed p_sub_project_id alias for $1; p_exlude_main_project_p alias for $2; p_exlude_sub_project_p alias for $3; v_subproject_id integer; v_parent_id integer; v_project_name varchar; v_ctr integer; v_path varchar; v_slash varchar; BEGIN v_subproject_id := p_sub_project_id; v_ctr := 0; v_path := ''; WHILE v_ctr < 10 LOOP select parent_id, project_name into v_parent_id, v_project_name from im_projects p where project_id = v_subproject_id; IF v_parent_id is not null OR NOT p_exlude_main_project_p THEN v_slash := '/'; IF '' = v_project_name THEN v_slash := ''; RAISE NOTICE 'v_project_name is empty'; END IF; IF (v_ctr = 0 AND NOT p_exlude_sub_project_p) OR v_ctr != 0 THEN v_path := v_project_name || v_slash || v_path; END IF; v_subproject_id := v_parent_id; END IF; IF v_parent_id is null THEN EXIT; ELSE v_ctr := v_ctr +1; END IF; END LOOP; return v_path; end;$BODY$ LANGUAGE 'plpgsql'
<gh_stars>10-100 -- MProgress CREATE TABLE IF NOT EXISTS m_progress ( header TEXT NOT NULL, timestamp TEXT NOT NULL, id TEXT PRIMARY KEY, create_time INTEGER NOT NULL, update_time INTEGER NOT NULL );
CREATE OR REPLACE FUNCTION mart.tf_r_deal_activity() RETURNS INTEGER AS $$ DECLARE TEXT_NULL TEXT := (SELECT text_null FROM core.c_null_replacement_g); BEGIN WITH aggregated_emails AS ( SELECT fk_deal_id ,subject ,sent_timestamp ,string_agg(DISTINCT from_email_address, ', ') AS from_email ,string_agg(DISTINCT to_email_address, ', ') AS to_email ,string_agg(DISTINCT cc_email_address, ', ') AS cc_email ,body_snippet ,body_url ,pipedrive_mail_message_id ,pipedrive_mail_thread_id ,read_flag ,fk_employee_id FROM core.mail_message_t WHERE fk_deal_id != - 1 GROUP BY fk_deal_id ,subject ,sent_timestamp ,body_snippet ,body_url ,pipedrive_mail_message_id ,pipedrive_mail_thread_id ,read_flag ,fk_employee_id ) INSERT INTO mart.deal_activity ( source_system_link ,source_system ,activity_type ,activity_detail ,new_value ,previous_value ,activity_timestamp ,done_by ,from_email ,to_email ,pipedrive_deal_id ) SELECT 'https://YOUR_PIPEDRIVE_HOST/deal/'::TEXT || deal.pipedrive_id AS source_system_link ,'Pipedrive'::TEXT AS source_system ,'Deal Update'::TEXT AS activity_type ,change_log.field AS activity_detail ,change_log.new_value AS new_value ,change_log.old_value AS previous_value ,change_log.log_timestamp AS activity_timestamp ,employee.full_name AS done_by ,TEXT_NULL AS from_email ,TEXT_NULL AS to_email ,deal.pipedrive_id AS pipedrive_deal_id FROM core.deal_change_log_t AS change_log JOIN core.deal_t AS deal ON change_log.fk_deal_id = deal.deal_id JOIN core.employee_t AS employee ON change_log.fk_employee_id = employee.employee_id WHERE deal.deal_id != - 1 UNION ALL SELECT 'https://YOUR_PIPEDRIVE_HOST/deal/'::TEXT || deal.pipedrive_id AS source_system_link ,'Pipedrive'::TEXT AS source_system ,'Deal Email'::TEXT AS activity_type ,deal_mail_message.body_snippet AS activity_detail ,TEXT_NULL AS new_value ,TEXT_NULL AS previous_value ,deal_mail_message.sent_timestamp AS activity_timestamp ,employee.full_name AS done_by ,deal_mail_message.from_email ,deal_mail_message.to_email ,deal.pipedrive_id AS pipedrive_deal_id FROM aggregated_emails AS deal_mail_message JOIN core.deal_t AS deal ON deal_mail_message.fk_deal_id = deal.deal_id JOIN core.employee_t AS employee ON deal_mail_message.fk_employee_id = employee.employee_id WHERE deal.deal_id != - 1 UNION ALL SELECT 'https://YOUR_PIPEDRIVE_HOST/deal/'::TEXT || deal.pipedrive_id AS source_system_link ,'Pipedrive'::TEXT AS source_system ,'Deal Note'::TEXT AS activity_type ,deal_note.content AS activity_detail ,TEXT_NULL AS new_value ,TEXT_NULL AS previous_value ,deal_note.last_modified_timestamp AS activity_timestamp ,employee.full_name AS done_by ,TEXT_NULL AS from_email ,TEXT_NULL AS to_email ,deal.pipedrive_id AS pipedrive_deal_id FROM core.note_t AS deal_note JOIN core.deal_t AS deal ON deal_note.fk_deal_id = deal.deal_id JOIN core.employee_t AS employee ON deal_note.fk_employee_id = employee.employee_id WHERE deal.deal_id != - 1 UNION ALL SELECT 'https://YOUR_JIRA_HOST/browse/' || jira_issue.jira_key || '?focusedCommentId=' || jira_comment.issue_comment_key || '&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-' || jira_comment.issue_comment_key AS source_system_link ,'JIRA'::TEXT AS source_system ,'JIRA Comment'::TEXT AS activity_type ,jira_comment.body AS activity_detail ,TEXT_NULL AS new_value ,TEXT_NULL AS previous_value ,jira_comment.last_updated_timestamp AS activity_timestamp ,comment_creator.full_name AS done_by ,TEXT_NULL AS from_email ,TEXT_NULL AS to_email ,deal.pipedrive_id AS pipedrive_deal_id FROM core.deal_t AS deal JOIN core.issue_t AS jira_issue ON deal.fk_issue_id = jira_issue.issue_id JOIN core.issue_comment_t AS jira_comment ON jira_comment.fk_issue_id = jira_issue.issue_id JOIN core.employee_t AS comment_creator ON comment_creator.employee_id = jira_comment.fk_employee_id_updated_by WHERE deal.deal_id != - 1; RETURN 0; END;$$ LANGUAGE plpgsql
SELECT E.Fname, E.Minit, E.Lname, W.hours FROM k_employee E JOIN k_department D ON E.Dno = D.Dnumber JOIN k_works_on W ON W.Essn = E.Ssn JOIN k_project P ON W.Pno = P.Pnumber WHERE D.Dnumber = 5 AND P.Pname = "ProductX" AND W.hours >= 10
<reponame>anmolnar/cloudbreak<gh_stars>100-1000 -- // CB-1837 Add several columns to DBStack -- Migration SQL that makes the change goes here. ALTER TABLE dbStack ADD COLUMN region VARCHAR(255), ADD COLUMN availabilityzone VARCHAR(255), ADD COLUMN cloudplatform TEXT, ADD COLUMN platformvariant TEXT, ADD COLUMN template TEXT, ADD COLUMN ownercrn TEXT; -- //@UNDO -- SQL to undo the change goes here. ALTER TABLE dbStack DROP COLUMN region, DROP COLUMN availabilityzone, DROP COLUMN cloudplatform, DROP COLUMN platformvariant, DROP COLUMN template, DROP COLUMN ownercrn;
ALTER TABLE ONLY "job_queues"."PublishVideoJob" ALTER COLUMN "jobStatusName" DROP DEFAULT;
-- @testpoint:函数ts_lexize测试(无效性测试) --指定字典名为dutch_stem,不支持,合理报错 SELECT ts_lexize('dutch_stem', 'stars'); --指定字典名为finnish_stem,不支持,合理报错 SELECT ts_lexize('finnish_stem', 'stars'); --指定字典名为french_stem,不支持,合理报错 SELECT ts_lexize('french_stem', 'stars'); --指定字典名为german_stem,不支持,合理报错 SELECT ts_lexize('german_stem', 'stars'); --指定字典名为hungarian_stem,不支持,合理报错 SELECT ts_lexize('hungarian_stem', 'stars'); --指定字典名为italian_stem,不支持,合理报错 SELECT ts_lexize('italian_stem', 'stars'); --指定字典名为norwegian_stem,不支持,合理报错 SELECT ts_lexize('norwegian_stem', 'stars'); --指定字典名为portuguese_stem,不支持,合理报错 SELECT ts_lexize('portuguese_stem', 'stars'); --指定字典名为romanian_stem,不支持,合理报错 SELECT ts_lexize('romanian_stem', 'stars'); --指定字典名为russian_stem,不支持,合理报错 SELECT ts_lexize('russian_stem', 'stars'); --指定字典名为spanish_stem,不支持,合理报错 SELECT ts_lexize('spanish_stem', 'stars'); --指定字典名为swedish_stem,不支持,合理报错 SELECT ts_lexize('swedish_stem', 'stars'); --指定字典名为turkish_stem,不支持,合理报错 SELECT ts_lexize('turkish_stem', 'stars');
-- MySQL dump 10.13 Distrib 5.7.16, for Win64 (x86_64) -- -- Host: localhost Database: warehouse -- ------------------------------------------------------ -- Server version 5.7.16 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES gbk */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Current Database: `warehouse` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `warehouse` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin */; USE `warehouse`; -- -- Table structure for table `cargo` -- DROP TABLE IF EXISTS `cargo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cargo` ( `cargoid` int(11) NOT NULL AUTO_INCREMENT, `cargoname` varchar(64) COLLATE utf8mb4_bin DEFAULT NULL, `cargovalue` double DEFAULT NULL, `cargoisvalid` tinyint(1) DEFAULT '1', PRIMARY KEY (`cargoid`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cargo` -- LOCK TABLES `cargo` WRITE; /*!40000 ALTER TABLE `cargo` DISABLE KEYS */; INSERT INTO `cargo` VALUES (1,'可口可乐箱(240mlx12)',21.5,0),(2,'雪碧箱(240mlx12)',21.5,1),(3,'康师傅红烧牛肉面五连包',12.5,1),(4,'康师傅老坛酸菜牛肉面五连包',12.5,1),(5,'奥利奥巧脆卷香草味55g',3.8,1),(6,'奥利奥巧脆卷巧克力口味威化饼干55g',4.3,1),(7,'奥利奥夹心巧克力味饼干390g',16.4,1),(8,'可口可乐箱(240mlx12)',21.5,1),(12,'傻逼',0,0),(15,'货物名称',0,0),(17,'可比克 番茄味 薯片 60g',4.9,1),(18,'旺旺 仙贝 加量装 540g?',17.5,1),(19,'卫龙?大面筋(辣条) 116g/袋?',2.5,1); /*!40000 ALTER TABLE `cargo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cargotype` -- DROP TABLE IF EXISTS `cargotype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cargotype` ( `cargotypeid` int(11) NOT NULL AUTO_INCREMENT, `cargotypename` varchar(64) COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`cargotypeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cargotype` -- LOCK TABLES `cargotype` WRITE; /*!40000 ALTER TABLE `cargotype` DISABLE KEYS */; /*!40000 ALTER TABLE `cargotype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `list_cargo` -- DROP TABLE IF EXISTS `list_cargo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `list_cargo` ( `id` int(11) NOT NULL AUTO_INCREMENT, `listid` int(11) DEFAULT NULL, `cargoid` int(11) DEFAULT NULL, `amount` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `list_cargo` -- LOCK TABLES `list_cargo` WRITE; /*!40000 ALTER TABLE `list_cargo` DISABLE KEYS */; INSERT INTO `list_cargo` VALUES (1,1,4,3),(2,2,5,2),(3,2,7,3),(7,26,2,1),(8,27,8,1),(9,28,8,1),(10,29,8,1),(12,31,3,1),(13,32,19,10),(14,32,18,20),(15,33,7,1),(16,34,19,10),(17,35,18,20); /*!40000 ALTER TABLE `list_cargo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `packinglist` -- DROP TABLE IF EXISTS `packinglist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `packinglist` ( `listid` int(11) NOT NULL AUTO_INCREMENT, `listdate` datetime DEFAULT NULL, `listtype` tinyint(4) DEFAULT NULL, `listoperator` varchar(64) COLLATE utf8mb4_bin DEFAULT NULL, `listremark` varchar(128) COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`listid`) ) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `packinglist` -- LOCK TABLES `packinglist` WRITE; /*!40000 ALTER TABLE `packinglist` DISABLE KEYS */; INSERT INTO `packinglist` VALUES (1,'2016-11-01 00:00:37',1,'admin','正常'),(2,'2016-11-01 00:47:19',1,'admin','正常'),(26,'2016-11-03 02:34:01',0,'admin','1'),(27,'2016-11-03 12:08:30',0,'admin','1'),(28,'2016-11-03 12:08:41',0,'admin','1'),(29,'2016-11-03 12:09:03',0,'admin','1'),(31,'2016-11-03 12:41:41',1,'admin','1'),(32,'2016-11-03 14:55:43',0,NULL,'1'),(33,'2016-11-03 14:56:59',0,'admin','1'),(34,'2016-11-03 14:59:28',1,'admin','备注:正常'),(35,'2016-11-03 15:01:06',1,'admin','备注:正常'); /*!40000 ALTER TABLE `packinglist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sessions` -- DROP TABLE IF EXISTS `sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sessions` ( `session_id` varchar(128) COLLATE utf8mb4_bin NOT NULL, `expires` int(11) unsigned NOT NULL, `data` text COLLATE utf8mb4_bin, PRIMARY KEY (`session_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sessions` -- LOCK TABLES `sessions` WRITE; /*!40000 ALTER TABLE `sessions` DISABLE KEYS */; INSERT INTO `sessions` VALUES ('21YKMMv3wTMlEsPUcuFfkl-FgpiO0J3s',1478243455,'{\"cookie\":{\"originalMaxAge\":null,\"expires\":null,\"httpOnly\":true,\"path\":\"/\"},\"logined\":true,\"username\":\"admin\"}'); /*!40000 ALTER TABLE `sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storage` -- DROP TABLE IF EXISTS `storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `storage` ( `storageid` int(11) NOT NULL AUTO_INCREMENT, `cargoid` int(11) DEFAULT NULL, `amount` int(11) DEFAULT NULL, PRIMARY KEY (`storageid`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `storage` -- LOCK TABLES `storage` WRITE; /*!40000 ALTER TABLE `storage` DISABLE KEYS */; INSERT INTO `storage` VALUES (1,3,2),(2,4,5),(3,8,2),(6,7,1); /*!40000 ALTER TABLE `storage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user` -- DROP TABLE IF EXISTS `user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(32) COLLATE utf8mb4_bin DEFAULT NULL, `password` varchar(32) COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`uid`), UNIQUE KEY `unique_username` (`username`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user` -- LOCK TABLES `user` WRITE; /*!40000 ALTER TABLE `user` DISABLE KEYS */; INSERT INTO `user` VALUES (1,'admin','admin'); /*!40000 ALTER TABLE `user` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2016-11-03 15:16:14
CREATE TABLE [Valid].[LearningDeliveryFAM] ( [LearningDeliveryFAM_Id] INT NOT NULL, [UKPRN] INT NOT NULL, [LearnRefNumber] VARCHAR (12) NOT NULL, [AimSeqNumber] INT NOT NULL, [LearnDelFAMType] VARCHAR (3) NOT NULL, [LearnDelFAMCode] VARCHAR (5) NOT NULL, [LearnDelFAMDateFrom] DATE NULL, [LearnDelFAMDateTo] DATE NULL, CONSTRAINT [PK_LearningDeliveryFAM] PRIMARY KEY ([UKPRN],[LearningDeliveryFAM_Id]) ); GO CREATE NONCLUSTERED INDEX [IX_Valid_LearningDeliveryFAM] ON [Valid].[LearningDeliveryFAM]([UKPRN] ASC, [LearnRefNumber] ASC, [AimSeqNumber] ASC, [LearnDelFAMType] ASC, [LearnDelFAMDateFrom] ASC); GO CREATE NONCLUSTERED INDEX [IX_Valid_LearningDeliveryFAM_UKPRN_FamType] ON [Valid].[LearningDeliveryFAM] ([UKPRN],[LearnDelFAMType]) INCLUDE ([LearnRefNumber],[AimSeqNumber],[LearnDelFAMCode],[LearnDelFAMDateFrom],[LearnDelFAMDateTo]) GO ALTER TABLE [Valid].[LearningDeliveryFAM] ADD CONSTRAINT [FK_LearningDeliveryFAM_LearningDelivery] FOREIGN KEY([UKPRN], [LearnRefNumber], [AimSeqNumber]) REFERENCES [Valid].[LearningDelivery] ([UKPRN], [LearnRefNumber], [AimSeqNumber]); GO ALTER TABLE [Valid].[LearningDeliveryFAM] CHECK CONSTRAINT [FK_LearningDeliveryFAM_LearningDelivery]; GO
-- Finance Plan /****** Object: Table [dbo].[t_fin_plan] Script Date: 2018-12-18 12:04:46 PM ******/ CREATE TABLE [dbo].[t_fin_plan]( [ID] [int] IDENTITY(1,1) NOT NULL, [HID] [int] NOT NULL, [PTYPE] [tinyint] NOT NULL, [ACCOUNTID] [int] NULL, [ACNTCTGYID] [int] NULL, [CCID] [int] NULL, [TTID] [int] NULL, [STARTDATE] [date] NOT NULL, [TGTDATE] [date] NOT NULL, [TGTBAL] [decimal](17, 2) NOT NULL, [TRANCURR] [nvarchar](5) NOT NULL, [DESP] [nvarchar](50) NOT NULL, [CREATEDBY] [nvarchar](50) NULL, [CREATEDAT] [date] NULL, [UPDATEDBY] [nvarchar](50) NULL, [UPDATEDAT] [date] NULL, CONSTRAINT [PK_t_fin_plan] PRIMARY KEY CLUSTERED ( [ID] ASC ) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY]; ALTER TABLE [dbo].[t_fin_plan] ADD CONSTRAINT [DF_t_fin_plan_PTYPE] DEFAULT ((0)) FOR [PTYPE]; ALTER TABLE [dbo].[t_fin_plan] WITH CHECK ADD CONSTRAINT [FK_t_fin_plan_HID] FOREIGN KEY([HID]) REFERENCES [dbo].[t_homedef] ([ID]) ON UPDATE CASCADE ON DELETE CASCADE ; ALTER TABLE [dbo].[t_fin_plan] CHECK CONSTRAINT [FK_t_fin_plan_HID]; -- Set the version INSERT INTO [dbo].[t_dbversion] ([VersionID],[ReleasedDate]) VALUES (11,'2018.12.20'); -- The end.
/* For inserting initial data into tables. Ex: INSERT INTO User (id, username, password) VALUES ('1', 'adminuser', '<PASSWORD>!'); INSERT INTO User (id, username, password) VALUES ('2', 'vhtuser', '<PASSWORD>!'); INSERT INTO User (id, username, password) VALUES ('3', 'healthworkeruser', '<PASSWORD>!'); INSERT INTO Patient (id,attestation_no,first_name,last_name,village_no,zone_no,initials,sex,age,dob,pregnant,gestational_start_date,gestational_age_unit,current_gestational_age ) VALUES ("22","1234","bob","builder","1", "1","BB",'M', 22, "2019-1-1",true,"2019-1-1","week",1); INSERT INTO FollowUp (id,patient_id,notes,required,frequency,diagnosis,treatment) VALUES (21,"22","Hello Im broken" ,true,"once a month","advil every half an hour","trx 778"), (23,"22","Hello Im broken 2" ,true,"once a month 1","advil every half an hour2","trx 7782"), (24,"22","Hello Im broken 3" ,true,"once a month 1","advil every half an hour3","trx 7783"), (25,"22","Hello Im broken 4" ,true,"once a month 2","advil every half an hour4","trx 774"), (26,"22","Hello Im broken 5" ,true,"once a month 3","advil every half an hour5","trx 7785"), (27,"22","Hello Im broken 6" ,true,"once a month 4","advil every half an hour6","trx 7786"); INSERT INTO User (id, username,password) VALUES ("1","faraz","<PASSWORD>"); INSERT INTO User_Info (id,at_a_station_no,first_name,last_name,dob,country,phone,email,role) VALUES ("1" , "1" , "farrra" ,"ferrero" ,"1998-6-6","iran","6044402037","<EMAIL>" ,"Admin"); INSERT INTO Admin (id) VALUES ("1"); INSERT INTO Healthworker(id) VALUES ("11"); INSERT INTO VHT (id) VALUES ("111"); INSERT INTO Drug_History (id,patient_id,history) VALUES (22, "22", "bad history"); INSERT INTO Monitor (VHT_id,patient_id) VALUES (); INSERT INTO Referral (id,referrer_id,patient_id,reading_id,timestamp,health_facility,notes_reason,notes_action) VALUES (); INSERT INTO Reading (id,reader_id,patient_id,timestamp,symptoms,other_symptoms,systolic_bp,diastolic_bp,pulse_rate,notes,need_followup,app_version,date_last_saved,date_recheck_vitals_needed,device_info,gestational_age_unit,gestational_age,manually_changed_OCR_results,path_to_photo,total_OCR_seconds,region,OCR_enabled,upload_images,reading_analysis) VALUES (); INSERT INTO Medical_History(id ,patient_id,history ) VALUES (); INSERT INTO Medication (id,drug_history_id,drug_name,dosage,start_date,end_date) VALUES (); */
SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: hstore; Type: EXTENSION; Schema: -; Owner: - -- CREATE EXTENSION IF NOT EXISTS hstore WITH SCHEMA public; -- -- Name: EXTENSION hstore; Type: COMMENT; Schema: -; Owner: - -- COMMENT ON EXTENSION hstore IS 'data type for storing sets of (key, value) pairs'; -- -- Name: postgis; Type: EXTENSION; Schema: -; Owner: - -- CREATE EXTENSION IF NOT EXISTS postgis WITH SCHEMA public; -- -- Name: EXTENSION postgis; Type: COMMENT; Schema: -; Owner: - -- COMMENT ON EXTENSION postgis IS 'PostGIS geometry and geography spatial types and functions'; -- -- Name: permission_type; Type: TYPE; Schema: public; Owner: - -- CREATE TYPE public.permission_type AS ENUM ( 'public', 'r', 'rw' ); -- -- Name: relation_role; Type: TYPE; Schema: public; Owner: - -- CREATE TYPE public.relation_role AS ENUM ( 'subject', 'relative' ); -- -- Name: fact_constituents_common_world(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.fact_constituents_common_world() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN IF (SELECT ((i.world_id IS NULL) OR (f.world_id IS NULL) OR (f.world_id != i.world_id)) FROM fact_constituents fc LEFT JOIN facts f ON f.id = fc.fact_id LEFT JOIN inventories i ON fc.constituable_id = i.inventory_id AND fc.constituable_type = i.inventory_type WHERE fc.id = NEW.id) THEN RAISE EXCEPTION 'World mismatch: constituent % % does not belong to same world as his fact', NEW.constituable_type, NEW.constituable_id; ELSE RETURN NEW; END IF; END; $$; -- -- Name: figure_ancestors_common_world(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.figure_ancestors_common_world() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN IF (SELECT ((f.world_id IS NULL) OR (a.world_id IS NULL) OR (f.world_id <> a.world_id)) FROM figure_ancestors fa LEFT JOIN figures f ON fa.figure_id = f.id LEFT JOIN figures a ON fa.ancestor_id = a.id WHERE fa.id = NEW.id) THEN RAISE EXCEPTION 'World mismatch: ancestor % does not belong to world of %', NEW.ancestor_id, NEW.figure_id; ELSE RETURN NEW; END IF; END; $$; -- -- Name: freeze_fact_constituent_constituable(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.freeze_fact_constituent_constituable() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN IF (NEW.constituable_id != OLD.constituable_id OR NEW.constituable_type != OLD.constituable_type) THEN RAISE EXCEPTION 'Referenced inventory of fact constituent cannot be changed'; END IF; RETURN NEW; END; $$; -- -- Name: freeze_relation_constituent_references(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.freeze_relation_constituent_references() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN IF (OLD.relation_id != NEW.relation_id OR OLD.fact_constituent_id != NEW.fact_constituent_id) THEN RAISE EXCEPTION 'References of a relation constituents may not be changed'; ELSE RETURN NEW; END IF; END; $$; -- -- Name: freeze_relation_fact(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.freeze_relation_fact() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN IF (NEW.fact_id != OLD.fact_id) THEN RAISE EXCEPTION 'Referenced fact cannot be changed!'; END IF; RETURN NEW; END; $$; -- -- Name: freeze_world_ref(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.freeze_world_ref() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN IF NEW.world_id != OLD.world_id THEN RAISE EXCEPTION 'Not allowed to change world reference of %', TG_TABLE_NAME; END IF; RETURN NEW; END; $$; -- -- Name: permission_user_may_not_be_owner(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.permission_user_may_not_be_owner() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN IF ((SELECT count(*) FROM worlds w WHERE w.id = NEW.world_id AND w.user_id = NEW.user_id) > 0) THEN RAISE EXCEPTION 'Permissions: user may not be owner of world'; ELSE RETURN NEW; END IF; END; $$; -- -- Name: refresh_inventories(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.refresh_inventories() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN REFRESH MATERIALIZED VIEW inventories; RETURN NULL; END; $$; -- -- Name: refresh_subject_relative_relations(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.refresh_subject_relative_relations() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN REFRESH MATERIALIZED VIEW subject_relative_relations; RETURN NULL; END; $$; -- -- Name: relation_constituent_common_fact(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.relation_constituent_common_fact() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN IF ( (SELECT fact_id FROM relations WHERE id = NEW.relation_id) != (SELECT fact_id FROM fact_constituents WHERE id = NEW.fact_constituent_id) ) THEN RAISE EXCEPTION 'Fact mismatch! All relation constituents must belong to the same fact'; ELSE RETURN NEW; END IF; END; $$; SET default_tablespace = ''; SET default_table_access_method = heap; -- -- Name: active_storage_attachments; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.active_storage_attachments ( id bigint NOT NULL, name character varying NOT NULL, record_type character varying NOT NULL, record_id bigint NOT NULL, blob_id bigint NOT NULL, created_at timestamp without time zone NOT NULL ); -- -- Name: active_storage_attachments_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.active_storage_attachments_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: active_storage_attachments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.active_storage_attachments_id_seq OWNED BY public.active_storage_attachments.id; -- -- Name: active_storage_blobs; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.active_storage_blobs ( id bigint NOT NULL, key character varying NOT NULL, filename character varying NOT NULL, content_type character varying, metadata text, byte_size bigint NOT NULL, checksum character varying NOT NULL, created_at timestamp without time zone NOT NULL, service_name character varying NOT NULL ); -- -- Name: active_storage_blobs_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.active_storage_blobs_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: active_storage_blobs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.active_storage_blobs_id_seq OWNED BY public.active_storage_blobs.id; -- -- Name: active_storage_variant_records; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.active_storage_variant_records ( id bigint NOT NULL, blob_id bigint NOT NULL, variation_digest character varying NOT NULL ); -- -- Name: active_storage_variant_records_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.active_storage_variant_records_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: active_storage_variant_records_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.active_storage_variant_records_id_seq OWNED BY public.active_storage_variant_records.id; -- -- Name: ar_internal_metadata; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.ar_internal_metadata ( key character varying NOT NULL, value character varying, created_at timestamp(6) without time zone NOT NULL, updated_at timestamp(6) without time zone NOT NULL ); -- -- Name: concepts; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.concepts ( id bigint NOT NULL, name character varying NOT NULL, description text, world_id bigint, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL ); -- -- Name: concepts_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.concepts_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: concepts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.concepts_id_seq OWNED BY public.concepts.id; -- -- Name: dossiers; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.dossiers ( id bigint NOT NULL, name character varying NOT NULL, description text, content text, dossierable_type character varying, dossierable_id integer, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL ); -- -- Name: dossiers_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.dossiers_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: dossiers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.dossiers_id_seq OWNED BY public.dossiers.id; -- -- Name: fact_constituents; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.fact_constituents ( id bigint NOT NULL, roles character varying[] DEFAULT '{}'::character varying[] NOT NULL, constituable_type character varying NOT NULL, constituable_id integer NOT NULL, fact_id bigint, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL ); -- -- Name: fact_constituents_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.fact_constituents_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: fact_constituents_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.fact_constituents_id_seq OWNED BY public.fact_constituents.id; -- -- Name: facts; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.facts ( id bigint NOT NULL, name character varying NOT NULL, description text, start_date timestamp without time zone, end_date timestamp without time zone, world_id bigint, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, CONSTRAINT start_before_end_date CHECK (((start_date IS NULL) OR (end_date IS NULL) OR (start_date < end_date))) ); -- -- Name: facts_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.facts_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: facts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.facts_id_seq OWNED BY public.facts.id; -- -- Name: figure_ancestors; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.figure_ancestors ( id bigint NOT NULL, figure_id bigint NOT NULL, ancestor_id bigint NOT NULL, name character varying, created_at timestamp(6) without time zone NOT NULL, updated_at timestamp(6) without time zone NOT NULL, CONSTRAINT no_figure_ancestors_self_references CHECK ((figure_id <> ancestor_id)) ); -- -- Name: figure_ancestors_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.figure_ancestors_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: figure_ancestors_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.figure_ancestors_id_seq OWNED BY public.figure_ancestors.id; -- -- Name: figures; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.figures ( id bigint NOT NULL, name character varying NOT NULL, description text, world_id bigint, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL ); -- -- Name: figures_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.figures_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: figures_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.figures_id_seq OWNED BY public.figures.id; -- -- Name: items; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.items ( id bigint NOT NULL, world_id bigint, name character varying NOT NULL, description text, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL ); -- -- Name: locations; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.locations ( id bigint NOT NULL, world_id bigint, name character varying NOT NULL, description text, lonlat public.geography(Point,4326), created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL ); -- -- Name: worlds; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.worlds ( id bigint NOT NULL, name character varying NOT NULL, description text, user_id bigint NOT NULL, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, slug character varying NOT NULL ); -- -- Name: inventories; Type: MATERIALIZED VIEW; Schema: public; Owner: - -- CREATE MATERIALIZED VIEW public.inventories AS SELECT i.id AS inventory_id, 'Item'::text AS inventory_type, i.name, i.description, i.updated_at, wi.id AS world_id FROM (public.items i LEFT JOIN public.worlds wi ON ((wi.id = i.world_id))) UNION SELECT f.id AS inventory_id, 'Figure'::text AS inventory_type, f.name, f.description, f.updated_at, wf.id AS world_id FROM (public.figures f LEFT JOIN public.worlds wf ON ((wf.id = f.world_id))) UNION SELECT l.id AS inventory_id, 'Location'::text AS inventory_type, l.name, l.description, l.updated_at, wl.id AS world_id FROM (public.locations l LEFT JOIN public.worlds wl ON ((wl.id = l.world_id))) UNION SELECT c.id AS inventory_id, 'Concept'::text AS inventory_type, c.name, c.description, c.updated_at, wc.id AS world_id FROM (public.concepts c LEFT JOIN public.worlds wc ON ((wc.id = c.world_id))) ORDER BY 5 DESC WITH NO DATA; -- -- Name: items_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.items_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: items_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.items_id_seq OWNED BY public.items.id; -- -- Name: locations_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.locations_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: locations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.locations_id_seq OWNED BY public.locations.id; -- -- Name: notes; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.notes ( id bigint NOT NULL, content text NOT NULL, noteable_type character varying, noteable_id integer, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL ); -- -- Name: notes_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.notes_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: notes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.notes_id_seq OWNED BY public.notes.id; -- -- Name: permissions; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.permissions ( id bigint NOT NULL, world_id bigint NOT NULL, user_id bigint, permissions public.permission_type NOT NULL ); -- -- Name: permissions_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.permissions_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: permissions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.permissions_id_seq OWNED BY public.permissions.id; -- -- Name: relation_constituents; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.relation_constituents ( id bigint NOT NULL, fact_constituent_id bigint NOT NULL, relation_id bigint NOT NULL, role public.relation_role NOT NULL ); -- -- Name: relation_constituents_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.relation_constituents_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: relation_constituents_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.relation_constituents_id_seq OWNED BY public.relation_constituents.id; -- -- Name: relations; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.relations ( id bigint NOT NULL, name character varying NOT NULL, reverse_name character varying, description text, created_at timestamp(6) without time zone NOT NULL, updated_at timestamp(6) without time zone NOT NULL, fact_id bigint NOT NULL ); -- -- Name: relations_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.relations_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: relations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.relations_id_seq OWNED BY public.relations.id; -- -- Name: schema_migrations; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.schema_migrations ( version character varying NOT NULL ); -- -- Name: subject_relative_relations; Type: MATERIALIZED VIEW; Schema: public; Owner: - -- CREATE MATERIALIZED VIEW public.subject_relative_relations AS SELECT sc.relation_id, sc.id AS subject_id, r.name, rc.id AS relative_id FROM ((public.relation_constituents sc JOIN public.relation_constituents rc ON (((sc.relation_id = rc.relation_id) AND (sc.role <> rc.role)))) JOIN public.relations r ON ((r.id = sc.relation_id))) WHERE (sc.role = 'subject'::public.relation_role) UNION SELECT sc.relation_id, sc.id AS subject_id, r.reverse_name AS name, rc.id AS relative_id FROM ((public.relation_constituents sc JOIN public.relation_constituents rc ON (((sc.relation_id = rc.relation_id) AND (sc.role <> rc.role)))) JOIN public.relations r ON ((r.id = sc.relation_id))) WHERE ((sc.role = 'relative'::public.relation_role) AND (r.reverse_name IS NOT NULL)) WITH NO DATA; -- -- Name: tags; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.tags ( id bigint NOT NULL, tagset character varying[] DEFAULT '{}'::character varying[] NOT NULL, tagable_type character varying, tagable_id integer ); -- -- Name: tags_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.tags_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: tags_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.tags_id_seq OWNED BY public.tags.id; -- -- Name: traits; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.traits ( id bigint NOT NULL, attributeset public.hstore DEFAULT ''::public.hstore NOT NULL, traitable_type character varying, traitable_id integer ); -- -- Name: traits_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.traits_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: traits_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.traits_id_seq OWNED BY public.traits.id; -- -- Name: users; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.users ( id bigint NOT NULL, email character varying DEFAULT ''::character varying NOT NULL, encrypted_password character varying DEFAULT ''::character varying NOT NULL, reset_password_token character varying, reset_password_sent_at timestamp without time zone, remember_created_at timestamp without time zone, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, nick character varying NOT NULL ); -- -- Name: users_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.users_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: users_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.users_id_seq OWNED BY public.users.id; -- -- Name: worlds_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.worlds_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: worlds_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.worlds_id_seq OWNED BY public.worlds.id; -- -- Name: active_storage_attachments id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.active_storage_attachments ALTER COLUMN id SET DEFAULT nextval('public.active_storage_attachments_id_seq'::regclass); -- -- Name: active_storage_blobs id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.active_storage_blobs ALTER COLUMN id SET DEFAULT nextval('public.active_storage_blobs_id_seq'::regclass); -- -- Name: active_storage_variant_records id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.active_storage_variant_records ALTER COLUMN id SET DEFAULT nextval('public.active_storage_variant_records_id_seq'::regclass); -- -- Name: concepts id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.concepts ALTER COLUMN id SET DEFAULT nextval('public.concepts_id_seq'::regclass); -- -- Name: dossiers id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.dossiers ALTER COLUMN id SET DEFAULT nextval('public.dossiers_id_seq'::regclass); -- -- Name: fact_constituents id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.fact_constituents ALTER COLUMN id SET DEFAULT nextval('public.fact_constituents_id_seq'::regclass); -- -- Name: facts id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.facts ALTER COLUMN id SET DEFAULT nextval('public.facts_id_seq'::regclass); -- -- Name: figure_ancestors id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.figure_ancestors ALTER COLUMN id SET DEFAULT nextval('public.figure_ancestors_id_seq'::regclass); -- -- Name: figures id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.figures ALTER COLUMN id SET DEFAULT nextval('public.figures_id_seq'::regclass); -- -- Name: items id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.items ALTER COLUMN id SET DEFAULT nextval('public.items_id_seq'::regclass); -- -- Name: locations id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.locations ALTER COLUMN id SET DEFAULT nextval('public.locations_id_seq'::regclass); -- -- Name: notes id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.notes ALTER COLUMN id SET DEFAULT nextval('public.notes_id_seq'::regclass); -- -- Name: permissions id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.permissions ALTER COLUMN id SET DEFAULT nextval('public.permissions_id_seq'::regclass); -- -- Name: relation_constituents id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.relation_constituents ALTER COLUMN id SET DEFAULT nextval('public.relation_constituents_id_seq'::regclass); -- -- Name: relations id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.relations ALTER COLUMN id SET DEFAULT nextval('public.relations_id_seq'::regclass); -- -- Name: tags id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.tags ALTER COLUMN id SET DEFAULT nextval('public.tags_id_seq'::regclass); -- -- Name: traits id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.traits ALTER COLUMN id SET DEFAULT nextval('public.traits_id_seq'::regclass); -- -- Name: users id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.users ALTER COLUMN id SET DEFAULT nextval('public.users_id_seq'::regclass); -- -- Name: worlds id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.worlds ALTER COLUMN id SET DEFAULT nextval('public.worlds_id_seq'::regclass); -- -- Name: active_storage_attachments active_storage_attachments_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.active_storage_attachments ADD CONSTRAINT active_storage_attachments_pkey PRIMARY KEY (id); -- -- Name: active_storage_blobs active_storage_blobs_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.active_storage_blobs ADD CONSTRAINT active_storage_blobs_pkey PRIMARY KEY (id); -- -- Name: active_storage_variant_records active_storage_variant_records_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.active_storage_variant_records ADD CONSTRAINT active_storage_variant_records_pkey PRIMARY KEY (id); -- -- Name: ar_internal_metadata ar_internal_metadata_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.ar_internal_metadata ADD CONSTRAINT ar_internal_metadata_pkey PRIMARY KEY (key); -- -- Name: concepts concepts_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.concepts ADD CONSTRAINT concepts_pkey PRIMARY KEY (id); -- -- Name: dossiers dossiers_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.dossiers ADD CONSTRAINT dossiers_pkey PRIMARY KEY (id); -- -- Name: fact_constituents fact_constituents_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.fact_constituents ADD CONSTRAINT fact_constituents_pkey PRIMARY KEY (id); -- -- Name: facts facts_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.facts ADD CONSTRAINT facts_pkey PRIMARY KEY (id); -- -- Name: figure_ancestors figure_ancestors_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.figure_ancestors ADD CONSTRAINT figure_ancestors_pkey PRIMARY KEY (id); -- -- Name: figures figures_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.figures ADD CONSTRAINT figures_pkey PRIMARY KEY (id); -- -- Name: items items_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.items ADD CONSTRAINT items_pkey PRIMARY KEY (id); -- -- Name: locations locations_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.locations ADD CONSTRAINT locations_pkey PRIMARY KEY (id); -- -- Name: notes notes_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.notes ADD CONSTRAINT notes_pkey PRIMARY KEY (id); -- -- Name: permissions permissions_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.permissions ADD CONSTRAINT permissions_pkey PRIMARY KEY (id); -- -- Name: relation_constituents relation_constituents_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.relation_constituents ADD CONSTRAINT relation_constituents_pkey PRIMARY KEY (id); -- -- Name: relations relations_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.relations ADD CONSTRAINT relations_pkey PRIMARY KEY (id); -- -- Name: schema_migrations schema_migrations_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.schema_migrations ADD CONSTRAINT schema_migrations_pkey PRIMARY KEY (version); -- -- Name: tags tags_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.tags ADD CONSTRAINT tags_pkey PRIMARY KEY (id); -- -- Name: traits traits_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.traits ADD CONSTRAINT traits_pkey PRIMARY KEY (id); -- -- Name: users users_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.users ADD CONSTRAINT users_pkey PRIMARY KEY (id); -- -- Name: worlds worlds_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.worlds ADD CONSTRAINT worlds_pkey PRIMARY KEY (id); -- -- Name: index_active_storage_attachments_on_blob_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_active_storage_attachments_on_blob_id ON public.active_storage_attachments USING btree (blob_id); -- -- Name: index_active_storage_attachments_uniqueness; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_active_storage_attachments_uniqueness ON public.active_storage_attachments USING btree (record_type, record_id, name, blob_id); -- -- Name: index_active_storage_blobs_on_key; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_active_storage_blobs_on_key ON public.active_storage_blobs USING btree (key); -- -- Name: index_active_storage_variant_records_uniqueness; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_active_storage_variant_records_uniqueness ON public.active_storage_variant_records USING btree (blob_id, variation_digest); -- -- Name: index_concepts_on_world_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_concepts_on_world_id ON public.concepts USING btree (world_id); -- -- Name: index_dossiers_on_dossierable_type_and_dossierable_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_dossiers_on_dossierable_type_and_dossierable_id ON public.dossiers USING btree (dossierable_type, dossierable_id); -- -- Name: index_fact_const_on_const_type_and_const_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_fact_const_on_const_type_and_const_id ON public.fact_constituents USING btree (constituable_type, constituable_id); -- -- Name: index_fact_const_on_const_type_and_const_id_and_fact_id; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_fact_const_on_const_type_and_const_id_and_fact_id ON public.fact_constituents USING btree (constituable_type, constituable_id, fact_id); -- -- Name: index_fact_constituent_relation_role_unique_on_rel_constituents; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_fact_constituent_relation_role_unique_on_rel_constituents ON public.relation_constituents USING btree (fact_constituent_id, relation_id, role); -- -- Name: index_fact_constituents_on_fact_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_fact_constituents_on_fact_id ON public.fact_constituents USING btree (fact_id); -- -- Name: index_fact_constituents_on_roles; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_fact_constituents_on_roles ON public.fact_constituents USING gin (roles); -- -- Name: index_facts_on_world_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_facts_on_world_id ON public.facts USING btree (world_id); -- -- Name: index_figure_ancestors_on_ancestor_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_figure_ancestors_on_ancestor_id ON public.figure_ancestors USING btree (ancestor_id); -- -- Name: index_figure_ancestors_on_figure_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_figure_ancestors_on_figure_id ON public.figure_ancestors USING btree (figure_id); -- -- Name: index_figure_ancestors_on_figure_id_and_ancestor_id; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_figure_ancestors_on_figure_id_and_ancestor_id ON public.figure_ancestors USING btree (figure_id, ancestor_id); -- -- Name: index_figures_on_name; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_figures_on_name ON public.figures USING btree (name); -- -- Name: index_figures_on_world_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_figures_on_world_id ON public.figures USING btree (world_id); -- -- Name: index_inventories_on_inventory_id_and_inventory_type; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_inventories_on_inventory_id_and_inventory_type ON public.inventories USING btree (inventory_id, inventory_type); -- -- Name: index_items_on_world_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_items_on_world_id ON public.items USING btree (world_id); -- -- Name: index_locations_on_lonlat; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_locations_on_lonlat ON public.locations USING gist (lonlat); -- -- Name: index_locations_on_world_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_locations_on_world_id ON public.locations USING btree (world_id); -- -- Name: index_notes_on_noteable_type_and_noteable_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_notes_on_noteable_type_and_noteable_id ON public.notes USING btree (noteable_type, noteable_id); -- -- Name: index_permissions_on_user_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_permissions_on_user_id ON public.permissions USING btree (user_id); -- -- Name: index_permissions_on_world_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_permissions_on_world_id ON public.permissions USING btree (world_id); -- -- Name: index_permissions_on_world_id_and_user_id; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_permissions_on_world_id_and_user_id ON public.permissions USING btree (world_id, user_id); -- -- Name: index_rel_const_on_fact_const_and_role; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_rel_const_on_fact_const_and_role ON public.relation_constituents USING btree (fact_constituent_id, role); -- -- Name: index_rel_const_on_relation_and_role; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_rel_const_on_relation_and_role ON public.relation_constituents USING btree (relation_id, role); -- -- Name: index_relation_constituents_on_fact_constituent_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_relation_constituents_on_fact_constituent_id ON public.relation_constituents USING btree (fact_constituent_id); -- -- Name: index_relation_constituents_on_relation_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_relation_constituents_on_relation_id ON public.relation_constituents USING btree (relation_id); -- -- Name: index_relation_relative_on_sub_rel_relations; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_relation_relative_on_sub_rel_relations ON public.subject_relative_relations USING btree (relation_id, relative_id); -- -- Name: index_relation_subject_on_sub_rel_relations; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_relation_subject_on_sub_rel_relations ON public.subject_relative_relations USING btree (relation_id, subject_id); -- -- Name: index_relations_on_fact_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_relations_on_fact_id ON public.relations USING btree (fact_id); -- -- Name: index_tags_on_tagable_type_and_tagable_id; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_tags_on_tagable_type_and_tagable_id ON public.tags USING btree (tagable_type, tagable_id); -- -- Name: index_tags_on_tagset; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_tags_on_tagset ON public.tags USING gin (tagset); -- -- Name: index_traits_on_attributeset; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_traits_on_attributeset ON public.traits USING gin (attributeset); -- -- Name: index_traits_on_traitable_type_and_traitable_id; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_traits_on_traitable_type_and_traitable_id ON public.traits USING btree (traitable_type, traitable_id); -- -- Name: index_users_on_email; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_users_on_email ON public.users USING btree (email); -- -- Name: index_users_on_nick; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_users_on_nick ON public.users USING btree (nick); -- -- Name: index_users_on_reset_password_token; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_users_on_reset_password_token ON public.users USING btree (reset_password_token); -- -- Name: index_worlds_on_name; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_worlds_on_name ON public.worlds USING btree (name); -- -- Name: index_worlds_on_slug; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX index_worlds_on_slug ON public.worlds USING btree (slug); -- -- Name: index_worlds_on_user_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX index_worlds_on_user_id ON public.worlds USING btree (user_id); -- -- Name: unique_index_subject_relative_on_sub_rel_relations; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX unique_index_subject_relative_on_sub_rel_relations ON public.subject_relative_relations USING btree (subject_id, relative_id); -- -- Name: concepts concept_world_change; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER concept_world_change BEFORE UPDATE OF world_id ON public.concepts FOR EACH ROW EXECUTE FUNCTION public.freeze_world_ref(); -- -- Name: fact_constituents fact_constituent_change; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER fact_constituent_change BEFORE UPDATE OF constituable_id, constituable_type ON public.fact_constituents FOR EACH ROW EXECUTE FUNCTION public.freeze_fact_constituent_constituable(); -- -- Name: facts fact_world_change; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER fact_world_change BEFORE UPDATE OF world_id ON public.facts FOR EACH ROW EXECUTE FUNCTION public.freeze_world_ref(); -- -- Name: figures figure_world_change; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER figure_world_change BEFORE UPDATE OF world_id ON public.figures FOR EACH ROW EXECUTE FUNCTION public.freeze_world_ref(); -- -- Name: fact_constituents foreign_fact_constituent; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER foreign_fact_constituent AFTER INSERT OR UPDATE OF constituable_id, constituable_type ON public.fact_constituents FOR EACH ROW EXECUTE FUNCTION public.fact_constituents_common_world(); -- -- Name: figure_ancestors foreign_figure_ancestor; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER foreign_figure_ancestor AFTER INSERT OR UPDATE OF figure_id, ancestor_id ON public.figure_ancestors FOR EACH ROW EXECUTE FUNCTION public.figure_ancestors_common_world(); -- -- Name: relation_constituents foreign_relation_constituent; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER foreign_relation_constituent BEFORE INSERT ON public.relation_constituents FOR EACH ROW EXECUTE FUNCTION public.relation_constituent_common_fact(); -- -- Name: items item_world_change; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER item_world_change BEFORE UPDATE OF world_id ON public.items FOR EACH ROW EXECUTE FUNCTION public.freeze_world_ref(); -- -- Name: locations location_world_change; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER location_world_change BEFORE UPDATE OF world_id ON public.locations FOR EACH ROW EXECUTE FUNCTION public.freeze_world_ref(); -- -- Name: concepts refresh_concept_inventories; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER refresh_concept_inventories AFTER INSERT OR DELETE OR UPDATE OR TRUNCATE ON public.concepts FOR EACH STATEMENT EXECUTE FUNCTION public.refresh_inventories(); -- -- Name: relation_constituents refresh_constituent_on_subject_relative_relations; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER refresh_constituent_on_subject_relative_relations AFTER INSERT OR DELETE OR UPDATE OR TRUNCATE ON public.relation_constituents FOR EACH STATEMENT EXECUTE FUNCTION public.refresh_subject_relative_relations(); -- -- Name: facts refresh_fact_inventories; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER refresh_fact_inventories AFTER INSERT OR DELETE OR UPDATE OR TRUNCATE ON public.facts FOR EACH STATEMENT EXECUTE FUNCTION public.refresh_inventories(); -- -- Name: figures refresh_figure_inventories; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER refresh_figure_inventories AFTER INSERT OR DELETE OR UPDATE OR TRUNCATE ON public.figures FOR EACH STATEMENT EXECUTE FUNCTION public.refresh_inventories(); -- -- Name: items refresh_item_inventories; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER refresh_item_inventories AFTER INSERT OR DELETE OR UPDATE OR TRUNCATE ON public.items FOR EACH STATEMENT EXECUTE FUNCTION public.refresh_inventories(); -- -- Name: locations refresh_location_inventories; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER refresh_location_inventories AFTER INSERT OR DELETE OR UPDATE OR TRUNCATE ON public.locations FOR EACH STATEMENT EXECUTE FUNCTION public.refresh_inventories(); -- -- Name: relations refresh_relation_on_subject_relative_relations; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER refresh_relation_on_subject_relative_relations AFTER INSERT OR DELETE OR UPDATE OR TRUNCATE ON public.relations FOR EACH STATEMENT EXECUTE FUNCTION public.refresh_subject_relative_relations(); -- -- Name: relation_constituents relation_constituent_change; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER relation_constituent_change BEFORE UPDATE OF fact_constituent_id, relation_id ON public.relation_constituents FOR EACH ROW EXECUTE FUNCTION public.freeze_relation_constituent_references(); -- -- Name: relations relation_fact_change; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER relation_fact_change BEFORE UPDATE OF fact_id ON public.relations FOR EACH ROW EXECUTE FUNCTION public.freeze_relation_fact(); -- -- Name: permissions user_may_not_be_owner_of_permission; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER user_may_not_be_owner_of_permission AFTER INSERT ON public.permissions FOR EACH ROW EXECUTE FUNCTION public.permission_user_may_not_be_owner(); -- -- Name: facts fk_rails_0610f2844b; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.facts ADD CONSTRAINT fk_rails_0610f2844b FOREIGN KEY (world_id) REFERENCES public.worlds(id); -- -- Name: figures fk_rails_124bcd8f21; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.figures ADD CONSTRAINT fk_rails_124bcd8f21 FOREIGN KEY (world_id) REFERENCES public.worlds(id); -- -- Name: locations fk_rails_2892871a50; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.locations ADD CONSTRAINT fk_rails_2892871a50 FOREIGN KEY (world_id) REFERENCES public.worlds(id); -- -- Name: fact_constituents fk_rails_6ac65e0a48; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.fact_constituents ADD CONSTRAINT fk_rails_6ac65e0a48 FOREIGN KEY (fact_id) REFERENCES public.facts(id); -- -- Name: worlds fk_rails_7912bd990e; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.worlds ADD CONSTRAINT fk_rails_7912bd990e FOREIGN KEY (user_id) REFERENCES public.users(id); -- -- Name: figure_ancestors fk_rails_8993a011f6; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.figure_ancestors ADD CONSTRAINT fk_rails_8993a011f6 FOREIGN KEY (figure_id) REFERENCES public.figures(id); -- -- Name: active_storage_variant_records fk_rails_993965df05; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.active_storage_variant_records ADD CONSTRAINT fk_rails_993965df05 FOREIGN KEY (blob_id) REFERENCES public.active_storage_blobs(id); -- -- Name: permissions fk_rails_a7a36db1fe; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.permissions ADD CONSTRAINT fk_rails_a7a36db1fe FOREIGN KEY (world_id) REFERENCES public.worlds(id); -- -- Name: items fk_rails_b5ae10593b; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.items ADD CONSTRAINT fk_rails_b5ae10593b FOREIGN KEY (world_id) REFERENCES public.worlds(id); -- -- Name: active_storage_attachments fk_rails_c3b3935057; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.active_storage_attachments ADD CONSTRAINT fk_rails_c3b3935057 FOREIGN KEY (blob_id) REFERENCES public.active_storage_blobs(id); -- -- Name: concepts fk_rails_d1ab849943; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.concepts ADD CONSTRAINT fk_rails_d1ab849943 FOREIGN KEY (world_id) REFERENCES public.worlds(id); -- -- Name: permissions fk_rails_d9cfa3c257; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.permissions ADD CONSTRAINT fk_rails_d9cfa3c257 FOREIGN KEY (user_id) REFERENCES public.users(id); -- -- Name: figure_ancestors fk_rails_dad7936bbe; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.figure_ancestors ADD CONSTRAINT fk_rails_dad7936bbe FOREIGN KEY (ancestor_id) REFERENCES public.figures(id); -- -- PostgreSQL database dump complete -- SET search_path TO "$user", public; INSERT INTO "schema_migrations" (version) VALUES ('20181106163156'), ('20190222161807'), ('20190223073918'), ('20190225104426'), ('20190314225132'), ('20190315091854'), ('20190315093603'), ('20190315154615'), ('20190407101530'), ('20190407120223'), ('20190407144613'), ('20190410204103'), ('20190411071508'), ('20190412141828'), ('20190428142139'), ('20190506212919'), ('20190519214102'), ('20190601154637'), ('20190602174120'), ('20190604130121'), ('20190610173015'), ('20190617112044'), ('20190619154220'), ('20190619155033'), ('20190715165925'), ('20190715192434'), ('20190717165733'), ('20190721205302'), ('20190722161446'), ('20190726172358'), ('20190731140244'), ('20190805152237'), ('20190805163701'), ('20190814142500'), ('20190814152829'), ('20190825145758'), ('20190825151321'), ('20190828145207'), ('20190830105858'), ('20190923090443'), ('20190923124805'), ('20190923131312'), ('20190924112933'), ('20190924114909'), ('20190925152408'), ('20190927113355'), ('20190927150245'), ('20190927153349'), ('20190930151242'), ('20191001121919'), ('20191005215006'), ('20200122155154'), ('20200225122524'), ('20200225144514'), ('20200306132315'), ('20200309083810'), ('20200403165547'), ('20200403181101'), ('20210113190613'), ('20210113190614');
<filename>source/tbldef/tsys_Link_Dbs.sql CREATE TABLE [tsys_Link_Dbs] ( [LinkType] VARCHAR (255), [LinkDb] VARCHAR (100), [DbDesc] VARCHAR (50), [Backups] BYTE , [IsODBC] BYTE , [IsNetworkDb] BYTE , [FilePath] VARCHAR (255), [Server] VARCHAR (100), [NewDb] VARCHAR (100), [NewPath] VARCHAR (255), [NewServer] VARCHAR (100), [SortOrder] SHORT , CONSTRAINT [PrimaryKey] PRIMARY KEY ([LinkType], [LinkDb]) )
DROP TABLE IF EXISTS `{prefix}team_members`; CREATE TABLE `{prefix}team_members` ( `id` int(11) NOT NULL AUTO_INCREMENT, `team_id` int(11) NOT NULL, `player_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `role` smallint(6) NOT NULL DEFAULT '0', `status` smallint(6) NOT NULL DEFAULT '0', `promotedOn` datetime DEFAULT NULL, `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `team_id` (`team_id`), KEY `player_id` (`player_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
-- file:create_aggregate.sql ln:49 expect:true create aggregate sum2(int8,int8) ( sfunc = sum3, stype = int8, initcond = '0' )
begin transaction; create table "users" ( "id" integer primary key, "username", "password", "<PASSWORD>program<PASSWORD>", "is_controller", "is_supereditor" ); create unique index "users_username" on "users" ("username"); insert into "users" values (1, "root", "", 1, 1, 1); create temporary table "programs_migr" as select * from "programs"; drop table "programs"; create table "programs" ( "id" integer primary key, "ref", "revision", "author_id", "content", foreign key ("author_id") references "users" ("id") ); create unique index "programs_ref_revision" on "programs" ("ref", "revision"); insert into "programs" select "programs_migr"."id" as "id", "programs_migr"."ref" as "ref", "programs_migr"."revision" as "revision", 1 as "author_id", "programs_migr"."content" as "content" from "programs_migr"; drop table "programs_migr"; commit;
\echo 'Flood Zone 3 - Create Spatial Index' CREATE INDEX floodzone_3_wkb_geometry_geom_idx ON floodzone_3 USING gist (wkb_geometry) TABLESPACE fmp_indexes;
<gh_stars>0 SELECT * FROM employees WHERE gender = 'F' AND hire_date >= '2000-01-01'; SELECT * FROM salaries WHERE salary > 150000;
<reponame>JacobsonMT/Gemma alter table BIO_ASSAY add column FASTQ_HEADERS text;
INSERT INTO `cities` (`id`, `name_en`, `name_ar`, `name_fr`, `code`, `country_id`) VALUES (1002, 'Aquitaine', 'آكيتن', 'Aquitaine', '97', 69), (1003, 'Nord-Pas-de-Calais', 'نور-با-دو-كاليه', 'Nord-Pas-de-Calais', 'B4', 69), (1004, 'Lorraine', 'لورين', 'Lorraine', 'B2', 69), (1005, 'Haute-Normandie', 'هوت نورماندي', 'Haute-Normandie', 'A7', 69), (1006, 'Picardie', 'بيكاردي', 'Picardie', 'B6', 69), (1007, 'Franche-Comte', 'فرانش-كونت', 'Franche-Comté', 'A6', 69), (1008, 'Pays de la Loire', 'باي دو لا لوار', 'Pays de la Loire', 'B5', 69), (1009, 'Champagne-Ardenne', 'الشمبانيا اردين', 'Champagne-Ardenne', 'A4', 69), (1010, 'Centre', 'مركز', 'Centre', 'A3', 69), (1011, 'Languedoc-Roussillon', 'لانغدوك روسيون', 'Languedoc-Roussillon', 'A9', 69), (1012, 'Poitou-Charentes', 'بواتو-شارانت', 'Poitou-Charentes', 'B7', 69), (1013, 'Rhone-Alpes', 'رون ألب', 'Rhône-Alpes', 'B9', 69), (1014, 'Basse-Normandie', 'باس نورماندي', 'Basse-Normandie', '99', 69), (1015, 'Ile-de-France', 'إيل دو فرانس', 'Ile de France', 'A8', 69), (1016, 'Bourgogne', 'بورغون', 'Bourgogne', 'A1', 69), (1017, 'Auvergne', 'أوفيرني', 'Auvergne', '98', 69), (1018, 'Provence-Alpes-Cote d\'Azur', 'بروفانس ألب كوت دازور', 'Provence-Alpes-Côte d\'Azur', 'B8', 69), (1019, 'Corse', 'كورس', 'Corse', 'A5', 69), (1020, 'Alsace', 'الألزاس', 'Alsace', 'C1', 69), (1021, 'Bretagne', 'بريتان', 'Bretagne', 'A2', 69), (1022, 'Midi-Pyrenees', 'ميدي-بيرينيه', 'Midi-Pyrénées', 'B3', 69), (1023, 'Limousin', 'ليموزين', 'Limousin', 'B1', 69), (1024, 'Estuaire', 'إيستوير', 'Estuaire', '01', 70), (1025, 'Woleu-Ntem', 'ليو نتيم', 'Woleu-Ntem', '09', 70), (1026, 'Moyen-Ogooue', 'موين-أوغوي', 'Moyen-Ogooué', '03', 70), (1027, 'Ogooue-Maritime', 'أوغوي البحرية', 'Ogooue-Maritime', '08', 70), (1028, 'Ogooue-Lolo', 'أوغوي لولو', 'Ogooué-Lolo', '07', 70), (1029, 'Ogooue-Ivindo', 'أوجوي إيفندو', 'Ogooué-Ivindo', '06', 70), (1030, 'Haut-Ogooue', 'أوت أوغوي', 'Haut-Ogooué', '02', 70), (1031, 'Ngounie', 'نغوني', 'Ngounie', '04', 70), (1032, 'Nyanga', 'النيانغا', 'Nyanga', '05', 70), (1033, 'Worcestershire', 'رسيستيرشاير', 'Worcestershire', 'Q4', 71), (1034, 'Hampshire', 'هامبشاير', 'Hampshire', 'F2', 71), (1035, 'Herefordshire', 'هرفوردشير', 'Herefordshire', 'F7', 71), (1036, 'Essex', 'إسيكس', 'Essex', 'E4', 71), (1037, 'Powys', 'بوويز', 'Powys', 'Y8', 71), (1038, 'Monmouthshire', 'مونماوثشاير', 'Monmouthshire', 'Y4', 71), (1039, 'Scottish Borders', 'الحدود الاسكتلندية', 'Scottish Borders', 'T9', 71), (1040, 'Cumbria', 'كمبريا', 'Cumbria', 'C9', 71), (1041, 'Devon', 'ديفون', 'Devon', 'D4', 71), (1042, 'Staffordshire', 'ستافوردشاير', 'Staffordshire', 'M9', 71), (1043, 'Dorset', 'دورست', 'Dorset', 'D6', 71), (1044, 'Hertford', 'هيرتفورد', 'Hertford', 'F8', 71), (1045, 'Cambridgeshire', 'كامبريدج', 'Cambridgeshire', 'C3', 71), (1046, 'Lancashire', 'لانكشاير', 'Lancashire', 'H2', 71), (1047, 'Conwy', 'كونوي', 'Conwy', 'X8', 71), (1048, 'Ceredigion', 'سرديجون', 'Ceredigion', 'X6', 71), (1049, '<NAME>', 'روندا سينون تاف', '<NAME>', 'Y9', 71), (1050, 'Highland', 'هضبة', 'Montagnes', 'V3', 71), (1051, '<NAME>', 'بيرث و كينروس', '<NAME>', 'W1', 71), (1052, 'Caerphilly', 'كيرفيلي', 'Caerphilly', 'X4', 71), (1053, 'Blaenau Gwent', 'Blaenau Gwent', 'Blaenau Gwent', 'X2', 71), (1054, '<NAME>', 'ميرثير تيدفيل', '<NAME>il', 'Y3', 71), (1055, 'Pembrokeshire', 'بيمبروكشاير', 'Pembrokeshire', 'Y7', 71), (1056, 'Aberdeenshire', 'أبردينشاير', 'Aberdeenshire', 'T6', 71), (1057, 'Gwynedd', 'جويند', 'Gwynedd', 'Y2', 71), (1058, 'Aberdeen City', 'مدينة أبردين', 'Aberdeen City', 'T5', 71), (1059, 'Fife', 'ناي آلة موسيقية', 'Fifre', 'V1', 71), (1060, 'Neath Port Talbot', 'نيث بورت تالبوت', 'Neath Port Talbot', 'Y5', 71), (1061, 'Isle of Anglesey', 'جزيرة انجلسي', 'Île d\'Anglesey', 'X1', 71), (1062, 'Wokingham', 'ووكينغهام', 'Wokingham', 'Q2', 71), (1063, 'York', 'يورك', 'York', 'Q5', 71), (1064, 'Stirling', 'ستيرلينغ', 'Stirling', 'W6', 71), (1065, 'Carmarthenshire', 'كرمرثنشير', 'Carmarthenshire', 'X7', 71), (1066, 'Bridgend', 'كارديف', 'Bridgend', 'X3', 71), (1067, 'East Lothian', 'شرق لوثيان', 'East Lothian', 'U6', 71), (1068, 'Angus', 'انجوس', 'Angus', 'T7', 71), (1069, 'Moray', 'موراي', 'Moray', 'V6', 71); INSERT INTO `cities` (`id`, `name_en`, `name_ar`, `name_fr`, `code`, `country_id`) VALUES (1070, 'Torfaen', 'تورفين', 'Torfaen', 'Z2', 71), (1071, 'Swansea', 'سوانسي', 'Swansea', 'Z1', 71), (1072, 'Vale of Glamorgan', 'فيل غلامورغان', 'Vallée de Glamorgan', 'Z3', 71), (1073, 'Oxfordshire', 'أوكسفوردشاير', 'Oxfordshire', 'K2', 71), (1074, 'Surrey', 'سيارة بمقعدين', 'Surrey', 'N7', 71), (1075, 'South Lanarkshire', 'جنوب لاناركشاير', 'Lanarkshire du sud', 'W5', 71), (1076, 'Leicestershire', 'يسترشير', 'Leicestershire', 'H5', 71), (1077, 'Wigan', 'ويجان', 'Wigan', 'P7', 71), (1078, 'Northamptonshire', 'نورثهامبتونشاير', 'Northamptonshire', 'J1', 71), (1079, 'Lincolnshire', 'لينكولنشاير', 'Lincolnshire', 'H7', 71), (1080, 'Argyll and Bute', 'أرغيل وبوت', 'Argyll et Bute', 'T8', 71), (1081, 'Northumberland', 'نورثمبرلاند', 'Northumberland', 'J6', 71), (1082, 'Norfolk', 'نورفولك', 'Norfolk', 'I9', 71), (1083, 'Solihull', 'سوليهال', 'Solihull', 'M2', 71), (1084, 'Wrexham', 'ريكسهام', 'Wrexham', 'Z4', 71), (1085, 'Cheshire', 'شيشاير', 'Cheshire', 'C5', 71), (1086, 'Shropshire', 'شروبشاير', 'Shropshire', 'L6', 71), (1087, 'Banbridge', 'بانبريدج', 'Banbridge', 'R2', 71), (1088, 'South Gloucestershire', 'جنوب جلوسيسترشاير', 'Gloucestershire du sud', 'M6', 71), (1089, 'West Lothian', 'لوثيان الغربية', 'West Lothian', 'W9', 71), (1091, 'Kent', 'كينت', 'Kent', 'G5', 71), (1092, 'Leeds', 'ليدز', 'Leeds', 'H3', 71), (1093, 'Somerset', 'سومرست', 'Somerset', 'M3', 71), (1094, 'Gloucestershire', 'جلوسيسترشاير', 'Gloucestershire', 'E6', 71), (1095, 'Buckinghamshire', 'باكينجهامشير', 'Buckinghamshire', 'B9', 71), (1096, 'Coleraine', 'كوليرين', 'Coleraine', 'R6', 71), (1097, 'Craigavon', 'كريجافون', 'Craigavon', 'R8', 71), (1098, 'Antrim', 'أنتريم', 'Antrim', 'Q6', 71), (1099, 'Limavady', 'يمافادي', 'Limavady', 'S4', 71), (1100, 'Armagh', 'أرما', 'Armagh', 'Q8', 71), (1101, 'Ballymena', 'بلايميندا', 'Ballymena', 'Q9', 71), (1102, 'North Yorkshire', 'شمال يوركشاير', 'Yorkshire du Nord', 'J7', 71), (1103, 'Sefton', 'سيفتون', 'Sefton', 'L8', 71), (1104, 'Warwickshire', 'وارويكشاير', 'Warwickshire', 'P3', 71), (1105, 'Derry', 'ديري', 'Derry', 'S6', 71), (1106, 'Eilean Siar', 'ايلين سيار', 'Eilean Siar', 'W8', 71), (1107, 'North Lanarkshire', 'شمال لاناركشاير', 'North Lanarkshire', 'V8', 71), (1108, 'Falkirk', 'فالكيرك', 'Falkirk', 'U9', 71), (1109, 'Shetland Islands', 'جزر شتلاند', 'Îles Shetland', 'W3', 71), (1110, 'Wiltshire', 'ويلتشير', 'Wiltshire', 'P8', 71), (1111, 'Durham', 'دورهام', 'Durham', 'D8', 71), (1112, 'Darlington', 'دارلينجتون', 'Darlington', 'D1', 71), (1113, 'Suffolk', 'سوفولك', 'Suffolk', 'N5', 71), (1114, 'Derbyshire', 'ديربيشاير', 'Derbyshire', 'D3', 71), (1115, 'Walsall', 'والسال', 'Walsall', 'O8', 71), (1116, 'Rotherham', 'روثرهام', 'Rotherham', 'L3', 71), (1117, 'West Dunbartonshire', 'غرب دنبارتنشير', 'West Dunbartonshire', 'W7', 71), (1118, 'East Sussex', 'شرق ساسكس', 'Sussex de l\'Est', 'E2', 71), (1119, 'Coventry', 'كوفنتري', 'Coventry', 'C7', 71), (1120, 'Derby', 'دربي', 'Derby', 'D2', 71), (1121, 'Southend-on-Sea', 'ساوثيند على البحر', 'Southend-on-Sea', 'M5', 71), (1122, 'Clackmannanshire', 'كلاكمانشاير', 'Clackmannanshire', 'U1', 71), (1123, 'Kirklees', 'كركليس', 'Kirklees', 'G8', 71), (1124, '<NAME>', 'سانت هيلينز', 'St. Helens', 'N1', 71), (1125, 'Omagh', 'أوما', 'Omagh', 'T3', 71), (1126, 'Cornwall', 'كورنوال', 'Cornouailles', 'C6', 71), (1127, 'North Lincolnshire', 'شمال لينكولنشاير', 'Lincolnshire du Nord', 'J3', 71), (1128, 'Newry and Mourne', 'نيوري ومورن', 'Newry et Morne', 'S9', 71), (1129, 'South Ayrshire', 'جنوب ايرشاير', 'Ayrshire du sud', 'W4', 71), (1130, 'Isle of Wight', 'جزيرة وايت', 'l\'île de Wight', 'G2', 71), (1132, 'Dumfries and Galloway', 'دومفريز وجالاوي', 'Dumfries et Galloway', 'U2', 71), (1133, 'Bedfordshire', 'بيدفوردشير', 'Bedfordshire', 'A5', 71), (1134, 'Down', 'أسفل', 'Vers le bas', 'R9', 71), (1135, 'Dungannon', 'دونجانون', 'Dungannon', 'S1', 71), (1136, 'Renfrewshire', 'رينفروشاير', 'Renfrewshire', 'W2', 71), (1137, 'Leicester', 'ليستر', 'Leicester', 'H4', 71), (1138, 'Glasgow City', 'مدينة غلاسكو', 'Glasgow City', 'V2', 71), (1139, 'West Sussex', 'غرب ساسكس', 'West Sussex', 'P6', 71), (1140, 'Warrington', 'وارينغتون', 'Warrington', 'P2', 71), (1141, 'Cookstown', 'كوكستاون', 'Cookstown', 'R7', 71), (1142, 'North Ayrshire', 'شمال ايرشاير', 'Ayrshire du Nord', 'V7', 71), (1143, 'Barnsley', 'بارنسلي', 'Barnsley', 'A3', 71), (1144, 'Strabane', 'استربان', 'Strabane', 'T4', 71), (1145, 'Doncaster', 'دونكاستر', 'Doncaster', 'D5', 71), (1146, 'Ballymoney', 'بلموني', 'Ballymoney', 'R1', 71), (1147, 'Fermanagh', 'فيرماناغ', 'Fermanagh', 'S2', 71), (1149, 'Nottingham', 'نوتنغهام', 'Nottingham', 'J8', 71), (1151, 'Tameside', 'تامسايد', 'Tameside', 'O1', 71), (1152, 'Rutland', 'روتلاند', 'Rutland', 'L4', 71), (1153, 'Nottinghamshire', 'نوتينغمشير', 'Nottinghamshire', 'J9', 71), (1154, 'Midlothian', 'ميدلوثيان', 'Midlothian', 'V5', 71), (1155, 'East Ayrshire', 'شرق ايرشاير', 'East Ayrshire', 'U4', 71), (1156, 'Stoke-on-Trent', 'ستوك أون ترينت', 'Stoke-on-Trent', 'N4', 71), (1157, 'Bristol', 'بريستول', 'Bristol', 'B7', 71), (1158, 'Flintshire', 'فلينتشير', 'Flintshire', 'Y1', 71), (1159, 'Blackburn with Darwen', 'بلاكبيرن مع داروين', 'Blackburn avec Darwen', 'A8', 71), (1160, 'Moyle', 'مويلي', 'Moyle', 'S8', 71), (1161, 'Carrickfergus', 'كاريكفرجس', 'Carrickfergus', 'R4', 71), (1162, 'Castlereagh', 'كاسلرا', 'Castlereagh', 'R5', 71), (1163, 'Larne', 'ليرن', 'Larne', 'S3', 71), (1164, 'Belfast', 'بلفاست', 'Belfast', 'R3', 71), (1165, 'Magherafelt', 'مايرافلت', 'Magherafelt', 'S7', 71), (1166, 'North Down', 'شمال داون', 'Nord en bas', 'T2', 71), (1167, 'North Somerset', 'شمال سومرست', 'North Somerset', 'J4', 71), (1168, 'East Renfrewshire', 'شرق رينفروشاير', 'East Renfrewshire', 'U7', 71), (1169, 'Newport', 'نيوبورت', 'Newport', 'Y6', 71), (1170, 'Bath and North East Somerset', 'باث وشمال شرق سومرست', 'Bath et North East Somerset', 'A4', 71), (1173, 'Newham', 'نيوهام', 'Newham', 'I8', 71), (1175, 'Denbighshire', 'دنبيشير', 'Denbighshire', 'X9', 71), (1176, 'East Riding of Yorkshire', 'شرق ركوب يوركشاير', 'East Riding of Yorkshire', 'E1', 71), (1177, 'Bexley', 'بيكسلي', 'Bexley', 'A6', 71), (1178, 'Bromley', 'بروملي', 'Bromley', 'B8', 71), (1179, 'Bradford', 'برادفورد', 'Bradford', 'B4', 71), (1180, 'Bracknell Forest', 'غابة براكنيل', 'Forêt de Bracknell', 'B3', 71), (1181, 'Cardiff', 'كارديف', 'Cardiff', 'X5', 71), (1182, 'Birmingham', 'برمنغهام', 'Birmingham', 'A7', 71), (1183, 'Orkney', 'أوركني', 'Orkney', 'V9', 71), (1184, 'East Dunbartonshire', 'شرق دانبارتونشاير', 'East Dunbartonshire', 'U5', 71), (1185, 'Blackpool', 'بلاكبول', 'Blackpool', 'A9', 71), (1186, 'Southampton', 'ساوثامبتون', 'Southampton', 'M4', 71), (1187, 'Newcastle upon Tyne', 'نيوكاسل أبون تاين', 'Newcastle upon Tyne', 'I7', 71), (1188, 'Bolton', 'بولتون', 'Boulonner', 'B1', 71), (1189, 'Redcar and Cleveland', 'ريدكار وكليفلاند', 'Redcar et Cleveland', 'K9', 71), (1190, 'Bournemouth', 'بورنموث', 'Bournemouth', 'B2', 71), (1191, 'Swindon', 'سويندون', 'Swindon', 'N9', 71), (1192, 'Stockport', 'ستوكبورت', 'Stockport', 'N2', 71), (1193, 'Windsor and Maidenhead', 'وندسور ومايدنهيد', 'Windsor et Maidenhead', 'P9', 71), (1194, 'Inverclyde', 'إنفركلايد', 'Inverclyde', 'V4', 71), (1195, 'Medway', 'ميدواي', 'Medway', 'I3', 71), (1196, '<NAME>', 'ميلتون كينز', '<NAME>', 'I6', 71), (1197, 'Dundee City', 'دندي سيتي', 'Dundee City', 'U3', 71), (1198, 'Telford and Wrekin', 'تيلفورد وركين', 'Telford et Wrekin', 'O2', 71), (1199, 'Reading', 'قراءة', 'En train de lire', 'K7', 71), (1200, 'Bury', 'دفن', 'Enterrer', 'C1', 71), (1201, 'Wolverhampton', 'ولفرهامبتون', 'Wolverhampton', 'Q3', 71), (1202, 'Southwark', 'ساوثوورك', 'Southwark', 'M8', 71), (1203, 'Camden', 'كامدن', 'Camden', 'C4', 71), (1204, 'Slough', 'مستنقع', 'Bourbier', 'M1', 71), (1205, 'Middlesbrough', 'ميدلسبره', 'Middlesbrough', 'I5', 71), (1206, 'Stockton-on-Tees', 'ستوكتون أون تيز', 'Stockton-on-Tees', 'N3', 71), (1207, 'Newtownabbey', 'نيوتاونبي', 'Newtownabbey', 'T1', 71), (1208, 'Lisburn', 'يسبورن', 'Lisburn', 'S5', 71), (1210, 'Lewisham', 'ويشام', 'Lewisham', 'H6', 71), (1211, 'West Berkshire', 'غرب بيركشاير', 'West Berkshire', 'P4', 71), (1212, 'Manchester', 'مانشستر', 'Manchester', 'I2', 71), (1213, 'Westminster', 'وستمنستر', 'Westminster', 'P5', 71), (1214, 'Ards', 'أردز', 'Ards', 'Q7', 71), (1215, 'Plymouth', 'بليموث', 'Plymouth', 'K4', 71), (1216, 'Croydon', 'كرويدون', 'Croydon', 'C8', 71), (1217, 'Barking and Dagenham', 'باركينج وداجنهام', 'Barking et Dagenham', 'A1', 71), (1218, 'Hartlepool', 'هارتلبول', 'Hartlepool', 'F5', 71), (1219, 'Sheffield', 'شيفيلد', 'Sheffield', 'L9', 71), (1220, 'Oldham', 'أولدهام', 'Oldham', 'K1', 71), (1221, 'Knowsley', 'نوزلي', 'Knowsley', 'G9', 71), (1222, 'Liverpool', 'ليفربول', 'Liverpool', 'H8', 71), (1223, 'Dudley', 'دادلي', 'Dudley', 'D7', 71), (1224, 'Gateshead', 'غيتسهيد', 'Gateshead', 'E5', 71), (1225, 'Ealing', 'إيلينغ', 'Ealing', 'D9', 71), (1226, 'Edinburgh', 'ادنبره', 'Edinbourg', 'U8', 71), (1227, 'Enfield', 'انفيلد', 'Enfield', 'E3', 71), (1228, 'Calderdale', 'كلدردل', 'Calderdale', 'C2', 71), (1229, 'Halton', 'وقف على', 'Halton', 'E9', 71), (1230, 'North Tyneside', 'شمال تينيسايد', 'North Tyneside', 'J5', 71), (1231, 'Thurrock', 'ثوروك', 'Thurrock', 'O3', 71), (1232, 'North East Lincolnshire', 'شمال شرق لينكولنشاير', 'North East Lincolnshire', 'J2', 71), (1233, 'Wirral', 'يرل', 'Wirral', 'Q1', 71), (1234, 'Hackney', 'بتذلل', 'Hackney', 'E8', 71), (1235, 'Hammersmith and Fulham', 'هامرسميث وفولهام', 'Hammersmith et Fulham', 'F1', 71), (1236, 'Havering', 'هافرينج', 'Havering', 'F6', 71), (1237, 'Harrow', 'مسلفة', 'Herse', 'F4', 71), (1238, 'Barnet', 'بارنيت', 'Barnet', 'A2', 71), (1239, 'Hounslow', 'هونسلو', 'Hounslow', 'G1', 71), (1240, 'Brighton and Hove', 'برايتون وهوف', 'Brighton et Hove', 'B6', 71), (1241, 'Kingston upon Hull', 'كينغستون على هال', 'Kingston upon Hull', 'G6', 71), (1242, 'Redbridge', 'ريدبريدج', 'Redbridge', 'K8', 71), (1243, 'Islington', 'إزلينغتون', 'Islington', 'G3', 71), (1244, 'Kensington and Chelsea', 'كنسينغتون وتشيلسي', 'Kensington et Chelsea', 'G4', 71), (1245, 'Kingston upon Thames', 'كينغستون أبون تيمز', 'Kingston upon Thames', 'G7', 71), (1246, 'Lambeth', 'لامبث', 'Lambeth', 'H1', 71), (1247, 'London', 'لندن', 'Londres', 'H9', 71), (1248, 'Luton', 'لوتون', 'Luton', 'I1', 71), (1249, 'Sunderland', 'سندرلاند', 'Sunderland', 'N6', 71), (1250, 'Merton', 'ميرتون', 'Merton', 'I4', 71), (1251, 'Sandwell', 'ساندويل', 'Sandwell', 'L7', 71), (1252, 'Salford', 'سالفورد', 'Salford', 'L5', 71), (1253, 'Peterborough', 'بيتربورو', 'Peterborough', 'K3', 71), (1254, 'Poole', 'بول', 'Poole', 'K5', 71), (1255, 'Tower Hamlets', 'برج هامليتس', 'Tour des hameaux', 'O5', 71), (1256, 'Portsmouth', 'بورتسموث', 'Portsmouth', 'K6', 71), (1257, 'Rochdale', 'روتشديل', 'Rochdale', 'L2', 71), (1258, 'Greenwich', 'غرينتش', 'Greenwich', 'E7', 71), (1259, 'South Tyneside', 'جنوب تينيسايد', 'South Tyneside', 'M7', 71), (1260, 'Trafford', 'ترافورد', 'Trafford', 'O6', 71), (1261, 'Sutton', 'ساتون', 'Sutton', 'N8', 71), (1262, 'Torbay', 'تورباي', 'Torbay', 'O4', 71), (1263, 'Richmond upon Thames', 'ريتشموند على نهر التايمز', 'Richmond sur la Tamise', 'L1', 71), (1264, 'Hillingdon', 'هيلينغدون', 'Hillingdon', 'F9', 71), (1265, 'Wakefield', 'ويكفيلد', 'Wakefield', 'O7', 71), (1266, 'Waltham Forest', 'والثام فوريست', 'Waltham Forest', 'O9', 71), (1267, 'Wandsworth', 'اندسوورث', 'Wandsworth', 'P1', 71), (1268, 'Brent', 'برنت', 'Brent', 'B5', 71), (1269, 'Haringey', 'هارينجي', 'Haringey', 'F3', 71), (1270, 'S<NAME>', 'القديس أندرو', 'Saint andrew', '01', 72), (1271, 'Saint George', 'القديس جورج', 'Saint George', '03', 72), (1272, 'Saint David', 'القديس داود', 'Saint David', '02', 72), (1273, 'Saint Patrick', 'سانت باتريك', 'Saint Patrick', '06', 72), (1274, '<NAME>', 'سان مارك', 'Saint mark', '05', 72), (1275, '<NAME>', 'القديس يوحنا', 'Saint Jean', '04', 72), (1276, 'Abkhazia', 'أبخازيا', 'Abkhazie', '02', 73), (1277, 'Ninotsmindis Raioni', 'Ninotsmindis Raioni', 'Ninotsmindis Raioni', '39', 73), (1278, 'P\'ot\'i', 'P\'ot\'i', 'P\'ot\'i', '42', 73), (1279, 'Ambrolauris Raioni', 'Ambrolauris Raioni', 'Ambrolauris Raioni', '09', 73), (1280, 'Abashis Raioni', 'اباشي ريوني', 'Abashis Raioni', '01', 73), (1281, 'Akhalts\'ikhis Raioni', 'أخالتسميس ريوني', 'Akhalts\'ikhis Raioni', '07', 73), (1282, 'Zestap\'onis Raioni', 'زيستابونيس ريوني', 'Zestap\'onis Raioni', '62', 73), (1283, 'Tsalenjikhis Raioni', 'تسالينججيريس ريوني', 'Tsalenjikhis Raioni', '58', 73), (1284, 'Marneulis Raioni', 'مارنوليس رايوني', 'Marneulis Raioni', '35', 73), (1285, 'Goris Raioni', 'جوريس رايوني', 'Goris Raioni', '22', 73), (1286, 'K\'arelis Raioni', 'كاريسليز ريوني', 'K\'arelis Raioni', '25', 73), (1287, 'Khashuris Raioni', 'خاشوريس رايوني', 'Khashuris Raioni', '28', 73), (1288, 'Kaspis Raioni', 'كاسبيس رايونى', 'Kaspis Raioni', '26', 73), (1289, 'Ajaria', 'أجاريا', 'Ajaria', '04', 73), (1290, 'Mts\'khet\'is Raioni', 'متخيسيس ريوني', 'Mts\'khet\'is Raioni', '38', 73), (1291, 'Ch\'okhatauris Raioni', 'Ch\'okhatauris Raioni', 'Ch\'okhatauris Raioni', '16', 73), (1292, 'Akhalk\'alak\'is Raioni', 'Akhalk\'alak\'is Raioni', 'Akhalk\'alak\'is Raioni', '06', 73), (1293, 'Samtrediis Raioni', 'Samtrediis Raioni', 'Samtrediis Raioni', '48', 73), (1294, 'Tqibuli', 'Tqibuli', 'Tqibuli', '56', 73), (1295, 'Dushet\'is Raioni', 'Dushet\'is Raioni', 'Dushet\'is Raioni', '19', 73), (1296, 'Onis Raioni', 'أونيس رايوني', 'Onis Raioni', '40', 73), (1297, 'Lentekhis Raioni', 'Lentekhis Raioni', 'Lentekhis Raioni', '34', 73), (1298, 'Martvilis Raioni', 'مارتفيليز ريوني', '<NAME>', '36', 73), (1299, 'K\'ut\'aisi', 'K\'ut\'aisi', 'K\'ut\'aisi', '31', 73), (1300, '<NAME>', 'أخالورجيس رايوني', 'Ak<NAME>', '05', 73), (1301, 'Aspind<NAME>ioni', 'Aspindzis Raioni', 'Aspindzis Raioni', '10', 73), (1302, 'Akhmetis Raioni', 'احمدى ريونى', 'Akhmetis Raioni', '08', 73), (1303, 'Lagodekhis Raioni', 'Lagodekhis Raioni', 'Lagodekhis Raioni', '32', 73), (1304, '<NAME>', 'Zugdidis Raioni', 'Zugdidis Raioni', '64', 73), (1305, '<NAME>', 'بورجوميس رايوني', '<NAME>', '13', 73), (1306, 'T\'ianet\'<NAME>', 'T\'ianet\'is Raioni', 'T\'ianet\'is Raioni', '55', 73), (1307, '<NAME>', 'خبيص الريوني', '<NAME>', '29', 73), (1308, 'K<NAME>ioni', 'Kharagaulis Raioni', 'Kharagaulis Raioni', '27', 73), (1309, '<NAME>', 'فانيس ريوني', '<NAME>', '61', 73), (1310, 'T\'<NAME>', 'تيلافيس ريوني', 'T\'elavis Raioni', '52', 73), (1311, 'Tsalkis Raioni', 'تسالكيس رايوني', 'Tsalkis Raioni', '59', 73), (1312, 'Qazbegis Raioni', 'قزبيجايز ريوني', 'Qazbegis Raioni', '43', 73), (1313, 'Sagarejos Raioni', 'ساجاريجوس رايوني', 'Sagarejos Raioni', '47', 73), (1314, 'T\'et\'ritsqaros Raioni', 'تيريتسقاروس ريوني', 'T\'et\'ritsqaros Raioni', '54', 73), (1315, 'Dedop\'listsqaros Raioni', 'Dedop\'listsqaros Raioni', 'Dedop\'listsqaros Raioni', '17', 73), (1316, 'Javis Raioni', 'جافي ريوني', 'Javis Raioni', '24', 73), (1317, 'Ch\'khorotsqus Raioni', 'Ch\'khorotsqus Raioni', 'Ch\'khorotsqus Raioni', '15', 73), (1318, 'Tsqaltubo', 'Tsqaltubo', 'Tsqaltubo', '60', 73), (1319, 'Rust\'avi', 'Rust\'avi', 'Rust\'avi', '45', 73), (1320, 'T\'bilisi', 'تبليسي', 'T\'bilisi', '51', 73), (1321, 'Baghdat\'is Raioni', 'بغدايس الريوني', 'Baghdat\'is Raioni', '11', 73), (1322, 'Lanch\'khut\'is Raioni', 'Lanch\'khut\'is Raioni', 'Lanch\'khut\'is Raioni', '33', 73), (1323, 'Chiat\'ura', 'Chiat\'ura', 'Chiat\'ura', '14', 73), (1324, 'Ts\'ageris Raioni', 'Ts\'ageris Raioni', 'Ts\'ageris Raioni', '57', 73), (1327, 'Central', 'وسط', 'Central', '04', 76), (1328, 'Western', 'الغربي', 'Occidental', '09', 76), (1329, 'Ashanti', 'أشانتي', 'Ashanti', '02', 76), (1330, 'Upper East', 'الشرق الأوسط', 'Upper East', '10', 76), (1331, 'Volta', 'فولتا', 'Volta', '08', 76), (1332, 'Brong-Ahafo', 'برونغ أهافو', 'Brong-Ahafo', '03', 76), (1333, 'Northern', 'شمالي', 'Nord', '06', 76), (1334, 'Greater Accra', 'أكبر أكرا', 'Grand Accra', '01', 76), (1335, 'Upper West', 'أعالي الغرب', 'Upper West', '11', 76), (1336, 'Eastern', 'الشرقية', 'Est', '05', 76), (1338, 'Vestgronland', 'Vestgronland', 'Vestgronland', '03', 78), (1339, 'Nordgronland', 'Nordgronland', 'Nordgronland', '01', 78), (1340, 'Ostgronland', 'Ostgronland', 'Ostgronland', '02', 78), (1341, 'Central River', 'سنترال ريفر', 'Central River', '03', 79), (1342, 'Western', 'الغربي', 'Occidental', '05', 79), (1343, 'North Bank', 'الضفة الشمالية', 'La Banque du nord', '07', 79), (1344, 'Upper River', 'أعالي النهر', 'Upper River', '04', 79), (1345, 'Lower River', 'نهر سفلي', 'Lower River', '02', 79), (1346, 'Banjul', 'بانجول', 'Banjul', '01', 79), (1347, 'Kouroussa', 'كوروسا', 'Kouroussa', '19', 80), (1348, 'Beyla', 'بيلا', 'Beyla', '01', 80), (1349, 'Koundara', 'كوندارا', 'Koundara', '18', 80), (1350, 'Dinguiraye', 'دنجواياري', 'Dinguiraye', '07', 80), (1351, 'Mali', 'مالي', 'Mali', '22', 80), (1352, 'Macenta', 'ماكنتا', 'Macenta', '21', 80), (1355, 'Kissidougou', 'كيسيدوغو', 'Kissidougou', '17', 80), (1356, 'Forecariah', 'فوريكاريا', 'Forecariah', '10', 80), (1357, 'Pita', 'بيتا', 'Pita', '25', 80), (1361, 'Dabola', 'دابولا', 'Dabola', '05', 80), (1362, 'Boke', 'بوكي', 'Boke', '03', 80), (1363, 'Mamou', 'مامو', 'Mamou', '23', 80), (1364, 'Faranah', 'فاراناه', 'Faranah', '09', 80), (1365, 'Telimele', 'تليملي', 'Telimele', '27', 80), (1366, 'Boffa', 'بوفا', 'Boffa', '02', 80), (1367, 'Gueckedou', 'جوكيدو', 'Gueckedou', '13', 80), (1368, 'Kindia', 'كنديا', 'Kindia', '16', 80), (1369, 'Fria', 'فريا', 'Fria', '11', 80), (1370, 'Tougue', 'تواج', 'Tougue', '28', 80), (1371, 'Yomou', 'يومو', 'Yomou', '29', 80), (1372, 'Gaoual', 'جاوال', 'Gaoual', '12', 80), (1373, 'Kerouane', 'كيروان', 'Kerouane', '15', 80), (1374, 'Dalaba', 'دالابا', 'Dalaba', '06', 80), (1375, 'Conakry', 'كوناكري', 'Conakry', '04', 80), (1376, 'Coyah', 'كويا', 'Coyah', '30', 80), (1377, 'Dubreka', 'دوبريكا', 'Dubreka', '31', 80), (1378, 'Kankan', 'كانكان', 'Kankan', '32', 80), (1379, 'Koubia', 'كوبيا', 'Koubia', '33', 80), (1380, 'Labe', 'ابي', 'Labe', '34', 80), (1381, 'Lelouma', 'يلوما', 'Lelouma', '35', 80), (1382, 'Lola', 'لولا', 'Lola', '36', 80), (1383, 'Mandiana', 'مانديانا', 'Mandiana', '37', 80), (1384, 'Nzerekore', 'نزيريكوري', 'Nzerekore', '38', 80), (1385, 'Siguiri', 'سيجويري', 'Siguiri', '39', 80), (1387, 'Centro Sur', 'سنترو سور', 'Centro Sur', '06', 82), (1388, 'Wele-Nzas', 'ويلي-نزاس', 'Wele-Nzas', '09', 82), (1389, 'Kie-Ntem', 'كي نتيم', 'Kie-Ntem', '07', 82), (1390, 'Litoral', 'الساحلي', 'Litoral', '08', 82), (1391, 'Annobon', 'أنوبون', 'Annobon', '03', 82), (1392, 'Bioko Norte', 'بيوكو نورتي', 'Bioko Norte', '04', 82), (1393, 'Bioko Sur', 'بيوكو سور', 'Bioko Sur', '05', 82), (1395, 'Kilkis', 'كيلكيس', 'Kilkis', '06', 83), (1396, 'Larisa', 'لاريسا', 'Larisa', '21', 83), (1397, 'Attiki', 'أتيكي', 'Attiki', '35', 83), (1398, 'Trikala', 'تريكالا', 'Trikala', '22', 83), (1399, 'Preveza', 'بريفيزا', 'Preveza', '19', 83), (1400, 'Kerkira', 'Kerkira', 'Kerkira', '25', 83), (1401, 'Ioannina', 'وانينا', 'Ioannina', '17', 83), (1402, 'Pella', 'بيلا', 'Pella', '07', 83), (1403, 'Thessaloniki', 'سالونيك', 'Thessalonique', '13', 83), (1404, 'Voiotia', 'Voiotia', 'Voiotia', '33', 83), (1405, 'Kikladhes', 'Kikladhes', 'Kikladhes', '49', 83), (1406, 'Kavala', 'كافالا', 'Kavala', '14', 83), (1407, 'Argolis', 'أرغوليس', 'Argolide', '36', 83), (1408, 'Rethimni', 'Rethimni', 'Rethimni', '44', 83), (1409, 'Serrai', 'سيراي', 'Serrai', '05', 83), (1410, 'Lakonia', 'اكونيا', 'Lakonia', '42', 83), (1411, 'Iraklion', 'ايراكليون', 'Iraklion', '45', 83), (1412, 'Lasithi', 'اسيتي', 'Lasithi', '46', 83), (1413, 'Rodhopi', 'Rodhopi', 'Rodhopi', '02', 83), (1414, 'Drama', 'دراما', 'Drame', '04', 83), (1415, 'Messinia', 'ميسينيا', 'Messinia', '40', 83), (1416, 'Evvoia', 'إيفويا', 'Evia', '34', 83), (1417, 'Akhaia', 'Akhaia', 'Akhaia', '38', 83), (1418, 'Magnisia', 'ماغنيزيا', 'Magnisia', '24', 83), (1419, 'Khania', 'خانيا', 'Khania', '43', 83), (1420, 'Kardhitsa', 'Kardhitsa', 'Kardhitsa', '23', 83), (1421, 'Evros', 'إفروس', 'Evros', '01', 83), (1422, 'Arkadhia', 'Arkadhia', 'Arkadhia', '41', 83), (1423, 'Aitolia kai Akarnania', 'أيتوليا كاي Akarnania', 'Aitolia kai Akarnania', '31', 83), (1424, 'Kozani', 'كوزاني', 'Kozani', '11', 83), (1425, 'Thesprotia', 'ثريبروتيا', 'Thesprotia', '18', 83), (1426, 'Lesvos', 'يسفوس', 'Lesvos', '51', 83), (1427, 'Dhodhekanisos', 'Dhodhekanisos', 'Dhodhekanisos', '47', 83), (1428, 'Kefallinia', 'كيفالونيا', 'Kefallinia', '27', 83), (1429, 'Khios', 'Khios', 'Khios', '50', 83), (1430, 'Arta', 'أرتا', 'Arta', '20', 83), (1431, 'Grevena', 'غريفينا', 'Grevena', '10', 83), (1432, 'Zakinthos', 'زاكينثوس', 'Zakinthos', '28', 83), (1433, 'Evritania', 'Evritania', 'Evritania', '30', 83), (1434, 'Fthiotis', 'فثيوتيس', 'Fthiotis', '29', 83), (1435, 'Kastoria', 'كاستوريا', 'Kastoria', '09', 83), (1436, 'Samos', 'ساموس', 'Samos', '48', 83), (1437, 'Imathia', 'إيماثيا', 'Imathia', '12', 83), (1438, 'Florina', 'فلورينا', 'Florina', '08', 83), (1439, 'Pieria', 'بييريا', 'Pieria', '16', 83), (1440, 'Levkas', 'Levkas', 'Levkas', '26', 83), (1441, 'Fokis', 'فوكيس', 'Fokis', '32', 83), (1442, 'Ilia', 'إليا', 'Ilia', '39', 83), (1443, 'Korinthia', 'كورينثيا', 'Korinthia', '37', 83), (1444, 'Xanthi', 'كسانتي', 'Xanthi', '03', 83), (1445, 'Khalkidhiki', 'Khalkidhiki', 'Khalkidhiki', '15', 83), (1448, 'Izabal', 'ايزابال', 'Izabal', '09', 85), (1449, 'Alta Verapaz', 'ألتا فيراباس', 'Alta Verapaz', '01', 85), (1450, 'Retalhuleu', 'ريتالهوليو', 'Retalhuleu', '15', 85), (1451, 'El Progreso', 'البروغريسو', 'El Progreso', '05', 85), (1452, 'Guatemala', 'غواتيمالا', 'Guatemala', '07', 85), (1453, 'Jutiapa', 'جوتيابا', 'Jutiapa', '11', 85), (1454, 'Chimaltenango', 'تشيمالتنانغو', 'Chimaltenango', '03', 85), (1455, 'Chiquimula', 'شيكيمولا', 'Chiquimula', '04', 85), (1456, 'Zacapa', 'زاكابا', 'Zacapa', '22', 85), (1457, 'Jalapa', 'جالابا', 'Jalapa', '10', 85), (1458, 'San Marcos', 'سان ماركوس', 'San Marcos', '17', 85), (1459, 'Quiche', 'كيشي', 'Quiche', '14', 85), (1460, 'Huehuetenango', 'هوهوتنانغو', 'Huehuetenango', '08', 85), (1461, 'Quetzaltenango', 'كويتزالتنانغو', 'Quetzaltenango', '13', 85), (1462, 'Baja Verapaz', 'باجا فيراباز', 'Baja Verapaz', '02', 85), (1463, 'Santa Rosa', 'سانتا روزا', 'Santa Rosa', '18', 85), (1464, 'Solola', 'سولولا', 'Solola', '19', 85), (1465, 'Peten', 'بيتين', 'Peten', '12', 85), (1466, 'Escuintla', 'ايسكوينتلا', 'Escuintla', '06', 85), (1467, 'Sacatepequez', 'سكاتيبيكيز', 'Sacatepequez', '16', 85), (1468, 'Totonicapan', 'توتونيكابان', 'Totonicapan', '21', 85), (1469, 'Suchitepequez', 'سوشيتبيكيز', 'Suchitepequez', '20', 85), (1470, 'Cacheu', 'كاشيو', 'Cacheu', '06', 86), (1471, 'Biombo', 'بومبو', 'Biombo', '12', 86), (1472, 'Oio', 'أويو', 'Oio', '04', 86), (1473, 'Bissau', 'بيساو', 'Bissau', '11', 86), (1474, 'Bafata', 'بافاتا', 'Bafata', '01', 86), (1475, 'Tombali', 'تومبالي', 'Tombali', '07', 86), (1476, 'Gabu', 'غابو', 'Gabu', '10', 86), (1477, 'Bolama', 'بولاما', 'Bolama', '05', 86), (1478, 'Quinara', 'كينارا', 'Quinara', '02', 86), (1479, 'Mahaica-Berbice', 'ماهايكا بيبريس', 'Mahaica-Berbice', '15', 87), (1480, 'Upper Takutu-Upper Essequibo', 'Upper Takutu-Upper Essequibo', 'Upper Takutu-Upper Essequibo', '19', 87), (1481, 'Barima-Waini', 'باريما وايني', 'Barima-Waini', '10', 87), (1482, 'Pomeroon-Supenaam', 'بومرون سوبينام', 'Pomeroon-Supenaam', '16', 87), (1483, 'Demerara-Mahaica', 'ديميرارا ماهايكا', 'Demerara-Mahaica', '12', 87), (1484, 'Cuyuni-Mazaruni', 'جويوني مزروني', 'Cuyuni-Mazaruni', '11', 87), (1485, 'East Berbice-Corentyne', 'شرق بيربيس-كورنتي', 'Berbice Est-Corentyne', '13', 87), (1486, 'Essequibo Islands-West Demerara', 'Essequibo Islands-West Demerara', 'Essequibo Islands-West Demerara', '14', 87), (1487, 'Potaro-Siparuni', 'بوتارو سيباروني', 'Potaro-Siparuni', '17', 87), (1488, 'Upper Demerara-Berbice', 'Upper Demerara-Berbice', 'Upper Demerara-Berbice', '18', 87), (1490, 'Colon', 'القولون', 'Côlon', '03', 89), (1491, 'Choluteca', 'تشولوتيكا', 'Choluteca', '02', 89), (1492, 'Comayagua', 'كوماياغوا', 'Comayagua', '04', 89), (1493, 'Valle', 'فالي', 'Valle', '17', 89), (1494, 'Santa Barbara', 'سانتا باربارا', 'Santa Barbara', '16', 89), (1495, '<NAME>', 'فرانسيسكو مورازان', '<NAME>', '08', 89), (1496, 'El Paraiso', 'الباريسو', 'El Paraiso', '07', 89), (1497, 'Lempira', 'هندوراسي', 'Lempira', '13', 89), (1498, 'Copan', 'كوبان', 'Copan', '05', 89), (1499, 'Olancho', 'اولانجو', 'Olancho', '15', 89), (1500, 'Cortes', 'كورتيس', 'Cortes', '06', 89), (1501, 'Yoro', 'يورو', 'Yoro', '18', 89), (1502, 'Atlantida', 'أتلانتيدا', 'Atlantida', '01', 89), (1503, 'Intibuca', 'Intibuca', 'Intibuca', '10', 89), (1504, 'La Paz', 'لاباز', 'La paz', '12', 89), (1505, 'Ocotepeque', 'أوكوتبيك', 'Ocotepeque', '14', 89), (1506, 'Gracias a Dios', 'جراسياس ديوس', 'Gracias a Dios', '09', 89), (1507, 'Islas de la Bahia', 'ايسلاس دي لا باهيا', 'Islas de la Bahia', '11', 89), (1508, 'Primorsko-Goranska', 'بريمورسكو غورانسكا', 'Primorsko-Goranska', '12', 90), (1509, 'Splitsko-Dalmatinska', 'سبليتسكو دالماتينسكا', 'Splitsko-Dalmatinska', '15', 90), (1510, 'Istarska', 'Istarska', 'Istarska', '04', 90), (1511, 'Osjecko-Baranjska', 'أوسيجيكو', 'Osjecko-Baranjska', '10', 90), (1512, 'Viroviticko-Podravska', 'فيروفيتيكو-بودرافسكا', 'Viroviticko-Podravska', '17', 90), (1513, 'Grad Zagreb', 'غراد زغرب', 'Grad Zagreb', '21', 90), (1514, 'Sisacko-Moslavacka', 'سيساكو موسلافاكا', 'Sisacko-Moslavacka', '14', 90), (1515, 'Licko-Senjska', 'ليكو سنجسكا', 'Licko-Senjska', '08', 90), (1516, 'Brodsko-Posavska', 'برودسكو بوسافسكا', 'Brodsko-Posavska', '02', 90), (1517, 'Dubrovacko-Neretvanska', 'دوبروفنيك نيريتفا', 'Dubrovacko-Neretvanska', '03', 90), (1518, 'Pozesko-Slavonska', 'بوزيسكو-سلافونسكا', 'Pozesko-Slavonska', '11', 90), (1519, 'Zagrebacka', 'زاجريباكا', 'Zagrebacka', '20', 90), (1520, 'Bjelovarsko-Bilogorska', 'بجيلوفارسكو بيلوجوورسكا', 'Bjelovarsko-Bilogorska', '01', 90), (1521, 'Varazdinska', 'فارازدينسكا', 'Varazdinska', '16', 90), (1522, 'Vukovarsko-Srijemska', 'فوكوفارسكو سريمسكا', 'Vukovarsko-Srijemska', '18', 90), (1523, 'Krapinsko-Zagorska', 'كاربينسكو زاجورسكا', 'Krapinsko-Zagorska', '07', 90), (1524, 'Koprivnicko-Krizevacka', 'كوبرفنيكو كريزفاكا', 'Koprivnicko-Krizevacka', '06', 90), (1525, 'Karlovacka', 'كارلوفاكا', 'Karlovacka', '05', 90), (1526, 'Sibensko-Kninska', 'سيبينسكو كنينسكا', 'Sibensko-Kninska', '13', 90), (1527, 'Medimurska', 'ميديمرسكا', 'Medimurska', '09', 90), (1529, 'Sud', 'سود', 'Sud', '12', 91), (1530, 'Centre', 'مركز', 'Centre', '07', 91), (1532, 'Ouest', 'كويست', 'Ouest', '11', 91), (1533, 'Nord', 'نورد', 'Nord', '09', 91), (1534, 'Nord-Ouest', 'الإقليم الشمالي الغربي', 'Nord-Ouest', '03', 91), (1535, 'Nord-Est', 'الشمال الشرقي', 'Nord-Est', '10', 91), (1536, 'Sud-Est', 'الجنوب الشرقي', 'Sud-Est', '13', 91), (1537, 'Artibonite', 'أرتيبونيت', 'Artibonite', '06', 91), (1538, 'Komarom-Esztergom', 'كومارم إسترجم', 'Komarom-Esztergom', '12', 92), (1539, 'Fejer', 'فيجر', 'Fejer', '08', 92), (1540, 'Jasz-Nagykun-Szolnok', 'جاز ناجيكن سزولنوك', 'Jasz-Nagykun-Szolnok', '20', 92), (1541, 'Baranya', 'بارانيا', 'Baranya', '02', 92), (1542, 'Szabolcs-Szatmar-Bereg', 'سزابولكس زاتمار بيريج', 'Szabolcs-Szatmar-Bereg', '18', 92), (1543, 'Heves', 'هيفيز', 'Heves', '11', 92), (1544, 'Borsod-Abauj-Zemplen', 'بورسود أباوج زمبلين', 'Borsod-Abauj-Zemplen', '04', 92), (1545, 'Gyor-Moson-Sopron', 'جيور موسون سوبرون', 'Gyor-Moson-Sopron', '09', 92), (1546, 'Pest', 'الآفات', 'Ravageur', '16', 92), (1547, 'Veszprem', 'فيزبرم', 'Veszprem', '23', 92), (1548, 'Bacs-Kiskun', 'البكالوريا كيسكون', 'Bacs-Kiskun', '01', 92), (1549, 'Vas', 'خدمات القيمة المضافة', 'Vas', '22', 92), (1550, 'Hajdu-Bihar', 'هاجدو بيهار', 'Hajdu-Bihar', '10', 92), (1551, 'Zala', 'زالة', 'Zala', '24', 92), (1552, 'Somogy', 'سوموغي', 'Somogy', '17', 92), (1553, 'Tolna', 'تولنا', 'Tolna', '21', 92), (1554, 'Nograd', 'نوجراد', 'Nograd', '14', 92), (1555, 'Budapest', 'بودابست', 'Budapest', '05', 92), (1556, 'Miskolc', 'ميشكولتس', 'Miskolc', '13', 92), (1557, 'Csongrad', 'كسونجراد', 'Csongrad', '06', 92), (1558, 'Debrecen', 'ديبريسين', 'Debrecen', '07', 92), (1559, 'Bekes', 'بيكيس', 'Bekes', '03', 92), (1560, 'Szeged', 'سيجد', 'Szeged', '19', 92), (1561, 'Pecs', 'بيكس', 'Pécs', '15', 92), (1562, 'Gyor', 'جيور', 'Gyor', '25', 92), (1563, '<NAME>', 'جاوا تيمور', 'J<NAME>', '08', 93), (1565, 'Sulawesi Tenggara', 'سولاويزي تينجارا', 'Sulawesi Tenggara', '22', 93), (1567, 'Nusa Tenggara Timur', 'نوسا تينجارا تيمور', 'Nusa Tenggara Timur', '18', 93), (1568, 'Sulawesi Utara', 'سولاويسي اوتارا', 'Sulawesi Utara', '31', 93), (1569, 'Sumatera Barat', 'سومطرة بارات', 'Sumatera Barat', '24', 93), (1570, 'Aceh', 'اتشيه', 'Aceh', '01', 93), (1571, 'Sulawesi Tengah', 'سولاويزي تنجاه', 'Sulawesi Tengah', '21', 93), (1575, 'Jawa Tengah', 'جاوا تينغاه', 'Jawa Tengah', '07', 93), (1576, 'Jawa Barat', 'جاوا بارات', 'Jawa Barat', '30', 93), (1577, 'Bali', 'بالي', 'Bali', '02', 93), (1579, 'Banten', 'بانتين', 'Banten', '33', 93), (1580, 'Sumatera Utara', 'سومطرة اوتارا', 'Sumatra Utara', '26', 93), (1581, 'Kalimantan Timur', 'كاليمانتان تيمور', 'Kalimantan Timur', '14', 93), (1582, 'Lampung', 'لامبونج', 'Lampung', '15', 93), (1583, 'Nusa Tenggara Barat', 'نوسا تينجارا بارات', 'Nusa Tenggara Barat', '17', 93), (1584, 'Kalimantan Barat', 'كاليمانتان بارات', 'Kalimantan Barat', '11', 93), (1585, 'Kalimantan Tengah', 'كاليمنتان Tengah', 'Kalimantan Tengah', '13', 93), (1587, 'Bengkulu', 'بنجكولو', 'Bengkulu', '03', 93), (1588, 'Jambi', 'جامبي', 'Jambi', '05', 93), (1589, 'Kalimantan Selatan', 'كاليمانتان سيلاتان', 'Kalimantan Selatan', '12', 93), (1590, 'Yogyakarta', 'يوجياكرتا', 'Yogyakarta', '10', 93), (1591, 'Jakarta Raya', 'جاكرتا رايا', 'Jakarta Raya', '04', 93), (1593, 'Maluku', 'مالوكو', 'Maluku', '28', 93), (1594, 'Galway', 'غالواي', 'Galway', '10', 94), (1595, 'Cork', 'فلين', 'Liège', '04', 94), (1596, 'Kerry', 'كيري', 'Kerry', '11', 94), (1597, 'Limerick', 'اللمريكية قصيدة خماسية فكاهية', 'Limerick', '16', 94), (1598, 'Longford', 'لونجفورد', 'Longford', '18', 94), (1599, 'Laois', 'اويس', 'Laois', '15', 94), (1600, 'Waterford', 'وترفورد', 'Waterford', '27', 94), (1601, 'Mayo', 'مايو', 'Mayo', '20', 94), (1602, 'Sligo', 'سليغو', 'Sligo', '25', 94), (1603, 'Kildare', 'كيلدير', 'Kildare', '12', 94), (1604, 'Dublin', 'دبلن', 'Dublin', '07', 94), (1605, 'Wicklow', 'ويكلو', 'Wicklow', '31', 94), (1606, 'Cavan', 'كافان', 'Cavan', '02', 94), (1607, 'Kilkenny', 'كيلكيني', 'Kilkenny', '13', 94), (1608, 'Wexford', 'ويكسفورد', 'Wexford', '30', 94), (1609, 'Carlow', 'كارلو', 'Carlow', '01', 94), (1610, 'Offaly', 'أوفالي', 'Offaly', '23', 94), (1611, 'Monaghan', 'موناغان', 'Monaghan', '22', 94), (1612, 'Leitrim', 'يتريم', 'Leitrim', '14', 94), (1613, 'Clare', 'كلير', 'Clare', '03', 94), (1614, 'Donegal', 'دونيجال', 'Donegal', '06', 94), (1615, 'Louth', 'لاوث', 'Louth', '19', 94), (1616, 'Roscommon', 'روسكومون', 'Roscommon', '24', 94), (1617, 'Tipperary', 'تيبيراري', 'Tipperary', '26', 94), (1618, 'Westmeath', 'ستميث', 'Westmeath', '29', 94), (1619, 'Meath', 'ميث', 'Meath', '21', 94), (1627, 'West Bengal', 'ولاية البنغال الغربية', 'Bengale de l\'ouest', '28', 96), (1628, 'Uttar Pradesh', 'أوتار براديش', 'Uttar Pradesh', '36', 96), (1629, 'Punjab', 'البنجاب', 'Punjab', '23', 96), (1630, 'Madhya Pradesh', 'ماديا براديش', 'Madhya Pradesh', '35', 96), (1631, 'Karnataka', 'كارناتاكا', 'Karnataka', '19', 96), (1632, 'Maharashtra', 'ماهاراشترا', 'Maharashtra', '16', 96), (1633, 'Haryana', 'هاريانا', 'Haryana', '10', 96), (1634, 'Uttarakhand', 'أوتارانتشال', 'Uttarakhand', '39', 96), (1635, 'Andhra Pradesh', 'ولاية اندرا براديش', 'Andhra Pradesh', '02', 96), (1636, 'Tripura', 'تريبورا', 'Tripura', '26', 96), (1637, 'Tamil Nadu', 'تاميل نادو', 'Tamil Nadu', '25', 96), (1638, 'Jammu and Kashmir', 'جامو وكشمير', 'Jammu et Cachemire', '12', 96), (1639, 'Andaman and Nicobar Islands', 'جزر أندامان ونيكوبار', 'Iles Andaman et Nicobar', '01', 96), (1640, 'Assam', 'أسام', 'Assam', '03', 96), (1641, 'Chhattisgarh', 'تشهاتيسجاره', 'Chhattisgarh', '37', 96), (1642, 'Rajasthan', 'راجستان', 'Rajasthan', '24', 96), (1643, 'Goa', 'غوا', 'Goa', '33', 96), (1644, 'Puducherry', 'بودوتشيري', 'Puducherry', '22', 96), (1645, 'Gujarat', 'غوجارات', 'Gujarat', '09', 96), (1646, 'Kerala', 'ولاية كيرالا', 'Kerala', '13', 96), (1647, 'Arunachal Pradesh', 'اروناتشال براديش', 'Arunachal Pradesh', '30', 96), (1648, 'Orissa', 'أوريسا', 'Orissa', '21', 96), (1649, 'Himachal Pradesh', 'هيماشال براديش', 'Himachal Pradesh', '11', 96), (1650, 'Bihar', 'بيهار', 'Bihar', '34', 96), (1651, 'Meghalaya', 'ميغالايا', 'Meghalaya', '18', 96), (1652, 'Nagaland', 'ناجالاند', 'Nagaland', '20', 96), (1653, 'Manipur', 'مانيبور', 'Manipur', '17', 96), (1654, 'Mizoram', 'ميزورام', 'Mizoram', '31', 96), (1655, 'Jharkhand', 'جهارخاند', 'Jharkhand', '38', 96), (1657, 'Delhi', 'دلهي', 'Delhi', '07', 96), (1658, 'Dadra and Nagar Haveli', 'دادرا وناغار هافيلي', 'Dadra et Nagar Haveli', '06', 96), (1660, 'Daman and Diu', 'دامان وديو', 'Daman et Diu', '32', 96), (1661, 'Sikkim', 'سيكيم', 'Sikkim', '29', 96), (1662, 'Chandigarh', 'شانديغار', 'Chandigarh', '05', 96), (1663, 'Lakshadweep', 'اكشادويب', 'Lakshadweep', '14', 96), (1664, 'As Sulaymaniyah', 'السليمانية', 'Comme Sulaymaniyah', '05', 97), (1665, 'Dhi Qar', 'ذي قار', 'Dhi Qar', '09', 97), (1666, 'Maysan', 'ميسان', 'Maysan', '14', 97), (1667, 'Diyala', 'ديالى', 'Diyala', '10', 97), (1668, 'Baghdad', 'بغداد', 'Bagdad', '07', 97), (1669, 'Wasit', 'أكانت', 'Était-ce', '16', 97), (1670, '<NAME>', 'صلاح الدين', '<NAME>', '18', 97), (1671, '<NAME>', 'القادسية', 'Al Qadisiyah', '04', 97), (1672, 'Babil', 'بابل', 'Babil', '06', 97), (1673, 'Karbala\'', 'كربلاء', 'Karbala \'', '12', 97), (1674, '<NAME>', 'النجف', 'Un najaf', '17', 97), (1675, '<NAME>', 'المثنى', 'Al Muthanna', '03', 97), (1676, '<NAME>', 'الانبار', '<NAME>', '01', 97), (1677, 'Dahuk', 'دهوك', 'Dahuk', '08', 97), (1678, 'Ninawa', 'نينوى', 'Ninawa', '15', 97), (1679, 'Arbil', 'اربيل', 'Arbil', '11', 97), (1680, 'Al Basrah', 'البصرة', 'Al Basrah', '02', 97), (1681, 'At Ta\'mim', 'في التميم', '<NAME>', '13', 97), (1682, 'Zanjan', 'زنجان', 'Zanjan', '27', 98), (1683, 'Azarbayjan-e Bakhtari', 'أزربايجان بختاري', 'Azarbayjan-e Bakhtari', '01', 98), (1684, 'Yazd', 'يزد', 'Yazd', '31', 98), (1685, 'Khuzestan', 'خوزستان', 'Khuzestan', '15', 98), (1686, 'Esfahan', 'أصفهان', 'Esfahan', '28', 98), (1687, 'Ardabil', 'أردبيل', 'Ardabil', '32', 98), (1688, 'Tehran', 'طهران', 'Téhéran', '26', 98), (1689, 'East Azarbaijan', 'شرق ازربايجان', 'Azarbaijan Est', '33', 98), (1690, 'Bushehr', 'بوشهر', 'Bushehr', '22', 98), (1691, 'Hormozgan', 'هرمزكان', 'Hormozgan', '11', 98), (1692, 'Mazandaran', 'مازندران', 'Mazandaran', '17', 98), (1693, 'Kerman', 'كرمان', 'Kerman', '29', 98), (1694, 'Fars', 'فارس', 'Fars', '07', 98), (1695, 'Kohkiluyeh va Buyer Ahmadi', 'Kohkiluyeh va Buyer Ahmadi', 'Kohkiluyeh va Acheteur Ahmadi', '05', 98), (1696, 'Khorasan', 'خراسان', 'Khorasan', '30', 98), (1697, 'Sistan va Baluchestan', 'سيستان وبلوتشستان', 'Sistan va Baluchestan', '04', 98), (1698, 'Chahar Mahall va Bakhtiari', 'Chahar Mahall va Bakhtiari', 'Chahar Mahall va Bakhtiari', '03', 98), (1699, 'Kerman', 'كرمان', 'Kerman', '12', 98), (1700, 'Mazandaran', 'مازندران', 'Mazandaran', '35', 98), (1701, 'Qazvin', 'قزوين', 'Qazvin', '38', 98), (1702, 'Zanjan', 'زنجان', 'Zanjan', '36', 98), (1703, 'Markazi', 'المركزي', 'Markazi', '24', 98), (1704, 'Markazi', 'المركزي', 'Markazi', '19', 98), (1705, 'Lorestan', 'ورستان', 'Lorestan', '23', 98), (1706, 'Markazi', 'المركزي', 'Markazi', '34', 98), (1707, '<NAME>', 'خراسان رضوي', '<NAME>', '42', 98), (1708, 'Hamadan', 'همدان', 'Hamadan', '09', 98), (1709, 'Semnan', 'سمنان', 'Semnan', '25', 98), (1710, 'Gilan', 'جيلان', 'Gilan', '08', 98), (1711, 'Kordestan', 'كردستان', 'Kordestan', '16', 98), (1712, 'Bakhtaran', 'Bakhtaran', 'Bakhtaran', '13', 98), (1713, 'Ilam', 'إيلام', 'Ilam', '10', 98), (1714, 'Semnan Province', 'مقاطعة سمنان', 'Province de Semnan', '18', 98), (1715, 'Golestan', 'كلستان', 'Golestan', '37', 98), (1716, 'Qom', 'قم', 'Qom', '39', 98), (1718, 'Zanjan', 'زنجان', 'Zanjan', '21', 98), (1720, 'Skagafjardarsysla', 'Skagafjardarsysla', 'Skagafjardarsysla', '28', 99), (1721, 'Borgarfjardarsysla', 'Borgarfjardarsysla', 'Borgarfjardarsysla', '07', 99), (1722, 'Myrasysla', 'Myrasysla', 'Myrasysla', '17', 99), (1723, 'Rangarvallasysla', 'Rangarvallasysla', 'Rangarvallasysla', '23', 99), (1724, 'Eyjafjardarsysla', 'Eyjafjardarsysla', 'Eyjafjardarsysla', '09', 99), (1725, 'Kjosarsysla', 'Kjosarsysla', 'Kjosarsysla', '15', 99), (1726, 'Vestur-Isafjardarsysla', 'Vestur-Isafjardarsysla', 'Vestur-Isafjardarsysla', '36', 99), (1728, 'Strandasysla', 'Strandasysla', 'Strandasysla', '30', 99), (1729, 'Gullbringusysla', 'Gullbringusysla', 'Gullbringusysla', '10', 99), (1730, 'Austur-Hunavatnssysla', 'Austur-Hunavatnssysla', 'Austur-Hunavatnssysla', '05', 99), (1731, 'Austur-Skaftafellssysla', 'Austur-Skaftafellssysla', 'Austur-Skaftafellssysla', '06', 99), (1732, 'Nordur-Mulasysla', 'Nordur-Mulasysla', 'Nordur-Mulasysla', '20', 99), (1733, 'Sudur-Mulasysla', 'Sudur-Mulasysla', 'Sudur-Mulasysla', '31', 99), (1734, 'Vestur-Bardastrandarsysla', 'Vestur-Bardastrandarsysla', 'Vestur-Bardastrandarsysla', '34', 99), (1735, 'Snafellsnes- og Hnappadalssysla', 'Snafellsnes- og Hnappadalssysla', 'Snafellsnes- og Hnappadalssysla', '29', 99), (1736, 'Arnessysla', 'Arnessysla', 'Arnessysla', '03', 99), (1737, 'Vestur-Hunavatnssysla', 'Vestur-Hunavatnssysla', 'Vestur-Hunavatnssysla', '35', 99), (1738, 'Sudur-Tingeyjarsysla', 'Sudur-Tingeyjarsysla', 'Sudur-Tingeyjarsysla', '32', 99), (1740, 'Vestur-Skaftafellssysla', 'Vestur-Skaftafellssysla', 'Vestur-Skaftafellssysla', '37', 99), (1742, 'Nordur-Tingeyjarsysla', 'Nordur-Tingeyjarsysla', 'Nordur-Tingeyjarsysla', '21', 99), (1743, 'Toscana', 'توسكانا', 'Toscana', '16', 100), (1744, 'Veneto', 'فينيتو', 'Vénétie', '20', 100), (1745, 'Campania', 'كامبانيا', 'Campanie', '04', 100), (1746, 'Marche', 'مارتش', 'Marches', '10', 100), (1747, 'Piemonte', 'بيمونتي', 'Piemonte', '12', 100), (1748, 'Lombardia', 'لومبارديا', 'Lombardie', '09', 100), (1749, 'Sardegna', 'ساردينيا', 'Sardegna', '14', 100), (1750, 'Abruzzi', 'أبروتسو', 'Abruzzes', '01', 100), (1751, 'Emilia-Romagna', 'إيميليا-رومانيا', 'Emilie-Romagne', '05', 100), (1752, '<NAME>', 'ترينتينو ألتو أديجي', 'Trentin-Haut-Adige', '17', 100), (1753, 'Umbria', 'أومبريا', 'Ombrie', '18', 100), (1754, 'Basilicata', 'باسيليكاتا', 'Basilicate', '02', 100), (1755, 'Puglia', 'بوليا', 'Pouilles', '13', 100), (1756, 'Sicilia', 'صقلية', 'Sicilia', '15', 100), (1757, 'Lazio', 'لاتسيو', 'Lazio', '07', 100), (1758, 'Liguria', 'ليغوريا', 'Ligurie', '08', 100), (1759, 'Calabria', 'كالابريا', 'Calabre', '03', 100), (1760, 'Molise', 'موليز', 'Molise', '11', 100), (1761, '<NAME>', 'فريولي فينيتسيا جوليا', '<NAME>', '06', 100), (1762, 'Valle d\'Aosta', 'فالي أوستا', 'Valle d\'Aosta', '19', 100), (1764, 'Saint Ann', 'سانت آن', 'Sainte ann', '09', 101), (1765, 'Saint Elizabeth', 'سانت إليزابيث', 'Saint elizabeth', '11', 101), (1766, 'Hanover', 'هانوفر', 'Hanovre', '02', 101), (1767, 'Westmoreland', 'يستمورلاند', 'Westmoreland', '16', 101), (1768, 'Trelawny', 'تريلاوني', 'Trelawny', '15', 101), (1769, 'Manchester', 'مانشستر', 'Manchester', '04', 101), (1770, '<NAME>', 'جيمس قديس', 'Saint James', '12', 101), (1771, '<NAME>', 'القديس أندرو', 'Saint andrew', '08', 101), (1772, '<NAME>', 'سانت توماس', 'Saint thomas', '14', 101), (1773, '<NAME>', 'القديس ماري', 'Saint<NAME>', '13', 101), (1774, 'Portland', 'بورتلاند', 'Portland', '07', 101), (1775, 'Clarendon', 'كلارندون', 'Clarendon', '01', 101), (1776, '<NAME>', 'سانت كاترين', 'Sainte catherine', '10', 101), (1777, 'Kingston', 'كينغستون', 'Kingston', '17', 101), (1779, 'At Tafilah', 'في الطفيلة', 'Chez tafilah', '12', 102), (1782, 'Al Karak', 'الكرك', 'Al Karak', '09', 102), (1784, 'Al Balqa\'', 'البلقاء', 'Al Balqa \'', '02', 102), (1786, 'Amman', 'عمان', 'Amman', '16', 102), (1787, 'Al Aqabah', 'العقبة', 'Al Aqabah', '21', 102), (1788, 'Okinawa', 'أوكيناوا', 'Okinawa', '47', 103), (1789, 'Nagasaki', 'ناغازاكي', 'Nagasaki', '27', 103), (1790, 'Hokkaido', 'هوكايدو', 'Hokkaido', '12', 103), (1791, 'Tokushima', 'توكوشيما', 'Tokushima', '39', 103), (1792, 'Mie', 'مي', 'Mie', '23', 103), (1793, 'Kanagawa', 'كاناغاوا', 'Kanagawa', '19', 103), (1794, 'Chiba', 'شيبا', 'Chiba', '04', 103), (1795, 'Hyogo', 'هيوغو', 'Hyogo', '13', 103), (1796, 'Yamaguchi', 'ياماغوتشي', 'Yamaguchi', '45', 103), (1797, 'Aomori', 'أوموري', 'Aomori', '03', 103), (1798, 'Miyazaki', 'ميازاكي', 'Miyazaki', '25', 103), (1799, 'Shizuoka', 'شيزوكا', 'Shizuoka', '37', 103), (1800, 'Shimane', 'شيمان', 'Shimane', '36', 103), (1801, 'Fukushima', 'فوكوشيما', 'Fukushima', '08', 103), (1802, 'Okayama', 'أوكاياما', 'Okayama', '31', 103), (1803, 'Shiga', 'شيجا', 'Shiga', '35', 103), (1804, 'Kagoshima', 'كاجوشيما', 'Kagoshima', '18', 103), (1805, 'Hiroshima', 'هيروشيما', 'Hiroshima', '11', 103), (1806, 'Tottori', 'توتوري', 'Tottori', '41', 103), (1807, 'Akita', 'اكيتا', 'Akita', '02', 103), (1808, 'Nagano', 'ناغانو', 'Nagano', '26', 103), (1809, 'Fukui', 'فوكوي', 'Fukui', '06', 103), (1810, 'Saitama', 'سايتاما', 'Saitama', '34', 103), (1811, 'Wakayama', 'واكاياما', 'Wakayama', '43', 103), (1812, 'Kochi', 'كوتشي', 'Kochi', '20', 103), (1813, 'Iwate', 'ايواتي', 'Iwate', '16', 103), (1814, 'Miyagi', 'مياجي', 'Miyagi', '24', 103), (1815, 'Niigata', 'نيجاتا', 'Niigata', '29', 103), (1816, 'Gumma', 'صمغة', 'Gumma', '10', 103), (1817, 'Aichi', 'أيشي', 'Aichi', '01', 103), (1818, 'Toyama', 'توياما', 'Toyama', '42', 103), (1819, 'Kumamoto', 'كوماموتو', 'Kumamoto', '21', 103), (1820, 'Kagawa', 'كاغاوا', 'Kagawa', '17', 103), (1821, 'Ehime', 'ايمى', 'Ehime', '05', 103), (1822, 'Tokyo', 'طوكيو', 'Tokyo', '40', 103), (1823, 'Fukuoka', 'فوكوكا', 'Fukuoka', '07', 103), (1824, 'Tochigi', 'توتشيغي', 'Tochigi', '38', 103), (1825, 'Yamagata', 'ياماغاتا', 'Yamagata', '44', 103), (1826, 'Saga', 'قصة طويلة', 'Saga', '33', 103), (1827, 'Oita', 'أويتا', 'Oita', '30', 103), (1828, 'Gifu', 'جيفو', 'Gifu', '09', 103), (1829, 'Ishikawa', 'إيشيكاوا', 'Ishikawa', '15', 103), (1830, 'Nara', 'نارا', 'Nara', '28', 103), (1831, 'Ibaraki', 'ايباراكي', 'Ibaraki', '14', 103), (1832, 'Kyoto', 'كيوتو', 'Kyoto', '22', 103), (1833, 'Yamanashi', 'ياماناشي', 'Yamanashi', '46', 103), (1834, 'Osaka', 'أوساكا', 'Osaka', '32', 103), (1835, 'Coast', 'ساحل', 'Côte', '02', 104), (1836, 'Nyanza', 'نيانزا', 'Nyanza', '07', 104), (1837, 'Rift Valley', 'الوادي المتصدع', 'La vallée du Rift', '08', 104), (1838, 'Western', 'الغربي', 'Occidental', '09', 104), (1839, 'North-Eastern', 'شمال شرق', 'Nord-est', '06', 104), (1840, 'Eastern', 'الشرقية', 'Est', '03', 104), (1841, 'Nairobi Area', 'منطقة نيروبي', 'Région de Nairobi', '05', 104), (1842, 'Central', 'وسط', 'Central', '01', 104), (1843, 'Jalal-Abad', 'جلال آباد', 'Jalal-Abad', '03', 105), (1844, 'Naryn', 'نارين', 'Naryn', '04', 105), (1845, 'Osh', 'أوش', 'Osh', '05', 105), (1846, 'Chuy', 'تشوي', 'Chuy', '02', 105), (1847, 'Ysyk-Kol', 'يسيك-كول', 'Ysyk-Kol', '07', 105), (1848, 'Bishkek', 'بيشكيك', 'Bichkek', '01', 105), (1849, 'Talas', 'تالاس', 'Talas', '06', 105), (1850, 'Batken', 'باتكن', 'Batken', '09', 105), (1852, 'Siem Reap', 'سيم ريب', 'Siem Reap', '16', 106), (1853, 'Kracheh', 'كراتي', 'Kracheh', '09', 106), (1854, '<NAME>', 'كامبونغ ثوم', 'K<NAME>', '05', 106), (1855, '<NAME>', 'كامبونج شنانج', '<NAME>', '03', 106), (1857, '<NAME>', 'كامبونج تشام', '<NAME>', '02', 106), (1858, '<NAME>', 'كامبونج سبيو', '<NAME>', '04', 106), (1859, 'Takeo', 'اتخاذ س', 'Takeo', '19', 106), (1860, 'Batdambang', 'باتامبانغ', 'Batdambang', '01', 106), (1861, '<NAME>', 'بريى فنج', 'Pre<NAME>eng', '14', 106), (1862, 'Ratanakiri Kiri', 'راتاناكيري كيري', 'Ratanakiri Kiri', '15', 106), (1863, '<NAME>', 'سفاي رينج', '<NAME>', '18', 106), (1864, '<NAME>', 'كوه كونغ', 'Koh Kong', '08', 106), (1865, 'Pursat', 'بورسات', 'Pursat', '12', 106), (1866, '<NAME>', 'بنوم بنه', 'Ph<NAME>', '11', 106), (1867, 'Mondulkiri', 'موندولكيري', 'Mondulkiri', '10', 106), (1868, '<NAME>', 'ستونغ ترينغ', 'St<NAME>reng', '17', 106), (1869, 'Kampot', 'كامبوت', 'Kampot', '06', 106), (1870, '<NAME>', 'بانتي ميانشي', '<NAME>', '25', 106), (1871, '<NAME>', 'برياه فيهيار', '<NAME>', '13', 106), (1872, 'Kandal', 'كاندال', 'Kandal', '07', 106), (1874, 'Anjouan', 'أنجوان', 'Anjouan', '01', 108), (1875, 'Moheli', 'موهيلي', 'Moheli', '03', 108), (1876, 'Grande Comore', 'القمر الكبرى', 'Grande Comore', '02', 108), (1877, 'Saint George Gingerland', 'سانت جورج جينجيرلاند', 'Saint George Gingerland', '04', 109), (1878, '<NAME>', 'سانت جيمس ويندوارد', '<NAME>', '05', 109), (1879, '<NAME>', 'سانت توماس لوولاند', '<NAME>', '12', 109), (1880, '<NAME>', 'سانت جورج باسيتير', '<NAME>', '03', 109), (1881, '<NAME>', 'القديس يوحنا فيجترى', '<NAME>', '07', 109), (1882, '<NAME>', 'القديس بطرس باستير', '<NAME>', '11', 109), (1883, '<NAME>', 'القديس يوحنا كابيستر', '<NAME>', '06', 109), (1884, 'Christ Church Nichola Town', 'كنيسة المسيح نيقولا تاون', 'Christ Church Nichola Town', '01', 109), (1885, 'Trinity Palmetto Point', 'الثالوث بالميتو بوينت', 'Trinity Palmetto Point', '15', 109), (1886, 'Saint Anne Sandy Point', 'سانت آن ساندي بوينت', 'Sainte Anne Sandy Point', '02', 109), (1887, '<NAME>', 'سانت ماري كايون', '<NAME>', '08', 109), (1888, 'Saint Thomas Middle Island', 'جزيرة سانت توماس الوسطى', 'Saint Thomas Middle Island', '13', 109), (1889, 'Saint Paul Capisterre', 'سانت بول كابيستر', 'Saint Paul Capisterre', '09', 109), (1890, 'P\'yongan-namdo', 'P\'yongan-نامدو', 'P\'yongan-namdo', '15', 110), (1891, 'P\'yongan-bukto', 'P\'yongan-bukto', 'P\'yongan-bukto', '11', 110), (1892, 'P\'yongyang-si', 'P\'yongyang-سي', 'P\'yongyang-si', '12', 110), (1893, 'Kangwon-do', 'كانج وون دو', 'Kangwon-do', '09', 110), (1894, 'Hwanghae-bukto', 'هوانغهاي-bukto', 'Hwanghae-bukto', '07', 110), (1895, 'Hamgyong-namdo', 'هامكيونغ-نامدو', 'Hamgyong-namdo', '03', 110), (1896, 'Chagang-do', 'تشاغانغ دو', 'Chagang-do', '01', 110), (1897, 'Hamgyong-bukto', 'هامكيونغ-bukto', 'Hamgyong-bukto', '17', 110), (1898, 'Hwanghae-namdo', 'هوانغهاي-نامدو', 'Hwanghae-namdo', '06', 110), (1899, 'Namp\'o-si', 'Namp\'o-سي', 'Namp\'o-si', '14', 110), (1900, 'Kaesong-si', 'كايسونج، الاشتراكية', 'Kaesong-si', '08', 110), (1901, 'Yanggang-do', 'يانجانج دو', 'Yanggang-do', '13', 110), (1902, 'Najin Sonbong-si', 'ناجين سونبونج سي', 'Najin Sonbong-si', '18', 110), (1903, 'Ch\'ungch\'ong-bukto', 'Ch\'ungch\'ong-bukto', 'Ch\'ungch\'ong-bukto', '05', 111), (1904, 'Kangwon-do', 'كانج وون دو', 'Kangwon-do', '06', 111), (1905, 'Ch\'ungch\'ong-namdo', 'Ch\'ungch\'ong-نامدو', 'Ch\'ungch\'ong-namdo', '17', 111), (1906, 'Kyongsang-bukto', 'كيونجسانج-bukto', 'Kyongsang-bukto', '14', 111), (1907, 'Cholla-namdo', 'تشولا-نامدو', 'Cholla-namdo', '16', 111), (1908, 'Kyonggi-do', 'كيونجي دو', 'Kyonggi-do', '13', 111), (1909, 'Cheju-do', 'تشيجو دو', 'Cheju-do', '01', 111), (1910, 'Cholla-bukto', 'تشولا-bukto', 'Cholla-bukto', '03', 111), (1911, 'Seoul-t\'ukpyolsi', 'سول-t\'ukpyolsi', 'Séoul-t\'ukpyolsi', '11', 111), (1912, 'Kyongsang-namdo', 'كيونجسانج-نامدو', 'Kyongsang-namdo', '20', 111), (1913, 'Taegu-jikhalsi', 'تايجو-jikhalsi', 'Taegu-Jikhalsi', '15', 111), (1914, 'Pusan-jikhalsi', 'بوسان-jikhalsi', 'Pusan-Jikhalsi', '10', 111), (1915, 'Kwangju-jikhalsi', 'كوانجو-jikhalsi', 'Kwangju-jikhalsi', '18', 111), (1916, 'Ulsan-gwangyoksi', 'أولسان-gwangyoksi', 'Ulsan-Gwangyoksi', '21', 111), (1917, 'Inch\'on-jikhalsi', 'إنشون-jikhalsi', 'Inch\'on-jikhalsi', '12', 111), (1918, 'Taejon-jikhalsi', 'تايجون-jikhalsi', 'Taejon-jikhalsi', '19', 111), (1919, 'Al Kuwayt', 'الكوييت', 'Al Kuwayt', '02', 112), (1920, 'Al Jahra', 'الجهراء', 'Al Jahra', '05', 112), (1923, 'Almaty', 'ألماتي', 'Almaty', '01', 114), (1924, 'South Kazakhstan', 'جنوب كازاخستان', 'Kazakhstan du sud', '10', 114), (1925, 'North Kazakhstan', 'شمال كازاخستان', 'Kazakhstan du Nord', '16', 114), (1926, 'Pavlodar', 'بافلودار', 'Pavlodar', '11', 114), (1927, 'Qaraghandy', 'كاراجهاندي', 'Qaraghandy', '12', 114), (1928, 'Qyzylorda', 'كيزيلورودا', 'Qyzylorda', '14', 114), (1929, 'East Kazakhstan', 'شرق كازاخستان', 'Kazakhstan oriental', '15', 114), (1930, 'Aqmola', 'أكمولا', 'Aqmola', '03', 114), (1931, 'Aqtobe', 'أكتوب', 'Aqtobe', '04', 114), (1932, 'Qostanay', 'كوستاناي', 'Qostanay', '13', 114), (1933, 'West Kazakhstan', 'غرب كازاخستان', 'Kazakhstan occidental', '07', 114), (1934, 'Atyrau', 'أتيراو', 'Atyrau', '06', 114), (1935, 'Zhambyl', 'Zhambyl', 'Zhambyl', '17', 114), (1936, 'Astana', 'أستانا', 'Astana', '05', 114), (1937, 'Mangghystau', 'مانجهيستاو', 'Mangghystau', '09', 114), (1938, 'Almaty City', 'مدينة ألماتي', 'Almaty City', '02', 114), (1939, 'Bayqonyr', 'Bayqonyr', 'Bayqonyr', '08', 114), (1941, 'Savannakhet', 'سافاناخيت', 'Savannakhet', '10', 115), (1942, 'Phongsali', 'فونغسالي', 'Phongsali', '08', 115), (1943, 'Saravan', 'سروان', 'Saravan', '09', 115), (1946, 'Houaphan', 'هوافان', 'Houaphan', '03', 115), (1947, 'Attapu', 'أتابو', 'Attapu', '01', 115), (1949, 'Champasak', 'تشامباساك', 'Champasak', '02', 115), (1950, 'Louangphrabang', 'وانجفرابانج', 'Louangphrabang', '17', 115), (1951, 'Oudomxai', 'أودومكساي', 'Oudomxai', '07', 115), (1955, 'Xiangkhoang', 'زيانجكوانج', 'Xiangkhoang', '14', 115), (1956, 'Vientiane', 'فينتيان', 'Vientiane', '11', 115), (1960, 'Xaignabouri', 'Xaignabouri', 'Xaignabouri', '13', 115), (1961, 'Khammouan', 'خاموان', 'Khammouan', '04', 115), (1966, 'Liban-Nord', 'شمال لبنان', 'Liban-Nord', '03', 116), (1967, '<NAME>', 'الجنوب', 'Al Janub', '02', 116), (1968, 'Beyrouth', 'بيروت', 'Beyrouth', '04', 116), (1969, 'Mont-Liban', 'جبل لبنان', 'Mont-Liban', '05', 116), (1970, 'Beqaa', 'البقاع', 'Beqaa', '01', 116), (1971, 'Liban-Sud', 'لبنان-سود', 'Liban-Sud', '06', 116), (1972, 'Micoud', 'ميكو', 'Micoud', '08', 117), (1973, 'Laborie', 'لابوري', 'Laborie', '07', 117), (1974, 'Dennery', 'دينيري', 'Dennery', '05', 117), (1975, 'Anse-la-Raye', 'آنس-لا-راي', 'Anse-la-Raye', '01', 117), (1976, 'Vieux-Fort', 'فيو فورت', 'Vieux-Fort', '10', 117), (1977, 'Castries', 'كاستري', 'Castries', '03', 117), (1978, 'Soufriere', 'سوفرير', 'Soufrière', '09', 117), (1979, 'Gros-Islet', 'جروس-جزيرة', 'Gros-Islet', '06', 117), (1980, 'Choiseul', 'تشويسيول', 'Choiseul', '04', 117), (1981, 'Dauphin', 'الدوفين الابن البكر لملك فرنسي', 'Dauphin', '02', 117), (1982, 'Praslin', 'براسلين', 'Praslin', '11', 117), (1983, 'Balzers', 'بلزرس', 'Balzers', '01', 118), (1984, 'Gamprin', 'جمبرين', 'Gamprin', '03', 118), (1985, 'Planken', 'بلانكن', 'Planken', '05', 118), (1986, 'Vaduz', 'فادوز', 'Vaduz', '11', 118), (1987, 'Eschen', 'اشن', 'Eschen', '02', 118), (1988, 'Triesenberg', 'تريسنبرغ', 'Triesenberg', '10', 118), (1989, 'Schellenberg', 'شلينبرغ', 'Schellenberg', '08', 118), (1990, 'Mauren', 'مورن', 'Mauren', '04', 118); INSERT INTO `cities` (`id`, `name_en`, `name_ar`, `name_fr`, `code`, `country_id`) VALUES (1991, 'Ruggell', 'روجل', 'Ruggell', '06', 118), (1992, 'Schaan', 'ستشان', 'Schaan', '07', 118), (1993, 'Triesen', 'تريزين', 'Triesen', '09', 118), (1994, 'North Western', 'الشمال الغربي', 'Nord ouest', '32', 119), (1995, 'Southern', 'جنوبي', 'Du sud', '34', 119), (1996, 'Central', 'وسط', 'Central', '29', 119), (1997, 'Sabaragamuwa', 'ساباراغاموا', 'Sabaragamuwa', '33', 119), (1998, 'North Central', 'شمال وسط', 'Centre Nord', '30', 119), (2000, 'Western', 'الغربي', 'Occidental', '36', 119);
-- phpMyAdmin SQL Dump -- version 4.7.7 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: Apr 06, 2020 at 05:14 PM -- Server version: 10.1.30-MariaDB -- PHP Version: 7.2.1 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `icrm` -- -- -------------------------------------------------------- -- -- Table structure for table `tbl_process_status` -- CREATE TABLE `tbl_process_status` ( `process_id` int(11) NOT NULL, `process_name` varchar(100) NOT NULL, `process_detail` int(250) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_process_status` -- INSERT INTO `tbl_process_status` (`process_id`, `process_name`, `process_detail`) VALUES (1, 'แจ้งผู้ดำเนินการ', NULL), (2, 'ปัญญายุติ', NULL), (3, 'ประสานงาน', NULL), (4, 'ปัญญายุติ', NULL); -- -- Indexes for dumped tables -- -- -- Indexes for table `tbl_process_status` -- ALTER TABLE `tbl_process_status` ADD PRIMARY KEY (`process_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `tbl_process_status` -- ALTER TABLE `tbl_process_status` MODIFY `process_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
CREATE TABLE IF NOT EXISTS moments ( id text PRIMARY KEY, creator_id text REFERENCES users (id) ON DELETE CASCADE created_at TIMESTAMP NOT NULL )
<filename>generic-backup2/backup/adminbr_2019-05-29_17.sql SET FOREIGN_KEY_CHECKS=0; SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT=0; START TRANSACTION; CREATE TABLE `admin_br_phinxlog` ( `version` bigint(20) NOT NULL, `migration_name` varchar(100) DEFAULT NULL, `start_time` timestamp NULL DEFAULT NULL, `end_time` timestamp NULL DEFAULT NULL, `breakpoint` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO admin_br_phinxlog( `version`, `migration_name`, `start_time`, `end_time`, `breakpoint` ) VALUES ("20190524233434","AdminBr","2019-05-26 16:14:58","2019-05-26 16:14:58","0"); CREATE TABLE `customers` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(55) COLLATE utf8mb4_unicode_ci NOT NULL, `birthday` date DEFAULT NULL, `phone` varchar(14) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `observation` text COLLATE utf8mb4_unicode_ci, `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO customers( `id`, `name`, `birthday`, `phone`, `observation`, `created`, `modified` ) VALUES ("1","<NAME>","2016-04-15","(851) 190-1314","ante. Maecenas mi felis, adipiscing","",""), ("2","Chase Summers","2016-08-27","(846) 297-4733","Sed molestie. Sed id risus","",""), ("3","<NAME>","2015-12-02","(131) 453-1690","fermentum vel, mauris. Integer sem","",""), ("4","<NAME>","2015-10-24","(939) 798-4625","consequat, lectus sit amet luctus","",""), ("5","<NAME>","2017-06-15","(811) 687-0491","Aliquam tincidunt, nunc ac mattis","",""), ("6","<NAME>","2016-01-12","(147) 962-3265","at arcu. Vestibulum ante ipsum","",""), ("7","<NAME>","2017-07-21","(148) 711-3747","vitae dolor. Donec fringilla. Donec","",""), ("8","<NAME>","2015-11-07","(355) 668-5871","a, aliquet vel, vulputate eu,","",""), ("9","<NAME>","2016-08-31","(567) 793-5061","nec tempus mauris erat eget","",""), ("10","<NAME>","2015-10-26","(445) 457-4552","Morbi vehicula. Pellentesque tincidunt tempus","",""), ("11","<NAME>","2016-04-15","(758) 867-2179","ipsum. Phasellus vitae mauris sit","",""), ("12","<NAME>","2015-10-13","(101) 625-3985","ipsum non arcu. Vivamus sit","",""), ("13","<NAME>","2016-04-24","(276) 722-0976","magnis dis parturient montes, nascetur","",""), ("14","<NAME>","2016-07-03","(773) 532-7468","neque. Sed eget lacus. Mauris","",""), ("15","<NAME>","2016-06-17","(210) 895-3664","dui nec urna suscipit nonummy.","",""), ("16","<NAME>","2016-08-05","(609) 552-7572","Donec luctus aliquet odio. Etiam","",""), ("17","<NAME>","2016-07-24","(854) 169-4797","ornare lectus justo eu arcu.","",""), ("18","<NAME>","2016-08-06","(363) 636-1560","mollis lectus pede et risus.","",""), ("19","<NAME>","2016-06-11","(578) 231-2389","Fusce feugiat. Lorem ipsum dolor","",""), ("20","<NAME>","2016-02-12","(253) 631-9830","accumsan laoreet ipsum. Curabitur consequat,","",""), ("21","<NAME>","2016-01-21","(225) 694-9511","Sed eget lacus. Mauris non","",""); CREATE TABLE `groups` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO groups( `id`, `name`, `created`, `modified` ) VALUES ("1","Supers","2016-08-30 21:15:01","2016-08-30 21:15:01"), ("2","Admins","2016-08-30 21:15:01","2016-08-30 21:15:01"), ("3","Managers","2016-08-30 21:15:01","2016-08-30 21:15:01"), ("4","Users","2016-08-30 21:15:01","2016-08-30 21:15:01"); CREATE TABLE `permissions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `group_id` int(11) NOT NULL, `controller` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `action` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `group_id` (`group_id`,`controller`,`action`), KEY `group_id_2` (`group_id`), CONSTRAINT `permissions_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `groups` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO permissions( `id`, `group_id`, `controller`, `action`, `created`, `modified` ) VALUES ("1","1","AdminBr","index","",""), ("2","1","AdminBr","view","",""), ("3","1","AdminBr","add","",""), ("4","1","AdminBr","edit","",""), ("5","1","AdminBr","delete","",""), ("6","1","Customers","index","",""), ("7","1","Customers","view","",""), ("8","1","Customers","add","",""), ("9","1","Customers","edit","",""), ("10","1","Customers","delete","",""), ("11","1","Groups","index","",""), ("12","1","Groups","view","",""), ("13","1","Groups","add","",""), ("14","1","Groups","edit","",""), ("15","1","Groups","delete","",""), ("16","1","Permissions","index","",""), ("17","1","Permissions","view","",""), ("18","1","Permissions","add","",""), ("19","1","Permissions","edit","",""), ("20","1","Permissions","delete","",""), ("21","1","Users","index","",""), ("22","1","Users","view","",""), ("23","1","Users","add","",""), ("24","1","Users","edit","",""), ("25","1","Users","delete","",""), ("26","2","Groups","index","",""), ("27","2","Groups","view","",""), ("28","2","Groups","add","",""), ("29","2","Groups","edit","",""), ("30","2","Groups","delete","",""), ("31","2","Permissions","index","",""), ("32","2","Permissions","view","",""), ("33","2","Permissions","add","",""), ("34","2","Permissions","edit","",""), ("35","2","Permissions","delete","",""), ("36","2","Users","index","",""), ("37","2","Users","view","",""), ("38","2","Users","add","",""), ("39","2","Users","edit","",""), ("40","2","Users","delete","",""), ("41","3","AdminBr","index","",""), ("42","3","AdminBr","view","",""), ("43","3","AdminBr","add","",""), ("44","3","AdminBr","edit","",""), ("45","3","AdminBr","delete","",""), ("46","3","Customers","index","",""), ("47","3","Customers","view","",""), ("48","3","Customers","add","",""), ("49","3","Customers","edit","",""), ("50","3","Customers","delete","",""); CREATE TABLE `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(55) COLLATE utf8mb4_unicode_ci NOT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `group_id` int(11) NOT NULL, `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`), KEY `group_id` (`group_id`), CONSTRAINT `users_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `groups` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO users( `id`, `username`, `password`, `group_id`, `created`, `modified` ) VALUES ("1","super","$2y$10$JSDAQhVzicXNOPsiFxSqL.w0tAO6GDCxUMxR.uP3yWMYUTBtv6W8.","1","2016-09-15 15:57:16","2019-04-06 09:53:44"), ("2","admin","$2y$10$TGZG6d.9XCIh.y0qAuvNlupylnG7CR8fP7OvD1tGesNmbXdPLhyYi","2","2016-09-15 15:57:28","2019-05-24 20:33:02"), ("3","manager","$2y$10$fx0/o/XU3WPO5.nnP7cnCeSuFsFjxCMkk72DciLqABzHp50cOFnre","3","2016-09-15 15:57:39","2019-05-24 20:33:15"), ("4","user","$2y$10$BFj76H6cjH7D7pDxFFtEmu57HlJfKGPfmUEnl5zeRwxVtCMRCyxNG","4","2016-09-15 15:58:21","2019-05-24 20:33:31"); SET FOREIGN_KEY_CHECKS=1; COMMIT;
<gh_stars>0 SELECT * FROM Users; SELECT * FROM Groups; SELECT * FROM UserGroups;
<reponame>diMItuR10/CSharp-Databases<filename>DB - CRUD/FindNamesofAllEmployeesbySalaryinRange.sql SELECT FirstName, LastName, JobTitle FROM Employees WHERE Salary <= 30000 AND Salary >= 20000
<gh_stars>0 -- Materialized View: vw_ways_clean_car_start_end -- DROP MATERIALIZED VIEW vw_ways_clean_car_start_end; CREATE MATERIALIZED VIEW vw_ways_clean_car_start_end AS SELECT v.id, v.the_geom FROM ways_clean_vertices_pgr v LEFT JOIN ways_clean w ON w.source = v.id WHERE w.car_allow = true UNION SELECT v.id, v.the_geom FROM ways_clean_vertices_pgr v LEFT JOIN ways_clean w ON w.target = v.id WHERE w.car_allow = true WITH DATA; ALTER TABLE vw_ways_clean_car_start_end OWNER TO postgres; -- Index: vw_ways_clean_car_start_end_gist -- DROP INDEX vw_ways_clean_car_start_end_gist; CREATE INDEX vw_ways_clean_car_start_end_gist ON vw_ways_clean_car_start_end USING gist (the_geom);
CREATE PROCEDURE [dbo].[dnn_GetPackageDependencies] AS SELECT * FROM dbo.[dnn_PackageDependencies]
INSERT INTO user (account, password) VALUES ('<PASSWORD>', '<PASSWORD>'); INSERT INTO user (account, password) VALUES ('admin', '<PASSWORD>'); CREATE SEQUENCE HIBERNATE_SEQUENCE;
-- phpMyAdmin SQL Dump -- version 5.0.1 -- https://www.phpmyadmin.net/ -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 14-10-2021 a las 13:22:58 -- Versión del servidor: 10.4.11-MariaDB -- Versión de PHP: 7.4.1 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Base de datos: `sena-lav` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `elements` -- CREATE TABLE `elements` ( `id` bigint(20) UNSIGNED NOT NULL, `Name_Element` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `Type_Element` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `Qr` bigint(20) NOT NULL, `Observations` text COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `elements` -- INSERT INTO `elements` (`id`, `Name_Element`, `Type_Element`, `Qr`, `Observations`, `created_at`, `updated_at`) VALUES (2, 'COMPUTADOR', 'Devolutivo', 10055464, 'PERFECTO', NULL, NULL), (3, 'TABLET', 'Devolutivo', 452044887, 'TABLET EN PERFECTO ESTADO', NULL, NULL), (52, 'CARNET', 'Devolutivo', 444687868, 'ENSAYO', NULL, NULL), (56, 'COMPUTADOR', 'Consumo', 4456668884, 'Computador en perfecto estado.', NULL, NULL), (57, 'MOTO', 'Consumo', 416546578, 'Moto en perfecto estado', NULL, NULL), (58, 'BICICLETA', 'Devolutivo', 4446688, 'Bicicleta en perfecto estado.', NULL, NULL), (59, 'AUDIFONOS', 'Devolutivo', 45461215, 'Perfecto estado', NULL, NULL), (65, 'TELEFONO', 'Devolutivo', 45558799, 'Motorola MotoG6', NULL, NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `failed_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1), (2, '2014_10_12_100000_create_password_resets_table', 1), (3, '2019_08_19_000000_create_failed_jobs_table', 1), (4, '2019_12_14_000001_create_personal_access_tokens_table', 1), (5, '2021_10_09_023432_create_elements_table', 2), (6, '2021_10_11_171829_create_qrs_table', 3); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `personal_access_tokens` -- CREATE TABLE `personal_access_tokens` ( `id` bigint(20) UNSIGNED NOT NULL, `tokenable_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `tokenable_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `abilities` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_used_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `qrs` -- CREATE TABLE `qrs` ( `id` bigint(20) UNSIGNED NOT NULL, `Qr` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `qrs` -- INSERT INTO `qrs` (`id`, `Qr`, `created_at`, `updated_at`) VALUES (1, '154566887769', NULL, NULL), (3, '1545668877691', NULL, NULL), (4, '15456688776912', NULL, NULL), (6, '1545668877693', NULL, NULL), (7, '15456688776933', NULL, NULL), (8, '143246548', NULL, NULL), (9, '1423465', NULL, NULL), (10, '12345', NULL, NULL), (11, '1234543', NULL, NULL), (13, '1545668877677', NULL, NULL), (15, '154566887769222', NULL, NULL), (29, '123456', NULL, NULL), (30, '45554887', NULL, NULL), (31, '10055464', NULL, NULL), (32, '11111111', NULL, NULL), (33, '2222222222', NULL, NULL), (34, '44444', NULL, NULL), (35, '11111', NULL, NULL), (36, '1233254', NULL, NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `users` -- INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`) VALUES (5, '<NAME>', '<EMAIL>', NULL, '$2y$10$jpuW7MOsaJpO2TU8ExDXZuOC7/o0yMUezULQU5HTg81YKOIAZgKuS', NULL, '2021-10-10 22:28:20', '2021-10-14 08:52:29'), (9, '<NAME>', '<EMAIL>', NULL, '$2y$10$xfQEtwQrCufS9DCtAPVUo.9QUjLZoianv87BAuiEfF2eI3eGV7crG', NULL, '2021-10-11 02:33:20', '2021-10-11 02:55:35'), (10, '<NAME>', '<EMAIL>', NULL, '$2y$10$QV4v3jbh3qhckxNwRu63COVhyYxRlWpOYyrwyOMpeRMCv5w2DaZHu', NULL, '2021-10-11 07:09:35', '2021-10-11 22:06:17'), (18, '<NAME>', '<EMAIL>', NULL, '$2y$10$mOm6uby.ryfKQ6kAWhvuqepwTWLTaf0LH2dtuAhNwHluc0dm1vfxC', NULL, '2021-10-14 08:45:15', '2021-10-14 08:46:55'); -- -- Índices para tablas volcadas -- -- -- Indices de la tabla `elements` -- ALTER TABLE `elements` ADD PRIMARY KEY (`id`); -- -- Indices de la tabla `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`); -- -- Indices de la tabla `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indices de la tabla `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indices de la tabla `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`), ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`); -- -- Indices de la tabla `qrs` -- ALTER TABLE `qrs` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `qrs_qr_unique` (`Qr`); -- -- Indices de la tabla `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_email_unique` (`email`); -- -- AUTO_INCREMENT de las tablas volcadas -- -- -- AUTO_INCREMENT de la tabla `elements` -- ALTER TABLE `elements` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=66; -- -- AUTO_INCREMENT de la tabla `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT de la tabla `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `qrs` -- ALTER TABLE `qrs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37; -- -- AUTO_INCREMENT de la tabla `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
<reponame>uk-gov-mirror/nationalarchives.tdr-dev-documentation<filename>data-schema/TDRSchemaCreation.sql<gh_stars>1-10 -- Table: tdr."Body" -- DROP TABLE tdr."Body"; CREATE TABLE tdr."Body" ( "BodyId" text COLLATE pg_catalog."default" NOT NULL, "Name" text COLLATE pg_catalog."default", "Code" text COLLATE pg_catalog."default", "Description" text COLLATE pg_catalog."default", CONSTRAINT "Body_pkey" PRIMARY KEY ("BodyId") ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; ALTER TABLE tdr."Body" OWNER to postgres; -- Table: tdr."User" -- DROP TABLE tdr."User"; CREATE TABLE tdr."User" ( "UserId" text COLLATE pg_catalog."default" NOT NULL, "BodyId" text COLLATE pg_catalog."default", "Name" text COLLATE pg_catalog."default", "EMail" text COLLATE pg_catalog."default", "PhoneNo" text COLLATE pg_catalog."default", CONSTRAINT "User_pkey" PRIMARY KEY ("UserId"), CONSTRAINT "User_Body_fkey" FOREIGN KEY ("BodyId") REFERENCES tdr."Body" ("BodyId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; ALTER TABLE tdr."User" OWNER to postgres; -- Table: tdr."Series" -- DROP TABLE tdr."Series"; CREATE TABLE tdr."Series" ( "SeriesId" text COLLATE pg_catalog."default" NOT NULL, "BodyId" text COLLATE pg_catalog."default", "Name" text COLLATE pg_catalog."default", "Code" text COLLATE pg_catalog."default", "Description" text COLLATE pg_catalog."default", CONSTRAINT "Series_pkey" PRIMARY KEY ("SeriesId"), CONSTRAINT "Series_Body_fkey" FOREIGN KEY ("BodyId") REFERENCES tdr."Body" ("BodyId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; ALTER TABLE tdr."Series" OWNER to postgres; -- Table: tdr."ConsignmentProperty" -- DROP TABLE tdr."ConsignmentProperty"; CREATE TABLE tdr."ConsignmentProperty" ( "PropertyId" text COLLATE pg_catalog."default" NOT NULL, "Name" text COLLATE pg_catalog."default", "Description" text COLLATE pg_catalog."default", "Shortname" text COLLATE pg_catalog."default", CONSTRAINT "ConProperty_pkey" PRIMARY KEY ("PropertyId") ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; -- Table: tdr."FileProperty" -- DROP TABLE tdr."FileProperty"; CREATE TABLE tdr."FileProperty" ( "PropertyId" text COLLATE pg_catalog."default" NOT NULL, "Name" text COLLATE pg_catalog."default", "Description" text COLLATE pg_catalog."default", "Shortname" text COLLATE pg_catalog."default", CONSTRAINT "FileProperty_pkey" PRIMARY KEY ("PropertyId") ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; ALTER TABLE tdr."FileProperty" OWNER to postgres; -- Table: tdr."Consignment" -- DROP TABLE tdr."Consignment"; CREATE TABLE tdr."Consignment" ( "ConsignmentId" text COLLATE pg_catalog."default" NOT NULL, "SeriesId" text COLLATE pg_catalog."default", "UserId" text COLLATE pg_catalog."default", "Datetime" timestamp with time zone, CONSTRAINT "Consignment_pkey" PRIMARY KEY ("ConsignmentId"), CONSTRAINT "Consignment_Series_fkey" FOREIGN KEY ("SeriesId") REFERENCES tdr."Series" ("SeriesId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID, CONSTRAINT "Consignment_User_fkey" FOREIGN KEY ("UserId") REFERENCES tdr."User" ("UserId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; ALTER TABLE tdr."Consignment" OWNER to postgres; -- Table: tdr."ConsignmentMetadata" -- DROP TABLE tdr."ConsignmentMetadata"; CREATE TABLE tdr."ConsignmentMetadata" ( "MetadataId" text COLLATE pg_catalog."default" NOT NULL, "ConsignmentId" text COLLATE pg_catalog."default", "PropertyId" text COLLATE pg_catalog."default", "Value" text COLLATE pg_catalog."default", "Datetime" timestamp with time zone, "UserId" text COLLATE pg_catalog."default", CONSTRAINT "ConMetadataId_pkey" PRIMARY KEY ("MetadataId"), CONSTRAINT "ConMetadata_Consignment_fkey" FOREIGN KEY ("ConsignmentId") REFERENCES tdr."Consignment" ("ConsignmentId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID, CONSTRAINT "ConMetadata_Property_fkey" FOREIGN KEY ("PropertyId") REFERENCES tdr."ConsignmentProperty" ("PropertyId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID, CONSTRAINT "ConMetadata_User_fkey" FOREIGN KEY ("UserId") REFERENCES tdr."User" ("UserId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; ALTER TABLE tdr."ConsignmentMetadata" OWNER to postgres; -- Table: tdr."File" -- DROP TABLE tdr."File"; CREATE TABLE tdr."File" ( "FileId" text COLLATE pg_catalog."default" NOT NULL, "ConsignmentId" text COLLATE pg_catalog."default", "UserId" text COLLATE pg_catalog."default", "Datetime" timestamp with time zone, CONSTRAINT "File_pkey" PRIMARY KEY ("FileId"), CONSTRAINT "File_Consignment_fkey" FOREIGN KEY ("ConsignmentId") REFERENCES tdr."Consignment" ("ConsignmentId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID, CONSTRAINT "File_User_fkey" FOREIGN KEY ("UserId") REFERENCES tdr."User" ("UserId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; ALTER TABLE tdr."File" OWNER to postgres; -- Table: tdr."FileMetadata" -- DROP TABLE tdr."FileMetadata"; CREATE TABLE tdr."FileMetadata" ( "MetadataId" text COLLATE pg_catalog."default" NOT NULL, "FileId" text COLLATE pg_catalog."default", "PropertyId" text COLLATE pg_catalog."default", "Value" text COLLATE pg_catalog."default", "Datetime" timestamp with time zone, "UserId" text COLLATE pg_catalog."default", CONSTRAINT "FileMetadata_pkey" PRIMARY KEY ("MetadataId"), CONSTRAINT "FileMetadata_Consignment_fkey" FOREIGN KEY ("FileId") REFERENCES tdr."File" ("FileId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID, CONSTRAINT "FileMetadata_Property_fkey" FOREIGN KEY ("PropertyId") REFERENCES tdr."FileProperty" ("PropertyId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID, CONSTRAINT "FileMetadata_User_fkey" FOREIGN KEY ("UserId") REFERENCES tdr."User" ("UserId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; ALTER TABLE tdr."FileMetadata" OWNER to postgres; -- Table: tdr."AVMetadata" -- DROP TABLE tdr."AVMetadata"; CREATE TABLE tdr."AVMetadata" ( "FileId" text COLLATE pg_catalog."default" NOT NULL, "Software" text COLLATE pg_catalog."default", "Value" text COLLATE pg_catalog."default", "SoftwareVersion" text COLLATE pg_catalog."default", "DatabaseVersion" text COLLATE pg_catalog."default", "Result" text COLLATE pg_catalog."default", "Datetime" timestamp with time zone, CONSTRAINT "AVMetadata_Consignment_fkey" FOREIGN KEY ("FileId") REFERENCES tdr."File" ("FileId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; ALTER TABLE tdr."AVMetadata" OWNER to postgres; -- Table: tdr."FFIDMetadata" -- DROP TABLE tdr."FFIDMetadata"; CREATE TABLE tdr."FFIDMetadata" ( "FileId" text COLLATE pg_catalog."default" NOT NULL, "Software" text COLLATE pg_catalog."default", "SoftwareVersion" text COLLATE pg_catalog."default", "DefinitionsVersion" text COLLATE pg_catalog."default", "Method" text COLLATE pg_catalog."default", "Extension" text COLLATE pg_catalog."default", "ExtensionMismatch" text COLLATE pg_catalog."default", "FormatCount" text COLLATE pg_catalog."default", "PUID" text COLLATE pg_catalog."default", "Datetime" timestamp with time zone, CONSTRAINT "FFIDMetadata_Consignment_fkey" FOREIGN KEY ("FileId") REFERENCES tdr."File" ("FileId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; ALTER TABLE tdr."FFIDMetadata" OWNER to postgres; -- Table: tdr."ClientFileMetadata" -- DROP TABLE tdr."ClientFileMetadata"; CREATE TABLE tdr."ClientFileMetadata" ( "FileId" text COLLATE pg_catalog."default" NOT NULL, "OriginalPath" text COLLATE pg_catalog."default", "Checksum" text COLLATE pg_catalog."default", "ChecksumType" text COLLATE pg_catalog."default", "LastModified" timestamp with time zone, "CreatedDate" timestamp with time zone, "Filesize" double precision, "Datetime" timestamp with time zone, CONSTRAINT "ClientFileMetadata_Consignment_fkey" FOREIGN KEY ("FileId") REFERENCES tdr."File" ("FileId") MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION NOT VALID ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; ALTER TABLE tdr."ClientFileMetadata" OWNER to postgres;
update "AvatarKaiScripts" set health = ${health}, statuses = ${statuses}::jsonb where id = ${id} and "AvatarId" = ${avatarId};
-- phpMyAdmin SQL Dump -- version 3.3.9 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: May 03, 2012 at 07:35 AM -- Server version: 5.5.8 -- PHP Version: 5.3.5 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `wp` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_commentmeta` -- CREATE TABLE IF NOT EXISTS `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `wp_commentmeta` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_comments` -- CREATE TABLE IF NOT EXISTS `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_approved` (`comment_approved`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `wp_comments` -- INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1, 1, 'Mr WordPress', '', 'http://wordpress.org/', '', '2012-03-14 07:57:05', '2012-03-14 07:57:05', 'Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_links` -- CREATE TABLE IF NOT EXISTS `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ; -- -- Dumping data for table `wp_links` -- INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES (1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (2, 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/feed/'), (3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (4, 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''); -- -------------------------------------------------------- -- -- Table structure for table `wp_options` -- CREATE TABLE IF NOT EXISTS `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `blog_id` int(11) NOT NULL DEFAULT '0', `option_name` varchar(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=210 ; -- -- Dumping data for table `wp_options` -- INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (3, 0, 'siteurl', 'http://172.16.23.187:8080/wp', 'yes'), (4, 0, 'blogname', 'Phresco', 'yes'), (5, 0, 'blogdescription', 'Just another WordPress site', 'yes'), (6, 0, 'users_can_register', '0', 'yes'), (7, 0, 'admin_email', '<EMAIL>', 'yes'), (8, 0, 'start_of_week', '1', 'yes'), (9, 0, 'use_balanceTags', '0', 'yes'), (10, 0, 'use_smilies', '1', 'yes'), (11, 0, 'require_name_email', '1', 'yes'), (12, 0, 'comments_notify', '1', 'yes'), (13, 0, 'posts_per_rss', '10', 'yes'), (14, 0, 'rss_use_excerpt', '0', 'yes'), (15, 0, 'mailserver_url', 'mail.example.com', 'yes'), (16, 0, 'mailserver_login', '<EMAIL>', 'yes'), (17, 0, 'mailserver_pass', 'password', 'yes'), (18, 0, 'mailserver_port', '110', 'yes'), (19, 0, 'default_category', '1', 'yes'), (20, 0, 'default_comment_status', 'open', 'yes'), (21, 0, 'default_ping_status', 'open', 'yes'), (22, 0, 'default_pingback_flag', '1', 'yes'), (23, 0, 'default_post_edit_rows', '20', 'yes'), (24, 0, 'posts_per_page', '10', 'yes'), (25, 0, 'date_format', 'F j, Y', 'yes'), (26, 0, 'time_format', 'g:i a', 'yes'), (27, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'), (28, 0, 'links_recently_updated_prepend', '<em>', 'yes'), (29, 0, 'links_recently_updated_append', '</em>', 'yes'), (30, 0, 'links_recently_updated_time', '120', 'yes'), (31, 0, 'comment_moderation', '0', 'yes'), (32, 0, 'moderation_notify', '1', 'yes'), (33, 0, 'permalink_structure', '', 'yes'), (34, 0, 'gzipcompression', '0', 'yes'), (35, 0, 'hack_file', '0', 'yes'), (36, 0, 'blog_charset', 'UTF-8', 'yes'), (37, 0, 'moderation_keys', '', 'no'), (38, 0, 'active_plugins', 'a:0:{}', 'yes'), (39, 0, 'home', 'http://172.16.23.187:8080/wp', 'yes'), (40, 0, 'category_base', '', 'yes'), (41, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (42, 0, 'advanced_edit', '0', 'yes'), (43, 0, 'comment_max_links', '2', 'yes'), (44, 0, 'gmt_offset', '0', 'yes'), (45, 0, 'default_email_category', '1', 'yes'), (46, 0, 'recently_edited', '', 'no'), (47, 0, 'template', 'twentyeleven', 'yes'), (48, 0, 'stylesheet', 'twentyeleven', 'yes'), (49, 0, 'comment_whitelist', '1', 'yes'), (50, 0, 'blacklist_keys', '', 'no'), (51, 0, 'comment_registration', '0', 'yes'), (52, 0, 'rss_language', 'en', 'yes'), (53, 0, 'html_type', 'text/html', 'yes'), (54, 0, 'use_trackback', '0', 'yes'), (55, 0, 'default_role', 'subscriber', 'yes'), (56, 0, 'db_version', '19470', 'yes'), (57, 0, 'uploads_use_yearmonth_folders', '1', 'yes'), (58, 0, 'upload_path', '', 'yes'), (59, 0, 'blog_public', '1', 'yes'), (60, 0, 'default_link_category', '2', 'yes'), (61, 0, 'show_on_front', 'posts', 'yes'), (62, 0, 'tag_base', '', 'yes'), (63, 0, 'show_avatars', '1', 'yes'), (64, 0, 'avatar_rating', 'G', 'yes'), (65, 0, 'upload_url_path', '', 'yes'), (66, 0, 'thumbnail_size_w', '150', 'yes'), (67, 0, 'thumbnail_size_h', '150', 'yes'), (68, 0, 'thumbnail_crop', '1', 'yes'), (69, 0, 'medium_size_w', '300', 'yes'), (70, 0, 'medium_size_h', '300', 'yes'), (71, 0, 'avatar_default', 'mystery', 'yes'), (72, 0, 'enable_app', '0', 'yes'), (73, 0, 'enable_xmlrpc', '0', 'yes'), (74, 0, 'large_size_w', '1024', 'yes'), (75, 0, 'large_size_h', '1024', 'yes'), (76, 0, 'image_default_link_type', 'file', 'yes'), (77, 0, 'image_default_size', '', 'yes'), (78, 0, 'image_default_align', '', 'yes'), (79, 0, 'close_comments_for_old_posts', '0', 'yes'), (80, 0, 'close_comments_days_old', '14', 'yes'), (81, 0, 'thread_comments', '1', 'yes'), (82, 0, 'thread_comments_depth', '5', 'yes'), (83, 0, 'page_comments', '0', 'yes'), (84, 0, 'comments_per_page', '50', 'yes'), (85, 0, 'default_comments_page', 'newest', 'yes'), (86, 0, 'comment_order', 'asc', 'yes'), (87, 0, 'sticky_posts', 'a:0:{}', 'yes'), (88, 0, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), (89, 0, 'widget_text', 'a:0:{}', 'yes'), (90, 0, 'widget_rss', 'a:0:{}', 'yes'), (91, 0, 'timezone_string', '', 'yes'), (92, 0, 'embed_autourls', '1', 'yes'), (93, 0, 'embed_size_w', '', 'yes'), (94, 0, 'embed_size_h', '600', 'yes'), (95, 0, 'page_for_posts', '0', 'yes'), (96, 0, 'page_on_front', '0', 'yes'), (97, 0, 'default_post_format', '0', 'yes'), (98, 0, 'initial_db_version', '19470', 'yes'), (99, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'), (100, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (101, 0, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'), (102, 0, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'), (103, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), (104, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (105, 0, 'sidebars_widgets', 'a:7:{s:19:"wp_inactive_widgets";a:2:{i:0;s:7:"pages-2";i:1;s:7:"links-2";}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}s:9:"sidebar-4";a:0:{}s:9:"sidebar-5";a:0:{}s:13:"array_version";i:3;}', 'yes'), (106, 0, 'cron', 'a:3:{i:1336031832;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1336031847;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'), (108, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":9:{s:8:"response";s:7:"upgrade";s:8:"download";s:40:"http://wordpress.org/wordpress-3.3.2.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":4:{s:4:"full";s:40:"http://wordpress.org/wordpress-3.3.2.zip";s:10:"no_content";s:51:"http://wordpress.org/wordpress-3.3.2-no-content.zip";s:11:"new_bundled";s:52:"http://wordpress.org/wordpress-3.3.2-new-bundled.zip";s:7:"partial";s:50:"http://wordpress.org/wordpress-3.3.2-partial-1.zip";}s:7:"current";s:5:"3.3.2";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.2";s:15:"partial_version";s:5:"3.3.1";}}s:12:"last_checked";i:1336022832;s:15:"version_checked";s:5:"3.3.1";}', 'yes'), (109, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1336022834;s:7:"checked";a:31:{s:33:"addthis/addthis_social_widget.php";s:5:"2.3.1";s:30:"advanced-custom-fields/acf.php";s:5:"2.0.5";s:19:"akismet/akismet.php";s:5:"2.5.5";s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";s:8:"1.6.13.3";s:66:"ambrosite-nextprevious-post-link-plus/ambrosite-post-link-plus.php";s:3:"2.3";s:27:"bulk-delete/bulk-delete.php";s:3:"1.3";s:20:"category-pagefix.php";s:3:"3.0";s:36:"contact-form-7/wp-contact-form-7.php";s:5:"2.4.6";s:24:"cpt-category-pagefix.php";s:3:"1.0";s:43:"custom-post-type-ui/custom-post-type-ui.php";s:3:"0.7";s:32:"disqus-comment-system/disqus.php";s:4:"2.72";s:36:"google-sitemap-generator/sitemap.php";s:5:"3.2.6";s:9:"hello.php";s:3:"1.6";s:30:"kapost-byline/kapostbyline.php";s:5:"1.1.0";s:29:"liveclicker/wpliveclicker.php";s:3:"1.5";s:29:"nextgen-gallery/nggallery.php";s:5:"1.9.2";s:11:"ogp/ogp.php";s:3:"1.0";s:27:"redirection/redirection.php";s:6:"2.2.10";s:47:"regenerate-thumbnails/regenerate-thumbnails.php";s:5:"2.2.3";s:27:"role-scoper/role-scoper.php";s:6:"1.3.55";s:29:"rss-importer/rss-importer.php";s:3:"0.2";s:31:"simple-open-graph/OpenGraph.php";s:3:"2.1";s:30:"smart-youtube/smartyoutube.php";s:5:"3.8.8";s:32:"social-metrics/socialmetrics.php";s:3:"2.1";s:37:"user-role-editor/user-role-editor.php";s:5:"3.5.1";s:40:"update-urls/velvet-blues-update-urls.php";s:5:"2.0.1";s:61:"wcs-custom-permalinks-hotfix/wcs-custom-permalinks-hotfix.php";s:3:"1.1";s:41:"wordpress-importer/wordpress-importer.php";s:5:"0.5.2";s:21:"wp-polls/wp-polls.php";s:4:"2.61";s:40:"wp-no-category-base/no-category-base.php";s:3:"1.0";s:33:"breadcrumbs/yoast-breadcrumbs.php";s:5:"0.8.5";}s:8:"response";a:19:{s:33:"addthis/addthis_social_widget.php";O:8:"stdClass":5:{s:2:"id";s:4:"5710";s:4:"slug";s:7:"addthis";s:11:"new_version";s:5:"2.3.2";s:3:"url";s:44:"http://wordpress.org/extend/plugins/addthis/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/addthis.2.3.2.zip";}s:30:"advanced-custom-fields/acf.php";O:8:"stdClass":5:{s:2:"id";s:5:"21367";s:4:"slug";s:22:"advanced-custom-fields";s:11:"new_version";s:5:"3.1.8";s:3:"url";s:59:"http://wordpress.org/extend/plugins/advanced-custom-fields/";s:7:"package";s:64:"http://downloads.wordpress.org/plugin/advanced-custom-fields.zip";}s:19:"akismet/akismet.php";O:8:"stdClass":5:{s:2:"id";s:2:"15";s:4:"slug";s:7:"akismet";s:11:"new_version";s:5:"2.5.6";s:3:"url";s:44:"http://wordpress.org/extend/plugins/akismet/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/akismet.2.5.6.zip";}s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";O:8:"stdClass":5:{s:2:"id";s:3:"520";s:4:"slug";s:19:"all-in-one-seo-pack";s:11:"new_version";s:8:"1.6.14.3";s:3:"url";s:56:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/";s:7:"package";s:61:"http://downloads.wordpress.org/plugin/all-in-one-seo-pack.zip";}s:66:"ambrosite-nextprevious-post-link-plus/ambrosite-post-link-plus.php";O:8:"stdClass":5:{s:2:"id";s:5:"14660";s:4:"slug";s:37:"ambrosite-nextprevious-post-link-plus";s:11:"new_version";s:3:"2.4";s:3:"url";s:74:"http://wordpress.org/extend/plugins/ambrosite-nextprevious-post-link-plus/";s:7:"package";s:79:"http://downloads.wordpress.org/plugin/ambrosite-nextprevious-post-link-plus.zip";}s:27:"bulk-delete/bulk-delete.php";O:8:"stdClass":5:{s:2:"id";s:4:"6451";s:4:"slug";s:11:"bulk-delete";s:11:"new_version";s:3:"2.1";s:3:"url";s:48:"http://wordpress.org/extend/plugins/bulk-delete/";s:7:"package";s:57:"http://downloads.wordpress.org/plugin/bulk-delete.2.1.zip";}s:20:"category-pagefix.php";O:8:"stdClass":5:{s:2:"id";s:4:"7777";s:4:"slug";s:23:"category-pagination-fix";s:11:"new_version";s:5:"3.2.2";s:3:"url";s:60:"http://wordpress.org/extend/plugins/category-pagination-fix/";s:7:"package";s:65:"http://downloads.wordpress.org/plugin/category-pagination-fix.zip";}s:36:"contact-form-7/wp-contact-form-7.php";O:8:"stdClass":5:{s:2:"id";s:3:"790";s:4:"slug";s:14:"contact-form-7";s:11:"new_version";s:5:"3.1.2";s:3:"url";s:51:"http://wordpress.org/extend/plugins/contact-form-7/";s:7:"package";s:62:"http://downloads.wordpress.org/plugin/contact-form-7.3.1.2.zip";}s:43:"custom-post-type-ui/custom-post-type-ui.php";O:8:"stdClass":6:{s:2:"id";s:5:"13183";s:4:"slug";s:19:"custom-post-type-ui";s:11:"new_version";s:5:"0.7.1";s:14:"upgrade_notice";s:24:"XSS security bug patched";s:3:"url";s:56:"http://wordpress.org/extend/plugins/custom-post-type-ui/";s:7:"package";s:61:"http://downloads.wordpress.org/plugin/custom-post-type-ui.zip";}s:36:"google-sitemap-generator/sitemap.php";O:8:"stdClass":5:{s:2:"id";s:3:"132";s:4:"slug";s:24:"google-sitemap-generator";s:11:"new_version";s:5:"3.2.7";s:3:"url";s:61:"http://wordpress.org/extend/plugins/google-sitemap-generator/";s:7:"package";s:72:"http://downloads.wordpress.org/plugin/google-sitemap-generator.3.2.7.zip";}s:30:"kapost-byline/kapostbyline.php";O:8:"stdClass":6:{s:2:"id";s:5:"20406";s:4:"slug";s:13:"kapost-byline";s:11:"new_version";s:5:"1.2.0";s:14:"upgrade_notice";s:107:"reworked asynchronous calls to analytics to reduce plugin interference and remove need for tags in the body";s:3:"url";s:50:"http://wordpress.org/extend/plugins/kapost-byline/";s:7:"package";s:61:"http://downloads.wordpress.org/plugin/kapost-byline.1.2.0.zip";}s:29:"nextgen-gallery/nggallery.php";O:8:"stdClass":5:{s:2:"id";s:3:"592";s:4:"slug";s:15:"nextgen-gallery";s:11:"new_version";s:5:"1.9.3";s:3:"url";s:52:"http://wordpress.org/extend/plugins/nextgen-gallery/";s:7:"package";s:57:"http://downloads.wordpress.org/plugin/nextgen-gallery.zip";}s:27:"redirection/redirection.php";O:8:"stdClass":5:{s:2:"id";s:3:"935";s:4:"slug";s:11:"redirection";s:11:"new_version";s:6:"2.2.11";s:3:"url";s:48:"http://wordpress.org/extend/plugins/redirection/";s:7:"package";s:60:"http://downloads.wordpress.org/plugin/redirection.2.2.11.zip";}s:31:"simple-open-graph/OpenGraph.php";O:8:"stdClass":5:{s:2:"id";s:5:"23257";s:4:"slug";s:17:"simple-open-graph";s:11:"new_version";s:3:"2.2";s:3:"url";s:54:"http://wordpress.org/extend/plugins/simple-open-graph/";s:7:"package";s:63:"http://downloads.wordpress.org/plugin/simple-open-graph.2.2.zip";}s:30:"smart-youtube/smartyoutube.php";O:8:"stdClass":5:{s:2:"id";s:4:"1584";s:4:"slug";s:13:"smart-youtube";s:11:"new_version";s:5:"4.1.4";s:3:"url";s:50:"http://wordpress.org/extend/plugins/smart-youtube/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/smart-youtube.zip";}s:37:"user-role-editor/user-role-editor.php";O:8:"stdClass":5:{s:2:"id";s:5:"13697";s:4:"slug";s:16:"user-role-editor";s:11:"new_version";s:3:"3.6";s:3:"url";s:53:"http://wordpress.org/extend/plugins/user-role-editor/";s:7:"package";s:58:"http://downloads.wordpress.org/plugin/user-role-editor.zip";}s:40:"update-urls/velvet-blues-update-urls.php";O:8:"stdClass":5:{s:2:"id";s:4:"4884";s:4:"slug";s:24:"velvet-blues-update-urls";s:11:"new_version";s:3:"3.0";s:3:"url";s:61:"http://wordpress.org/extend/plugins/velvet-blues-update-urls/";s:7:"package";s:70:"http://downloads.wordpress.org/plugin/velvet-blues-update-urls.3.0.zip";}s:41:"wordpress-importer/wordpress-importer.php";O:8:"stdClass":6:{s:2:"id";s:5:"14975";s:4:"slug";s:18:"wordpress-importer";s:11:"new_version";s:3:"0.6";s:14:"upgrade_notice";s:39:"Support for exports from WordPress 3.4.";s:3:"url";s:55:"http://wordpress.org/extend/plugins/wordpress-importer/";s:7:"package";s:64:"http://downloads.wordpress.org/plugin/wordpress-importer.0.6.zip";}s:21:"wp-polls/wp-polls.php";O:8:"stdClass":5:{s:2:"id";s:3:"368";s:4:"slug";s:8:"wp-polls";s:11:"new_version";s:4:"2.62";s:3:"url";s:45:"http://wordpress.org/extend/plugins/wp-polls/";s:7:"package";s:50:"http://downloads.wordpress.org/plugin/wp-polls.zip";}}}', 'yes'), (110, 0, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1336022841;s:7:"checked";a:4:{s:27:"makeup-thematic-child-theme";s:3:"1.0";s:8:"thematic";s:7:"0.9.7.7";s:12:"twentyeleven";s:3:"1.3";s:9:"twentyten";s:3:"1.3";}s:8:"response";a:0:{}}', 'yes'), (113, 0, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:28:"http://172.16.23.187:8080/wp";s:4:"link";s:104:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://172.16.23.187:8080/wp/";s:3:"url";s:137:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://172.16.23.187:8080/wp/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:14:"WordPress Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'), (117, 0, 'can_compress_scripts', '1', 'yes'), (152, 0, '_site_transient_timeout_wporg_theme_feature_list', '1331729963', 'yes'), (153, 0, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:18:{i:0;s:8:"blavatar";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:20:"front-page-post-form";i:10;s:19:"full-width-template";i:11;s:12:"microformats";i:12;s:12:"post-formats";i:13;s:20:"rtl-language-support";i:14;s:11:"sticky-post";i:15;s:13:"theme-options";i:16;s:17:"threaded-comments";i:17;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes'), (158, 0, 'theme_mods_makeup-thematic-child-theme', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1331719139;s:4:"data";a:14:{s:19:"wp_inactive_widgets";a:3:{i:0;s:7:"pages-2";i:1;s:7:"links-2";i:2;s:11:"rss-links-2";}s:13:"primary-aside";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:15:"secondary-aside";a:0:{}s:20:"1st-subsidiary-aside";a:0:{}s:20:"2nd-subsidiary-aside";a:0:{}s:20:"3rd-subsidiary-aside";a:0:{}s:9:"index-top";N;s:12:"index-insert";N;s:12:"index-bottom";N;s:10:"single-top";N;s:13:"single-insert";N;s:13:"single-bottom";N;s:8:"page-top";N;s:11:"page-bottom";N;}}}', 'yes'), (159, 0, 'theme_switched', '', 'yes'), (160, 0, 'widget_pages', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (161, 0, 'widget_links', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (162, 0, 'widget_rss-links', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (164, 0, 'theme_mods_twentyten', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1331719163;s:4:"data";a:7:{s:19:"wp_inactive_widgets";a:2:{i:0;s:7:"pages-2";i:1;s:7:"links-2";}s:19:"primary-widget-area";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:21:"secondary-widget-area";a:0:{}s:24:"first-footer-widget-area";a:0:{}s:25:"second-footer-widget-area";a:0:{}s:24:"third-footer-widget-area";a:0:{}s:25:"fourth-footer-widget-area";N;}}}', 'yes'), (165, 0, 'current_theme', 'Twenty Eleven', 'yes'), (166, 0, 'recently_activated', 'a:0:{}', 'yes'), (184, 0, '_site_transient_timeout_theme_roots', '1336030039', 'yes'), (185, 0, '_site_transient_theme_roots', 'a:4:{s:27:"makeup-thematic-child-theme";s:7:"/themes";s:8:"thematic";s:7:"/themes";s:12:"twentyeleven";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'), (186, 0, '_site_transient_timeout_browser_990d835906a99267553e4ec6dc3ed45a', '1336627654', 'yes'), (187, 0, '_site_transient_browser_990d835906a99267553e4ec6dc3ed45a', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:5:"9.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'), (188, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1336066072', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (189, 0, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:50:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 May 2012 02:52:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/?v=3.4-beta3-20709";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.4 Beta 4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/05/wordpress-3-4-beta-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2012/05/wordpress-3-4-beta-4/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 May 2012 02:52:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2273";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:123:"Less bugs, more polish, the same beta disclaimers. Download, test, report bugs. Thanks much. /ryan #thewholebrevitything";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:190:"<p>Less bugs, more polish, the same beta disclaimers. <a href="http://wordpress.org/wordpress-3.4-beta4.zip">Download</a>, test, report bugs. Thanks much. /ryan #thewholebrevitything</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2012/05/wordpress-3-4-beta-4/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WordPress 3.3.2 (and WordPress 3.4 Beta 3)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2012/04/wordpress-3-3-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2012/04/wordpress-3-3-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Apr 2012 15:10:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2262";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:384:"WordPress 3.3.2 is available now and is a security update for all previous versions. Three external libraries included in WordPress received security updates: Plupload (version 1.5.4), which WordPress uses for uploading media. SWFUpload, which WordPress previously used for uploading media, and may still be in use by plugins. SWFObject, which WordPress previously used to embed [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3345:"<p><a href="http://wordpress.org/download/">WordPress 3.3.2</a> is available now and is a security update for all previous versions.</p>\n<p>Three external libraries included in WordPress received security updates:</p>\n<ul>\n<li>Plupload (version 1.5.4), which WordPress uses for uploading media.</li>\n<li>SWFUpload, which WordPress previously used for uploading media, and may still be in use by plugins.</li>\n<li>SWFObject, which WordPress previously used to embed Flash content, and may still be in use by plugins and themes.</li>\n</ul>\n<p>Thanks to <a href="https://nealpoole.com/blog/"><NAME></a> and <a href="http://greywhind.wordpress.com/"><NAME></a> for <a href="http://codex.wordpress.org/FAQ_Security">responsibly disclosing</a> the bugs in Plupload and SWFUpload, and <a href="http://mars.iti.pk.edu.pl/~grucha/"><NAME></a> for a separate bug in SWFUpload.</p>\n<p>WordPress 3.3.2 also addresses:</p>\n<ul>\n<li>Limited privilege escalation where a site administrator could deactivate network-wide plugins when running a WordPress network under particular circumstances, disclosed by <a href="http://joncave.co.uk/"><NAME></a> of our WordPress core security team, and <a href="http://sixohthree.com/"><NAME></a>.</li>\n<li>Cross-site scripting vulnerability when making URLs clickable, by <NAME>.</li>\n<li>Cross-site scripting vulnerabilities in redirects after posting comments in older browsers, and when filtering URLs. Thanks to <a href="http://www.sneaked.net/"><NAME></a> for responsibly disclosing these issues to the security team.</li>\n</ul>\n<p>These issues were fixed by the WordPress core security team. Five other bugs were also fixed in version 3.3.2. Consult the <a href="http://core.trac.wordpress.org/log/branches/3.3?rev=20552&amp;stop_rev=20087">change log</a> for more details.</p>\n<p><a href="http://wordpress.org/download/">Download WordPress 3.3.2</a> or update now from the Dashboard → Updates menu in your site&#8217;s admin area.</p>\n<hr />\n<h3>WordPress 3.4 Beta 3 also available</h3>\n<p>Our development of WordPress 3.4 development continues. Today we are proud to release Beta 3 for testing. <a href="http://core.trac.wordpress.org/log/trunk?rev=20552&amp;stop_rev=20450">Nearly 90 changes</a> have been made since Beta 2, released 9 days ago. (We are aiming for a beta every week.)</p>\n<p>This is still beta software, so <strong>we don&#8217;t recommend that you use it on production sites</strong>. But if you&#8217;re a plugin developer, a theme developer, or a site administrator, <strong>you should be running this on your test environments</strong> and <a href="http://codex.wordpress.org/Reporting_Bugs">reporting any bugs</a> you find. (See the <a href="http://core.trac.wordpress.org/report/5">known issues here</a>.) If you&#8217;re a WordPress user who wants to open your presents early, take advantage of WordPress&#8217;s famous 5-minute install and spin up a secondary test site. <a href="http://wordpress.org/support/forum/alphabeta">Let us know what you think</a>!</p>\n<p>Version 3.4 Beta 3 includes all of the fixes included in version 3.3.2. <a href="http://wordpress.org/wordpress-3.4-beta3.zip">Download WordPress 3.4 Beta 3</a> or use the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/04/wordpress-3-3-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.4 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/04/wordpress-3-4-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2012/04/wordpress-3-4-beta-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Apr 2012 03:52:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"3.4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2257";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:320:"Howdy, folks! Another week, another beta. Since we released Beta 1 last week, we&#8217;ve committed more than 60 bug fixes and feature adjustments based on testing and feedback. If you&#8217;ve been testing Beta 1, please update to Beta 2 to make sure things are still working for you. If you are a theme or plugin [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:767:"<p>Howdy, folks! Another week, another beta. Since we released Beta 1 last week, we&#8217;ve committed more than 60 bug fixes and feature adjustments based on testing and feedback. If you&#8217;ve been testing Beta 1, please update to Beta 2 to make sure things are still working for you. If you are a theme or plugin author and have not yet started testing your code against the 3.4 beta, now&#8217;s the perfect time to start. And as always, if you find any bugs, let us know! Full details on testing and bug reporting can be found in <a href="http://wordpress.org/news/2012/04/wordpress-3-4-beta-1/" title="WordPress 3.4 Beta 1">last week&#8217;s Beta 1 post</a>.</p>\n<p><a href="http://wordpress.org/wordpress-3.4-beta2.zip">Download WordPress 3.4 Beta 2</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2012/04/wordpress-3-4-beta-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.4 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/04/wordpress-3-4-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2012/04/wordpress-3-4-beta-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Apr 2012 02:07:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2250";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:301:"WordPress 3.4 is ready for beta testers! As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2490:"<p>WordPress 3.4 is ready for beta testers!</p>\n<p>As always, this is software still in development and <strong>we don’t recommend that you run it on a production site</strong> — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.</p>\n<p>If all goes well, we hope to release WordPress 3.4 in May. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version. If you want to be a beta tester, you should check out the Codex article on <a title="Reporting Bugs for WordPress" href="http://codex.wordpress.org/Reporting_Bugs">how to report bugs</a>.</p>\n<p>Here’s some of what’s new:</p>\n<ul>\n<li>Theme Customizer with Previewer</li>\n<li>Flexible Custom Header Sizes</li>\n<li>Selecting Custom Header and Background Images from Media Library</li>\n<li>Better experience searching for and choosing a theme</li>\n</ul>\n<p>And some of the under-the-hood changes:</p>\n<ul>\n<li>New XML-RPC API for external and mobile applications</li>\n<li>New API for registering theme support for custom headers and backgrounds</li>\n<li>Performance improvements to WP_Query by splitting the query (Please test!)</li>\n<li>Internationalization improvements (improved performance and locale support)</li>\n<li>Performance and API improvements when working with lists of installed themes</li>\n<li>Support for installing child themes from the WordPress Themes Directory</li>\n</ul>\n<p>Remember, if you find something you think is a bug, report it! You can bring it up in the <a title="Alpha/Beta Support Forum" href="http://wordpress.org/support/forum/alphabeta">alpha/beta forum</a>, you can email it to the <a title="WP-testers mailing list info page" href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers list</a>, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the <a title="WordPress Core Trac" href="http://core.trac.wordpress.org/">WordPress Core Trac</a>. (We recommend starting in the forum or on the mailing list.)</p>\n<p>Theme and plugin authors, if you haven’t been following the 3.4 development cycle, <strong>please start now</strong> so that you can update your themes and plugins to be compatible with the newest version of WordPress.</p>\n<p><a title="Download WordPress 3.4 Beta 1" href="http://wordpress.org/wordpress-3.4-beta1.zip">Download WordPress 3.4 Beta 1</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2012/04/wordpress-3-4-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WordPress Takes SXSW 2012!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2012/03/wordpress-takes-sxsw-2012/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/news/2012/03/wordpress-takes-sxsw-2012/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Mar 2012 16:19:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2240";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:327:"The South by Southwest Interactive Festival (SXSW) holds a special place in the history and heart of WordPress. Though the conference has changed in the years since I first met Matt in the hallway in 2003 &#8212; before WordPress even had a name &#8212; it&#8217;s still arguably one of the most influential events in our [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3437:"<p>The <a href="http://sxsw.com/interactive">South by Southwest Interactive Festival</a> (SXSW) holds a special place in the history and heart of WordPress. Though the conference has changed in the years since I first met Matt in the hallway in 2003 &#8212; before WordPress even had a name &#8212; it&#8217;s still arguably one of the most influential events in our industry, and we&#8217;ll be there again this year. Will we see you there?</p>\n<h3>Booth</h3>\n<p>There will be a <a href="http://wordpress.org/news/sxsw2012/booth/">WordPress booth at the SXSW trade show</a> March 12-15. Our booth was packed to overflowing last year as we helped people with their blogs and gave away WordPress swag, so this year we&#8217;ll have more space to meet as many of you as possible. Stop by if you need a helping hand with your site, or just to say hi. We&#8217;ll also have buttons, stickers, and t-shirts again this year.</p>\n<h3>Party</h3>\n<p>This year&#8217;s <a href="http://wordpress.org/news/sxsw2012/">WordPress party</a> will be hosted by the <a href="http://wordpressfoundation.org">WordPress Foundation</a> on Monday, March 12 from 6-9pm. Space is limited, so make sure you <a href="http://wordpress.org/news/sxsw2012/">RSVP</a> (no SXSW badge is required). The party this year will be at the <a href="http://www.purevolume.com/thehouse/">Buzzmedia Pure Volume House</a>, and the story of how we hooked up with them is pretty cool.</p>\n<blockquote><p>Once upon a time, <NAME> had a business called Buzzmedia in Malaysia, with the twitter username @buzzmedia. When David changed gears and started <a href="http://clickwp.com/">ClickWP</a>, a WordPress support business, he stopped going by the Buzzmedia name. In the U.S., a company also called Buzzmedia wished it had that Twitter username, and asked if they could have it since David wasn&#8217;t going to use it anymore.</p>\n<p>David, feeling the WordPress community love, said he would give them the name, and suggested they do something in return for the WordPress Foundation. So, everyone talked to everyone else and it worked out that Buzzmedia was willing to donate a fantastic venue for this year&#8217;s party as well as covering the bar.</p>\n<p>In the end, the Foundation got a great SXSW party, Buzzmedia got their twitter username, and David got the warm glow of having used his power for the good of the WordPress community, and they all lived happily ever after.</p></blockquote>\n<p>Seriously, though, the PureVolume House is always a great SXSW venue, so thank you David and Buzzmedia for your generosity! We&#8217;ll have drinks and snacks and a few hundred WordPress-loving partygoers, so you know it will be a good time. Kind of like a WordCamp afterparty without all the work of a WordCamp. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<p>The venue can hold 500 people, and based on last year, we&#8217;ll hit that pretty quickly. The one requirement is that you use WordPress. On the RSVP form, you will be asked to enter the URL of your WordPress-powered site (if you have more than one, just pick your main site). If you fill in this field with something other than what&#8217;s requested (such as &#8220;N/A&#8221; or putting in a fake url) your RSVP may be deleted, so please make sure to enter your real site.<br />\n<a href="http://wordpress.org/news/sxsw2012/"> RSVP Now</a>!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/news/2012/03/wordpress-takes-sxsw-2012/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Year of the Meetup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://wordpress.org/news/2012/01/year-of-the-meetup/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/news/2012/01/year-of-the-meetup/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Jan 2012 20:17:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2210";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:456:"We hereby declare 2012 as the Year of the WordPress Meetup. You''ll want to get in on this action. So what is a WordPress Meetup? Basically, it''s people in a community getting together &#8212; meeting up &#8212; who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, "I use WordPress in some way and I like it, and I want to meet other people who can say the same.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6300:"<p>We hereby declare 2012 as the Year of the WordPress Meetup. You&#8217;ll want to get in on this action.</p>\n<blockquote><p><strong>meet&middot;up</strong> \\<strong>m&#275;t</strong>-&#601;p\\ <em>noun</em><br />\nA meeting, especially a regular meeting of people who share a particular interest and have connected with each other through a social-networking Web site: <em>a meetup for new moms in the neighborhood; a meetup to plan the trip; a meetup for WordPress users.</em><sup>1</sup></p></blockquote>\n<p>So what is a <em>WordPress Meetup</em>? Basically, it&#8217;s people in a community getting together &#8212; meeting up &#8212; who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, &#8220;I use WordPress in some way and I like it, and I want to meet other people who can say the same.&#8221; Meetups come in different shapes and sizes, but they all carry the benefit of connecting you with potential collaborators and friends, and helping you learn more about what you can do with WordPress. Here are some of the common types of WordPress meetups:</p>\n<ul>\n<li>Hang out and work on your WordPress sites together</li>\n<li>Social/happy hour type gatherings</li>\n<li>Mini-lectures/presentations</li>\n<li>Developer hacking meetups</li>\n<li>Show &amp; tell of how group members are using WordPress</li>\n<li>Formal instruction on how to use WordPress</li>\n<li>Lecture series (possibly with visiting speakers)</li>\n<li>Genius bar/help desk</li>\n</ul>\n<p>There&#8217;s no prescribed format, as each local group can decide for itself what they want to do. Some groups mix it up from month to month, while others have multiple events each month to satisfy the needs of their community.</p>\n<p>The tough part? Running a popular group takes time and money. Just as we worked last year to remove the financial burden for <a href="http://wordcamp.org">WordCamp</a> organizers and provide logistical support so they could focus more on their event content and experience, we want to start extending that kind of support to meetup groups as well. We don&#8217;t want it to cost anything for someone to run a WordPress meetup, or to attend one &#8212; building local communities should be as free as WordPress itself!</p>\n<p>Since there are so many more meetups than there are WordCamps, we&#8217;re going to start with the cost that is the same for every group: meetup.com organizer dues. We&#8217;re setting up an official WordPress account on <a href="http://Meetup.com">Meetup.com</a> right now, and over the next couple of weeks will be working with existing meetup group organizers, people who want to start a new meetup group, and the helpful folks at Meetup.com to put this program in place. WordPress meetup groups that choose to have their group become part of the WordPress account will no longer pay organizer dues for that group, as the <a href="http://wordpressfoundation.org">WordPress Foundation</a> will be footing the bill.</p>\n<p>This is exciting for several reasons. First, it means local organizers who are giving something back to the project by way of their time won&#8217;t also have shell out $12-19/month for the privilege. That alone is a big step. Second, it will open the door to more events and leaders within a community, since leadership and event planning won&#8217;t need to be tied to &#8220;owning&#8221; the meetup group. Third, more active meetup groups means more WordCamps, yay!</p>\n<p>In addition to the financial aspects, we&#8217;ll be working on ways to improve social recognition of meetup activity by incorporating feeds from the official meetup groups into the WordPress.org site, and including meetup group participation in the activity stream on your <a href="http://profiles.wordpress.org/">WordPress.org profile</a>.<sup>2</sup> I&#8217;m also hoping we can do something around providing video equipment to meetup groups (like we already do for WordCamps) to record presentations and tutorials that can be posted to <a href="http://WordPress.tv">WordPress.tv</a>, helping meetup groups offer WordPress classes in their community, and getting involved with mentoring WordPress clubs at local schools and universities. Oh, and we&#8217;ll send out some WordPress buttons and stickers to the groups that join in, because everyone loves buttons and stickers.</p>\n<p>We&#8217;re also putting together some cool resources for people who want to start a new meetup group. There will be a field guide to getting started and some supplies to help you get your group going, and a forum for organizers to talk to and learn from each other.</p>\n<p>Over time, we&#8217;ll be talking to organizers and looking at what other expenses we can absorb and what other support we can provide to local groups. For now, we&#8217;re starting with the organizer dues. If you currently run a WordPress meetup group (whether you are using Meetup.com or not) or would like to start a WordPress meetup group in your area, please fill out our <a href="http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups">WordPress Meetup Groups survey</a>. Filling in the survey doesn&#8217;t obligate you to join the official group, it just gives us a starting point to a) find out what groups are around/interested, and b) get some information on existing groups and their expenses and needs. Meetup.com will contact the group organizers who&#8217;ve said they&#8217;d like to join the new program, and will walk them through the logistics of the change and answer questions before helping them to opt-in officially.</p>\n<p>So, if you currently run a WordPress meetup group, or you would like to start one, please  fill out our <a href="http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups">WordPress Meetup Groups survey</a>. I can&#8217;t wait to see more meetups!</p>\n<p><strong>1</strong> &#8211; Adapted from <a href="http://dictionary.reference.com/browse/meetup">&#8220;meetup&#8221; definition at dictionary.com</a>.<br />\n<strong>2</strong> &#8211; Didn&#8217;t know about profiles? Check out http://profiles.wordpress.org/users/yourwordpressdotorgusernamehere (put in the username you use in the WordPress.org forums) to see yours!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/news/2012/01/year-of-the-meetup/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Internet Blackout Day on January 18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2012/01/internet-blackout/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2012/01/internet-blackout/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jan 2012 23:18:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2199";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:314:"WordPress.org is officially joining the protest against Senate Bill 968: the Protect IP Act that is coming before the U.S. Senate next week. As I wrote in my post a week ago, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1752:"<p>WordPress.org is officially joining the <a href="http://sopastrike.com/">protest against Senate Bill 968: the Protect IP Act</a> that is coming before the U.S. Senate next week. As I wrote in <a title="Help Stop SOPA/PIPA" href="http://wordpress.org/news/2012/01/help-stop-sopa-pipa/">my post a week ago</a>, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. We must stop it.</p>\n<p>On January 18, 2012 many sites around the web &#8212; from small personal blogs to internet institutions like <a href="http://Mozilla.org">Mozilla</a>, <a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Action">Wikipedia</a>, <a href="http://blog.reddit.com/2012/01/stopped-they-must-be-on-this-all.html">reddit</a>, and <a href="https://twitter.com/#!/benhuh/status/157538541155516416">I Can Has Cheezburger?</a> &#8211; will be going dark in protest and to drive their visitors to sites like <a href="http://americancensorship.org">americancensorship.org</a> to take action and help fight the passage of the Protect IP Act. So will WordPress.org.</p>\n<p>If you want to join the protest by blacking out your WordPress site or applying a ribbon, there is now a variety of <a href="http://wordpress.org/extend/plugins/tags/sopa">blackout plugins in the WordPress.org plugins directory</a>. While joining the protest in this manner is laudable, please don&#8217;t forget to also make those phone calls to U.S. Senators &#8212; they&#8217;re the ones with the voting power.</p>\n<ul>\n<li><a href="http://wordpress.org/extend/plugins/tags/sopa">Get a protest plugin</a></li>\n<li><a href="http://americancensorship.org">Take action at americancensorship.org</a></li>\n</ul>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2012/01/internet-blackout/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Help Stop SOPA/PIPA";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Jan 2012 19:18:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2191";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:298:"You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it. Normally we stay away from from politics here at the official WordPress project &#8212; having users from all over the globe that span the political spectrum is evidence that we are doing our job and [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4305:"<p>You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it.</p>\n<p>Normally we stay away from from politics here at the official WordPress project &#8212; having users from all over the globe that span the political spectrum is evidence that we are doing our job and democratizing publishing, and we don&#8217;t want to alienate any of our users no matter how much some of us may disagree with some of them personally. Today, I&#8217;m breaking our no-politics rule, because <a href="http://americancensorship.org/">there&#8217;s something going on</a> in U.S. politics right now that we need to make sure you know about and understand, because it affects us all.</p>\n<p>Using WordPress to blog, to publish, to communicate things online that once upon a time would have been relegated to an unread private journal (or simply remained unspoken, uncreated, unshared) makes <strong>you</strong> a part of one of the biggest changes in modern history: the democratization of publishing and the independent web. Every time you click Publish, you are a part of that change, whether you are posting canny political insight or a cat that makes you LOL. How would you feel if the web stopped being so free and independent? I&#8217;m <del>concerned</del> freaked right the heck out about the bills that threaten to do this, and as a participant in one of the biggest changes in modern history, you should be, too.</p>\n<p>You may have heard people talking/blogging/twittering about SOPA &#8212; the Stop Online Piracy Act. The recent <a href="http://godaddyboycott.org/">SOPA-related boycott of GoDaddy</a> was all over the news, with many people expressing their outrage over the possibilities of SOPA, but when I ask people about SOPA and its sister bill in the Senate, PIPA (Protect IP Act), many don&#8217;t really know what the bills propose, or what we stand to lose. If you are not freaked out by SOPA/PIPA, please: for the next four minutes, instead of checking Facebook statuses, seeing who mentioned you on Twitter, or watching the latest episode of Sherlock*, watch this video (by <a href="http://fightforthefuture.org/">Fight for the Future</a>).</p>\n<p> <iframe src="http://player.vimeo.com/video/31100268" width="600" height="338" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>\n<p>Some thoughts:</p>\n<ul>\n<li>In the U.S. our legal system maintains that the burden of proof is on the accuser, and that people are innocent until proven guilty. This tenet seems to be on the chopping block when it comes to the web if these bills pass, as companies could shut down sites based on accusation alone.</li>\n<li>Laws are not like lines of PHP; they are not easily reverted if someone wakes up and realizes there is a better way to do things. We should not be so quick to codify something this far-reaching.</li>\n<li>The people writing these laws are not the people writing the independent web, and they are not out to protect it. We have to stand up for it ourselves.</li>\n</ul>\n<p>Blogging is a form of activism. You can be an agent of change. Some people will tell you that taking action is useless, that online petitions, phone calls to representatives, and other actions won&#8217;t change a single mind, especially one that&#8217;s been convinced of something by lobbyist dollars. To those people, I repeat the words of <NAME>:</p>\n<blockquote><p>Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed, it is the only thing that ever has.</p></blockquote>\n<p>We are not a small group. More than 60 million people use WordPress &#8212; it&#8217;s said to power <a href="http://w3techs.com/technologies/overview/content_management/all">about 15% of the web</a>. We can make an impact, and you can be an agent of change. Go to <a href="http://americancensorship.org/">Stop American Censorship</a> for more information and a bunch of ways you can take action quickly, easily, and painlessly. The Senate votes in two weeks, and we need to help at least 41 more senators see reason before then. Please. <a href="http://americancensorship.org/">Make your voice heard</a>.</p>\n<p><em>*Yes, the latest episode of Sherlock is good. <NAME> + <NAME> = always good</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 3.3.1 Security and Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2012/01/wordpress-3-3-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2012/01/wordpress-3-3-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Jan 2012 21:24:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2012/01/wordpress-3-3-1/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:358:"WordPress 3.3.1 is now available. This maintenance release fixes 15 issues with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to <NAME>., <NAME>., <NAME>, <NAME>., and the Go Daddy security team for responsibly disclosing the bug to our security team. Download 3.3.1 or visit [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:603:"<p>WordPress 3.3.1 is now available. This maintenance release fixes <a href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.3.1&amp;group=resolution&amp;order=priority">15 issues</a> with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to <NAME>., <NAME>., <NAME>, <NAME>., and the Go Daddy security team for responsibly disclosing the bug to our security team.</p>\n<p><a href="http://wordpress.org/download/">Download 3.3.1</a> or visit Dashboard &rarr; Updates in your site admin.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/01/wordpress-3-3-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"WordPress 3.3 “Sonny”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/news/2011/12/sonny/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:49:"http://wordpress.org/news/2011/12/sonny/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Dec 2011 22:58:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2135";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:382:"The latest and greatest version of the WordPress software &#8212; 3.3, named &#8220;Sonny&#8221; in honor of the great jazz saxophonist <NAME> &#8212; is immediately available for download or update inside your WordPress dashboard. WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we&#8217;ve added significant [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:17122:"<p>The latest and greatest version of the WordPress software &#8212; 3.3, named &#8220;Sonny&#8221; in honor of the great jazz saxophonist <NAME> &#8212; is <a href="http://wordpress.org/download/">immediately available for download</a> or update inside your WordPress dashboard.</p>\n<p>WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we&#8217;ve added significant polish around the new user experience, navigation, uploading, and imports. Check out this short video that summarizes the things we think you&#8217;ll find are the cat&#8217;s pajamas:</p>\n<div id="v-I7NAw9Zk-1" class="video-player"><embed id="v-I7NAw9Zk-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=I7NAw9Zk&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="692" height="388" title="Introducing WordPress 3.3 &quot;Sonny&quot;" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>\n<h3>For Users</h3>\n<p>Experienced users will appreciate the new <strong>drag-and-drop uploader</strong>, hover menus for the navigation, the new toolbar, improved co-editing support, and the new Tumblr importer. We&#8217;ve also been thinking a ton about what the WordPress experience is like for people completely new to the software. Version 3.3 has significant improvements there with<strong> pointer tips</strong> for new features included in each update, a friendly welcome message for first-time users, and revamped help tabs throughout the interface. Finally we&#8217;ve improved the dashboard experience on the iPad and other tablets with better touch support.</p>\n<h3>For Developers</h3>\n<p>There is a ton of candy for developers as well. I&#8217;d recommend starting your exploration with the <a href="http://codex.wordpress.org/Function_Reference/wp_editor">new editor API</a>, new jQuery version, better ways to hook into the help screens, more performant post-slug-only permalinks, and of course the entire list of improvements <a href="http://codex.wordpress.org/Version_3.3">on the Codex</a> and <a href="http://core.trac.wordpress.org/milestone/3.3">in Trac</a>.</p>\n<h3>Roll the Credits</h3>\n<p>The Credits tab on the new About WordPress screen in the WordPress dashboard provides recognition for contributors to each release, but we like to thank them here as well.</p>\n<p><a href="http://profiles.wordpress.org/users/aaroncampbell"><NAME></a>, <a href="http://profiles.wordpress.org/users/jorbin"><NAME></a>, <a href="http://profiles.wordpress.org/users/adambackstrom"><NAME></a>, <a href="http://profiles.wordpress.org/users/kawauso"><NAME></a>, <a href="http://profiles.wordpress.org/users/xknown"><NAME></a>, <a href="http://profiles.wordpress.org/users/alexkingorg"><NAME></a>, <a href="http://profiles.wordpress.org/users/viper007bond"><NAME> (Viper007Bond)</a>, <a href="http://profiles.wordpress.org/users/amereservant">amereservant</a>, <a href="http://profiles.wordpress.org/users/ampt">ampt</a>, <a href="http://profiles.wordpress.org/users/lordandrei"><NAME></a>, <a href="http://profiles.wordpress.org/users/arena"><NAME></a>, <a href="http://profiles.wordpress.org/users/andrewfrazier">andrewfrazier</a>, <a href="http://profiles.wordpress.org/users/nacin"><NAME></a>, <a href="http://profiles.wordpress.org/users/azaozz"><NAME></a>, <a href="http://profiles.wordpress.org/users/andrewryno"><NAME></a>, <a href="http://profiles.wordpress.org/users/andy"><NAME></a>, <a href="http://profiles.wordpress.org/users/lumination"><NAME></a>, <a href="http://profiles.wordpress.org/users/filosofo"><NAME></a>, <a href="http://profiles.wordpress.org/users/simek"><NAME></a>, <a href="http://profiles.wordpress.org/users/benbalter"><NAME></a>, <a href="http://profiles.wordpress.org/users/brandondove"><NAME></a>, <a href="http://profiles.wordpress.org/users/carlospaulino">carlospaulino</a>, <a href="http://profiles.wordpress.org/users/caspie">Caspie</a>, <a href="http://profiles.wordpress.org/users/cebradesign">cebradesign</a>, <a href="http://profiles.wordpress.org/users/chexee"><NAME></a>, <a href="http://profiles.wordpress.org/users/chipbennett"><NAME>nett</a>, <a href="http://profiles.wordpress.org/users/chrisbliss18"><NAME></a>, <a href="http://profiles.wordpress.org/users/coenjacobs"><NAME></a>, <a href="http://profiles.wordpress.org/users/cgrymala"><NAME></a>, <a href="http://profiles.wordpress.org/users/danielbachhuber"><NAME></a>, <a href="http://profiles.wordpress.org/users/koopersmith"><NAME></a>, <a href="http://profiles.wordpress.org/users/dllh"><NAME></a>, <a href="http://profiles.wordpress.org/users/davecpage">David</a>, <a href="http://profiles.wordpress.org/users/dcowgill"><NAME></a>, <a href="http://profiles.wordpress.org/users/dgwyer"><NAME></a>, <a href="http://profiles.wordpress.org/users/damst">Da^MsT</a>, <a href="http://profiles.wordpress.org/users/deltafactory">deltafactory</a>, <a href="http://profiles.wordpress.org/users/demetris">demetris</a>, <a href="http://profiles.wordpress.org/users/valendesigns"><NAME></a>, <a href="http://profiles.wordpress.org/users/devinreams"><NAME></a>, <a href="http://profiles.wordpress.org/users/adeptris">Digital Raindrops</a>, <a href="http://profiles.wordpress.org/users/dd32"><NAME> (@dd32)</a>, <a href="http://profiles.wordpress.org/users/ocean90"><NAME> (ocean90)</a>, <a href="http://profiles.wordpress.org/users/dougwrites">Doug Provencio</a>, <a href="http://profiles.wordpress.org/users/dragoonis">dragoonis</a>, <a href="http://profiles.wordpress.org/users/drewapicture">DrewAPicture</a>, <a href="http://profiles.wordpress.org/users/cyberhobo"><NAME></a>, <a href="http://profiles.wordpress.org/users/eduplessis">eduplessis</a>, <a href="http://profiles.wordpress.org/users/eightamrock">Eightamrock</a>, <a href="http://profiles.wordpress.org/users/eko-fr">eko-fr</a>, <a href="http://profiles.wordpress.org/users/elpie">Elpie</a>, <a href="http://profiles.wordpress.org/users/elyobo">elyobo</a>, <a href="http://profiles.wordpress.org/users/empireoflight">Empireoflight</a>, <a href="http://profiles.wordpress.org/users/ethitter"><NAME></a>, <a href="http://profiles.wordpress.org/users/ericmann"><NAME></a>, <a href="http://profiles.wordpress.org/users/ejdanderson"><NAME></a>, <a href="http://profiles.wordpress.org/users/evansolomon"><NAME></a>, <a href="http://profiles.wordpress.org/users/fonglh">fonglh</a>, <a href="http://profiles.wordpress.org/users/garyc40">garyc40</a>, <a href="http://profiles.wordpress.org/users/garyj"><NAME></a>, <a href="http://profiles.wordpress.org/users/logiclord"><NAME></a>, <a href="http://profiles.wordpress.org/users/georgestephanis"><NAME></a>, <a href="http://profiles.wordpress.org/users/goldenapples">goldenapples</a>, <a href="http://profiles.wordpress.org/users/goto10">goto10</a>, <a href="http://profiles.wordpress.org/users/hakre">hakre</a>, <a href="http://profiles.wordpress.org/users/helenyhou"><NAME></a>, <a href="http://profiles.wordpress.org/users/iandstewart"><NAME></a>, <a href="http://profiles.wordpress.org/users/ipstenu">Ipstenu</a>, <a href="http://profiles.wordpress.org/users/madjax">Jackson</a>, <a href="http://profiles.wordpress.org/users/jacobwg"><NAME></a>, <a href="http://profiles.wordpress.org/users/jakemgold"><NAME></a>, <a href="http://profiles.wordpress.org/users/jamescollins"><NAME></a>, <a href="http://profiles.wordpress.org/users/jane"><NAME></a>, <a href="http://profiles.wordpress.org/users/jeremyclarke">jeremyclarke</a>, <a href="http://profiles.wordpress.org/users/jayjdk"><NAME> (Jayjdk)</a>, <a href="http://profiles.wordpress.org/users/jgadbois">jgadbois</a>, <a href="http://profiles.wordpress.org/users/jick">Jick</a>, <a href="http://profiles.wordpress.org/users/joehoyle"><NAME></a>, <a href="http://profiles.wordpress.org/users/johnbillion"><NAME></a>, <a href="http://profiles.wordpress.org/users/vegasgeek"><NAME></a>, <a href="http://profiles.wordpress.org/users/johnjamesjacoby"><NAME></a>, <a href="http://profiles.wordpress.org/users/johnonolan">JohnONolan</a>, <a href="http://profiles.wordpress.org/users/johnpbloch"><NAME></a>, <a href="http://profiles.wordpress.org/users/duck_"><NAME></a>, <a href="http://profiles.wordpress.org/users/koke"><NAME></a>, <a href="http://profiles.wordpress.org/users/josephscott"><NAME></a>, <a href="http://profiles.wordpress.org/users/jtclarke">jtclarke</a>, <a href="http://profiles.wordpress.org/users/yuraz"><NAME></a>, <a href="http://profiles.wordpress.org/users/justindgivens"><NAME>ens</a>, <a href="http://profiles.wordpress.org/users/justinsainton"><NAME></a>, <a href="http://profiles.wordpress.org/users/trepmal"><NAME> (trepmal)</a>, <a href="http://profiles.wordpress.org/users/kevinb">kevinB</a>, <a href="http://profiles.wordpress.org/users/kitchin">kitchin</a>, <a href="http://profiles.wordpress.org/users/kovshenin"><NAME></a>, <a href="http://profiles.wordpress.org/users/tenpura">Kuraishi</a>, <a href="http://profiles.wordpress.org/users/kurtpayne"><NAME></a>, <a href="http://profiles.wordpress.org/users/lancewillett"><NAME></a>, <a href="http://profiles.wordpress.org/users/latz">Latz</a>, <a href="http://profiles.wordpress.org/users/linuxologos">linuxologos</a>, <a href="http://profiles.wordpress.org/users/lloydbudd"><NAME></a>, <a href="http://profiles.wordpress.org/users/ldebrouwer"><NAME></a>, <a href="http://profiles.wordpress.org/users/lukeschlather">lukeschlather</a>, <a href="http://profiles.wordpress.org/users/mako09">Mako</a>, <a href="http://profiles.wordpress.org/users/settle"><NAME></a>, <a href="http://profiles.wordpress.org/users/marcuspope">MarcusPope</a>, <a href="http://profiles.wordpress.org/users/mark-k">mark-k</a>, <a href="http://profiles.wordpress.org/users/markjaquith"><NAME></a>, <a href="http://profiles.wordpress.org/users/markmcwilliams"><NAME></a>, <a href="http://profiles.wordpress.org/users/markoheijnen"><NAME></a>, <a href="http://profiles.wordpress.org/users/tfnab"><NAME></a>, <a href="http://profiles.wordpress.org/users/masonjames">masonjames</a>, <a href="http://profiles.wordpress.org/users/matveb"><NAME></a>, <a href="http://profiles.wordpress.org/users/matt"><NAME></a>, <a href="http://profiles.wordpress.org/users/iammattthomas"><NAME></a>, <a href="http://profiles.wordpress.org/users/mattwiebe"><NAME></a>, <a href="http://profiles.wordpress.org/users/mattyrob">MattyRob</a>, <a href="http://profiles.wordpress.org/users/merty"><NAME></a>, <a href="http://profiles.wordpress.org/users/mdawaffe"><NAME> (mdawaffe)</a>, <a href="http://profiles.wordpress.org/users/mfields"><NAME></a>, <a href="http://profiles.wordpress.org/users/mau">Michal &#8220;Mau&#8221; Pliska</a>, <a href="http://profiles.wordpress.org/users/mbijon"><NAME></a>, <a href="http://profiles.wordpress.org/users/dh-shredder"><NAME></a>, <a href="http://profiles.wordpress.org/users/dimadin"><NAME></a>, <a href="http://profiles.wordpress.org/users/mitchoyoshitaka">mitchoyoshitaka</a>, <a href="http://profiles.wordpress.org/users/batmoo"><NAME></a>, <a href="http://profiles.wordpress.org/users/mhauan"><NAME></a>, <a href="http://profiles.wordpress.org/users/usermrpapa">Mr Papa</a>, <a href="http://profiles.wordpress.org/users/mrtorrent">mrtorrent</a>, <a href="http://profiles.wordpress.org/users/Nao"><NAME></a>, <a href="http://profiles.wordpress.org/users/natebedortha">natebedortha</a>, <a href="http://profiles.wordpress.org/users/nbachiyski"><NAME></a>, <a href="http://profiles.wordpress.org/users/olivm">olivM</a>, <a href="http://profiles.wordpress.org/users/olleicua">olleicua</a>, <a href="http://profiles.wordpress.org/users/otto42">Otto</a>, <a href="http://profiles.wordpress.org/users/pagesimplify">pagesimplify</a>, <a href="http://profiles.wordpress.org/users/paulhastings0">paulhastings0</a>, <a href="http://profiles.wordpress.org/users/pavelevap">pavelevap</a>, <a href="http://profiles.wordpress.org/users/petemall">pete.mall</a>, <a href="http://profiles.wordpress.org/users/westi"><NAME></a>, <a href="http://profiles.wordpress.org/users/peterwilsoncc">peterwilsoncc</a>, <a href="http://profiles.wordpress.org/users/ppaire">ppaire</a>, <a href="http://profiles.wordpress.org/users/ptahdunbar"><NAME></a>, <a href="http://profiles.wordpress.org/users/r-a-y">r-a-y</a>, <a href="http://profiles.wordpress.org/users/ramiy"><NAME></a>, <a href="http://profiles.wordpress.org/users/rasheed"><NAME></a>, <a href="http://profiles.wordpress.org/users/miqrogroove"><NAME> (miqrogroove)</a>, <a href="http://profiles.wordpress.org/users/wpmuguru"><NAME></a>, <a href="http://profiles.wordpress.org/users/rosshanney"><NAME></a>, <a href="http://profiles.wordpress.org/users/ruslany">ruslany</a>, <a href="http://profiles.wordpress.org/users/ryan"><NAME></a>, <a href="http://profiles.wordpress.org/users/ryanhellyer">ryanhellyer</a>, <a href="http://profiles.wordpress.org/users/ryanimel"><NAME></a>, <a href="http://profiles.wordpress.org/users/zeo"><NAME></a>, <a href="http://profiles.wordpress.org/users/solarissmoke"><NAME></a>, <a href="http://profiles.wordpress.org/users/gluten"><NAME></a>, <a href="http://profiles.wordpress.org/users/saracannon">saracannon</a>, <a href="http://profiles.wordpress.org/users/scottbasgaard"><NAME></a>, <a href="http://profiles.wordpress.org/users/sbressler"><NAME></a>, <a href="http://profiles.wordpress.org/users/l3rady"><NAME></a>, <a href="http://profiles.wordpress.org/users/scottconnerly">scottconnerly</a>, <a href="http://profiles.wordpress.org/users/coffee2code"><NAME></a>, <a href="http://profiles.wordpress.org/users/wonderboymusic"><NAME></a>, <a href="http://profiles.wordpress.org/users/scribu">scribu</a>, <a href="http://profiles.wordpress.org/users/sergeybiryukov"><NAME></a>, <a href="http://profiles.wordpress.org/users/designsimply"><NAME></a>, <a href="http://profiles.wordpress.org/users/simonwheatley"><NAME></a>, <a href="http://profiles.wordpress.org/users/sirzooro">sirzooro</a>, <a href="http://profiles.wordpress.org/users/sillybean"><NAME></a>, <a href="http://profiles.wordpress.org/users/tech163">tech163</a>, <a href="http://profiles.wordpress.org/users/thedeadmedic">TheDeadMedic</a>, <a href="http://profiles.wordpress.org/users/tmoorewp"><NAME></a>, <a href="http://profiles.wordpress.org/users/tomauger"><NAME></a>, <a href="http://profiles.wordpress.org/users/ansimation"><NAME></a>, <a href="http://profiles.wordpress.org/users/sorich87"><NAME></a>, <a href="http://profiles.wordpress.org/users/vnsavage">vnsavage</a>, <a href="http://profiles.wordpress.org/users/wpweaver">wpweaver</a>, <a href="http://profiles.wordpress.org/users/wraithkenny">WraithKenny</a>, <a href="http://profiles.wordpress.org/users/yoavf"><NAME></a>, and <a href="http://profiles.wordpress.org/users/vanillalounge">Ze Fontainhas</a>.</p>\n<p>As well, we&#8217;d like to give a shout out to these users who have been particularly active <a href="http://wordpress.org/support/">on the support forums</a> since the release of 3.2:</p>\n<p><a href="http://profiles.wordpress.org/users/alchymyth">alchymyth</a>, <a href="http://profiles.wordpress.org/users/andrea_r">Andrea_r</a>, <a href="http://profiles.wordpress.org/users/claytonjames">ClaytonJames</a>, <a href="http://profiles.wordpress.org/users/numeeja">cubecolour</a>, <a href="http://profiles.wordpress.org/users/eranmiller"><NAME></a>, <a href="http://profiles.wordpress.org/users/esmi">esmi</a>, <a href="http://profiles.wordpress.org/users/fredericktownes"><NAME></a>, <a href="http://profiles.wordpress.org/users/govpatel">govpatel</a>, <a href="http://profiles.wordpress.org/users/ipstenu">Ipstenu</a>, <a href="http://profiles.wordpress.org/users/keesiemeijer">keesiemeijer</a>, <a href="http://profiles.wordpress.org/users/kmessinger">kmessinger</a>, <a href="http://profiles.wordpress.org/users/netweblogic">Marcus</a>, <a href="http://profiles.wordpress.org/users/otto42">Otto</a>, <a href="http://profiles.wordpress.org/users/peredur">peredur</a>, <a href="http://profiles.wordpress.org/users/rvoodoo"><NAME></a>, <a href="http://profiles.wordpress.org/users/samboll"><NAME></a>, <a href="http://profiles.wordpress.org/users/tobiasbg">Tobias</a>, <a href="http://profiles.wordpress.org/users/vtxyzzy">vtxyzzy</a>, and <a href="http://profiles.wordpress.org/users/zoonini">zoonini</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/news/2011/12/sonny/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:31:"http://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 03 May 2012 05:27:50 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";a:2:{i:0;s:15:"Accept-Encoding";i:1;s:15:"Accept-Encoding";}s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 03 May 2012 02:52:28 GMT";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (190, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1336066072', 'no'), (191, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1336022872', 'no'), (192, 0, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1336066072', 'no'), (193, 0, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.org/news/2012/05/wordpress-3-4-beta-4/'' title=''Less bugs, more polish, the same beta disclaimers. Download, test, report bugs. Thanks much. /ryan #thewholebrevitything [&hellip;]''>WordPress 3.4 Beta 4</a> <span class="rss-date">May 3, 2012</span><div class=''rssSummary''>Less bugs, more polish, the same beta disclaimers. Download, test, report bugs. Thanks much. /ryan #thewholebrevitything [&hellip;]</div></li><li><a class=''rsswidget'' href=''http://wordpress.org/news/2012/04/wordpress-3-3-2/'' title=''WordPress 3.3.2 is available now and is a security update for all previous versions. Three external libraries included in WordPress received security updates: Plupload (version 1.5.4), which WordPress uses for uploading media. SWFUpload, which WordPress previously used for uploading media, and may still be in use by plugins. SWFObject, which WordPress previo [&hellip;]''>WordPress 3.3.2 (and WordPress 3.4 Beta 3)</a> <span class="rss-date">April 20, 2012</span><div class=''rssSummary''>WordPress 3.3.2 is available now and is a security update for all previous versions. Three external libraries included in WordPress received security updates: Plupload (version 1.5.4), which WordPress uses for uploading media. SWFUpload, which WordPress previously used for uploading media, and may still be in use by plugins. SWFObject, which WordPress previo [&hellip;]</div></li></ul></div>', 'no'), (194, 0, '_transient_timeout_feed_8a4bc1575232d5a0ba78659638f96ad5', '1336066074', 'no'), (195, 0, '_transient_feed_8a4bc1575232d5a0ba78659638f96ad5', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"link:http://172.16.23.187:8080/wp/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"http://www.google.com/search?ie=utf-8&q=link:http://172.16.23.187:8080/wp/&tbm=blg&tbs=sbd:1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:88:"Your search - <b>link:http://172.16.23.187:8080/wp/</b> - did not match any documents. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Thu, 03 May 2012 05:27:54 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";a:2:{i:0;s:143:"PREF=ID=9232ff609f977fec:FF=0:TM=1336022874:LM=1336022874:S=pBTVNFKMIys6kNs0; expires=Sat, 03-May-2014 05:27:54 GMT; path=/; domain=.google.com";i:1;s:212:"NID=59=ggYLNz_WqDeB9Uw74LnvRZt3fa2qhjO0ntILEWFrjJuCzgvIxcRhUmTwyTVKz1MAD1ENvuJLN9h5V6LzOqFqx5T9pneKM214ibjupWW4k2J898i0NuS73sc2PPsa52Vv; expires=Fri, 02-Nov-2012 05:27:54 GMT; path=/; domain=.google.com; HttpOnly";}s:3:"p3p";s:122:"CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";s:15:"x-frame-options";s:10:"SAMEORIGIN";}s:5:"build";s:14:"20090627192103";}', 'no'), (196, 0, '_transient_timeout_feed_mod_8a4bc1575232d5a0ba78659638f96ad5', '1336066074', 'no'), (197, 0, '_transient_feed_mod_8a4bc1575232d5a0ba78659638f96ad5', '1336022874', 'no'), (198, 0, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1336066074', 'no'), (199, 0, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '<p>This dashboard widget queries <a href="http://blogsearch.google.com/">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&hellip; yet. It&#8217;s okay &#8212; there is no rush.</p>\n', 'no'), (200, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1336066076', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (201, 0, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Dev Blog: WordPress 3.4 Beta 4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2273";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/05/wordpress-3-4-beta-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:189:"<p>Less bugs, more polish, the same beta disclaimers. <a href="http://wordpress.org/wordpress-3.4-beta4.zip">Download</a>, test, report bugs. Thanks much. /ryan #thewholebrevitything</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 May 2012 02:52:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WPTavern: Import/Export Options Now Available With Widget Logic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6552";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:114:"http://feedproxy.google.com/~r/WordpressTavern/~3/Y31G0w7B2PE/importexport-options-now-available-with-widget-logic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2230:"<p>The latest release of one of my favorite plugins, <a href="http://wordpress.org/extend/plugins/widget-logic/">Widget Logic</a>, now has the option to import and export options. The options are saved to a text file which contains all of the conditional logic.</p>\n<p><a href="http://www.wptavern.com/wp-content/uploads/2012/05/widgetlogicimportexport.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/05/widgetlogicimportexport.png" alt="Widget Logic Export Import Options" title="widgetlogicimportexport" width="346" height="92" class="aligncenter size-full wp-image-6553" /></a></p>\n<div id="attachment_6554" class="wp-caption aligncenter"><a href="http://www.wptavern.com/wp-content/uploads/2012/05/widgetlogicexport.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/05/widgetlogicexport.png" alt="Widget Logic Text File" title="widgetlogicexport" width="485" height="84" class="size-full wp-image-6554" /></a><p class="wp-caption-text">Conditional Logic Saved Within A Text file</p></div>\n<p>Despite using this particular plugin for a long time, it never really occurred to me how nice it would be to have such a feature. This really comes in handy for those times when you want to reformat your website and instead of remembering the conditional logic for each widget, you simply import the text file and the configuration is taken care of. </p>\n<p>While I didn&#8217;t dedicate much time to it, there is an additional enhancement that comes with Version .52 of the plugin. You can now select when the logic code runs. Here is a screenshot that should help clarify what it does. </p>\n<p><a href="http://www.wptavern.com/wp-content/uploads/2012/05/loadingwidgetlogic.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/05/loadingwidgetlogic.png" alt="" title="loadingwidgetlogic" width="229" height="130" class="aligncenter size-full wp-image-6555" /></a></p>\n<p>Oh, and if you get lost trying to find out where the new features are located, you&#8217;ll find them at the bottom of your Widget configuration page. </p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Y31G0w7B2PE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 May 2012 19:15:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WPTavern: WooThemes Excels At Customer Service During Crisis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6550";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:112:"http://feedproxy.google.com/~r/WordpressTavern/~3/q7eCddgrHkA/woothemes-excels-at-customer-service-during-crisis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2028:"<p>While WooThemes was experiencing a crisis that involved the loss of 6 months of data along with their main website going offline, they still managed to provide great customer service. During the entire ordeal, WooThemes kept customers and the public updated with what they knew and what they were doing to fix the problem via <a href="http://demo.woothemes.com/dos/">their status blog</a>. Their status blog was updated multiple times a day. Many people commended the company on Twitter for doing such a great job and it&#8217;s definitely deserved. </p>\n<p>I wish companies whether they be WordPress based or not would so something similar when a crisis hits. Customers want to know what happened, what&#8217;s currently happening, who&#8217;s doing what, etc. When a crisis hits and takes a website offline, people don&#8217;t want a canned response to a support ticket or email, they want information. Information keeps customers calm or at least, calmer then they would be without it. I personally hate that feeling I get when a company seems to shove me off and pretends as if nothing is wrong. As for information, inform the masses, not just a few. That way, everyone is on the same page. Use your company site as a means of controlling the conversation so people don&#8217;t have to guess what&#8217;s happening. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/woothemes-to-go-back-to-their-roots" rel="bookmark" title="WooThemes To Go Back To Their Roots">WooThemes To Go Back To Their Roots</a></li>\n<li><a href="http://www.wptavern.com/interview-with-adii-of-woothemes" rel="bookmark" title="Interview With Adii Of WooThemes">Interview With Adii Of WooThemes</a></li>\n<li><a href="http://www.wptavern.com/woothemes-releases-survey-results-as-an-infographic" rel="bookmark" title="WooThemes Releases Survey Results As An Infographic">WooThemes Releases Survey Results As An Infographic</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/q7eCddgrHkA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 May 2012 15:00:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Plugin Releases for 5/1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11359";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/XkeYrE6J20E/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1188:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/simple-google-connect/"><strong>Simple Google Connect</strong></a> is a framework and series of sub-systems that let you add any sort of Google based functionality you like to a WordPress blog.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-coming-soon/"><strong>WP Coming Soon</strong></a> adds a coming soon page with a countdown clock.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://sudarmuthu.com/wordpress/email-log"><strong>Email Log</strong></a> allows you to log all emails that are sent through WordPress.</p>\n<p><a href="http://wordpress.org/extend/plugins/keyring/"><strong>Keyring</strong></a> provides a very hookable, completely customizable framework for connecting your WordPress site to an external service.</p>\n<p><a href="http://wordpress.org/extend/plugins/loginradius-for-wordpress/"><strong>Social Login for WordPress</strong></a> lets your users log in and comment via their accounts with popular ID providers such as Facebook, Google, Twitter, Yahoo, Live, and over 15 more.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/XkeYrE6J20E" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 May 2012 14:00:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"Weblog Tools Collection: Do You Use a Comment Policy?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11340";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/He0GnGyDxDE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2106:"<p>Comments are an important part of blogs. They help readers relate to articles by asking questions and building discussion and are even credited with creating some of the strongest online communities today. But, how do you keep everything clean and on topic? Do your users know what to expect? I&#8217;m not just talking about common sense and anti-spam practices, I&#8217;m talking about a policy or a code of conduct. Do you have one?</p>\n<p>We have <a href="http://weblogtoolscollection.com/comment-policy/">a comment policy</a> here, and it&#8217;s as follows:</p>\n<blockquote><p>Comments will be accepted if they meet the following conditions:</p>\n<ul>\n<li>The comment is not spam.</li>\n<li>The comment is not left solely to drive traffic elsewhere. (Yes, this is spam.)</li>\n<li>The comment is not widely off topic.</li>\n<li>The comment is not obscene or profane.</li>\n<li>The commenter has left a real name or proper screen name. (&#8220;Cheap Lawn Chairs&#8221; and &#8220;Joe @ MyCellPhoneTips.blah&#8221; are not real names).</li>\n</ul>\n<p>We do use a broad list of moderation keywords, but if your comment is held for moderation and abides by our comment policy, it will be accepted shortly.</p>\n<p>By submitting a comment here you agree to the above comment policy and grant this site a perpetual license to reproduce your words and name/web site in attribution.</p></blockquote>\n<p>You might notice that we&#8217;ve added a handy link to it above our comment form by just editing the theme&#8217;s comments template. It&#8217;s just about as easy as typing the desired text above the form fields. If you&#8217;d rather not get your hands dirty in the template, and you have a <a href="http://wordpress.org/">WordPress</a> blog, try <a href="http://wordpress.org/extend/plugins/comment-license/">Comment License</a>.</p>\n<p>So, do you have a comment policy? If so, we&#8217;d love to hear what it is! If you don&#8217;t, what guidelines do you use to manage comments on your blog?</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/He0GnGyDxDE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Apr 2012 14:00:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"WPTavern: Critical Update For WooThemes Customers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6544";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://feedproxy.google.com/~r/WordpressTavern/~3/IAkYYqKHf9Y/critical-update-for-woothemes-customers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2212:"<p>As if WooThemes.com being attacked was not bad enough, there is also a <a href="http://www.woothemes.com/2012/04/framework-shortcode-exploit-has-been-fixed/">critical security issue that&#8217;s been fixed</a> in the latest release of the WooFramework. The issue dealt with the shortcode generator.</p>\n<blockquote><p>The latest version (and most likely many previous versions) of the WooThemes WooFramework has a bug that allows any website visitor to run and see the output of any shortcode. This gives unauthenticated visitors the same power to execute code on the server as regular publishers have. WordPress installations with unsecured shortcodes (such as [php] which allows raw PHP code to be run) are vulnerable to serious attacks if WooThemes are installed, even if they are not the selected theme for the site. </p></blockquote>\n<p>While the <a href="https://gist.github.com/2523147">Gist author for that post</a> took some heat for releasing the information the way that he did, others chimed in and stated the vulnerability should have never existed in the first place. According to <NAME> who is a WooThemes paying customer and also the one who announced the vulnerability on the Gist website explained that he made every effort to try and contact WooThemes or at least, see if the patch was already in existence but was unsuccessful. </p>\n<p>While at the time of writing this article WooThemes.com is offline, I advise you to check back often to update your themes as soon as possible. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/woothemes-releases-survey-results-as-an-infographic" rel="bookmark" title="WooThemes Releases Survey Results As An Infographic">WooThemes Releases Survey Results As An Infographic</a></li>\n<li><a href="http://www.wptavern.com/woothemes-to-go-back-to-their-roots" rel="bookmark" title="WooThemes To Go Back To Their Roots">WooThemes To Go Back To Their Roots</a></li>\n<li><a href="http://www.wptavern.com/interview-with-adii-of-woothemes" rel="bookmark" title="Interview With Adii Of WooThemes">Interview With Adii Of WooThemes</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/IAkYYqKHf9Y" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Apr 2012 13:00:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 4/29";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11349";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/vn8HKxsfq-o/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1218:"<p><img class="alignnone size-full wp-image-11350" title="chess" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/chess.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/04/28/4542/"><strong>Chess</strong></a> is a vibrant, bright, high contrast theme that would suit sites dealing with games, chess, or sales.</p>\n<p><img class="alignnone size-full wp-image-11351" title="silverorchid" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/silverorchid.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://gazpo.com/2012/04/silverorchid/"><strong>silverOrchid</strong></a> offers a wide range of customization possibilities with theme options, and is extremely simple to get up and running.</p>\n<p><img class="alignnone size-full wp-image-11352" title="sunspot" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/sunspot.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/sunspot"><strong>Sunspot</strong></a> is a sharp theme with subtle grid lines and sun-splashed accents.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/vn8HKxsfq-o" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 Apr 2012 16:15:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:68:"Weblog Tools Collection: New Blog Dedicated to Theme Options Screens";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11343";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/uWJheL8ZRhI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:970:"<p><a href="http://kovshenin.com/"><NAME></a>, an <a href="http://automattic.com/">Automattic</a> Code Wrangler, has launched <a href="http://themeoptions.wordpress.com/">Theme Options Gallery</a>, a new blog dedicated to the best and worst <a href="http://wordpress.org/">WordPress</a> theme options screens.</p>\n<p>Each post features a screenshot of a theme options panel in action followed by a breakdown of what makes it either so great or so terrible. There are definitely some eye-opening observations here, especially when it comes to the themes that have so many options they might as well be their own blogging platform. If you know of a theme options panel that&#8217;s either amazing or terrifying, Konstantin has <a href="http://themeoptions.wordpress.com/submit/">a handy submission form</a> for you to share in the joy or madness.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/uWJheL8ZRhI" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 28 Apr 2012 14:00:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 4/27";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11334";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/002WhDN2ER8/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2038:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/i-recommend-this/"><strong>I Recommend This</strong></a> allows your visitors to simply recommend or like your posts instead of commenting.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-breaking-news-email/"><strong>WP Breaking News Mail</strong></a> allows you to send an email to your subscribers each time a post is published in one or more categories.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://akismet.com/"><strong>Akismet</strong></a> filters out your comment and track-back spam for you, so you can focus on more important things.</p>\n<p><a href="http://jetpack.me/"><strong>Jetpack</strong></a> supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com.</p>\n<p><a href="http://wordpress.org/extend/plugins/add-to-any/"><strong>Share Buttons by Lockerz / AddToAny</strong></a> helps people share, bookmark, and email your posts &amp; pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more.</p>\n<p><a href="http://sharexy.com/get_sharexy"><strong>Sharexy</strong></a> is a powerful social sharing, bookmarking, and blog monetization tool.</p>\n<p><a href="http://www.aakashweb.com/wordpress-plugins/shortcoder/"><strong>Shortcoder</strong></a> is a plugin which allows users to create a custom &#8220;shortcodes&#8221; and store HTML, Javascript and other snippets in it.</p>\n<p><a href="http://www.aakashweb.com/wordpress-plugins/super-rss-reader/"><strong>Super RSS</strong></a> is a jQuery based RSS reader widget, which displays the RSS feeds in the widget in an attractive way.</p>\n<p><a href="http://sudarmuthu.com/wordpress/twitter-avatar-reloaded"><strong>Twitter Avatar Reloaded</strong></a> adds a new field to the comment form to get the user’s Twitter usrename and uses it to replace the Gravatar with their Twitter avatar when the comment is displayed.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/002WhDN2ER8" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Apr 2012 15:30:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Matt: <NAME> on Stuxnet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=40554";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://ma.tt/2012/04/richard-clarke-on-stuxnet/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:278:"<p>Smithsonian Magazine has a great article on <NAME>, the former counterterrorism czar, discussing <a href="http://www.smithsonianmag.com/history-archaeology/Richard-Clarke-on-Who-Was-Behind-the-Stuxnet-Attack.html?c=y&page=1">Who Was Behind the Stuxnet Attack</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Apr 2012 15:46:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Akismet: Akismet WordPress plugin 2.5.6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://blog.akismet.com/?p=700";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://blog.akismet.com/2012/04/26/akismet-wordpress-plugin-2-5-6/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2870:"<p>Version 2.5.6 of the Akismet plugin for WordPress is now available. This is a maintenance release that includes several bugfixes and improvements to performance and robustness:</p>\n<ul>\n<li>Prevent retry scheduling problems on sites where wp_cron is misbehaving</li>\n<li>Preload mshot previews</li>\n<li>Modernize the widget code</li>\n<li>Fix a bug where comments were not held for moderation during an error condition</li>\n<li>Improve the UX and display when comments are temporarily held due to an error</li>\n<li>Make the Check For Spam button force a retry when comments are held due to an error</li>\n<li>Handle errors caused by an invalid key</li>\n<li>Don&#8217;t retry comments that are too old</li>\n<li>Improve error messages when verifying an API key</li>\n</ul>\n<p>To upgrade, visit the Plugins tab of your wp-admin dashboard and follow the instructions. This version of the Akismet plugin requires WordPress 3.0 or higher. If you haven&#8217;t already upgraded an old copy of WordPress, now is a good time: the new plugin release will provide significantly more accurate results than the legacy plugin available for WordPress 2.x.</p>\n<p>If you haven&#8217;t yet activated Akismet, you can sign up for an API key <a href="https://akismet.com/signup/">here</a>. Personal blogs and sites can choose how much to pay, starting at $0.</p>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/700/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/700/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/akismet.wordpress.com/700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/akismet.wordpress.com/700/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/akismet.wordpress.com/700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/akismet.wordpress.com/700/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/700/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/700/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/700/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=700&subd=akismet&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Apr 2012 04:47:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Matt: Automattic Growth";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=40551";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://ma.tt/2012/04/automattic-growth/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:937:"<p><NAME> writes for AllThingsD, <a href="http://allthingsd.com/20120425/automattic-grows-up-the-company-behind-wordpress-com-shares-revenue-numbers-and-hires-execs/">Automattic Grows Up: The Company Behind WordPress.com Shares Revenue Numbers and Hires Execs</a>. In addition to Stu joining as CFO and Paul as Consigliere/Automattlock, we&#8217;ve been on a hiring roll the past month or two with excellent folks joining at every level of the company, including two more Matts. If you&#8217;re passionate about Open Source and making the web a better place, like we are, <a href="http://automattic.com/work-with-us/">there&#8217;s never been a better time to join</a>. My favorite thing about logging in every morning is the people I work with. Friends say I work too much but it hardly feels like work at all. Update: <a href="http://techcrunch.com/2012/04/25/wordpress-automattic-45-million-revenu/">Now in Techcrunch too</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Apr 2012 14:40:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 4/25";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11323";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/JVuJglqRiIY/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1965:"<p><img class="alignnone size-full wp-image-11324" title="launchtime" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/launchtime.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://www.themewarrior.com/2012/04/launchtime/"><strong>LaunchTime</strong></a> is a coming-soon page theme that you can use as a placeholder while waiting until your site is launched.</p>\n<p><img class="alignnone size-full wp-image-11325" title="silensia" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/silensia.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/silesia"><strong>Silesia</strong></a> is a clean and elegant HTML5 theme.</p>\n<p><img class="alignnone size-full wp-image-11326" title="smartbiz" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/smartbiz.jpg" alt="" width="150" height="112" /></p>\n<p><a href="http://wordpress.org/extend/themes/smartbiz"><strong>SmartBiz</strong></a> is designed for corporate business websites and blogs.</p>\n<p><img class="alignnone size-full wp-image-11327" title="voyage" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/voyage.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/04/24/voyage-theme/"><strong>Voyage</strong></a> is a peaceful, nautical theme that would suit personal blogs, sites about boating or sailing, or any other nautical related subject matter.</p>\n<p><img class="alignnone size-full wp-image-11328" title="zenonlite" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/zenonlite.jpg" alt="" width="150" height="112" /></p>\n<p><a href="http://wordpress.org/extend/themes/zenon-lite"><strong>Zenon Lite</strong></a> is an all in one wordpress theme with 3 awesome fonts, slider, background image, and an easy to use theme options panel.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/JVuJglqRiIY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Apr 2012 14:00:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Donncha: Wikipedia Irish Style";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ocaoimh.ie/?p=89497419";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://ocaoimh.ie/2012/04/24/wikipedia-irish-style/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1135:"<p><img src="http://ocaoimh.ie/ocaoimh/2012/04/wordpress.png" alt="" title="WordPress" width="459" height="425" class="aligncenter size-full wp-image-89497420" /></p>\n<p><a href="http://mickopedia.org/mickify.py?topic=wordpress">WordPress</a> on <a href="http://mickopedia.org/">Mickopedia</a> via <a href="http://www.reddit.com/r/ireland/comments/sprgv/wikipedia_with_that_irish_flare/">r/Ireland</a>.</p>\n <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497419" width="1" height="1" />\n<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2003/09/01/irish-language-wikipedia/" rel="bookmark" title="Permanent Link: Irish language &#8211; Wikipedia">Irish language &#8211; Wikipedia</a></li><li> <a href="http://ocaoimh.ie/2008/07/04/back-to-the-eighties/" rel="bookmark" title="Permanent Link: Back to the Eighties">Back to the Eighties</a></li><li> <a href="http://ocaoimh.ie/2004/08/25/vicipid-wikipedia-as-gaeilge/" rel="bookmark" title="Permanent Link: Vicipéid &#8211; Wikipedia as Gaeilge!">Vicipéid &#8211; Wikipedia as Gaeilge!</a></li></ul></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Apr 2012 17:21:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"WPTavern: ManageWP To Soon Be Available As An iOS App";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6536";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"http://feedproxy.google.com/~r/WordpressTavern/~3/QRh34zlhM5Q/managewp-to-soon-be-available-as-an-ios-app";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4366:"<p><a href="http://managewp.com">ManageWP</a>, the service that makes it a breeze to manage multiple websites from one location has announced that they are currently developing an iOS application specifically for ManageWP. This move takes the ease of managing multiple websites to the next level. While the app is not yet available, there are a couple of screenshots of what the final product might look like.</p>\n<p>The first screenshot shows a concept of what the dashboard might look like. I have not tested the app itself but it will be interesting to see if they manage to pack all of their sites functionality into the iPhone app while still maintaining ease of use. </p>\n<div id="attachment_6537" class="wp-caption aligncenter"><a href="http://www.wptavern.com/wp-content/uploads/2012/04/mwp_ios_dashboard.jpg" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/04/mwp_ios_dashboard.jpg" alt="" title="mwp_ios_dashboard" width="202" height="302" class="size-full wp-image-6537" /></a><p class="wp-caption-text">ManageWP Dashboard Concept Image</p></div>\n<p>What may be the most exciting part of this news is that the app will also be available to use on the iPad. With more screen real estate and the retina display on the newest version of the iPad, this combination should make for a great experience.<br />\n<a href="http://www.wptavern.com/wp-content/uploads/2012/04/mwp_ios_ipad.jpg" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/04/mwp_ios_ipad-383x500.jpg" alt="ManageWP iPad Concept" title="mwp_ios_ipad" width="383" height="500" class="aligncenter size-large wp-image-6538" /></a></p>\n<p>Pricing has yet to be determined and in some aspects, this could get tricky. While the app is no use to non ManageWP customers, will the company end up charging for the app for existing customers? Considering there are <a href="http://managewp.com/plans-and-pricing">three different</a> service plans, I could see them offering the app for free to those who are middle and top tier plan customers. I know that the folks from ManageWP monitor this website so if you have feedback on how they should go about this, please offer your feedback within the comments. </p>\n<p>While there are alternatives to ManageWP, they are certainly experiencing healthy growth. Earlier this year, they hit the <a href="http://www.reuters.com/article/2012/03/08/idUS181166+08-Mar-2012+PRN20120308">100,000 managed websites</a> milestone. They have also obtained <a href="http://managewp.com/managewp-surpasses-2000-paying-customers">2,000 paying customers</a>. Speaking of paying customers, I encourage you to <a href="http://www.wptavern.com/vaultpress-not-an-option-for-non-profit-multisite-installations#comments">read through the comments</a> of a post I published about a week ago where a number of folks chimed in that while ManageWP is awesome, their prices are a bit too high to digest. Based on feedback I have observed, there are two camps. One that says ManageWP is worth every penny that they currently charge and one that says the prices are just too high. </p>\n<p>If you believe their prices are too high, consider the following. They currently have a staff of 20 or so people with plans to add more. They are an international bunch and the company is growing rapidly. There is the infrastructure, hardware, etc that they have to pay for. In my opinion, they shouldn&#8217;t <a href="http://www.sanebox.com/blog/death-freemium/">price themselves out of business</a>. They should simply charge what they feel is right for the service. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wordpress-app-the-best-thing-on-peter-brights-iphone" rel="bookmark" title="WordPress App &#8211; The Best Thing On Peter Brights iPhone">WordPress App &#8211; The Best Thing On Peter Brights iPhone</a></li>\n<li><a href="http://www.wptavern.com/turning-your-wordpress-powered-site-into-an-iphone-app" rel="bookmark" title="Turning Your WordPress Powered Site Into An iPhone App">Turning Your WordPress Powered Site Into An iPhone App</a></li>\n<li><a href="http://www.wptavern.com/wordpress-iphone-app-2-7-released" rel="bookmark" title="WordPress iPhone App 2.7 Released">WordPress iPhone App 2.7 Released</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/QRh34zlhM5Q" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Apr 2012 13:00:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"<NAME>: https://gist.github.com/2470555";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=62597";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://dougal.gunters.org/blog/2012/04/24/httpsgist-github-com2470555/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:501:"<p><i>Tip: add_settings_field() has an $args parameter, so you can create reusable controls, like this: https://t.co/NZeYC16T #wordpress</i></p>\n<p><a href="https://gist.github.com/2470555">https://gist.github.com/2470555</a></p>\n<p>Original Article: <a href="http://dougal.gunters.org/blog/2012/04/24/httpsgist-github-com2470555/">https://gist.github.com/2470555</a>\n<a href="http://dougal.gunters.org">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Apr 2012 04:44:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Dougal Campbell: WordPress Logo QR Code";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=62573";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://dougal.gunters.org/blog/2012/04/23/wordpress-logo-qr-code/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:883:"<p><a href="http://dougal.gunters.org/blog/2012/04/23/wordpress-logo-qr-code/wp_logo_qrcode_b0bf4ba42ecfac2b/" rel="attachment wp-att-62574"><img class="size-full wp-image-62574 " title="WordPress QR Code" src="http://maxcdn.gunters.org/wordpress/wp-content/uploads/2012/04/WP_Logo_QRcode_b0bf4ba42ecfac2b.png?c96626" alt="WordPress QR Code" width="392" height="392" /></a></p>\n<p>This is a valid (no errors) QR code which points to the wordpress.org website.</p>\n<p>Feel free to use this WordPress QR code for whatever. Generate your own custom QR art with the <a href="http://research.swtch.com/qr/draw">QArt Coder</a>.</p>\n<p>Original Article: <a href="http://dougal.gunters.org/blog/2012/04/23/wordpress-logo-qr-code/">WordPress Logo QR Code</a>\n<a href="http://dougal.gunters.org">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2012 14:45:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 4/23";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11318";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/xWPegcbx-Wo/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1090:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/donate-ribbon/"><strong>Donate Ribbon</strong></a> places a black &#8220;Donate&#8221; ribbon in the upper right corner of your blog with the option to set the link and link title.</p>\n<p><a href="http://halfelf.org/plugins/rickroll/"><strong>Rickroll</strong></a> changes all of your embedded YouTube videos to <NAME>&#8217;s &#8220;Never Gonna Give You Up.&#8221;</p>\n<h3>Updated plugins</h3>\n<p><a href="http://ocaoimh.ie/exploit-scanner/"><strong>Exploit Scanner</strong></a> searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.</p>\n<p><a href="http://wordpress.org/extend/plugins/html5-mp3-player-with-playlist/"><strong>HTML5 MP3 Player with Playlist</strong></a> allows you to easily use the HTML5 audio element to enable audio playback in most browsers, with playlists.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/xWPegcbx-Wo" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2012 14:00:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 4/21";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11311";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/0BKhe16Ef5Y/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1143:"<p><img class="alignnone size-full wp-image-11312" title="express" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/express.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/04/20/express-theme/"><strong>Express</strong></a> is a basic, simple theme that would be suitable for any blog or website.</p>\n<p><img class="alignnone size-full wp-image-11313" title="nextsaturday" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/nextsaturday.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/next-saturday"><strong>Next Saturday</strong></a> is a bold and playful theme which adds a touch of childlike innocence to your blog.</p>\n<p><img class="alignnone size-full wp-image-11314" title="typhoon" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/typhoon.jpg" alt="" width="150" height="81" /></p>\n<p><a href="http://gramish.net/typhoon-free-wordpress-theme"><strong>Typhoon</strong></a> is a simple blue theme.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/0BKhe16Ef5Y" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 21 Apr 2012 14:00:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"Weblog Tools Collection: WordPress 3.3.2 and 3.4 Beta 3 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11306";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/xZ2vhK8SaB8/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1251:"<p><a href="http://wordpress.org/">WordPress</a> 3.3.2 and 3.4 Beta 3 <a href="http://wordpress.org/news/2012/04/wordpress-3-3-2/">have been released</a>. This important security update plugs exploits in Plupload, SWFUpload, and SWFObject (three external libraries used by WordPress), as well as <a href="http://core.trac.wordpress.org/log/branches/3.3?rev=20552&stop_rev=20087">a few additional fixes</a>.</p>\n<p>WordPress 3.4 Beta 3 is still not ready for prime time, but provides <a href="http://core.trac.wordpress.org/log/trunk?rev=20552&stop_rev=20450">almost 90 fixes</a> since <a href="http://weblogtoolscollection.com/archives/2012/04/12/wordpress-3-4-beta-2-released/">the second beta release</a>. Please do take a few swings at it on a test installation, especially if you are a plugin or theme developer. If you find any bugs, <a href="http://codex.wordpress.org/Reporting_Bugs">please report them</a>, and contact <a href="http://wordpress.org/support/forum/alphabeta">the support forums</a> if you need any help.</p>\n<p>If you&#8217;re currently running on the WordPress 3.3 branch, please update to 3.3.2 as soon as you can!</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/xZ2vhK8SaB8" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Apr 2012 18:19:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"Matt: Open Source Science";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=40546";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://ma.tt/2012/04/open-source-science/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:222:"<p><a href="http://arstechnica.com/science/news/2012/02/science-code-should-be-open-source-according-to-editorial.ars">Nature Editorial: If you want reproducible science, the software needs to be open source</a>. Amen.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Apr 2012 16:24:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"Dev Blog: WordPress 3.3.2 (and WordPress 3.4 Beta 3)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2262";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2012/04/wordpress-3-3-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3336:"<p><a href="http://wordpress.org/download/">WordPress 3.3.2</a> is available now and is a security update for all previous versions.</p>\n<p>Three external libraries included in WordPress received security updates:</p>\n<ul>\n<li>Plupload (version 1.5.4), which WordPress uses for uploading media.</li>\n<li>SWFUpload, which WordPress previously used for uploading media, and may still be in use by plugins.</li>\n<li>SWFObject, which WordPress previously used to embed Flash content, and may still be in use by plugins and themes.</li>\n</ul>\n<p>Thanks to <a href="https://nealpoole.com/blog/"><NAME></a> and <a href="http://greywhind.wordpress.com/"><NAME></a> for <a href="http://codex.wordpress.org/FAQ_Security">responsibly disclosing</a> the bugs in Plupload and SWFUpload, and <a href="http://mars.iti.pk.edu.pl/~grucha/"><NAME></a> for a separate bug in SWFUpload.</p>\n<p>WordPress 3.3.2 also addresses:</p>\n<ul>\n<li>Limited privilege escalation where a site administrator could deactivate network-wide plugins when running a WordPress network under particular circumstances, disclosed by <a href="http://joncave.co.uk/"><NAME>ave</a> of our WordPress core security team, and <a href="http://sixohthree.com/"><NAME></a>.</li>\n<li>Cross-site scripting vulnerability when making URLs clickable, by <NAME>.</li>\n<li>Cross-site scripting vulnerabilities in redirects after posting comments in older browsers, and when filtering URLs. Thanks to <a href="http://www.sneaked.net/"><NAME></a> for responsibly disclosing these issues to the security team.</li>\n</ul>\n<p>These issues were fixed by the WordPress core security team. Five other bugs were also fixed in version 3.3.2. Consult the <a href="http://core.trac.wordpress.org/log/branches/3.3?rev=20552&stop_rev=20087">change log</a> for more details.</p>\n<p><a href="http://wordpress.org/download/">Download WordPress 3.3.2</a> or update now from the Dashboard → Updates menu in your site&#8217;s admin area.</p>\n<hr />\n<h3>WordPress 3.4 Beta 3 also available</h3>\n<p>Our development of WordPress 3.4 development continues. Today we are proud to release Beta 3 for testing. <a href="http://core.trac.wordpress.org/log/trunk?rev=20552&stop_rev=20450">Nearly 90 changes</a> have been made since Beta 2, released 9 days ago. (We are aiming for a beta every week.)</p>\n<p>This is still beta software, so <strong>we don&#8217;t recommend that you use it on production sites</strong>. But if you&#8217;re a plugin developer, a theme developer, or a site administrator, <strong>you should be running this on your test environments</strong> and <a href="http://codex.wordpress.org/Reporting_Bugs">reporting any bugs</a> you find. (See the <a href="http://core.trac.wordpress.org/report/5">known issues here</a>.) If you&#8217;re a WordPress user who wants to open your presents early, take advantage of WordPress&#8217;s famous 5-minute install and spin up a secondary test site. <a href="http://wordpress.org/support/forum/alphabeta">Let us know what you think</a>!</p>\n<p>Version 3.4 Beta 3 includes all of the fixes included in version 3.3.2. <a href="http://wordpress.org/wordpress-3.4-beta3.zip">Download WordPress 3.4 Beta 3</a> or use the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Apr 2012 15:10:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"Weblog Tools Collection: Free WordPress Security Webinar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11302";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/3LWYJbx4nOA/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:689:"<p><a href="http://ithemes.com/">iThemes</a> will be sponsoring <a href="http://ithemes.com/2012/04/11/get-wordpress-security-tips-from-the-sucuri-pros-free-webinar/">a free webinar on WordPress security</a> on April 25 at 1 PM CDT. The webinar will be given by <a href="http://dre.im/"><NAME></a> of <a href="http://sucuri.net/">Sucuri</a> and will cover cleaning up your <a href="http://wordpress.org/">WordPress</a> site and keeping it secure.</p>\n<p>If you can&#8217;t make it, don&#8217;t worry. iThemes will be providing a recording later for viewing at your leisure.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/3LWYJbx4nOA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Apr 2012 15:00:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 4/19";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11298";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/w2L6WKj-lII/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1730:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/html5-mp3-player-with-playlist/"><strong>HTML5 MP3 Player with Playlist</strong></a> allows you to easily use the HTML5 audio element to enable audio playback in most browsers, with playlists.</p>\n<p><a href="http://wordpress.org/extend/plugins/stop-cispa-ribbon/"><strong>Stop CISPA Ribbon</strong></a> places a black ribbon with the words &#8220;Stop CISPA&#8221; in the top right corner of your website, linking to the <a href="http://www.avaaz.org/en/stop_cispa/">Stop CISPA</a> website.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/backwpup/"><strong>BackWPup</strong></a> allows you to backup your WordPress database, files, and more.</p>\n<p><a href="http://www.foxy-press.com/"><strong>FoxyPress</strong></a> is a custom plugin made to integrate FoxyCart e-commerce functionality into your WordPress website.</p>\n<p><a href="http://wordpress.org/extend/plugins/add-to-any/"><strong>Share Buttons by Lockerz / AddToAny</strong></a> helps people share, bookmark, and email your posts &amp; pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more.</p>\n<p><a href="http://sharexy.com/get_sharexy"><strong>Sharexy</strong></a> is a powerful social sharing, bookmarking, and blog monetization tool.</p>\n<p><a href="http://wordpress.org/extend/plugins/store-locator/"><strong>Store Locator</strong></a> allows you to efficiently display and manage your important stores, locations, or other points of interest on your website in a manner that&#8217;s easily searchable by visitors.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/w2L6WKj-lII" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Apr 2012 14:00:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"<NAME>: Mailman Newsletter Widget | Half-Elf on Tech";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=62559";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"http://dougal.gunters.org/blog/2012/04/19/mailman-newsletter-widget-half-elf-on-tech/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:592:"<p><i>How to add a mailman email list subscription form as a WordPress widget. We should do this on the site we set up for our daughter&#8217;s high school swim team.</i></p>\n<p><a href="http://halfelf.org/hacks/mailman-newsletter-widget/">Mailman Newsletter Widget | Half-Elf on Tech</a></p>\n<p>Original Article: <a href="http://dougal.gunters.org/blog/2012/04/19/mailman-newsletter-widget-half-elf-on-tech/">Mailman Newsletter Widget | Half-Elf on Tech</a>\n<a href="http://dougal.gunters.org">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Apr 2012 13:15:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WPTavern: Free Webinar On Locking Down WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6528";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"http://feedproxy.google.com/~r/WordpressTavern/~3/5PueafBKUnY/free-webinar-on-locking-down-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:959:"<p>As part of their Make Waves series, iThemes will be <a href="http://ithemes.com/2012/04/11/get-wordpress-security-tips-from-the-sucuri-pros-free-webinar/">conducting a free webinar</a> with <NAME> of Sucuri.net to discuss how to lock down a WordPress installation. In this webinar, viewers will learn how to reduce their risk of being attacked by hackers and malware threats. The webinar takes placed on Wednesday, April 25th at 1 P.M. CDT. I&#8217;ve linked to Sucuri a number of times during the year because these guys know what they&#8217;re talking about when it comes to website security.</p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wordpress-not-the-direct-cause-of-mass-site-attacks" rel="bookmark" title="WordPress Not The Direct Cause Of Mass Site Attacks">WordPress Not The Direct Cause Of Mass Site Attacks</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/5PueafBKUnY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Apr 2012 18:30:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"Weblog Tools Collection: WordPress Stats Overload Now in Graphic Form";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11293";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/zlcE9kcotxw/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1179:"<p>We already know that <a href="http://wordpress.org/">WordPress</a> powers about <a href="http://weblogtoolscollection.com/archives/2011/07/11/wordpress-powers-50-million-websites/">19% of the web</a> and <a href="http://weblogtoolscollection.com/archives/2012/04/14/wordpress-powers-48-of-the-top-100-blogs/">48 of the top 100 blogs</a>, and now <a href="http://yoast.com/"><NAME></a> has taken that a step further with <a href="http://yoast.com/wordpress-stats/">this amazing infographic</a>.</p>\n<p>Some cool stats worth mentioning: WordPress powers 72.4 million websites as of March 2012 with half of those being on <a href="http://wordpress.com/">WordPress.com</a>, an estimated 20 &#8211; 25% of new websites published in 2011 were built using WordPress, WordPress powers 22 of every 100 new domains created in the US, and WordPress corners 53.8% of the market when compared to other content management systems.</p>\n<p>The infographic is definitely worth a quick look through, and perhaps even framing and hanging on a prominent wall in your main room.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/zlcE9kcotxw" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Apr 2012 14:00:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"WPTavern: The Biggest Challenge For WordPress?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6524";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"http://feedproxy.google.com/~r/WordpressTavern/~3/qTYTSgAjtko/the-biggest-challenge-for-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:766:"<blockquote><p>WordPress’ biggest challenge over the next two years, and where we’re focusing core development, will be around evolving our dashboard to be faster and more accessible, especially on touch devices. Many of our founding assumptions about how, where, and why people publish are shifting, but the flexibility of WordPress as a platform and the tens of thousands of plugins and themes available are hard to match. We might not always be the platform people start with, but we want to be what the best graduate to.</p></blockquote>\n<p> Via <a href="http://ma.tt/2012/04/wordpress-and-the-top-100/">WordPress And The Top 100</a></p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/qTYTSgAjtko" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Apr 2012 17:00:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 4/17";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11287";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/tCd3LVJ1tHE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1286:"<p><img class="alignnone size-full wp-image-11288" title="fanwood" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/fanwood.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://devpress.com/themes/fanwood/"><strong>Fanwood</strong></a> is an all-purpose, responsive (mobile friendly) theme with 12 optional layouts, per post layouts, multiple drop down menus, 18 widget areas, and more.</p>\n<p><img class="alignnone size-full wp-image-11289" title="museumcore" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/museumcore.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/museum-core"><strong>Museum Core</strong></a> is a simple theme/framework with support for post formats, thumbnails, background, header, menus, and more.</p>\n<p><img class="alignnone size-full wp-image-11290" title="tartan" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/tartan.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/04/16/tartan-theme/"><strong>Tartan</strong></a> is a very attractive, professional website or blog theme with a hint of a vintage look.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/tCd3LVJ1tHE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Apr 2012 14:15:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"WPTavern: WordPress Stats Infographic Making The Rounds";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6520";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"http://feedproxy.google.com/~r/WordpressTavern/~3/OxeHoMmrifU/wordpress-stats-infographic-making-the-rounds";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1964:"<p><a href="http://www.wptavern.com/wp-content/uploads/2012/04/freelancerstats.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/04/freelancerstats.png" alt="" title="freelancerstats" width="164" height="108" class="alignright size-full wp-image-6521" /></a>A few weeks ago, I <a href="http://www.wptavern.com/all-the-stats-you-need-to-know-regarding-wordpress">posted a link to an article</a> Lorelle put together showcasing the various stats surrounding WordPress and its community. <NAME> has taken those stats as well as some others that his team discovered and <a href="http://yoast.com/wordpress-stats/">generated an infographic</a> that visually represents the data. One of the stats that I find impressive is the fact that Freelancer.com reported that 100,000 WordPress developers across the world are listed on the service with reports of over 3.6 million dollars of WordPress projects completed. </p>\n<p>What&#8217;s even more impressive is that WordPress has yet to reach a saturation point. There are still plenty of people out there that some day could potentially become WordPress users. So while the numbers we see today are huge, I imagine they&#8217;ll be even bigger in the next 2-3 years. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/all-the-stats-you-need-to-know-regarding-wordpress" rel="bookmark" title="All The Stats You Need To Know Regarding WordPress">All The Stats You Need To Know Regarding WordPress</a></li>\n<li><a href="http://www.wptavern.com/handful-of-codex-stats" rel="bookmark" title="Handful Of Codex Stats">Handful Of Codex Stats</a></li>\n<li><a href="http://www.wptavern.com/woothemes-releases-survey-results-as-an-infographic" rel="bookmark" title="WooThemes Releases Survey Results As An Infographic">WooThemes Releases Survey Results As An Infographic</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/OxeHoMmrifU" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Apr 2012 13:00:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"Lorelle on WP: WordPress Stats Infographic of WordPress World";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://lorelle.wordpress.com/?p=5950";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://lorelle.wordpress.com/2012/04/16/wordpress-stats-infographic-of-wordpress-world/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:493:"Using some of the stats from my recent article on WordPress Stats, Yoast did some more research and created a new WordPress Stats Infographic to feature the statistical information on WordPress visually. What is most interesting about the new research his team found, building upon my own research, are the following: 48% of the top [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=5950&subd=lorelle&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Apr 2012 18:16:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"WPTavern: What Dev4Press Thinks WordPress Needs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6514";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"http://feedproxy.google.com/~r/WordpressTavern/~3/9cn4oJLzOo4/what-devpress-thinks-wordpress-needs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2144:"<p>Everyone has an opinion as to what WordPress needs and <a href="http://www.dev4press.com/2012/blog/general/and-what-wordpress-actually-needs/">Dev4Press recently shared</a> theirs on what they believe WordPress needs with regards to features. Any time I read a post like this, it&#8217;s as if I can hear the core team in my head yelling out &#8220;<strong>patches welcome</strong>&#8220;. But you know, just because you dedicate time to produce a patch that includes the functionality you would like to see in core that works flawlessly with WordPress does not guarantee that the functionality will end up within the core of WordPress. So in that sense, you&#8217;re damned if you do and damned if you don&#8217;t. Of course, there is always the plugin route. </p>\n<p>I agree with Dev4Press when they mention that the built-in search functionality in WordPress sucks and needs a major overhaul. It&#8217;s something that many users have requested for over two years. Unfortunately, due to complexity or lack of resources, we have yet to see any overhaul on this part of WordPress. There are plugins that enhance this ability but nothing within the core that makes it better. The other issue I wanted to address with the post on Dev4Press concerns their request that Akismet be removed from the default WordPress package as they think it&#8217;s a commercial plugin and thus, unfair to commercial plugin authors. In my opinion, as long as Akismet has the free option, it&#8217;s not a commercial plugin. However, I&#8217;d still like to see it and all other plugins removed from the default installation package just to tidy things up. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/my-bid-for-advanced-exporter-into-core" rel="bookmark" title="My Bid For Advanced Exporter Into Core">My Bid For Advanced Exporter Into Core</a></li>\n<li><a href="http://www.wptavern.com/im-pretty-happy-with-my-wordpress" rel="bookmark" title="I&#8217;m Pretty Happy With MY WordPress">I&#8217;m Pretty Happy With MY WordPress</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/9cn4oJLzOo4" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Apr 2012 13:00:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 4/15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11284";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/H7cP4jNjNwQ/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1565:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/botblocker/"><strong>BotBlocker</strong></a> impedes comment spam bots without hindering users.</p>\n<p><a href="http://wpgrafie.de/wp-plugins/spotify-embed/en/"><strong>Spotify Embed</strong></a> allows you to easily embed Spotify playlists, albums and tracks into your posts.</p>\n<p><a href="http://www.woothemes.com/woodojo/"><strong>WooDojo</strong></a> allows you to enhance your WordPress website with the WooThemes features that you need.</p>\n<p><a href="http://wordpress.org/extend/plugins/zuppler-online-ordering/"><strong>Zuppler Online Ordering</strong></a> enables customers to order food online directly from you restaurant&#8217;s website.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.fastsecurecontactform.com/"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<p><a href="http://wordpress.org/extend/plugins/latest-news-ticker/"><strong>Latest News Ticker</strong></a> lets you have a news ticker across your entire website.</p>\n<p><a href="http://sudarmuthu.com/wordpress/posts-by-tag"><strong>Posts By Tag</strong></a> provides sidebar widgets which can be used to display posts from a specific set of tags in the sidebar.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/H7cP4jNjNwQ" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 15 Apr 2012 14:00:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"Weblog Tools Collection: WordPress Powers 48 of the top 100 Blogs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11281";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/4mqsiEBQBjw/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1341:"<p><a href="http://royal.pingdom.com/2012/04/11/wordpress-completely-dominates-top-100-blogs/">According to a study</a> by <a href="http://www.pingdom.com/">Pingdom</a>, <a href="http://wordpress.org/">WordPress</a> is now responsible for powering 48 of the top 100 blogs!</p>\n<p>We already know that WordPress <a href="http://weblogtoolscollection.com/archives/2011/07/11/wordpress-powers-50-million-websites/">powers about 19% of the web</a>, but now we know just how well it fares as a blogging platform in general. Pretty well, that is! Out of the top 100 blogs surveyed, WordPress is just 1 of 12 platforms used, and it&#8217;s powering 48 of the them! As a comparison, the next highest result were the 12 blogs running on a custom platform, followed by 8 who declined to comment, and finally 7 running <a href="http://www.movabletype.org/">Movable Type</a>.</p>\n<p>Yes, you read that right. Of the mainstream blogging platforms used by the top 100, WordPress comes in first with 48, followed by Movable Type with 7. That&#8217;s quite a substantial lead!</p>\n<p><a href="http://ma.tt/"><NAME></a> expects an even higher adoption rate for WordPress next year, and with these numbers, it&#8217;s hard to dispute that.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/4mqsiEBQBjw" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 14 Apr 2012 14:00:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Matt: Password Coalition";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=40540";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://ma.tt/2012/04/password-coalition/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1805:"<p><img src="http://s.ma.tt/files/2012/04/appicon_128.png" alt="" title="appicon_128" width="128" height="128" class="alignright size-full wp-image-40541" /> Users use the same passwords for multiple services. It&#8217;s a fact of life, it&#8217;s just so easy to that most people end up having 2-3 passwords they use everywhere, including one &#8220;hard&#8221; one for financial sites, etc. The downside is your password is only strong as the weakest link of where you&#8217;ve used it &#8212; when something <a href="http://gadgetwise.blogs.nytimes.com/2010/12/13/gawker-passwords-hacked-what-you-should-do/">like the Gawker hack happens</a> there is a huge wave of compromised accounts that follow.</p>\n<p>You can ask users not to use the same password, you can even encourage things like <a href="https://agilebits.com/onepassword">1password</a> (too expensive for many people I recommend it to), but what if there was a way to enforce that people registering for your site hadn&#8217;t used the same password elsewhere?</p>\n<p>It actually wouldn&#8217;t be too hard, if you&#8217;re registering with <EMAIL> and the password &#8220;abc&#8221; when you register and the site hasn&#8217;t encrypted and stored the password yet it could try to log into your Gmail account with those details, and if it works force you to choose a different password. There&#8217;s no reason this has to be limited to email logins, you could put it against the <a href="http://developer.wordpress.com/">APIs of WordPress.com</a>, Twitter, Facebook, LinkedIn, any number of other services that expose simple authentication APIs and see where it works. Any successful logins, tell the user they need to pick something else.</p>\n<p>Of course all that work and they&#8217;ll probably just put a 1 at the end of it.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Apr 2012 14:07:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 4/13";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11274";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/SWvUq7WoOGo/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1085:"<p><img class="alignnone size-full wp-image-11275" title="birdtips" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/birdtips.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/birdtips"><strong>BirdTIPS</strong></a> is a flexible three-column blog theme.</p>\n<p><img class="alignnone size-full wp-image-11276" title="lyric" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/lyric.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/04/12/lyric-theme/"><strong>Lyric</strong></a> is a simple, soft, professional, yet lightly colorful theme.</p>\n<p><img class="alignnone size-full wp-image-11277" title="target" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/target.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/target"><strong>Target</strong></a> is a very neat and clean black and white business theme.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/SWvUq7WoOGo" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Apr 2012 14:00:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:78:"WPTavern: VaultPress – Not An Option For Non-Profit MultiSite Installations?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6511";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:125:"http://feedproxy.google.com/~r/WordpressTavern/~3/31ZuSiB32wI/vaultpress-not-an-option-for-non-profit-multisite-installations";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2690:"<p><a href="http://vaultpress.com">VaultPress</a> is a cool security service by Automattic, but if you take a look at the pricing and plans, some may think that this is the luxury line of data safekeeping. However, tons of people that have had to utilize the restoration feature of VaultPress say it&#8217;s worth every penny. Boles University.com has a non-profit WordPress multi-site installation with about 14 sub-domains under its belt. VaultPress supports multi-site but if the subscription is for the main site, only the main sites files and data will be backed up, sub-sites will be ignored. In order to backup everything, each site within the multi-site installation needs their own individual subscription. As you can imagine, it wouldn&#8217;t take long for that to be expensive. As <NAME> <a href="http://blog.bolesuniversity.com/2012/04/05/the-definitive-answer-on-vaultpress-and-wordpress-multisite-pricing/">points out in his article</a>, it would be nice to see VaultPress come up with some sort of plan that allows non-profits the ability to backup their main site along with their satellite sites for a much more affordable price. I&#8217;m not sure how VaultPress would be able to verify whether a multi-site installation is non-profit or not without paperwork validation but it certainly seems like this is a missed oppurtunity market segment for VaultPress. </p>\n<p>This is the world of WordPress which means there are alternatives when it comes to safekeeping your data. A relatively new service called <a href="http://getbackuppress.com/">BackupPress</a> performs many of the same functions as VaultPress but at a much more affordable price. In fact, taking a look at <a href="http://getbackuppress.com/features/competition/">their comparison page</a>, they support WordPress multi-site at just 25$ per year. At the time of publishing this article, I couldn&#8217;t locate any specific text that states restrictions similar to VaultPress in that each sub-domain within a multi-site network would need it&#8217;s own subscription. Hopefully, a representative from the service will stop by the comments section and fill us in on the details. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/vaultpress-now-supports-wordpress-multisite" rel="bookmark" title="VaultPress Now Supports WordPress Multisite">VaultPress Now Supports WordPress Multisite</a></li>\n<li><a href="http://www.wptavern.com/vaultpress-issues-first-set-of-invites" rel="bookmark" title="VaultPress Issues First Set Of Invites">VaultPress Issues First Set Of Invites</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/31ZuSiB32wI" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Apr 2012 13:00:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"<NAME>: Theme-ready Custom Post Types in WordPress – Jumping Duck Media";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=62515";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"http://dougal.gunters.org/blog/2012/04/12/theme-ready-custom-post-types-in-wordpress-jumping-duck-media/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:773:"<p><i>Good advice on decoupling WordPress Custom Post Type implementation from your themes. How to notify a user that some functionality of the theme might depend on a plugin that defines the CPTs. How to override theme template selection from a plugin.</i></p>\n<p><a href="http://jumping-duck.com/tutorial/theme-ready-custom-post-types-in-wordpress/">Theme-ready Custom Post Types in WordPress &#8211; Jumping Duck Media</a></p>\n<p>Original Article: <a href="http://dougal.gunters.org/blog/2012/04/12/theme-ready-custom-post-types-in-wordpress-jumping-duck-media/">Theme-ready Custom Post Types in WordPress &#8211; Jumping Duck Media</a>\n<a href="http://dougal.gunters.org"><NAME>&#039;s geek ramblings - WordPress, web development, and world domination.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Apr 2012 17:30:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"Weblog Tools Collection: WordPress 3.4 Beta 2 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11271";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Dl7jWegLC8w/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:838:"<p><a href="http://wordpress.org/">WordPress</a> 3.4 Beta 2 <a href="http://wordpress.org/news/2012/04/wordpress-3-4-beta-2/">has been released</a>. Since <a href="http://weblogtoolscollection.com/archives/2012/04/05/wordpress-3-4-beta-1-released/">the first beta</a>, there have been over 60 bug fixes and adjustments based on testing a feedback.</p>\n<p>As before, this is not yet meant for live sites, but please do take a few swings at it on a test installation, especially if you are a plugin or theme developer. If you find any bugs, <a href="http://codex.wordpress.org/Reporting_Bugs">please report them</a>, and contact <a href="http://wordpress.org/support/forum/alphabeta">the support forums</a> if you need any help.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Dl7jWegLC8w" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Apr 2012 14:00:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Matt: PHP is crazy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=40536";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:34:"http://ma.tt/2012/04/php-is-crazy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:998:"<p>I loved <a href="http://news.ycombinator.com/item?id=3822121">this comment on Hacker News</a>, especially the last paragraph which I&#8217;ll quote here:</p>\n<div class="blockquote"><blockquote><p>The question implicit in your comment is: Could we design a system that offers the ease of accessibility of the first few steps of a PHP programmer&#8217;s career but, as one climbs the learning curve, eventually blossoms into Python or Ruby or even Lisp? I wish I knew. My best guess as of this morning is that a <em>demigod</em> could design such a system, but it&#8217;s very difficult for mortal humans to do so, because once you know how to program it&#8217;s hard to avoid overdesigning, putting in things that will eventually be useful in year two but are discouraging in year zero. We make terrible pedagogical mistakes, like turning everything into an object. (Does your ORM seem intuitive to you? <em>That</em> is why PHP is beating your system in the marketplace.)</p></blockquote></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Apr 2012 13:51:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Dev Blog: WordPress 3.4 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2257";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/04/wordpress-3-4-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:766:"<p>Howdy, folks! Another week, another beta. Since we released Beta 1 last week, we&#8217;ve committed more than 60 bug fixes and feature adjustments based on testing and feedback. If you&#8217;ve been testing Beta 1, please update to Beta 2 to make sure things are still working for you. If you are a theme or plugin author and have not yet started testing your code against the 3.4 beta, now&#8217;s the perfect time to start. And as always, if you find any bugs, let us know! Full details on testing and bug reporting can be found in <a href="http://wordpress.org/news/2012/04/wordpress-3-4-beta-1/" title="WordPress 3.4 Beta 1">last week&#8217;s Beta 1 post</a>.</p>\n<p><a href="http://wordpress.org/wordpress-3.4-beta2.zip">Download WordPress 3.4 Beta 2</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Apr 2012 03:52:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"<NAME>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Matt: WordPress and the Top 100";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=40534";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://ma.tt/2012/04/wordpress-and-the-top-100/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1850:"<p>Pingdom writes <a href="http://royal.pingdom.com/2012/04/11/wordpress-completely-dominates-top-100-blogs/">WordPress completely dominates top 100 blogs</a>. I&#8217;m quoted in the article saying that the 49% marketshare we have among top blogs will continue to grow, and I&#8217;d like to expand on that a bit because it&#8217;s a strong statement.</p>\n<p>Typepad and Blogsmith, the two platforms that dropped the most over the past 3 years, are going to disappear either through blogs still using them losing relevance, or their active blogs switching away. Movable Type will likely follow suit, unless its now Japanese-led development makes a pretty drastic change in its product direction. (Consultants focused on Movable Type and Typepad have already started shifting focus to switching their clients to modern platforms to avoid losing the relationship.)</p>\n<p>The other big shift will come from the ~22% on custom platforms &#8212; this is going to become as niche as writing your own web server instead of using Apache or Nginx. Some organizations like Huffington Post might continue to make the necessary investments of over 40 engineers to maintain a platform at scale, the rest will find better return investing those resources in editorial. Great stories find an audience regardless of their platform.</p>\n<p>WordPress&#8217; biggest challenge over the next two years, and where we&#8217;re focusing core development, will be around evolving our dashboard to be faster and more accessible, especially on touch devices. Many of our founding assumptions about how, where, and why people publish are shifting, but the flexibility of WordPress as a platform and the tens of thousands of plugins and themes available are hard to match. We might not always be the platform people start with, but we want to be what the best graduate to.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Apr 2012 16:37:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 4/11";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11268";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/-TTk7btYNps/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1079:"<h3>New plugins</h3>\n<p><a href="http://sharexy.com/get_sharexy"><strong>Sharexy</strong></a> is a powerful social sharing, bookmarking, and blog monetization tool.</p>\n<p><a href="http://www.vervetype.com/wp-social-feedback/"><strong>WP Social Feedback</strong></a> allows your users to submit feedback, view what other users have submitted and vote on other feedback submissions.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-visited-countries/"><strong>WP Visited Countries</strong></a> allows you to easily create and publish a map of the countries you have visited and lived in.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://sudarmuthu.com/wordpress/bulk-delete"><strong>Bulk Delete</strong></a> lets you to delete posts in bulk from selected categories, tags, or custom taxonomies.</p>\n<p><a href="http://scribu.net/wordpress/posts-to-posts"><strong>Posts 2 Posts</strong></a> allows you to create many-to-many connections between posts of all kinds.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/-TTk7btYNps" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Apr 2012 14:00:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"WPTavern: One Way To Make WordPress Less Portable";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6506";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://feedproxy.google.com/~r/WordpressTavern/~3/H7lyEQCmo-M/one-way-to-make-wordpress-less-portable";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:586:"<p>WordPress has a reputation of being very portable but after <a href="http://wpgarage.com/tips/data-portability-and-data-serialization-in-wordpress/">reading a recent article on WPGarage.com</a>, there is a certain condition in which the data in WordPress can become non-portable. It has to do with the serialization of data. However, they offer up a few different ways in which to deal with the problem so that you don&#8217;t lose data via a database dump. </p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/H7lyEQCmo-M" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Apr 2012 13:00:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Matt: <NAME> on Instagram";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=40532";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://ma.tt/2012/04/paul-ford-on-instagram/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:181:"<p><a href="http://nymag.com/daily/intel/2012/04/facebook-and-instagram-when-your-favorite-app-sells-out.html"><NAME> on Facebook and Instagram</a>, hilarious and insightful.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Apr 2012 18:14:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"WPTavern: All Sorts Of Code Snippet Resources";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6503";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"http://feedproxy.google.com/~r/WordpressTavern/~3/gajoIyTjucs/all-sorts-of-code-snippet-resources";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1673:"<p>Yesterday on Twitter, I was informed of a new WordPress code snippets library that sprang up called <a href="http://www.wpfunction.me/">WPFunction.me</a>. The site has an easy to use interface for grabbing code snippets. While at first, it seems as though you need to perform a lot of scrolling to select code snippets and get the code, you can alleviate the scrolling by clicking on the preview link. </p>\n<p><a href="http://www.wptavern.com/wp-content/uploads/2012/04/wpfunctionme.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/04/wpfunctionme-500x213.png" alt="Screenshot of wpfunctions.me website" title="wpfunctionme" width="500" height="213" class="aligncenter size-large wp-image-6504" /></a></p>\n<p>However, if you decide that this snippets website is not your cup of tea, check out <a href="http://www.catswhocode.com/blog/awesome-sites-to-find-useful-code-snippets">the list of WordPress Code Snippet repositories</a> put together by CatsWhoCode.com.</p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/code-snippet-to-reduce-memory-usage" rel="bookmark" title="Code Snippet To Reduce Memory Usage">Code Snippet To Reduce Memory Usage</a></li>\n<li><a href="http://www.wptavern.com/wp-snippets-launches-newly-designed-site" rel="bookmark" title="WP-Snippets Launches Newly Designed Site">WP-Snippets Launches Newly Designed Site</a></li>\n<li><a href="http://www.wptavern.com/plugin-code-repository-bookmarklet" rel="bookmark" title="Plugin Code Repository Bookmarklet">Plugin Code Repository Bookmarklet</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/gajoIyTjucs" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Apr 2012 17:00:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Matt: The Nocebo Effect";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=40530";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://ma.tt/2012/04/the-nocebo-effect/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:931:"<p>You&#8217;ve heard of the placebo effect, how people can get better from a fake treatment, but did you know there&#8217;s also a nocebo effect? It&#8217;s just as strong: &#8220;More than two-thirds of 34 college students developed headaches when told that a non-existent electrical current passing through their heads could produce a headache.&#8221; (<a href="http://www.skepdic.com/nocebo.html">From Skeptic&#8217;s Dictionary</a>.) <NAME> <a href="http://www.theatlantic.com/health/archive/2011/09/the-dark-side-of-the-placebo-effect-when-intense-belief-kills/245065/">did a very readable feature about it for the Atlantic called <i>The Dark Side of the Placebo Effect: When Intense Belief Kills</i></a>. I found out about it from <NAME>&#8217;s new book <a href="http://www.amazon.com/The-Charisma-Myth-Personal-Magnetism/dp/1591844568">The Charisma Myth</a>. What you don&#8217;t know can hurt you.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Apr 2012 16:34:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"Weblog Tools Collection: TimThumb Vulnerability Still in the Wild";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11264";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/wUFtt8zD6EI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1119:"<p><a href="http://weblogtoolscollection.com/archives/2011/08/04/timthumb-security-vulnerability/">The TimThumb vulnerability</a> is still in the wild as another major site <a href="http://www.wptavern.com/timthumb-vulnerability-bites-another-victim">fell victim to it just yesterday</a>. As sad as this situation may be, it just goes to show that some sites may still be running the infected script even after news of the vulnerability broke over six months ago.</p>\n<p>Like the old saying, there&#8217;s no time like the present, and now is the perfect time to install and run the <a href="http://codegarage.com/blog/2011/09/wordpress-timthumb-vulnerability-scanner-plugin/">TimThumb Vulnerability Scanner</a> and <a href="http://wordpress.org/extend/plugins/exploit-scanner/">Exploit Scanner</a> plugins. If you are at all confused by the results of either of these scanners, the kind folks at <a href="http://wordpress.org/support/">the WordPress Support Forums</a> will be more than happy to help you.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/wUFtt8zD6EI" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Apr 2012 14:00:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"Matt: Facebook / Instagram tip-off";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=40524";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://ma.tt/2012/04/facebook-instagram-tip-off/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:964:"<p>In mid-January <NAME> added me as a friend on Instagram (we&#8217;re also connected on Facebook), I grabbed this screenshot a few weeks later because I thought it might be interesting at some point:</p>\n<p><img class="alignnone size-full wp-image-40525" title="IMG_4279" src="http://s.ma.tt/files/2012/04/IMG_4279.png" alt="" width="640" height="960" /></p>\n<p>Today the awesome news, for both Facebook and Instagram, comes that <a href="https://www.facebook.com/zuck/posts/10100318398827991">the Instagram team and product is being acquired</a>. This is one of the first acquisitions (if not the first?) Facebook has made where they don&#8217;t plan to shut down the service, and it&#8217;s a testament to what <NAME>, <NAME> and his team have built. (Friendfeed is still running, but that doesn&#8217;t count.) It&#8217;s good to see <a href="http://techcrunch.com/2011/09/06/pier-38-shut-down/">old Pier 38 neighbors</a> doing well.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 09 Apr 2012 19:20:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"Weblog Tools Collection: WordPress Theme Releases for 4/9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11259";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/urUUyrFyGZk/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:930:"<p><img class="alignnone size-full wp-image-11261" title="shade" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/shade.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/04/07/shade-theme-series-red-yellow-green-and-blue/"><strong>Shade</strong></a> is a simple theme with a charcoal gray background and an accent color that is available in four color variations: blue, red, green and yellow.</p>\n<p><img class="alignnone size-full wp-image-11260" title="universalweb" src="http://weblogtoolscollection.com/wp-content/uploads/2012/04/universalweb.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/universal-web"><strong>Universal Web</strong></a> is a universal, modern, and very functional theme with optimized/light code.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/urUUyrFyGZk" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 09 Apr 2012 14:00:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 03 May 2012 05:27:48 GMT";s:12:"content-type";s:8:"text/xml";s:10:"connection";s:5:"close";s:4:"vary";a:2:{i:0;s:15:"Accept-Encoding";i:1;s:15:"Accept-Encoding";}s:14:"content-length";s:5:"97513";s:13:"last-modified";s:29:"Thu, 03 May 2012 05:00:15 GMT";s:4:"x-nc";s:11:"HIT luv 138";s:13:"accept-ranges";s:4:"none";}s:5:"build";s:14:"20090627192103";}', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (202, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1336066076', 'no'), (203, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1336022876', 'no'), (204, 0, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1336066076', 'no'), (205, 0, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.org/news/2012/05/wordpress-3-4-beta-4/'' title=''Less bugs, more polish, the same beta disclaimers. Download, test, report bugs. Thanks much. /ryan #thewholebrevitything [&hellip;]''>Dev Blog: WordPress 3.4 Beta 4</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/WordpressTavern/~3/Y31G0w7B2PE/importexport-options-now-available-with-widget-logic'' title=''The latest release of one of my favorite plugins, Widget Logic, now has the option to import and export options. The options are saved to a text file which contains all of the conditional logic. Conditional Logic Saved Within A Text file Despite using this particular plugin for a long time, it never really occurred to me how nice it would be to have such a f [&hellip;]''>WPTavern: Import/Export Options Now Available With Widget Logic</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/WordpressTavern/~3/q7eCddgrHkA/woothemes-excels-at-customer-service-during-crisis'' title=''While WooThemes was experiencing a crisis that involved the loss of 6 months of data along with their main website going offline, they still managed to provide great customer service. During the entire ordeal, WooThemes kept customers and the public updated with what they knew and what they were doing to fix the problem via their status blog. Their status bl [&hellip;]''>WPTavern: WooThemes Excels At Customer Service During Crisis</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/XkeYrE6J20E/'' title=''New plugins Simple Google Connect is a framework and series of sub-systems that let you add any sort of Google based functionality you like to a WordPress blog. WP Coming Soon adds a coming soon page with a countdown clock. Updated plugins Email Log allows you to log all emails that are sent through WordPress. Keyring provides a very hookable, completely cus [&hellip;]''>Weblog Tools Collection: WordPress Plugin Releases for 5/1</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/He0GnGyDxDE/'' title=''Comments are an important part of blogs. They help readers relate to articles by asking questions and building discussion and are even credited with creating some of the strongest online communities today. But, how do you keep everything clean and on topic? Do your users know what to expect? I’m not just talking about common sense and anti-spam practices, I’ [&hellip;]''>Weblog Tools Collection: Do You Use a Comment Policy?</a></li></ul></div>', 'no'), (206, 0, '_transient_timeout_plugin_slugs', '1336109280', 'no'), (207, 0, '_transient_plugin_slugs', 'a:31:{i:0;s:33:"addthis/addthis_social_widget.php";i:1;s:30:"advanced-custom-fields/acf.php";i:2;s:19:"akismet/akismet.php";i:3;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:4;s:66:"ambrosite-nextprevious-post-link-plus/ambrosite-post-link-plus.php";i:5;s:27:"bulk-delete/bulk-delete.php";i:6;s:20:"category-pagefix.php";i:7;s:36:"contact-form-7/wp-contact-form-7.php";i:8;s:24:"cpt-category-pagefix.php";i:9;s:43:"custom-post-type-ui/custom-post-type-ui.php";i:10;s:32:"disqus-comment-system/disqus.php";i:11;s:36:"google-sitemap-generator/sitemap.php";i:12;s:9:"hello.php";i:13;s:30:"kapost-byline/kapostbyline.php";i:14;s:29:"liveclicker/wpliveclicker.php";i:15;s:29:"nextgen-gallery/nggallery.php";i:16;s:11:"ogp/ogp.php";i:17;s:27:"redirection/redirection.php";i:18;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:19;s:27:"role-scoper/role-scoper.php";i:20;s:29:"rss-importer/rss-importer.php";i:21;s:31:"simple-open-graph/OpenGraph.php";i:22;s:30:"smart-youtube/smartyoutube.php";i:23;s:32:"social-metrics/socialmetrics.php";i:24;s:37:"user-role-editor/user-role-editor.php";i:25;s:40:"update-urls/velvet-blues-update-urls.php";i:26;s:61:"wcs-custom-permalinks-hotfix/wcs-custom-permalinks-hotfix.php";i:27;s:41:"wordpress-importer/wordpress-importer.php";i:28;s:21:"wp-polls/wp-polls.php";i:29;s:40:"wp-no-category-base/no-category-base.php";i:30;s:33:"breadcrumbs/yoast-breadcrumbs.php";}', 'no'), (208, 0, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1336066080', 'no'), (209, 0, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '', 'no'); -- -------------------------------------------------------- -- -- Table structure for table `wp_postmeta` -- CREATE TABLE IF NOT EXISTS `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `wp_postmeta` -- INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default'); -- -------------------------------------------------------- -- -- Table structure for table `wp_posts` -- CREATE TABLE IF NOT EXISTS `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` text NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; -- -- Dumping data for table `wp_posts` -- INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1, 1, '2012-03-14 07:57:05', '2012-03-14 07:57:05', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2012-03-14 07:57:05', '2012-03-14 07:57:05', '', 0, 'http://172.16.23.187:8080/wp/?p=1', 0, 'post', '', 1), (2, 1, '2012-03-14 07:57:05', '2012-03-14 07:57:05', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin'' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href="http://172.16.23.187:8080/wp/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'open', 'open', '', 'sample-page', '', '', '2012-03-14 07:57:05', '2012-03-14 07:57:05', '', 0, 'http://172.16.23.187:8080/wp/?page_id=2', 0, 'page', '', 0), (3, 1, '2012-03-14 07:57:25', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2012-03-14 07:57:25', '0000-00-00 00:00:00', '', 0, 'http://172.16.23.187:8080/wp/?p=3', 0, 'post', '', 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_terms` -- CREATE TABLE IF NOT EXISTS `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- Dumping data for table `wp_terms` -- INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Uncategorized', 'uncategorized', 0), (2, 'Blogroll', 'blogroll', 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_term_relationships` -- CREATE TABLE IF NOT EXISTS `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_term_relationships` -- INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1, 1, 0), (1, 2, 0), (2, 2, 0), (3, 2, 0), (4, 2, 0), (5, 2, 0), (6, 2, 0), (7, 2, 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_term_taxonomy` -- CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- Dumping data for table `wp_term_taxonomy` -- INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', 0, 1), (2, 2, 'link_category', '', 0, 7); -- -------------------------------------------------------- -- -- Table structure for table `wp_usermeta` -- CREATE TABLE IF NOT EXISTS `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=17 ; -- -- Dumping data for table `wp_usermeta` -- INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'first_name', ''), (2, 1, 'last_name', ''), (3, 1, 'nickname', 'admin'), (4, 1, 'description', ''), (5, 1, 'rich_editing', 'true'), (6, 1, 'comment_shortcuts', 'false'), (7, 1, 'admin_color', 'fresh'), (8, 1, 'use_ssl', '0'), (9, 1, 'show_admin_bar_front', 'true'), (10, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'), (11, 1, 'wp_user_level', '10'), (12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_media_uploader,wp330_saving_widgets'), (13, 1, 'show_welcome_panel', '1'), (14, 1, 'wp_dashboard_quick_press_last_post_id', '3'), (15, 1, 'wp_user-settings', 'mfold=o'), (16, 1, 'wp_user-settings-time', '1331722047'); -- -------------------------------------------------------- -- -- Table structure for table `wp_users` -- CREATE TABLE IF NOT EXISTS `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(64) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `wp_users` -- INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'admin', '$P$Bt0kYEotORswSTdqU6xVOL821upm1d/', 'admin', '<EMAIL>', '', '2012-03-14 07:57:04', '', 0, 'admin');
-- phpMyAdmin SQL Dump -- version 4.1.14 -- http://www.phpmyadmin.net -- -- Client : 127.0.0.1 -- Généré le : Mar 01 Mars 2016 à 18:15 -- Version du serveur : 5.6.17 -- Version de PHP : 5.5.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Base de données : `portail_reserv` -- -- -------------------------------------------------------- -- -- Structure de la table `entreprise` -- CREATE TABLE IF NOT EXISTS `entreprise` ( `nomEntreprise` varchar(40) NOT NULL, `mailEntreprise` varchar(30) NOT NULL, `telEntreprise` char(10) NOT NULL, `adresseEntreprise` varchar(150) NOT NULL, `logoEntreprise` varchar(100) NOT NULL, `descEntreprise` text NOT NULL, `loginAdmin` varchar(30) NOT NULL, `mdpAdmin` varchar(300) NOT NULL, `CreneauLibre` tinyint(1) NOT NULL, PRIMARY KEY (`nomEntreprise`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
<reponame>wangsikai/learn ## 查找学生班级 #macro($listCurrentClazzsHasTeacher(studentId)) SELECT t2.id FROM homework_student_class t1 INNER JOIN homework_class t2 ON t1.class_id = t2.id WHERE t1.student_id = :studentId AND t1.status = 0 AND t2.status = 0 AND t2.teacher_id > 0 ORDER BY t1.join_at DESC #end
create table users( email varchar(50) primary key, username varchar(20) not null ); create table programme( acr varchar(6) primary key, p_name varchar(50) not null, numSem int not null ); create table student( num int primary key, email varchar(50) unique not null references users(email) on update cascade, p_acr varchar(6) references programme(acr) on update cascade ); create table teacher( num int primary key, email varchar(50) unique not null references users(email) on update cascade ); create table course( acr varchar(3) primary key, c_name varchar(50) not null, numCoord int unique not null references teacher(num) on update cascade ); create table semester( yearSem int, season char, primary key (yearSem, season) ); create table mandatory_course( acr varchar(3) references course(acr), acrProgramme varchar(6) references programme(acr), num_sem int, primary key(acr,acrProgramme,num_sem) ); create table optional_course( acr varchar(3) references course(acr), acrProgramme varchar(6) references programme(acr), num_sem int, primary key(acr,acrProgramme,num_sem) ); create table class( id varchar(3), yearSem int, season char, acrCourse varchar(3) references course(acr), foreign key (yearSem, season) references semester(yearSem, season), primary key (id,yearSem,season,acrCourse) ); create table teacher_class( id varchar(3), yearSem int, season char, numTeacher int references teacher(num) on update cascade, acrCourse varchar(3), foreign key (id, yearSem, season, acrCourse) references class(id, yearSem, season, acrCourse), primary key (id, yearSem, season, numTeacher, acrCourse) ); create table groups( number int, classID varchar(3), yearSem int, season char, acrCourse varchar(3), foreign key(classID, yearSem, season, acrCourse) references Class(id, yearSem, season, acrCourse), primary key(number, classID, yearSem, season, acrCourse) ); create table student_class( numStudent int references student(num) on update cascade, idClass varchar(3), yearSem int, season char, acrCourse varchar(3), foreign key (idClass,yearSem,season,acrCourse) references class(id, yearSem, season, acrCourse), primary key (numStudent, idClass, yearSem, season, acrCourse) ); create table group_members( number int, studentNumber int references student(num) on update cascade, classID varchar(3), yearSem int, season char, acrCourse varchar(3), foreign key (number, classID, yearSem, season, acrCourse) references groups(number, classID, yearSem, season, acrCourse), primary key (studentNumber, classID, yearSem, season, acrCourse) );
CREATE TABLE {$NAMESPACE}_differential.differential_hunk_modern ( id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, changesetID INT UNSIGNED NOT NULL, oldOffset INT UNSIGNED NOT NULL, oldLen INT UNSIGNED NOT NULL, newOffset INT UNSIGNED NOT NULL, newLen INT UNSIGNED NOT NULL, dataType CHAR(4) NOT NULL COLLATE latin1_bin, dataEncoding VARCHAR(16) COLLATE latin1_bin, dataFormat CHAR(4) NOT NULL COLLATE latin1_bin, data LONGBLOB NOT NULL, dateCreated INT UNSIGNED NOT NULL, dateModified INT UNSIGNED NOT NULL, KEY `key_changeset` (changesetID), KEY `key_created` (dateCreated) ) ENGINE=InnoDB, COLLATE utf8_general_ci;