File: makeacc.unx

package info (click to toggle)
ncbi-tools6 6.1.20170106%2Bdfsg1-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 468,492 kB
  • sloc: ansic: 1,474,204; pascal: 6,740; cpp: 6,248; xml: 3,390; sh: 2,139; perl: 1,084; csh: 508; makefile: 437; javascript: 198; ruby: 93; lisp: 81
file content (31 lines) | stat: -rw-r--r-- 1,289 bytes parent folder | download | duplicates (6)
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
asntool -m entrez2.asn -o asnent2.h
mv asnent2.h ../asnstat
asntool -m entrez2.asn -G -B objent2 -K asnent2.h
/* Manual addition to swap bytes in id list if IS_LITTLE_ENDIAN */

asntool -m mim.asn -o asnmim.h
mv asnmim.h ../asnstat
asntool -m mim.asn -G -B objmim -K asnmim.h

asntool -m taxon3.asn -o asntax3.h
mv asntax3.h ../asnstat
asntool -m taxon3.asn -M ../asn/seqfeat.asn,../asn/seqloc.asn,../asn/general.asn,../asn/pub.asn,../asn/biblio.asn,../asn/medline.asn -G -B objtax3 -K asntax3.h

asntool -m entrezgene.asn -o asnentgene.h
mv asnentgene.h ../asnstat
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

asntool -m gbseq.asn -o asngbseq.h
mv asngbseq.h ../asnstat/
asntool -m gbseq.asn -G -B objgbseq -K asngbseq.h -Z

asntool -m insdseq.asn -o asninsdseq.h
mv asninsdseq.h ../asnstat/
asntool -m insdseq.asn -G -B objinsdseq -K asninsdseq.h -Z

asntool -m mla2.asn -o asnmla2.h
mv asnmla2.h ../asnstat/
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

asntool -m seqtable.asn -M ../asn/seqloc.asn -G -B objtable -K asntable.h -Z