⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 acdpretty.txt

📁 emboss的linux版本的源代码
💻 TXT
字号:
                                 acdpretty Function   ACD pretty printing utilityDescription   Acdpretty does not have its own command line. Instead, it will pretty   print the ACD file of the program specified as the first parameter.   The program is not run.Usage   Here is a sample session with acdpretty% acdpretty qatest Created qatest.acdpretty   Go to the output files for this exampleCommand line arguments   The first parameter is the name of the program to pretty print.   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..Input file format   The input file is the ACD file for the specified programOutput file format   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.  Output files for usage example  File: qatest.acdprettyapplication: 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)"]Data files   NoneNotesReferencesWarnings   None.Diagnostic Error MessagesExit status   It exits with status 0.Known bugs   None.See also   Program name              Description   acdc         ACD compiler   acdtable     Creates an HTML table from an ACD file   acdtrace     ACD compiler on-screen trace   acdvalid     ACD file validationAuthor(s)   Peter Rice (pmr 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -