NCBI C++ ToolKit
genbank.h
Go to the documentation of this file.

Go to the SVN repository for this file.

1 /* $Id: genbank.h 98716 2022-12-23 15:16:40Z stakhovv $
2  * ===========================================================================
3  *
4  * PUBLIC DOMAIN NOTICE
5  * National Center for Biotechnology Information
6  *
7  * This software/database is a "United States Government Work" under the
8  * terms of the United States Copyright Act. It was written as part of
9  * the author's official duties as a United States Government employee and
10  * thus cannot be copyrighted. This software/database is freely available
11  * to the public for use. The National Library of Medicine and the U.S.
12  * Government have not placed any restriction on its use or reproduction.
13  *
14  * Although all reasonable efforts have been taken to ensure the accuracy
15  * and reliability of the software and data, the NLM and the U.S.
16  * Government do not and cannot warrant the performance or results that
17  * may be obtained by using this software or data. The NLM and the U.S.
18  * Government disclaim all warranties, express or implied, including
19  * warranties of performance, merchantability or fitness for any particular
20  * purpose.
21  *
22  * Please cite the author in any work or product based on this material.
23  *
24  * ===========================================================================
25  *
26  * File Name: genbank.h
27  *
28  * Author: Karl Sirotkin, Hsiu-Chuan Chen
29  *
30  * File Description:
31  *
32  */
33 
34 #ifndef _GENBANK_
35 #define _GENBANK_
36 
37 #define ParFlat_COL_DATA 12
38 
39 /* datablk.type: for detecting which keyword in the datablk's chain */
64 
65  /* define subkeyword */
76 };
77 
78 #endif
EGenbankBlockType
Definition: genbank.h:40
@ ParFlat_ACCESSION
Definition: genbank.h:43
@ ParFlat_FEATBLOCK
Definition: genbank.h:72
@ ParFlat_WGS
Definition: genbank.h:59
@ ParFlat_AUTHORS
Definition: genbank.h:67
@ ParFlat_FEATURES
Definition: genbank.h:51
@ ParFlat_SOURCE
Definition: genbank.h:48
@ ParFlat_JOURNAL
Definition: genbank.h:70
@ ParFlat_DBLINK
Definition: genbank.h:63
@ ParFlat_SEGMENT
Definition: genbank.h:47
@ ParFlat_STANDARD
Definition: genbank.h:71
@ ParFlat_COMMENT
Definition: genbank.h:50
@ ParFlat_BCOUNT
Definition: genbank.h:52
@ ParFlat_REFERENCE
Definition: genbank.h:49
@ ParFlat_VERSION
Definition: genbank.h:57
@ ParFlat_LOCUS
Definition: genbank.h:41
@ ParFlat_PROJECT
Definition: genbank.h:62
@ ParFlat_NCBI_GI
Definition: genbank.h:44
@ ParFlat_USER
Definition: genbank.h:58
@ ParFlat_GSDB_ID
Definition: genbank.h:45
@ ParFlat_CONSRTM
Definition: genbank.h:68
@ ParFlat_PRIMARY
Definition: genbank.h:60
@ ParFlat_END
Definition: genbank.h:54
@ ParFlat_ORGANISM
Definition: genbank.h:66
@ ParFlat_KEYWORDS
Definition: genbank.h:46
@ ParFlat_DEFINITION
Definition: genbank.h:42
@ ParFlat_CONTIG
Definition: genbank.h:56
@ ParFlat_GSDBID
Definition: genbank.h:55
@ ParFlat_REMARK
Definition: genbank.h:74
@ ParFlat_MEDLINE
Definition: genbank.h:73
@ ParFlat_TITLE
Definition: genbank.h:69
@ ParFlat_MGA
Definition: genbank.h:61
@ ParFlat_ORIGIN
Definition: genbank.h:53
@ ParFlat_PUBMED
Definition: genbank.h:75
Modified on Wed Sep 04 15:04:38 2024 by modify_doxy.py rev. 669887