Man page - errhdr(1)
Packages contas this manual
- debruijn(1)
- asn2all(1)
- asndhuff(1)
- sortbyquote(1)
- asntool(1)
- fa2htgs(1)
- asndisc(1)
- gil2bin(1)
- errhdr(1)
- asn2ff(1)
- trna2tbl(1)
- taxblast(1)
- subfuse(1)
- asn2gb(1)
- trna2sap(1)
- gene2xml(1)
- checksub(1)
- spidey(1)
- tbl2asn(1)
- getpub(1)
- idfetch(1)
- asn2fsa(1)
- indexpub(1)
- asn2asn(1)
- makeset(1)
- insdseqget(1)
- findspl(1)
- asn2xml(1)
- getmesh(1)
- cleanasn(1)
- asn2idx(1)
- asnmacro(1)
- asnval(1)
- vecscreen(1)
- gbseqget(1)
- nps2gps(1)
Package: ncbi-tools-bin
apt-get install ncbi-tools-bin
apt-get install ncbi-tools-bin
Manuals in package:
Documentations in package:
Manual
| ERRHDR(1) | NCBI Tools User's Manual | ERRHDR(1) |
NAME
errhdr - produce a C header file from a set of messages
SYNOPSIS
errhdr [-2] [-s] msgfile [hdrfile]
DESCRIPTION
errhdr reads a file describing error codes and corresponding messages and produces a C header file, either on standard output or in hdrfile.
The input file has a simple text-based format; one file (errmsg/valid.msg in the source tree) starts
MODULE valid $$ SEQ_INST, 1 $^ ExtNotAllowed, 1 # This is a comment A Bioseq "extension" is used for special classes of Bioseq. This class of Bioseq should not have one but it does. This is probably a software error. $^ ExtBadOrMissing, 2 This class of Bioseq requires an "extension" but it is missing or of the wrong type. This is probably a software error.
(Detailed descriptions are optional, and no "end" lines of any sort are necessary.)
OPTIONS
A summary of options is included below.
- -2
- Code, subcode tuples
- -s
- Short subcode defines
AUTHOR
The National Center for Biotechnology Information.
| 2001-10-05 | NCBI |