Lines Matching defs:BAMReadGroup
499 typedef struct BAMReadGroup BAMReadGroup; typedef
500 struct BAMReadGroup struct
502 const char *name; /* not null unique, accession e.g. SRR001138 */
503 const char *sample; /* not null */
504 const char *library;
505 const char *description;
506 const char *unit; /* platform specific identifier, e.g. BI.080214_SL-XAJ_0001_FC2044KAAXX.7 */
507 const char *insertSize;
508 const char *center; /* e.g. BI */
509 const char *runDate;
510 const char *platform; /* e.g. ILLUMINA */
511 uint32_t id;