File: calcparam.acd

package info (click to toggle)
emboss 6.6.0%2Bdfsg-15
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 571,580 kB
  • sloc: ansic: 460,579; java: 29,383; perl: 13,573; sh: 12,753; makefile: 3,295; csh: 706; asm: 351; xml: 239; pascal: 237; modula3: 8
file content (26 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (10)
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
# Example ACD file for QA testing
#

appl: calcparam [ groups: "test" doc: "ACD file for QA testing" ]

sequence: asequence [ param: Y features: Y ]

sequence: bsequence [ param: Y ]

outfile: outfile [ param: Y ]

int: aint [ prompt: "first integer" ]

int: bint [ prompt: "second integer" def: 57 ]

string: testalen [ standard: Y info: "asequence length $(asequence.length)" ]

string: testblen [ standard: "@(!$(aint))" info: "bsequence length $(bsequence.length)" ]

string: outdir [ info: "output directory" ]

outfile: outtest [ param: "@(!$(aint))" odirectory: "$(outdir)" ]

seqout: outseq [ param: Y features: Y
	         osdirectory: "$(outdir)"  ofdirectory: "$(outdir)"
               ]