/usr/include/ncbi/asntseq.h is in libncbi6-dev 6.1.20110713-3ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | /***********************************************************************
*
**
* Automatic header module from ASNTOOL
*
************************************************************************/
#ifndef _ASNTOOL_
#include <asn.h>
#endif
static char * asnfilename = "asntseq.h61";
static AsnValxNode avnx[2] = {
{20,"nucleotide" ,1,0.0,&avnx[1] } ,
{20,"protein" ,2,0.0,NULL } };
static AsnType atx[18] = {
{401, "TSeq" ,1,0,0,0,0,0,0,0,NULL,&atx[14],&atx[1],0,&atx[15]} ,
{0, "seqtype" ,128,0,0,0,0,0,0,0,NULL,&atx[2],&avnx[0],0,&atx[3]} ,
{310, "ENUMERATED" ,0,10,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
{0, "gi" ,128,1,0,1,0,0,0,0,NULL,&atx[4],NULL,0,&atx[5]} ,
{302, "INTEGER" ,0,2,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
{0, "accver" ,128,2,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[7]} ,
{323, "VisibleString" ,0,26,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
{0, "sid" ,128,3,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[8]} ,
{0, "local" ,128,4,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[9]} ,
{0, "taxid" ,128,5,0,1,0,0,0,0,NULL,&atx[4],NULL,0,&atx[10]} ,
{0, "orgname" ,128,6,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[11]} ,
{0, "defline" ,128,7,0,0,0,0,0,0,NULL,&atx[6],NULL,0,&atx[12]} ,
{0, "length" ,128,8,0,0,0,0,0,0,NULL,&atx[4],NULL,0,&atx[13]} ,
{0, "sequence" ,128,9,0,0,0,0,0,0,NULL,&atx[6],NULL,0,NULL} ,
{311, "SEQUENCE" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
{402, "TSeqSet" ,1,0,0,0,0,0,0,0,NULL,&atx[17],&atx[16],0,NULL} ,
{0, NULL,1,-1,0,0,0,0,0,0,NULL,&atx[0],NULL,0,NULL} ,
{312, "SEQUENCE OF" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} };
static AsnModule ampx[1] = {
{ "NCBI-TSeq" , "asntseq.h61",&atx[0],NULL,NULL,0,0} };
static AsnValxNodePtr avn = avnx;
static AsnTypePtr at = atx;
static AsnModulePtr amp = ampx;
/**************************************************
*
* Defines for Module NCBI-TSeq
*
**************************************************/
#define TSEQ &at[0]
#define TSEQ_seqtype &at[1]
#define TSEQ_gi &at[3]
#define TSEQ_accver &at[5]
#define TSEQ_sid &at[7]
#define TSEQ_local &at[8]
#define TSEQ_taxid &at[9]
#define TSEQ_orgname &at[10]
#define TSEQ_defline &at[11]
#define TSEQ_length &at[12]
#define TSEQ_sequence &at[13]
#define TSEQSET &at[15]
#define TSEQSET_E &at[16]
|