This repository has been archived by the owner on May 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboxshade_3.31.yaml
628 lines (628 loc) · 25.2 KB
/
boxshade_3.31.yaml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
!mobyle/program
name: boxshade
version: '3.31'
title: BOXSHADE
description: printouts from multiple-aligned protein or DNA sequences
authors: Hofmann, Baron
inputs: !mobyle/inputparagraph
children:
- !mobyle/inputprogramparameter
format: '"boxshade <boxshade.params"'
argpos: 0
name: boxshade
command: true
hidden: true
type: !mobyle/stringtype {}
- !mobyle/inputprogramparameter
prompt: Alignment File
format: str(value) + "\n"
simple: true
argpos: 1
paramfile: boxshade.params
mandatory: true
name: alignment
command: false
type: !mobyle/formattedtype
format_terms: ['EDAM_format:1982']
data_terms: ['EDAM_data:0863']
- !mobyle/inputprogramparameter
format: '"2\n"'
argpos: 2
paramfile: boxshade.params
name: input_format
command: false
hidden: true
type: !mobyle/stringtype {}
- !mobyle/inputprogramparagraph
prompt: Output parameters
name: output_params
children:
- !mobyle/inputprogramparameter
prompt: Output format
format: str(value) + "\n"
argpos: 3
paramfile: boxshade.params
mandatory: true
name: output_format
command: false
type: !mobyle/stringtype
default: e
options:
- {label: POSTSCRIPT (1), value: '1'}
- {label: Encapsulated POSTSCRIPT (2), value: '2'}
- {label: HPGL (3), value: '3'}
- {label: RTF (Rich Text Format) (4), value: '4'}
- {label: ANSI-screen (PC-version) (6), value: '6'}
- {label: VT100-screen (DEC-version) (7), value: '7'}
- {label: ReGIS-screen (25 lines each) (8), value: '8'}
- {label: ReGIS-file (without breaks) (9), value: '9'}
- {label: LJ250-printer file (a), value: a}
- {label: FIG file (for XFIG) (c), value: c}
- {label: PICT file (d), value: d}
- {label: HTML (e), value: e}
- !mobyle/inputprogramparameter
prompt: Should sequence name be printed
format: ( "n\n" , "y\n" )[ value ]
argpos: 13
paramfile: boxshade.params
name: print_name
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
prompt: Display ruler line
format: ( "n\n" , "y\n" )[ value ]
argpos: 6
paramfile: boxshade.params
name: ruler
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
prompt: Should position numbers be printed?
format: ( "n\n" , "y\n" )[ value ]
argpos: 14
paramfile: boxshade.params
name: print_position
precond: {'#not': ruler}
command: false
hidden: true
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
prompt: How many sequence characters per line
format: str( value ) + "\n"
argpos: 12
paramfile: boxshade.params
name: sequence_characters
command: false
type: !mobyle/integertype {default: 60}
- !mobyle/inputprogramparameter
prompt: How many lines between two sequence blocks
format: str(value) + "\n"
argpos: 17
paramfile: boxshade.params
name: lines
command: false
type: !mobyle/integertype {default: 1}
- !mobyle/inputprogramparameter
prompt: Character size in Points (except for HTML and ASCII output formats)
format: str(value) + "\n"
argpos: 28
paramfile: boxshade.params
name: character_size
precond:
output_format:
'#nin': ['8', '9', b, e]
command: false
type: !mobyle/integertype {default: 10}
- !mobyle/inputprogramparameter
prompt: Save Shading/Text
format: str(value) + "\n"
argpos: 29
paramfile: boxshade.params
mandatory: true
name: save_shading
precond: {output_format: d}
command: false
type: !mobyle/stringtype
default: T
options:
- {label: Save shading (S), value: S}
- {label: Save Shading+Text (T), value: T}
- !mobyle/inputprogramparameter
prompt: Rotate plot
format: ( "n\n" , "y\n" )[ value ]
argpos: 31
paramfile: boxshade.params
name: rotate
precond:
'#or':
- {output_format: '1'}
- {output_format: '3'}
- {output_format: d}
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparagraph
prompt: Sequence properties
name: sequence_params
children:
- !mobyle/inputprogramparameter
prompt: Special label for similar residues
format: ( "n\n" , "y\n" )[ value ]
argpos: 18
paramfile: boxshade.params
name: label_similar
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
prompt: Special label for identical residues in all sequences
format: ( "n\n" , "y\n" )[ value ]
argpos: 19
paramfile: boxshade.params
name: label_identical
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
prompt: Display consensus line
format: ( "n\n" , "y\n .*\n" )[ value ]
argpos: 5
paramfile: boxshade.params
name: consensus
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
comment: The threshold is the fraction of residues that must be identical
or similar for shading to occur.
prompt: Identity threshold
format: str(value) + "\n"
argpos: 10
paramfile: boxshade.params
name: threshold
precond:
output_format: {'#ne': b}
command: false
type: !mobyle/floattype {default: 0.5}
- !mobyle/inputprogramparagraph
prompt: Letters foreground and background colors
name: letters
children:
- !mobyle/inputprogramparameter
prompt: Background for different residues
format: str(value) + "\n"
argpos: 20
paramfile: boxshade.params
mandatory: true
name: different_background
precond:
output_format: {'#ne': b}
command: false
type: !mobyle/stringtype
default: W
options:
- {label: Black (B), value: B}
- {label: White (W), value: W}
- {label: 'Gray value: 1', value: '1'}
- {label: 'Gray value: 2', value: '2'}
- {label: 'Gray value: 3', value: '3'}
- {label: 'Gray value: 4 (darkest)', value: '4'}
- {label: Red (R), value: R}
- {label: Green (G), value: G}
- {label: Blue (L), value: L}
- {label: Yellow (Y), value: Y}
- {label: Magenta (M), value: M}
- {label: Cyan (C), value: C}
- !mobyle/inputprogramparameter
prompt: Foreground for different residues (lowercase choices mean
lowercase letters in the sequence)
format: str(value) + "\n"
argpos: 21
paramfile: boxshade.params
mandatory: true
name: different_foreground
command: false
type: !mobyle/stringtype
default: B
options:
- {label: Black (B), value: B}
- {label: Black (b), value: b}
- {label: White (W), value: W}
- {label: White (w), value: w}
- {label: 'Gray value: 1', value: '1'}
- {label: 'Gray value: 2', value: '2'}
- {label: 'Gray value: 3', value: '3'}
- {label: 'Gray value: 4 = darkest', value: '4'}
- {label: 'Gray value: 5 (lowercase)', value: '5'}
- {label: 'Gray value: 6 (lowercase)', value: '6'}
- {label: 'Gray value: 7 (lowercase)', value: '7'}
- {label: 'Gray value: 8 = darkest (lowercase)', value: '8'}
- {label: Red (R), value: R}
- {label: Red (r), value: r}
- {label: Green (G), value: G}
- {label: Green (g), value: g}
- {label: Blue (L), value: L}
- {label: Blue (l), value: l}
- {label: Yellow (Y), value: Y}
- {label: Yellow (y), value: y}
- {label: Magenta (M), value: M}
- {label: Magenta (m), value: m}
- {label: Cyan (C), value: C}
- {label: Cyan (c), value: c}
- !mobyle/inputprogramparameter
prompt: Background for identical residues
format: str(value) + "\n"
argpos: 22
paramfile: boxshade.params
mandatory: true
name: identical_background
precond:
output_format: {'#ne': b}
command: false
type: !mobyle/stringtype
default: B
options:
- {label: Black (B), value: B}
- {label: White (W), value: W}
- {label: 'Gray value: 1', value: '1'}
- {label: 'Gray value: 2', value: '2'}
- {label: 'Gray value: 3', value: '3'}
- {label: 'Gray value: 4 (darkest)', value: '4'}
- {label: Red (R), value: R}
- {label: Green (G), value: G}
- {label: Blue (L), value: L}
- {label: Yellow (Y), value: Y}
- {label: Magenta (M), value: M}
- {label: Cyan (C), value: C}
- !mobyle/inputprogramparameter
prompt: Foreground for identical residues (lowercase choices mean
lowercase letters in the sequence)
format: str(value) + "\n"
argpos: 23
paramfile: boxshade.params
mandatory: true
name: identical_foreground
command: false
type: !mobyle/stringtype
default: W
options:
- {label: Black (B), value: B}
- {label: Black (b), value: b}
- {label: White (W), value: W}
- {label: White (w), value: w}
- {label: 'Gray value: 1', value: '1'}
- {label: 'Gray value: 2', value: '2'}
- {label: 'Gray value: 3', value: '3'}
- {label: 'Gray value: 4 = darkest', value: '4'}
- {label: 'Gray value: 5 (lowercase)', value: '5'}
- {label: 'Gray value: 6 (lowercase)', value: '6'}
- {label: 'Gray value: 7 (lowercase)', value: '7'}
- {label: 'Gray value: 8 = darkest (lowercase)', value: '8'}
- {label: Red (R), value: R}
- {label: Red (r), value: r}
- {label: Green (G), value: G}
- {label: Green (g), value: g}
- {label: Blue (L), value: L}
- {label: Blue (l), value: l}
- {label: Yellow (Y), value: Y}
- {label: Yellow (y), value: y}
- {label: Magenta (M), value: M}
- {label: Magenta (m), value: m}
- {label: Cyan (C), value: C}
- {label: Cyan (c), value: c}
- !mobyle/inputprogramparameter
prompt: Background for similar residues
format: str(value) + "\n"
argpos: 24
paramfile: boxshade.params
mandatory: true
name: similar_background
precond:
'#and':
- label_similar
- output_format: {'#ne': b}
command: false
type: !mobyle/stringtype
default: '1'
options:
- {label: Black (B), value: B}
- {label: White (W), value: W}
- {label: 'Gray value: 1', value: '1'}
- {label: 'Gray value: 2', value: '2'}
- {label: 'Gray value: 3', value: '3'}
- {label: 'Gray value: 4 (darkest)', value: '4'}
- {label: Red (R), value: R}
- {label: Green (G), value: G}
- {label: Blue (L), value: L}
- {label: Yellow (Y), value: Y}
- {label: Magenta (M), value: M}
- {label: Cyan (C), value: C}
- !mobyle/inputprogramparameter
prompt: Foreground for similar residues (lowercase choices mean lowercase
letters in the sequence)
format: str(value) + "\n"
argpos: 25
paramfile: boxshade.params
mandatory: true
name: similar_foreground
precond: label_similar
command: false
type: !mobyle/stringtype
default: B
options:
- {label: Black (B), value: B}
- {label: Black (b), value: b}
- {label: White (W), value: W}
- {label: White (w), value: w}
- {label: 'Gray value: 1', value: '1'}
- {label: 'Gray value: 2', value: '2'}
- {label: 'Gray value: 3', value: '3'}
- {label: 'Gray value: 4 = darkest', value: '4'}
- {label: 'Gray value: 5 (lowercase)', value: '5'}
- {label: 'Gray value: 6 (lowercase)', value: '6'}
- {label: 'Gray value: 7 (lowercase)', value: '7'}
- {label: 'Gray value: 8 = darkest (lowercase)', value: '8'}
- {label: Red (R), value: R}
- {label: Red (r), value: r}
- {label: Green (G), value: G}
- {label: Green (g), value: g}
- {label: Blue (L), value: L}
- {label: Blue (l), value: l}
- {label: Yellow (Y), value: Y}
- {label: Yellow (y), value: y}
- {label: Magenta (M), value: M}
- {label: Magenta (m), value: m}
- {label: Cyan (C), value: C}
- {label: Cyan (c), value: c}
- !mobyle/inputprogramparameter
prompt: Background for conserved residues (if special label for identical
residues)
format: str(value) + "\n"
argpos: 26
paramfile: boxshade.params
mandatory: true
name: conserved_background
precond:
'#and':
- label_identical
- output_format: {'#ne': b}
command: false
type: !mobyle/stringtype
default: '1'
options:
- {label: Black (B), value: B}
- {label: White (W), value: W}
- {label: 'Gray value: 1', value: '1'}
- {label: 'Gray value: 2', value: '2'}
- {label: 'Gray value: 3', value: '3'}
- {label: 'Gray value: 4 (darkest)', value: '4'}
- {label: Red (R), value: R}
- {label: Green (G), value: G}
- {label: Blue (L), value: L}
- {label: Yellow (Y), value: Y}
- {label: Magenta (M), value: M}
- {label: Cyan (C), value: C}
- !mobyle/inputprogramparameter
prompt: Foreground for conserved residues (lowercase choices mean
lowercase letters in the sequence)
format: str(value) + "\n"
argpos: 27
paramfile: boxshade.params
mandatory: true
name: conserved_foreground
precond: label_identical
command: false
type: !mobyle/stringtype
default: B
options:
- {label: Black (B), value: B}
- {label: Black (b), value: b}
- {label: White (W), value: W}
- {label: White (w), value: w}
- {label: 'Gray value: 1', value: '1'}
- {label: 'Gray value: 2', value: '2'}
- {label: 'Gray value: 3', value: '3'}
- {label: 'Gray value: 4 = darkest', value: '4'}
- {label: 'Gray value: 5 (lowercase)', value: '5'}
- {label: 'Gray value: 6 (lowercase)', value: '6'}
- {label: 'Gray value: 7 (lowercase)', value: '7'}
- {label: 'Gray value: 8 = darkest (lowercase)', value: '8'}
- {label: Red (R), value: R}
- {label: Red (r), value: r}
- {label: Green (G), value: G}
- {label: Green (g), value: g}
- {label: Blue (L), value: L}
- {label: Blue (l), value: l}
- {label: Yellow (Y), value: Y}
- {label: Yellow (y), value: y}
- {label: Magenta (M), value: M}
- {label: Magenta (m), value: m}
- {label: Cyan (C), value: C}
- {label: Cyan (c), value: c}
- !mobyle/inputprogramparagraph
prompt: Comparison to a single sequence
name: single_comparison
children:
- !mobyle/inputprogramparameter
prompt: Similarity to a single sequence
format: ( "n\n" , "y\n" )[ value ]
argpos: 4
paramfile: boxshade.params
name: single
precond:
output_format: {'#ne': b}
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
prompt: Which sequence (give its number)
format: str(value) + "\n"
argpos: 40
paramfile: boxshade.params
mandatory: true
name: seq_no
precond: single
command: false
type: !mobyle/integertype {default: 1}
- !mobyle/inputprogramparameter
prompt: Hide this sequence
format: ( "n\n" , "y\n" )[ value ]
argpos: 41
paramfile: boxshade.params
name: hide
precond: single
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
prompt: Show this sequence in all-normal rendition
format: ( "n\n" , "y\n" )[ value ]
argpos: 42
paramfile: boxshade.params
name: show_normal
precond: single
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
prompt: Create identity / similarity matrix
format: ( "n\n" , "y\n" )[ value ]
argpos: 34
paramfile: boxshade.params
name: matrix
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
format: '"boxshade.result\n"'
argpos: 32
paramfile: boxshade.params
name: outfileName
precond:
'#and':
- output_format: {'#ne': '1'}
- output_format: {'#ne': e}
- output_format: {'#ne': '2'}
- output_format: {'#ne': d}
- output_format: {'#ne': c}
- output_format: {'#ne': '4'}
command: false
hidden: true
type: !mobyle/stringtype {}
- !mobyle/inputprogramparameter
format: '"boxshade.ps\n"'
argpos: 33
paramfile: boxshade.params
name: psFileName
precond:
'#or':
- {output_format: '1'}
- {output_format: '2'}
command: false
hidden: true
type: !mobyle/stringtype {}
- !mobyle/inputprogramparameter
format: '"boxshade.html\n"'
argpos: 33
paramfile: boxshade.params
name: htmlFileName
precond: {output_format: e}
command: false
hidden: true
type: !mobyle/stringtype {}
- !mobyle/inputprogramparameter
format: '"boxshade.rtf\n"'
argpos: 33
paramfile: boxshade.params
name: rtfFileName
precond: {output_format: '4'}
command: false
hidden: true
type: !mobyle/stringtype {}
- !mobyle/inputprogramparameter
format: '"boxshade.fig\n"'
argpos: 33
paramfile: boxshade.params
name: figFileName
precond: {output_format: c}
command: false
hidden: true
type: !mobyle/stringtype {}
- !mobyle/inputprogramparameter
format: '"boxshade.pict\n"'
argpos: 33
paramfile: boxshade.params
name: pictFileName
precond: {output_format: d}
command: false
hidden: true
type: !mobyle/stringtype {}
- !mobyle/inputprogramparameter
format: '"boxshade.matrix\n"'
argpos: 35
paramfile: boxshade.params
name: matrixFileName
precond: matrix
command: false
hidden: true
type: !mobyle/stringtype {}
outputs: !mobyle/outputparagraph
children:
- !mobyle/outputprogramparameter
prompt: Output file
filenames: '"boxshade.result"'
name: outFile
precond:
'#and':
- output_format: {'#ne': '1'}
- output_format: {'#ne': e}
- output_format: {'#ne': '2'}
- output_format: {'#ne': d}
- output_format: {'#ne': c}
- output_format: {'#ne': '4'}
- !mobyle/outputprogramparameter
prompt: Postscript output file
filenames: '"boxshade.ps"'
name: psFile
precond:
'#or':
- {output_format: '1'}
- {output_format: '2'}
- !mobyle/outputprogramparameter
prompt: Html output file
filenames: '"boxshade.html"'
name: htmlFile
precond: {output_format: e}
type: !mobyle/formattedtype
data_terms: ['EDAM_data:2048']
- !mobyle/outputprogramparameter
prompt: Rich text format output file
filenames: '"boxshade.rtf"'
name: rtfFile
precond: {output_format: '4'}
type: !mobyle/formattedtype
data_terms: ['EDAM_data:2048']
- !mobyle/outputprogramparameter
prompt: Xfig output file
filenames: '"boxshade.fig"'
name: figFile
precond: {output_format: c}
type: !mobyle/formattedtype
data_terms: ['EDAM_data:2048']
- !mobyle/outputprogramparameter
prompt: Picture in pict format
filenames: '"boxshade.pict"'
name: pictFile
precond: {output_format: d}
- !mobyle/outputprogramparameter {prompt: Output matrix, filenames: '"boxshade.matrix"',
name: matrixFile, precond: matrix}
- !mobyle/outputprogramparameter
prompt: Standard output
filenames: '"boxshade.out"'
name: stdout
output_type: stdout
type: !mobyle/formattedtype
data_terms: ['EDAM_data:2048']
- !mobyle/outputprogramparameter
prompt: Standard error
filenames: '"boxshade.err"'
name: stderr
type: !mobyle/formattedtype
data_terms: ['EDAM_data:2048']
operations: ['EDAM_operation:0565']
topics: ['EDAM_topic:0092']
homepage_links: ['http://www.ch.embnet.org/software/BOX_form.html']
env: {}
source_links: ['ftp://www.isrec.isb-sib.ch/pub/software/unix/boxshade/']