1 /*=========================================================================== 2 * 3 * PUBLIC DOMAIN NOTICE 4 * National Center for Biotechnology Information 5 * 6 * This software/database is a "United States Government Work" under the 7 * terms of the United States Copyright Act. It was written as part of 8 * the author's official duties as a United States Government employee and 9 * thus cannot be copyrighted. This software/database is freely available 10 * to the public for use. The National Library of Medicine and the U.S. 11 * Government have not placed any restriction on its use or reproduction. 12 * 13 * Although all reasonable efforts have been taken to ensure the accuracy 14 * and reliability of the software and data, the NLM and the U.S. 15 * Government do not and cannot warrant the performance or results that 16 * may be obtained by using this software or data. The NLM and the U.S. 17 * Government disclaim all warranties, express or implied, including 18 * warranties of performance, merchantability or fitness for any particular 19 * purpose. 20 * 21 * Please cite the author in any work or product based on this material. 22 * 23 * =========================================================================== 24 * 25 */ 26 #ifndef _tools_cg_load_factory_cmh_h_ 27 #define _tools_cg_load_factory_cmh_h_ 28 29 #include <klib/defs.h> 30 #include "defs.h" 31 32 typedef CGFIELD_LIBRARY_TYPE CGFIELD15_LIBRARY[32]; 33 typedef CGFIELD_SAMPLE_TYPE CGFIELD15_SAMPLE[32]; 34 typedef CGFIELD_SLIDE_TYPE CGFIELD15_SLIDE[CG_SLIDE]; 35 typedef CGFIELD_LANE_TYPE CGFIELD15_LANE[CG_LANE]; 36 typedef CGFIELD_CHROMOSOME_TYPE CGFIELD15_CHROMOSOME[CG_CHROMOSOME_NAME]; 37 typedef CGFIELD_ASSEMBLY_ID_TYPE CGFIELD15_ASSEMBLY_ID[50]; 38 typedef CGFIELD_SOFTWARE_VERSION_TYPE CGFIELD15_SOFTWARE_VERSION[38]; 39 typedef CGFIELD_DBSNP_BUILD_TYPE CGFIELD15_DBSNP_BUILD[8]; 40 typedef CGFIELD_COSMIC_TYPE CGFIELD15_COSMIC[8]; 41 typedef CGFIELD_PFAM_DATE_TYPE CGFIELD15_PFAM_DATE[16]; 42 typedef CGFIELD_MIRBASE_VERSION_TYPE CGFIELD15_MIRBASE_VERSION[8]; 43 typedef CGFIELD_DGV_VERSION_TYPE CGFIELD15_DGV_VERSION[16]; 44 typedef CGFIELD_GENERATED_AT_TYPE CGFIELD15_GENERATED_AT[32]; 45 typedef CGFIELD_GENERATED_BY_TYPE CGFIELD15_GENERATED_BY[32]; 46 typedef CGFIELD_GENE_ANNOTATIONS_TYPE CGFIELD15_GENE_ANNOTATIONS[16]; 47 typedef CGFIELD_GENOME_REFERENCE_TYPE CGFIELD15_GENOME_REFERENCE[16]; 48 typedef CGFIELD_BATCH_FILE_NUMBER_TYPE CGFIELD15_BATCH_FILE_NUMBER; 49 typedef CGFIELD_BATCH_OFFSET_TYPE CGFIELD15_BATCH_OFFSET; 50 typedef CGFIELD_FIELD_SIZE_TYPE CGFIELD15_FIELD_SIZE; 51 typedef CGFIELD_MAX_PLOIDY_TYPE CGFIELD15_MAX_PLOIDY; 52 typedef CGFIELD_WINDOW_SHIFT_TYPE CGFIELD15_WINDOW_SHIFT; 53 typedef CGFIELD_WINDOW_WIDTH_TYPE CGFIELD15_WINDOW_WIDTH; 54 typedef CGFIELD_NUMBER_LEVELS_TYPE CGFIELD15_NUMBER_LEVELS; 55 typedef CGFIELD_MEAN_LEVEL_X_TYPE CGFIELD15_MEAN_LEVEL_X; 56 57 #endif /* _tools_cg_load_factory_cmh_h_ */ 58