summaryrefslogtreecommitdiffstats
path: root/src/sequence_data.h (plain)
blob: fb4ff78a47748e3e546ee395a13ec1f1cc058f5d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef SEQUENCE_DATA_H
#define SEQUENCE_DATA_H

#define SEQUENCE_DATA_FIELD_NUM 4

#define SEQUENCE_DATA_FIELD_NAMES { "GI", "GB", "Description", "Protein Type" }

typedef struct
{
  int gi;
  char gb[9];
  char description[196];
  char protein_type[7];
} sequence_data;

#endif // SEQUENCE_DATA_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.