summaryrefslogtreecommitdiffstats
path: root/src/model/gi_type_data.h (plain)
blob: bf149c3992ef9d087797545df118ed6e316d8750
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef GI_TYPE_DATA_H
#define GI_TYPE_DATA_H

#define GI_TYPE_DATA_FIELD_NUM 3

/*
 * Field names selected to match the names of fields on the "Influenza
 * Virus Resource - Influenza Virus Sequence Database" search form
 * online at
 * http://www.ncbi.nlm.nih.gov/genomes/FLU/Database/select.cgi?go=database.
 */
#define GI_TYPE_DATA_FIELD_NAMES { "GI", "Type", "Protein" }

typedef struct
{
  int gi;
  char type[2];
  char protein[7];
} gi_type_data;

#endif // GI_TYPE_DATA_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.