NCBI C Toolkit Cross Reference

C/access/makeacc.unx


  1 asntool -m entrez2.asn -o asnent2.h
  2 mv asnent2.h ../asnstat
  3 asntool -m entrez2.asn -G -B objent2 -K asnent2.h
  4 /* Manual addition to swap bytes in id list if IS_LITTLE_ENDIAN */
  5 
  6 asntool -m mim.asn -o asnmim.h
  7 mv asnmim.h ../asnstat
  8 asntool -m mim.asn -G -B objmim -K asnmim.h
  9 
 10 asntool -m taxon3.asn -o asntax3.h
 11 mv asntax3.h ../asnstat
 12 asntool -m taxon3.asn -M ../asn/seqfeat.asn,../asn/general.asn -G -B objtax3 -K asntax3.h
 13 
 14 asntool -m entrezgene.asn -o asnentgene.h
 15 mv asnentgene.h ../asnstat
 16 asntool -m entrezgene.asn -M ../asn/seqfeat.asn,../asn/seqloc.asn,../asn/general.asn,../asn/pub.asn,../asn/biblio.asn,../asn/medline.asn -G -B objentgene -I egkludge.h -K asnentgene.h -V
 17 
 18 asntool -m gbseq.asn -o asngbseq.h
 19 mv asngbseq.h ../asnstat/
 20 asntool -m gbseq.asn -G -B objgbseq -K asngbseq.h -Z
 21 
 22 asntool -m insdseq.asn -o asninsdseq.h
 23 mv asninsdseq.h ../asnstat/
 24 asntool -m insdseq.asn -G -B objinsdseq -K asninsdseq.h -Z
 25 
 26 asntool -m mla2.asn -o asnmla2.h
 27 mv asnmla2.h ../asnstat/
 28 asntool -m mla2.asn -M ../asn/pub.asn,../asn/biblio.asn,../asn/medline.asn,../asn/medlars.asn,../asn/pubmed.asn -G -B objmla2 -I mlkludge.h -K asnmla2.h -Z
 29 
 30 asntool -m seqtable.asn -M ../asn/seqloc.asn -G -B objtable -K asntable.h -Z
 31 

source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.