|
|
acdpretty |
The program is not run.
% acdpretty qatest Created qatest.acdpretty |
Go to the output files for this example
All other command line parameters and qualifiers are essentially ignored as processing stops once the ACD file is printed. A few of the general qualifiers have the potential to conflict with the function of acdpretty..
The output file is a pretty printed copy of the original ACD file.
All sections and attributed will be indented. All values will be quoted. Lines will be wrapped at a reasonable width.
The output file is intended as a standard format for parsers used by GUI and other interface wrappers, rather than using the original ACD file directly.
# Example ACD file for QA testing
#
application: qatest [
groups: "test"
documentation: "ACD file for QA testing"
]
sequence: asequence [
parameter: "Y"
features: "Y"
]
sequence: bsequence [
parameter: "Y"
]
outfile: outfile [
parameter: "Y"
]
integer: aint [
prompt: "first integer"
]
integer: bint [
prompt: "second integer, first was $(aint)"
default: "57"
]
string: testalen [
standard: "Y"
information: "asequence length
$(asequence.length)"
]
string: testblen [
standard: "Y"
information: "bsequence length
$(bsequence.length)"
]
string: outdir [
information: "output directory"
]
boolean: logic [
information: "boolean value"
]
outfile: outtest [
parameter: "Y"
odirectory: "$(outdir)"
]
seqout: outseq [
parameter: "Y"
features: "Y"
osdirectory: "$(outdir)"
ofdirectory: "$(outdir)"
]
|
| Program name | Description |
|---|---|
| acdc | ACD compiler |
| acdtable | Creates an HTML table from an ACD file |
| acdtrace | ACD compiler on-screen trace |
| acdvalid | ACD file validation |