~ubuntu-branches/ubuntu/raring/ncbi-tools6/raring

« back to all changes in this revision

Viewing changes to data/autofix.prt

  • Committer: Package Import Robot
  • Author(s): Aaron M. Ucko
  • Date: 2011-09-05 18:55:02 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: package-import@ubuntu.com-20110905185502-iuvmoe65ytljhckn
Tags: 6.1.20110713-1
* New upstream release.
* debian/*.symbols: update accordingly.
* make/makeshlb.unx: link libcn3dOGL.so against -lm for sqrt.
* doc/man/*.1: update for new release.
* debian/rules:
  - (VIB): add asnmacro, as upstream takes care to publish binaries thereof.
  - Retire obsolete multiarch-unaware checks for libpthread.
  - Fully modernize Debhelper usage; in particular, transition to overrides.
* debian/compat: advance to 9 per rules modernization.
* debian/ncbi-tools-bin.install: add asnmacro.
* make/makenet.unx: link asnmacro only against libraries it directly needs.
* doc/man/asnmacro.1: give asnmacro a man page.
* doc/man/Psequin.1: list it in SEE ALSO.
* network/id1arch/idfetch.c: revert redundant change (from #295110).
* Convert to multiarch.
  - debian/rules: Install libraries (and ncbithr.o) to multiarch directories.
  - debian/lib*.install: match multiarch library paths.
  - debian/control:
    + Build-Depends: debhelper (>= 8.1.3~), implying a recent dpkg-dev.
    + Set Multi-Arch: as appropriate across the board, and specify
      Pre-Depends: ${misc:Pre-Depends} for runtime libraries.
* debian/*.lintian-overrides: drop leading slashes for Lintian 2.5.x.
* debian/control: Standards-Version: 3.9.2 (already compliant).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    type cds ,
4
4
    action
5
5
      extend-3 NULL ,
6
 
    constraint {
7
 
      location {
8
 
        strand any ,
9
 
        seq-type any ,
10
 
        partial5 either ,
11
 
        partial3 partial ,
12
 
        location-type any ,
13
 
        end3
14
 
          max-dist-from-end 2 } ,
15
 
      sequence {
16
 
        seqtype
17
 
          rna mRNA ,
18
 
        feature any } } } ,
19
 
  edit-location {
20
 
    type cds ,
21
 
    action
22
 
      extend-5 NULL ,
23
 
    constraint {
24
 
      location {
25
 
        strand any ,
26
 
        seq-type any ,
27
 
        partial5 partial ,
28
 
        partial3 either ,
29
 
        location-type any ,
30
 
        end5
31
 
          max-dist-from-end 2 } ,
32
 
      sequence {
33
 
        seqtype
34
 
          rna mRNA ,
35
 
        feature any } } } ,
 
6
    retranslate-cds FALSE ,
 
7
    constraint {
 
8
      location {
 
9
        strand any ,
 
10
        seq-type any ,
 
11
        partial5 either ,
 
12
        partial3 partial ,
 
13
        location-type any ,
 
14
        end3
 
15
          max-dist-from-end 2 } ,
 
16
      sequence {
 
17
        seqtype
 
18
          rna mRNA ,
 
19
        feature any ,
 
20
        strandedness any } } } ,
 
21
  edit-location {
 
22
    type cds ,
 
23
    action
 
24
      extend-5 NULL ,
 
25
    retranslate-cds FALSE ,
 
26
    constraint {
 
27
      location {
 
28
        strand any ,
 
29
        seq-type any ,
 
30
        partial5 partial ,
 
31
        partial3 either ,
 
32
        location-type any ,
 
33
        end5
 
34
          max-dist-from-end 2 } ,
 
35
      sequence {
 
36
        seqtype
 
37
          rna mRNA ,
 
38
        feature any ,
 
39
        strandedness any } } } ,
 
40
  edit-location {
 
41
    type cds ,
 
42
    action
 
43
      extend-3 NULL ,
 
44
    retranslate-cds FALSE ,
 
45
    constraint {
 
46
      location {
 
47
        strand any ,
 
48
        seq-type any ,
 
49
        partial5 either ,
 
50
        partial3 partial ,
 
51
        location-type any ,
 
52
        end3
 
53
          max-dist-from-end 2 } ,
 
54
      source {
 
55
        field1
 
56
          textqual lineage ,
 
57
        constraint {
 
58
          match-text "Bacteria" ,
 
59
          match-location contains ,
 
60
          case-sensitive TRUE ,
 
61
          ignore-space FALSE ,
 
62
          ignore-punct FALSE ,
 
63
          whole-word FALSE ,
 
64
          not-present FALSE ,
 
65
          is-all-caps FALSE ,
 
66
          is-all-lower FALSE ,
 
67
          is-all-punct FALSE ,
 
68
          ignore-weasel FALSE } ,
 
69
        type-constraint any } } } ,
 
70
  edit-location {
 
71
    type cds ,
 
72
    action
 
73
      extend-5 NULL ,
 
74
    retranslate-cds FALSE ,
 
75
    constraint {
 
76
      location {
 
77
        strand any ,
 
78
        seq-type any ,
 
79
        partial5 partial ,
 
80
        partial3 either ,
 
81
        location-type any ,
 
82
        end5
 
83
          max-dist-from-end 2 } ,
 
84
      source {
 
85
        field1
 
86
          textqual lineage ,
 
87
        constraint {
 
88
          match-text "Bacteria" ,
 
89
          match-location contains ,
 
90
          case-sensitive TRUE ,
 
91
          ignore-space FALSE ,
 
92
          ignore-punct FALSE ,
 
93
          whole-word FALSE ,
 
94
          not-present FALSE ,
 
95
          is-all-caps FALSE ,
 
96
          is-all-lower FALSE ,
 
97
          is-all-punct FALSE ,
 
98
          ignore-weasel FALSE } ,
 
99
        type-constraint any } } } ,
36
100
  aecr {
37
101
    action
38
102
      apply {
50
114
          match-text "HIV" ,
51
115
          match-location starts ,
52
116
          case-sensitive TRUE ,
 
117
          ignore-space FALSE ,
 
118
          ignore-punct FALSE ,
53
119
          whole-word FALSE ,
54
 
          not-present FALSE } ,
 
120
          not-present FALSE ,
 
121
          is-all-caps FALSE ,
 
122
          is-all-lower FALSE ,
 
123
          is-all-punct FALSE ,
 
124
          ignore-weasel FALSE } ,
55
125
        type-constraint any } ,
56
126
      sequence {
57
127
        seqtype
58
128
          dna NULL ,
59
 
        feature any } ,
 
129
        feature any ,
 
130
        strandedness any } ,
60
131
      source {
61
132
        field1
62
133
          textqual lineage ,
64
135
          match-text "Retroviridae" ,
65
136
          match-location contains ,
66
137
          case-sensitive TRUE ,
 
138
          ignore-space FALSE ,
 
139
          ignore-punct FALSE ,
67
140
          whole-word FALSE ,
68
 
          not-present FALSE } ,
 
141
          not-present FALSE ,
 
142
          is-all-caps FALSE ,
 
143
          is-all-lower FALSE ,
 
144
          is-all-punct FALSE ,
 
145
          ignore-weasel FALSE } ,
69
146
        type-constraint any } } } ,
 
147
  aecr {
 
148
    action
 
149
      apply {
 
150
        field
 
151
          feature-field {
 
152
            type cds ,
 
153
            field
 
154
              legal-qual codon-start } ,
 
155
        value "match" ,
 
156
        existing-text replace-old } ,
 
157
    also-change-mrna FALSE ,
 
158
    constraint {
 
159
      field {
 
160
        field
 
161
          feature-field {
 
162
            type cds ,
 
163
            field
 
164
              legal-qual translation } ,
 
165
        string-constraint {
 
166
          match-text "*" ,
 
167
          match-location contains ,
 
168
          case-sensitive TRUE ,
 
169
          ignore-space FALSE ,
 
170
          ignore-punct FALSE ,
 
171
          whole-word FALSE ,
 
172
          not-present TRUE ,
 
173
          is-all-caps FALSE ,
 
174
          is-all-lower FALSE ,
 
175
          is-all-punct FALSE ,
 
176
          ignore-weasel FALSE } } } } ,
70
177
  synchronize-cds-partials NULL ,
71
178
  adjust-for-consensus-splice NULL ,
72
179
  trim-stop-from-complete-cds NULL ,
79
186
          source-qual
80
187
            textqual nat-host ,
81
188
        value "Homo sapiens" ,
82
 
        existing-text replace-old } ,
 
189
        existing-text leave-old } ,
83
190
    also-change-mrna FALSE ,
84
191
    constraint {
85
192
      source {
89
196
          match-text "HIV" ,
90
197
          match-location starts ,
91
198
          case-sensitive TRUE ,
92
 
          whole-word FALSE ,
93
 
          not-present FALSE } ,
94
 
        type-constraint any } } } ,
95
 
  convert-feature {
96
 
    type-from gene ,
97
 
    type-to rRNA ,
98
 
    leave-original FALSE ,
99
 
    src-feat-constraint {
100
 
      sequence {
101
 
        seqtype
102
 
          nucleotide NULL ,
103
 
        feature gene ,
104
 
        num-features
105
 
          equals 1 } ,
106
 
      string {
107
 
        match-text "16S rRNA" ,
108
 
        match-location contains ,
109
 
        case-sensitive TRUE ,
110
 
        whole-word FALSE ,
111
 
        not-present FALSE } } } ,
112
 
  convert-feature {
113
 
    type-from gene ,
114
 
    type-to rRNA ,
115
 
    leave-original FALSE ,
116
 
    src-feat-constraint {
117
 
      sequence {
118
 
        seqtype
119
 
          nucleotide NULL ,
120
 
        feature gene ,
121
 
        num-features
122
 
          equals 1 } ,
123
 
      string {
124
 
        match-text "16S ribosomal RNA" ,
125
 
        match-location contains ,
126
 
        case-sensitive TRUE ,
127
 
        whole-word FALSE ,
128
 
        not-present FALSE } } } ,
129
 
  fix-pub-caps {
130
 
    title TRUE ,
131
 
    authors FALSE ,
132
 
    affiliation FALSE ,
133
 
    constraint {
134
 
      pub {
135
 
        type any ,
136
 
        special-field {
137
 
          field title ,
138
 
          constraint
139
 
            is-all-caps NULL } } } } ,
140
 
  fix-pub-caps {
141
 
    title FALSE ,
142
 
    authors TRUE ,
143
 
    affiliation FALSE ,
144
 
    constraint {
145
 
      pub {
146
 
        type any ,
147
 
        special-field {
148
 
          field authors ,
149
 
          constraint
150
 
            is-all-caps NULL } } } } ,
151
 
  fix-usa-and-states NULL ,
 
199
          ignore-space FALSE ,
 
200
          ignore-punct FALSE ,
 
201
          whole-word FALSE ,
 
202
          not-present FALSE ,
 
203
          is-all-caps FALSE ,
 
204
          is-all-lower FALSE ,
 
205
          is-all-punct FALSE ,
 
206
          ignore-weasel FALSE } ,
 
207
        type-constraint any } } } ,
 
208
  aecr {
 
209
    action
 
210
      apply {
 
211
        field
 
212
          source-qual
 
213
            textqual nat-host ,
 
214
        value "Homo sapiens" ,
 
215
        existing-text leave-old } ,
 
216
    also-change-mrna FALSE ,
 
217
    constraint {
 
218
      source {
 
219
        field1
 
220
          textqual taxname ,
 
221
        constraint {
 
222
          match-text "Human immunodeficiency virus" ,
 
223
          match-location starts ,
 
224
          case-sensitive FALSE ,
 
225
          ignore-space TRUE ,
 
226
          ignore-punct TRUE ,
 
227
          whole-word FALSE ,
 
228
          not-present FALSE ,
 
229
          is-all-caps FALSE ,
 
230
          is-all-lower FALSE ,
 
231
          is-all-punct FALSE ,
 
232
          ignore-weasel FALSE } ,
 
233
        type-constraint any } } } ,
 
234
  aecr {
 
235
    action
 
236
      edit {
 
237
        edit {
 
238
          find-txt " " ,
 
239
          location beginning ,
 
240
          case-insensitive FALSE } ,
 
241
        field
 
242
          pub title } ,
 
243
    also-change-mrna FALSE } ,
 
244
  fix-pub-caps {
 
245
    title FALSE ,
 
246
    authors FALSE ,
 
247
    affiliation TRUE ,
 
248
    affil-country FALSE ,
 
249
    punct-only FALSE ,
 
250
    constraint {
 
251
      pub {
 
252
        type any ,
 
253
        special-field {
 
254
          field title ,
 
255
          constraint
 
256
            is-all-caps NULL } } ,
 
257
      pub {
 
258
        type any ,
 
259
        special-field {
 
260
          field authors ,
 
261
          constraint
 
262
            is-all-caps NULL } } ,
 
263
      pub {
 
264
        type any ,
 
265
        special-field {
 
266
          field journal ,
 
267
          constraint
 
268
            is-all-caps NULL } } ,
 
269
      pub {
 
270
        type any ,
 
271
        special-field {
 
272
          field issue ,
 
273
          constraint
 
274
            is-all-caps NULL } } ,
 
275
      pub {
 
276
        type any ,
 
277
        special-field {
 
278
          field pages ,
 
279
          constraint
 
280
            is-all-caps NULL } } ,
 
281
      pub {
 
282
        type any ,
 
283
        special-field {
 
284
          field serial-number ,
 
285
          constraint
 
286
            is-all-caps NULL } } ,
 
287
      pub {
 
288
        type any ,
 
289
        special-field {
 
290
          field cit ,
 
291
          constraint
 
292
            is-all-caps NULL } } ,
 
293
      pub {
 
294
        type any ,
 
295
        special-field {
 
296
          field affiliation ,
 
297
          constraint
 
298
            is-all-caps NULL } } ,
 
299
      pub {
 
300
        type any ,
 
301
        special-field {
 
302
          field affil-div ,
 
303
          constraint
 
304
            is-all-caps NULL } } ,
 
305
      pub {
 
306
        type any ,
 
307
        special-field {
 
308
          field affil-city ,
 
309
          constraint
 
310
            is-all-caps NULL } } ,
 
311
      pub {
 
312
        type any ,
 
313
        special-field {
 
314
          field affil-sub ,
 
315
          constraint
 
316
            is-all-caps NULL } } ,
 
317
      pub {
 
318
        type any ,
 
319
        special-field {
 
320
          field affil-country ,
 
321
          constraint
 
322
            is-all-caps NULL } } ,
 
323
      pub {
 
324
        type any ,
 
325
        special-field {
 
326
          field affil-street ,
 
327
          constraint
 
328
            is-all-caps NULL } } ,
 
329
      pub {
 
330
        type any ,
 
331
        special-field {
 
332
          field affil-email ,
 
333
          constraint
 
334
            is-all-caps NULL } } ,
 
335
      pub {
 
336
        type any ,
 
337
        special-field {
 
338
          field affil-fax ,
 
339
          constraint
 
340
            is-all-caps NULL } } ,
 
341
      pub {
 
342
        type any ,
 
343
        special-field {
 
344
          field affil-phone ,
 
345
          constraint
 
346
            is-all-caps NULL } } ,
 
347
      pub {
 
348
        type any ,
 
349
        special-field {
 
350
          field affil-zipcode ,
 
351
          constraint
 
352
            is-all-caps NULL } } } } ,
 
353
  fix-pub-caps {
 
354
    title FALSE ,
 
355
    authors FALSE ,
 
356
    affiliation TRUE ,
 
357
    affil-country FALSE ,
 
358
    punct-only FALSE ,
 
359
    constraint {
 
360
      pub {
 
361
        type any ,
 
362
        special-field {
 
363
          field affiliation ,
 
364
          constraint
 
365
            is-all-caps NULL } } ,
 
366
      pub {
 
367
        type any ,
 
368
        special-field {
 
369
          field affil-div ,
 
370
          constraint
 
371
            is-all-caps NULL } } ,
 
372
      pub {
 
373
        type any ,
 
374
        special-field {
 
375
          field affil-city ,
 
376
          constraint
 
377
            is-all-caps NULL } } ,
 
378
      pub {
 
379
        type any ,
 
380
        special-field {
 
381
          field affil-sub ,
 
382
          constraint
 
383
            is-all-caps NULL } } ,
 
384
      pub {
 
385
        type any ,
 
386
        special-field {
 
387
          field affil-country ,
 
388
          constraint
 
389
            is-all-caps NULL } } ,
 
390
      pub {
 
391
        type any ,
 
392
        special-field {
 
393
          field affil-street ,
 
394
          constraint
 
395
            is-all-caps NULL } } ,
 
396
      pub {
 
397
        type any ,
 
398
        special-field {
 
399
          field affil-zipcode ,
 
400
          constraint
 
401
            is-all-caps NULL } } } } ,
 
402
  fix-pub-caps {
 
403
    title FALSE ,
 
404
    authors FALSE ,
 
405
    affiliation TRUE ,
 
406
    affil-country FALSE ,
 
407
    punct-only FALSE ,
 
408
    constraint {
 
409
      pub {
 
410
        type any ,
 
411
        special-field {
 
412
          field title ,
 
413
          constraint
 
414
            is-all-lower NULL } } ,
 
415
      pub {
 
416
        type any ,
 
417
        special-field {
 
418
          field authors ,
 
419
          constraint
 
420
            is-all-lower NULL } } ,
 
421
      pub {
 
422
        type any ,
 
423
        special-field {
 
424
          field journal ,
 
425
          constraint
 
426
            is-all-lower NULL } } ,
 
427
      pub {
 
428
        type any ,
 
429
        special-field {
 
430
          field issue ,
 
431
          constraint
 
432
            is-all-lower NULL } } ,
 
433
      pub {
 
434
        type any ,
 
435
        special-field {
 
436
          field pages ,
 
437
          constraint
 
438
            is-all-lower NULL } } ,
 
439
      pub {
 
440
        type any ,
 
441
        special-field {
 
442
          field serial-number ,
 
443
          constraint
 
444
            is-all-lower NULL } } ,
 
445
      pub {
 
446
        type any ,
 
447
        special-field {
 
448
          field cit ,
 
449
          constraint
 
450
            is-all-lower NULL } } ,
 
451
      pub {
 
452
        type any ,
 
453
        special-field {
 
454
          field affiliation ,
 
455
          constraint
 
456
            is-all-lower NULL } } ,
 
457
      pub {
 
458
        type any ,
 
459
        special-field {
 
460
          field affil-div ,
 
461
          constraint
 
462
            is-all-lower NULL } } ,
 
463
      pub {
 
464
        type any ,
 
465
        special-field {
 
466
          field affil-city ,
 
467
          constraint
 
468
            is-all-lower NULL } } ,
 
469
      pub {
 
470
        type any ,
 
471
        special-field {
 
472
          field affil-sub ,
 
473
          constraint
 
474
            is-all-lower NULL } } ,
 
475
      pub {
 
476
        type any ,
 
477
        special-field {
 
478
          field affil-country ,
 
479
          constraint
 
480
            is-all-lower NULL } } ,
 
481
      pub {
 
482
        type any ,
 
483
        special-field {
 
484
          field affil-street ,
 
485
          constraint
 
486
            is-all-lower NULL } } ,
 
487
      pub {
 
488
        type any ,
 
489
        special-field {
 
490
          field affil-email ,
 
491
          constraint
 
492
            is-all-lower NULL } } ,
 
493
      pub {
 
494
        type any ,
 
495
        special-field {
 
496
          field affil-fax ,
 
497
          constraint
 
498
            is-all-lower NULL } } ,
 
499
      pub {
 
500
        type any ,
 
501
        special-field {
 
502
          field affil-phone ,
 
503
          constraint
 
504
            is-all-lower NULL } } ,
 
505
      pub {
 
506
        type any ,
 
507
        special-field {
 
508
          field affil-zipcode ,
 
509
          constraint
 
510
            is-all-lower NULL } } } } ,
 
511
  fix-pub-caps {
 
512
    title FALSE ,
 
513
    authors FALSE ,
 
514
    affiliation TRUE ,
 
515
    affil-country FALSE ,
 
516
    punct-only FALSE ,
 
517
    constraint {
 
518
      pub {
 
519
        type any ,
 
520
        special-field {
 
521
          field affiliation ,
 
522
          constraint
 
523
            is-all-lower NULL } } ,
 
524
      pub {
 
525
        type any ,
 
526
        special-field {
 
527
          field affil-div ,
 
528
          constraint
 
529
            is-all-lower NULL } } ,
 
530
      pub {
 
531
        type any ,
 
532
        special-field {
 
533
          field affil-city ,
 
534
          constraint
 
535
            is-all-lower NULL } } ,
 
536
      pub {
 
537
        type any ,
 
538
        special-field {
 
539
          field affil-sub ,
 
540
          constraint
 
541
            is-all-lower NULL } } ,
 
542
      pub {
 
543
        type any ,
 
544
        special-field {
 
545
          field affil-country ,
 
546
          constraint
 
547
            is-all-lower NULL } } ,
 
548
      pub {
 
549
        type any ,
 
550
        special-field {
 
551
          field affil-street ,
 
552
          constraint
 
553
            is-all-lower NULL } } ,
 
554
      pub {
 
555
        type any ,
 
556
        special-field {
 
557
          field affil-phone ,
 
558
          constraint
 
559
            is-all-lower NULL } } ,
 
560
      pub {
 
561
        type any ,
 
562
        special-field {
 
563
          field affil-zipcode ,
 
564
          constraint
 
565
            is-all-lower NULL } } } } ,
 
566
  fix-pub-caps {
 
567
    title TRUE ,
 
568
    authors FALSE ,
 
569
    affiliation FALSE ,
 
570
    affil-country FALSE ,
 
571
    punct-only FALSE ,
 
572
    constraint {
 
573
      pub {
 
574
        type any ,
 
575
        special-field {
 
576
          field title ,
 
577
          constraint
 
578
            is-all-caps NULL } } } } ,
 
579
  fix-pub-caps {
 
580
    title TRUE ,
 
581
    authors FALSE ,
 
582
    affiliation FALSE ,
 
583
    affil-country FALSE ,
 
584
    punct-only FALSE ,
 
585
    constraint {
 
586
      pub {
 
587
        type any ,
 
588
        special-field {
 
589
          field title ,
 
590
          constraint
 
591
            is-all-lower NULL } } } } ,
 
592
  fix-pub-caps {
 
593
    title FALSE ,
 
594
    authors TRUE ,
 
595
    affiliation FALSE ,
 
596
    affil-country FALSE ,
 
597
    punct-only FALSE ,
 
598
    constraint {
 
599
      pub {
 
600
        type any ,
 
601
        special-field {
 
602
          field authors ,
 
603
          constraint
 
604
            is-all-caps NULL } } } } ,
 
605
  fix-pub-caps {
 
606
    title FALSE ,
 
607
    authors TRUE ,
 
608
    affiliation FALSE ,
 
609
    affil-country FALSE ,
 
610
    punct-only FALSE ,
 
611
    constraint {
 
612
      pub {
 
613
        type any ,
 
614
        special-field {
 
615
          field authors ,
 
616
          constraint
 
617
            is-all-lower NULL } } } } ,
 
618
  fix-pub-caps {
 
619
    title FALSE ,
 
620
    authors FALSE ,
 
621
    affiliation FALSE ,
 
622
    affil-country TRUE ,
 
623
    punct-only FALSE } ,
 
624
  fix-pub-caps {
 
625
    title FALSE ,
 
626
    authors FALSE ,
 
627
    affiliation TRUE ,
 
628
    affil-country FALSE ,
 
629
    punct-only TRUE } ,
 
630
  aecr {
 
631
    action
 
632
      remove {
 
633
        field
 
634
          pub affil-sub } ,
 
635
    also-change-mrna FALSE ,
 
636
    constraint {
 
637
      pub {
 
638
        type any ,
 
639
        special-field {
 
640
          field affil-sub ,
 
641
          constraint
 
642
            is-all-punct NULL } } } } ,
 
643
  aecr {
 
644
    action
 
645
      remove {
 
646
        field
 
647
          pub affil-sub } ,
 
648
    also-change-mrna FALSE ,
 
649
    constraint {
 
650
      pub {
 
651
        type any ,
 
652
        field {
 
653
          field affil-sub ,
 
654
          constraint {
 
655
            match-text "N/A" ,
 
656
            match-location equals ,
 
657
            case-sensitive FALSE ,
 
658
            ignore-space FALSE ,
 
659
            ignore-punct FALSE ,
 
660
            ignore-words {
 
661
              {
 
662
                word "N/A" ,
 
663
                synonyms {
 
664
                  "none" } ,
 
665
                case-sensitive FALSE ,
 
666
                whole-word FALSE } } ,
 
667
            whole-word FALSE ,
 
668
            not-present FALSE ,
 
669
            is-all-caps FALSE ,
 
670
            is-all-lower FALSE ,
 
671
            is-all-punct FALSE ,
 
672
            ignore-weasel FALSE } } } } } ,
 
673
  aecr {
 
674
    action
 
675
      remove {
 
676
        field
 
677
          pub affil-zipcode } ,
 
678
    also-change-mrna FALSE ,
 
679
    constraint {
 
680
      pub {
 
681
        type any ,
 
682
        special-field {
 
683
          field affil-zipcode ,
 
684
          constraint
 
685
            is-all-punct NULL } } } } ,
 
686
  aecr {
 
687
    action
 
688
      remove {
 
689
        field
 
690
          pub affil-zipcode } ,
 
691
    also-change-mrna FALSE ,
 
692
    constraint {
 
693
      pub {
 
694
        type any ,
 
695
        field {
 
696
          field affil-zipcode ,
 
697
          constraint {
 
698
            match-text "N/A" ,
 
699
            match-location equals ,
 
700
            case-sensitive FALSE ,
 
701
            ignore-space FALSE ,
 
702
            ignore-punct FALSE ,
 
703
            ignore-words {
 
704
              {
 
705
                word "N/A" ,
 
706
                synonyms {
 
707
                  "none" } ,
 
708
                case-sensitive FALSE ,
 
709
                whole-word FALSE } } ,
 
710
            whole-word FALSE ,
 
711
            not-present FALSE ,
 
712
            is-all-caps FALSE ,
 
713
            is-all-lower FALSE ,
 
714
            is-all-punct FALSE ,
 
715
            ignore-weasel FALSE } } } } } ,
 
716
  aecr {
 
717
    action
 
718
      remove {
 
719
        field
 
720
          pub affiliation } ,
 
721
    also-change-mrna FALSE ,
 
722
    constraint {
 
723
      pub {
 
724
        type any ,
 
725
        special-field {
 
726
          field affiliation ,
 
727
          constraint
 
728
            is-all-punct NULL } } } } ,
 
729
  aecr {
 
730
    action
 
731
      remove {
 
732
        field
 
733
          pub affiliation } ,
 
734
    also-change-mrna FALSE ,
 
735
    constraint {
 
736
      pub {
 
737
        type any ,
 
738
        field {
 
739
          field affiliation ,
 
740
          constraint {
 
741
            match-text "N/A" ,
 
742
            match-location equals ,
 
743
            case-sensitive FALSE ,
 
744
            ignore-space FALSE ,
 
745
            ignore-punct FALSE ,
 
746
            ignore-words {
 
747
              {
 
748
                word "N/A" ,
 
749
                synonyms {
 
750
                  "none" } ,
 
751
                case-sensitive FALSE ,
 
752
                whole-word FALSE } } ,
 
753
            whole-word FALSE ,
 
754
            not-present FALSE ,
 
755
            is-all-caps FALSE ,
 
756
            is-all-lower FALSE ,
 
757
            is-all-punct FALSE ,
 
758
            ignore-weasel FALSE } } } } } ,
 
759
  aecr {
 
760
    action
 
761
      remove {
 
762
        field
 
763
          pub affil-div } ,
 
764
    also-change-mrna FALSE ,
 
765
    constraint {
 
766
      pub {
 
767
        type any ,
 
768
        special-field {
 
769
          field affil-div ,
 
770
          constraint
 
771
            is-all-punct NULL } } } } ,
 
772
  aecr {
 
773
    action
 
774
      remove {
 
775
        field
 
776
          pub affil-div } ,
 
777
    also-change-mrna FALSE ,
 
778
    constraint {
 
779
      pub {
 
780
        type any ,
 
781
        field {
 
782
          field affil-div ,
 
783
          constraint {
 
784
            match-text "N/A" ,
 
785
            match-location equals ,
 
786
            case-sensitive FALSE ,
 
787
            ignore-space FALSE ,
 
788
            ignore-punct FALSE ,
 
789
            ignore-words {
 
790
              {
 
791
                word "N/A" ,
 
792
                synonyms {
 
793
                  "none" } ,
 
794
                case-sensitive FALSE ,
 
795
                whole-word FALSE } } ,
 
796
            whole-word FALSE ,
 
797
            not-present FALSE ,
 
798
            is-all-caps FALSE ,
 
799
            is-all-lower FALSE ,
 
800
            is-all-punct FALSE ,
 
801
            ignore-weasel FALSE } } } } } ,
 
802
  aecr {
 
803
    action
 
804
      remove {
 
805
        field
 
806
          pub affil-street } ,
 
807
    also-change-mrna FALSE ,
 
808
    constraint {
 
809
      pub {
 
810
        type any ,
 
811
        special-field {
 
812
          field affil-street ,
 
813
          constraint
 
814
            is-all-punct NULL } } } } ,
 
815
  aecr {
 
816
    action
 
817
      remove {
 
818
        field
 
819
          pub affil-street } ,
 
820
    also-change-mrna FALSE ,
 
821
    constraint {
 
822
      pub {
 
823
        type any ,
 
824
        field {
 
825
          field affil-street ,
 
826
          constraint {
 
827
            match-text "N/A" ,
 
828
            match-location equals ,
 
829
            case-sensitive FALSE ,
 
830
            ignore-space FALSE ,
 
831
            ignore-punct FALSE ,
 
832
            ignore-words {
 
833
              {
 
834
                word "N/A" ,
 
835
                synonyms {
 
836
                  "none" } ,
 
837
                case-sensitive FALSE ,
 
838
                whole-word FALSE } } ,
 
839
            whole-word FALSE ,
 
840
            not-present FALSE ,
 
841
            is-all-caps FALSE ,
 
842
            is-all-lower FALSE ,
 
843
            is-all-punct FALSE ,
 
844
            ignore-weasel FALSE } } } } } ,
 
845
  aecr {
 
846
    action
 
847
      remove {
 
848
        field
 
849
          pub affil-city } ,
 
850
    also-change-mrna FALSE ,
 
851
    constraint {
 
852
      pub {
 
853
        type any ,
 
854
        special-field {
 
855
          field affil-city ,
 
856
          constraint
 
857
            is-all-punct NULL } } } } ,
 
858
  aecr {
 
859
    action
 
860
      remove {
 
861
        field
 
862
          pub affil-city } ,
 
863
    also-change-mrna FALSE ,
 
864
    constraint {
 
865
      pub {
 
866
        type any ,
 
867
        field {
 
868
          field affil-city ,
 
869
          constraint {
 
870
            match-text "N/A" ,
 
871
            match-location equals ,
 
872
            case-sensitive FALSE ,
 
873
            ignore-space FALSE ,
 
874
            ignore-punct FALSE ,
 
875
            ignore-words {
 
876
              {
 
877
                word "N/A" ,
 
878
                synonyms {
 
879
                  "none" } ,
 
880
                case-sensitive FALSE ,
 
881
                whole-word FALSE } } ,
 
882
            whole-word FALSE ,
 
883
            not-present FALSE ,
 
884
            is-all-caps FALSE ,
 
885
            is-all-lower FALSE ,
 
886
            is-all-punct FALSE ,
 
887
            ignore-weasel FALSE } } } } } ,
 
888
  fix-pub-caps {
 
889
    title TRUE ,
 
890
    authors FALSE ,
 
891
    affiliation FALSE ,
 
892
    affil-country FALSE ,
 
893
    punct-only FALSE ,
 
894
    constraint {
 
895
      pub {
 
896
        type any ,
 
897
        special-field {
 
898
          field title ,
 
899
          constraint
 
900
            is-all-caps NULL } } } } ,
 
901
  aecr {
 
902
    action
 
903
      edit {
 
904
        edit {
 
905
          find-txt " sp" ,
 
906
          repl-txt " sp.." ,
 
907
          location end ,
 
908
          case-insensitive FALSE } ,
 
909
        field
 
910
          pub title } ,
 
911
    also-change-mrna FALSE } ,
 
912
  aecr {
 
913
    action
 
914
      edit {
 
915
        edit {
 
916
          find-txt " sp." ,
 
917
          repl-txt " sp.." ,
 
918
          location end ,
 
919
          case-insensitive FALSE } ,
 
920
        field
 
921
          pub title } ,
 
922
    also-change-mrna FALSE } ,
 
923
  aecr {
 
924
    action
 
925
      edit {
 
926
        edit {
 
927
          find-txt " spp" ,
 
928
          repl-txt " spp.." ,
 
929
          location end ,
 
930
          case-insensitive FALSE } ,
 
931
        field
 
932
          pub title } ,
 
933
    also-change-mrna FALSE } ,
 
934
  aecr {
 
935
    action
 
936
      edit {
 
937
        edit {
 
938
          find-txt " spp." ,
 
939
          repl-txt " spp.." ,
 
940
          location end ,
 
941
          case-insensitive FALSE } ,
 
942
        field
 
943
          pub title } ,
 
944
    also-change-mrna FALSE } ,
 
945
  remove-descriptor {
 
946
    type publication ,
 
947
    constraint {
 
948
      pub {
 
949
        type unpublished ,
 
950
        special-field {
 
951
          field title ,
 
952
          constraint
 
953
            is-all-punct NULL } } } } ,
 
954
  remove-descriptor {
 
955
    type publication ,
 
956
    constraint {
 
957
      pub {
 
958
        type unpublished ,
 
959
        field {
 
960
          field title ,
 
961
          constraint {
 
962
            match-text "none" ,
 
963
            match-location equals ,
 
964
            case-sensitive FALSE ,
 
965
            ignore-space FALSE ,
 
966
            ignore-punct FALSE ,
 
967
            ignore-words {
 
968
              {
 
969
                word "none" ,
 
970
                synonyms {
 
971
                  "N/A" ,
 
972
                  "to be determined" ,
 
973
                  "not submitted" ,
 
974
                  "nothing" ,
 
975
                  "unpublished" ,
 
976
                  "direct submission" ,
 
977
                  "direct submit" ,
 
978
                  "submit" } ,
 
979
                case-sensitive FALSE ,
 
980
                whole-word FALSE } } ,
 
981
            whole-word FALSE ,
 
982
            not-present FALSE ,
 
983
            is-all-caps FALSE ,
 
984
            is-all-lower FALSE ,
 
985
            is-all-punct FALSE ,
 
986
            ignore-weasel FALSE } } } } } ,
 
987
  remove-descriptor {
 
988
    type publication ,
 
989
    constraint {
 
990
      pub {
 
991
        type unpublished ,
 
992
        special-field {
 
993
          field title ,
 
994
          constraint
 
995
            is-not-present NULL } } } } ,
 
996
  aecr {
 
997
    action
 
998
      apply {
 
999
        field
 
1000
          source-qual
 
1001
            textqual nat-host ,
 
1002
        value "Homo sapiens" ,
 
1003
        existing-text replace-old } ,
 
1004
    also-change-mrna FALSE ,
 
1005
    constraint {
 
1006
      source {
 
1007
        field1
 
1008
          textqual nat-host ,
 
1009
        constraint {
 
1010
          match-text "human" ,
 
1011
          match-location equals ,
 
1012
          case-sensitive FALSE ,
 
1013
          ignore-space FALSE ,
 
1014
          ignore-punct FALSE ,
 
1015
          ignore-words {
 
1016
            {
 
1017
              word "human" ,
 
1018
              synonyms {
 
1019
                "humans" } ,
 
1020
              case-sensitive FALSE ,
 
1021
              whole-word FALSE } } ,
 
1022
          whole-word FALSE ,
 
1023
          not-present FALSE ,
 
1024
          is-all-caps FALSE ,
 
1025
          is-all-lower FALSE ,
 
1026
          is-all-punct FALSE ,
 
1027
          ignore-weasel FALSE } ,
 
1028
        type-constraint any } } } ,
 
1029
  aecr {
 
1030
    action
 
1031
      apply {
 
1032
        field
 
1033
          source-qual
 
1034
            location mitochondrion ,
 
1035
        value "TRUE" ,
 
1036
        existing-text replace-old } ,
 
1037
    also-change-mrna FALSE ,
 
1038
    constraint {
 
1039
      field {
 
1040
        field
 
1041
          feature-field {
 
1042
            type d-loop ,
 
1043
            field
 
1044
              legal-qual note } ,
 
1045
        string-constraint {
 
1046
          match-text "control region" ,
 
1047
          match-location equals ,
 
1048
          case-sensitive FALSE ,
 
1049
          ignore-space TRUE ,
 
1050
          ignore-punct TRUE ,
 
1051
          ignore-words {
 
1052
            {
 
1053
              word "control region" ,
 
1054
              case-sensitive FALSE ,
 
1055
              whole-word FALSE } } ,
 
1056
          whole-word FALSE ,
 
1057
          not-present FALSE ,
 
1058
          is-all-caps FALSE ,
 
1059
          is-all-lower FALSE ,
 
1060
          is-all-punct FALSE ,
 
1061
          ignore-weasel FALSE } } ,
 
1062
      string {
 
1063
        match-text "mitochondrion" ,
 
1064
        match-location equals ,
 
1065
        case-sensitive TRUE ,
 
1066
        ignore-space FALSE ,
 
1067
        ignore-punct FALSE ,
 
1068
        whole-word FALSE ,
 
1069
        not-present TRUE ,
 
1070
        is-all-caps FALSE ,
 
1071
        is-all-lower FALSE ,
 
1072
        is-all-punct FALSE ,
 
1073
        ignore-weasel FALSE } } } ,
 
1074
  aecr {
 
1075
    action
 
1076
      apply {
 
1077
        field
 
1078
          source-qual
 
1079
            location mitochondrion ,
 
1080
        value "TRUE" ,
 
1081
        existing-text replace-old } ,
 
1082
    also-change-mrna FALSE ,
 
1083
    constraint {
 
1084
      field {
 
1085
        field
 
1086
          feature-field {
 
1087
            type misc-feature ,
 
1088
            field
 
1089
              legal-qual note } ,
 
1090
        string-constraint {
 
1091
          match-text "control region" ,
 
1092
          match-location equals ,
 
1093
          case-sensitive FALSE ,
 
1094
          ignore-space TRUE ,
 
1095
          ignore-punct FALSE ,
 
1096
          whole-word FALSE ,
 
1097
          not-present FALSE ,
 
1098
          is-all-caps FALSE ,
 
1099
          is-all-lower FALSE ,
 
1100
          is-all-punct FALSE ,
 
1101
          ignore-weasel FALSE } } ,
 
1102
      string {
 
1103
        match-text "mitochondrion" ,
 
1104
        match-location equals ,
 
1105
        case-sensitive TRUE ,
 
1106
        ignore-space FALSE ,
 
1107
        ignore-punct FALSE ,
 
1108
        whole-word FALSE ,
 
1109
        not-present TRUE ,
 
1110
        is-all-caps FALSE ,
 
1111
        is-all-lower FALSE ,
 
1112
        is-all-punct FALSE ,
 
1113
        ignore-weasel FALSE } } } ,
 
1114
  aecr {
 
1115
    action
 
1116
      apply {
 
1117
        field
 
1118
          source-qual
 
1119
            location mitochondrion ,
 
1120
        value "TRUE" ,
 
1121
        existing-text replace-old } ,
 
1122
    also-change-mrna FALSE ,
 
1123
    constraint {
 
1124
      sequence {
 
1125
        seqtype
 
1126
          nucleotide NULL ,
 
1127
        feature d-loop ,
 
1128
        num-features
 
1129
          equals 1 ,
 
1130
        strandedness any } ,
 
1131
      string {
 
1132
        match-text "mitochondrion" ,
 
1133
        match-location equals ,
 
1134
        case-sensitive TRUE ,
 
1135
        ignore-space FALSE ,
 
1136
        ignore-punct FALSE ,
 
1137
        whole-word FALSE ,
 
1138
        not-present TRUE ,
 
1139
        is-all-caps FALSE ,
 
1140
        is-all-lower FALSE ,
 
1141
        is-all-punct FALSE ,
 
1142
        ignore-weasel FALSE } } } ,
 
1143
  fix-caps
 
1144
    src-country NULL ,
 
1145
  fix-caps
 
1146
    src-qual sex ,
 
1147
  fix-caps
 
1148
    src-qual nat-host ,
 
1149
  fix-caps
 
1150
    src-qual isolation-source ,
 
1151
  fix-caps
 
1152
    src-qual dev-stage ,
 
1153
  fix-caps
 
1154
    src-qual tissue-type ,
 
1155
  fix-caps
 
1156
    src-qual lab-host ,
 
1157
  aecr {
 
1158
    action
 
1159
      convert {
 
1160
        fields
 
1161
          feature-field {
 
1162
            type any ,
 
1163
            field-from
 
1164
              legal-qual standard-name ,
 
1165
            field-to
 
1166
              legal-qual note } ,
 
1167
        strip-name FALSE ,
 
1168
        keep-original FALSE ,
 
1169
        capitalization none ,
 
1170
        existing-text append-semi } ,
 
1171
    also-change-mrna FALSE } ,
 
1172
  fix-format
 
1173
    collection-date NULL ,
 
1174
  aecr {
 
1175
    action
 
1176
      remove {
 
1177
        field
 
1178
          source-qual
 
1179
            location nucleomorph } ,
 
1180
    also-change-mrna FALSE ,
 
1181
    constraint {
 
1182
      source {
 
1183
        field1
 
1184
          textqual dbxref ,
 
1185
        constraint {
 
1186
          match-text "taxon:" ,
 
1187
          match-location starts ,
 
1188
          case-sensitive TRUE ,
 
1189
          ignore-space FALSE ,
 
1190
          ignore-punct FALSE ,
 
1191
          whole-word FALSE ,
 
1192
          not-present FALSE ,
 
1193
          is-all-caps FALSE ,
 
1194
          is-all-lower FALSE ,
 
1195
          is-all-punct FALSE ,
 
1196
          ignore-weasel FALSE } ,
 
1197
        type-constraint any } ,
 
1198
      source {
 
1199
        field1
 
1200
          textqual division ,
 
1201
        type-constraint any } ,
 
1202
      source {
 
1203
        field1
 
1204
          textqual lineage ,
 
1205
        type-constraint any } ,
 
1206
      source {
 
1207
        field1
 
1208
          textqual lineage ,
 
1209
        constraint {
 
1210
          match-text "Chlorarachniophyceae" ,
 
1211
          match-location contains ,
 
1212
          case-sensitive TRUE ,
 
1213
          ignore-space FALSE ,
 
1214
          ignore-punct FALSE ,
 
1215
          whole-word FALSE ,
 
1216
          not-present TRUE ,
 
1217
          is-all-caps FALSE ,
 
1218
          is-all-lower FALSE ,
 
1219
          is-all-punct FALSE ,
 
1220
          ignore-weasel FALSE } ,
 
1221
        type-constraint any } ,
 
1222
      source {
 
1223
        field1
 
1224
          textqual lineage ,
 
1225
        constraint {
 
1226
          match-text "Cryptophyta" ,
 
1227
          match-location contains ,
 
1228
          case-sensitive TRUE ,
 
1229
          ignore-space FALSE ,
 
1230
          ignore-punct FALSE ,
 
1231
          whole-word FALSE ,
 
1232
          not-present TRUE ,
 
1233
          is-all-caps FALSE ,
 
1234
          is-all-lower FALSE ,
 
1235
          is-all-punct FALSE ,
 
1236
          ignore-weasel FALSE } ,
 
1237
        type-constraint any } } } ,
 
1238
  aecr {
 
1239
    action
 
1240
      remove {
 
1241
        field
 
1242
          source-qual
 
1243
            textqual orgmod-note } ,
 
1244
    also-change-mrna FALSE ,
 
1245
    constraint {
 
1246
      source {
 
1247
        field1
 
1248
          textqual orgmod-note ,
 
1249
        constraint {
 
1250
          match-text "Organelle: nucleomorph" ,
 
1251
          match-location equals ,
 
1252
          case-sensitive FALSE ,
 
1253
          ignore-space FALSE ,
 
1254
          ignore-punct FALSE ,
 
1255
          whole-word FALSE ,
 
1256
          not-present FALSE ,
 
1257
          is-all-caps FALSE ,
 
1258
          is-all-lower FALSE ,
 
1259
          is-all-punct FALSE ,
 
1260
          ignore-weasel FALSE } ,
 
1261
        type-constraint any } ,
 
1262
      source {
 
1263
        field1
 
1264
          textqual dbxref ,
 
1265
        constraint {
 
1266
          match-text "taxon:" ,
 
1267
          match-location starts ,
 
1268
          case-sensitive TRUE ,
 
1269
          ignore-space FALSE ,
 
1270
          ignore-punct FALSE ,
 
1271
          whole-word FALSE ,
 
1272
          not-present FALSE ,
 
1273
          is-all-caps FALSE ,
 
1274
          is-all-lower FALSE ,
 
1275
          is-all-punct FALSE ,
 
1276
          ignore-weasel FALSE } ,
 
1277
        type-constraint any } ,
 
1278
      source {
 
1279
        field1
 
1280
          textqual division ,
 
1281
        type-constraint any } ,
 
1282
      source {
 
1283
        field1
 
1284
          textqual lineage ,
 
1285
        type-constraint any } ,
 
1286
      source {
 
1287
        field1
 
1288
          textqual lineage ,
 
1289
        constraint {
 
1290
          match-text "Chlorarachniophyceae" ,
 
1291
          match-location contains ,
 
1292
          case-sensitive TRUE ,
 
1293
          ignore-space FALSE ,
 
1294
          ignore-punct FALSE ,
 
1295
          whole-word FALSE ,
 
1296
          not-present TRUE ,
 
1297
          is-all-caps FALSE ,
 
1298
          is-all-lower FALSE ,
 
1299
          is-all-punct FALSE ,
 
1300
          ignore-weasel FALSE } ,
 
1301
        type-constraint any } ,
 
1302
      source {
 
1303
        field1
 
1304
          textqual lineage ,
 
1305
        constraint {
 
1306
          match-text "Cryptophyta" ,
 
1307
          match-location contains ,
 
1308
          case-sensitive TRUE ,
 
1309
          ignore-space FALSE ,
 
1310
          ignore-punct FALSE ,
 
1311
          whole-word FALSE ,
 
1312
          not-present TRUE ,
 
1313
          is-all-caps FALSE ,
 
1314
          is-all-lower FALSE ,
 
1315
          is-all-punct FALSE ,
 
1316
          ignore-weasel FALSE } ,
 
1317
        type-constraint any } } } ,
 
1318
  aecr {
 
1319
    action
 
1320
      remove {
 
1321
        field
 
1322
          source-qual
 
1323
            textqual orgmod-note } ,
 
1324
    also-change-mrna FALSE ,
 
1325
    constraint {
 
1326
      source {
 
1327
        field1
 
1328
          textqual orgmod-note ,
 
1329
        constraint {
 
1330
          match-text "nucleomorph" ,
 
1331
          match-location equals ,
 
1332
          case-sensitive FALSE ,
 
1333
          ignore-space FALSE ,
 
1334
          ignore-punct FALSE ,
 
1335
          whole-word FALSE ,
 
1336
          not-present FALSE ,
 
1337
          is-all-caps FALSE ,
 
1338
          is-all-lower FALSE ,
 
1339
          is-all-punct FALSE ,
 
1340
          ignore-weasel FALSE } ,
 
1341
        type-constraint any } ,
 
1342
      source {
 
1343
        field1
 
1344
          textqual dbxref ,
 
1345
        constraint {
 
1346
          match-text "taxon:" ,
 
1347
          match-location starts ,
 
1348
          case-sensitive TRUE ,
 
1349
          ignore-space FALSE ,
 
1350
          ignore-punct FALSE ,
 
1351
          whole-word FALSE ,
 
1352
          not-present FALSE ,
 
1353
          is-all-caps FALSE ,
 
1354
          is-all-lower FALSE ,
 
1355
          is-all-punct FALSE ,
 
1356
          ignore-weasel FALSE } ,
 
1357
        type-constraint any } ,
 
1358
      source {
 
1359
        field1
 
1360
          textqual division ,
 
1361
        type-constraint any } ,
 
1362
      source {
 
1363
        field1
 
1364
          textqual lineage ,
 
1365
        type-constraint any } ,
 
1366
      source {
 
1367
        field1
 
1368
          textqual lineage ,
 
1369
        constraint {
 
1370
          match-text "Chlorarachniophyceae" ,
 
1371
          match-location contains ,
 
1372
          case-sensitive TRUE ,
 
1373
          ignore-space FALSE ,
 
1374
          ignore-punct FALSE ,
 
1375
          whole-word FALSE ,
 
1376
          not-present TRUE ,
 
1377
          is-all-caps FALSE ,
 
1378
          is-all-lower FALSE ,
 
1379
          is-all-punct FALSE ,
 
1380
          ignore-weasel FALSE } ,
 
1381
        type-constraint any } ,
 
1382
      source {
 
1383
        field1
 
1384
          textqual lineage ,
 
1385
        constraint {
 
1386
          match-text "Cryptophyta" ,
 
1387
          match-location contains ,
 
1388
          case-sensitive TRUE ,
 
1389
          ignore-space FALSE ,
 
1390
          ignore-punct FALSE ,
 
1391
          whole-word FALSE ,
 
1392
          not-present TRUE ,
 
1393
          is-all-caps FALSE ,
 
1394
          is-all-lower FALSE ,
 
1395
          is-all-punct FALSE ,
 
1396
          ignore-weasel FALSE } ,
 
1397
        type-constraint any } } } ,
 
1398
  aecr {
 
1399
    action
 
1400
      remove {
 
1401
        field
 
1402
          source-qual
 
1403
            textqual subsource-note } ,
 
1404
    also-change-mrna FALSE ,
 
1405
    constraint {
 
1406
      source {
 
1407
        field1
 
1408
          textqual subsource-note ,
 
1409
        constraint {
 
1410
          match-text "Organelle: nucleomorph" ,
 
1411
          match-location equals ,
 
1412
          case-sensitive FALSE ,
 
1413
          ignore-space FALSE ,
 
1414
          ignore-punct FALSE ,
 
1415
          whole-word FALSE ,
 
1416
          not-present FALSE ,
 
1417
          is-all-caps FALSE ,
 
1418
          is-all-lower FALSE ,
 
1419
          is-all-punct FALSE ,
 
1420
          ignore-weasel FALSE } ,
 
1421
        type-constraint any } ,
 
1422
      source {
 
1423
        field1
 
1424
          textqual dbxref ,
 
1425
        constraint {
 
1426
          match-text "taxon:" ,
 
1427
          match-location starts ,
 
1428
          case-sensitive TRUE ,
 
1429
          ignore-space FALSE ,
 
1430
          ignore-punct FALSE ,
 
1431
          whole-word FALSE ,
 
1432
          not-present FALSE ,
 
1433
          is-all-caps FALSE ,
 
1434
          is-all-lower FALSE ,
 
1435
          is-all-punct FALSE ,
 
1436
          ignore-weasel FALSE } ,
 
1437
        type-constraint any } ,
 
1438
      source {
 
1439
        field1
 
1440
          textqual division ,
 
1441
        type-constraint any } ,
 
1442
      source {
 
1443
        field1
 
1444
          textqual lineage ,
 
1445
        type-constraint any } ,
 
1446
      source {
 
1447
        field1
 
1448
          textqual lineage ,
 
1449
        constraint {
 
1450
          match-text "Chlorarachniophyceae" ,
 
1451
          match-location contains ,
 
1452
          case-sensitive TRUE ,
 
1453
          ignore-space FALSE ,
 
1454
          ignore-punct FALSE ,
 
1455
          whole-word FALSE ,
 
1456
          not-present TRUE ,
 
1457
          is-all-caps FALSE ,
 
1458
          is-all-lower FALSE ,
 
1459
          is-all-punct FALSE ,
 
1460
          ignore-weasel FALSE } ,
 
1461
        type-constraint any } ,
 
1462
      source {
 
1463
        field1
 
1464
          textqual lineage ,
 
1465
        constraint {
 
1466
          match-text "Cryptophyta" ,
 
1467
          match-location contains ,
 
1468
          case-sensitive TRUE ,
 
1469
          ignore-space FALSE ,
 
1470
          ignore-punct FALSE ,
 
1471
          whole-word FALSE ,
 
1472
          not-present TRUE ,
 
1473
          is-all-caps FALSE ,
 
1474
          is-all-lower FALSE ,
 
1475
          is-all-punct FALSE ,
 
1476
          ignore-weasel FALSE } ,
 
1477
        type-constraint any } } } ,
 
1478
  aecr {
 
1479
    action
 
1480
      remove {
 
1481
        field
 
1482
          source-qual
 
1483
            textqual subsource-note } ,
 
1484
    also-change-mrna FALSE ,
 
1485
    constraint {
 
1486
      source {
 
1487
        field1
 
1488
          textqual subsource-note ,
 
1489
        constraint {
 
1490
          match-text "nucleomorph" ,
 
1491
          match-location equals ,
 
1492
          case-sensitive FALSE ,
 
1493
          ignore-space FALSE ,
 
1494
          ignore-punct FALSE ,
 
1495
          whole-word FALSE ,
 
1496
          not-present FALSE ,
 
1497
          is-all-caps FALSE ,
 
1498
          is-all-lower FALSE ,
 
1499
          is-all-punct FALSE ,
 
1500
          ignore-weasel FALSE } ,
 
1501
        type-constraint any } ,
 
1502
      source {
 
1503
        field1
 
1504
          textqual dbxref ,
 
1505
        constraint {
 
1506
          match-text "taxon:" ,
 
1507
          match-location starts ,
 
1508
          case-sensitive TRUE ,
 
1509
          ignore-space FALSE ,
 
1510
          ignore-punct FALSE ,
 
1511
          whole-word FALSE ,
 
1512
          not-present FALSE ,
 
1513
          is-all-caps FALSE ,
 
1514
          is-all-lower FALSE ,
 
1515
          is-all-punct FALSE ,
 
1516
          ignore-weasel FALSE } ,
 
1517
        type-constraint any } ,
 
1518
      source {
 
1519
        field1
 
1520
          textqual division ,
 
1521
        type-constraint any } ,
 
1522
      source {
 
1523
        field1
 
1524
          textqual lineage ,
 
1525
        type-constraint any } ,
 
1526
      source {
 
1527
        field1
 
1528
          textqual lineage ,
 
1529
        constraint {
 
1530
          match-text "Chlorarachniophyceae" ,
 
1531
          match-location contains ,
 
1532
          case-sensitive TRUE ,
 
1533
          ignore-space FALSE ,
 
1534
          ignore-punct FALSE ,
 
1535
          whole-word FALSE ,
 
1536
          not-present TRUE ,
 
1537
          is-all-caps FALSE ,
 
1538
          is-all-lower FALSE ,
 
1539
          is-all-punct FALSE ,
 
1540
          ignore-weasel FALSE } ,
 
1541
        type-constraint any } ,
 
1542
      source {
 
1543
        field1
 
1544
          textqual lineage ,
 
1545
        constraint {
 
1546
          match-text "Cryptophyta" ,
 
1547
          match-location contains ,
 
1548
          case-sensitive TRUE ,
 
1549
          ignore-space FALSE ,
 
1550
          ignore-punct FALSE ,
 
1551
          whole-word FALSE ,
 
1552
          not-present TRUE ,
 
1553
          is-all-caps FALSE ,
 
1554
          is-all-lower FALSE ,
 
1555
          is-all-punct FALSE ,
 
1556
          ignore-weasel FALSE } ,
 
1557
        type-constraint any } } } ,
 
1558
  aecr {
 
1559
    action
 
1560
      remove {
 
1561
        field
 
1562
          source-qual
 
1563
            location macronuclear } ,
 
1564
    also-change-mrna FALSE ,
 
1565
    constraint {
 
1566
      source {
 
1567
        field1
 
1568
          textqual dbxref ,
 
1569
        constraint {
 
1570
          match-text "taxon:" ,
 
1571
          match-location starts ,
 
1572
          case-sensitive TRUE ,
 
1573
          ignore-space FALSE ,
 
1574
          ignore-punct FALSE ,
 
1575
          whole-word FALSE ,
 
1576
          not-present FALSE ,
 
1577
          is-all-caps FALSE ,
 
1578
          is-all-lower FALSE ,
 
1579
          is-all-punct FALSE ,
 
1580
          ignore-weasel FALSE } ,
 
1581
        type-constraint any } ,
 
1582
      source {
 
1583
        field1
 
1584
          textqual division ,
 
1585
        type-constraint any } ,
 
1586
      source {
 
1587
        field1
 
1588
          textqual lineage ,
 
1589
        type-constraint any } ,
 
1590
      source {
 
1591
        field1
 
1592
          textqual lineage ,
 
1593
        constraint {
 
1594
          match-text "Ciliophora" ,
 
1595
          match-location contains ,
 
1596
          case-sensitive TRUE ,
 
1597
          ignore-space FALSE ,
 
1598
          ignore-punct FALSE ,
 
1599
          whole-word FALSE ,
 
1600
          not-present TRUE ,
 
1601
          is-all-caps FALSE ,
 
1602
          is-all-lower FALSE ,
 
1603
          is-all-punct FALSE ,
 
1604
          ignore-weasel FALSE } ,
 
1605
        type-constraint any } } } ,
 
1606
  aecr {
 
1607
    action
 
1608
      remove {
 
1609
        field
 
1610
          source-qual
 
1611
            textqual orgmod-note } ,
 
1612
    also-change-mrna FALSE ,
 
1613
    constraint {
 
1614
      source {
 
1615
        field1
 
1616
          textqual orgmod-note ,
 
1617
        constraint {
 
1618
          match-text "Organelle: macronuclear" ,
 
1619
          match-location equals ,
 
1620
          case-sensitive FALSE ,
 
1621
          ignore-space FALSE ,
 
1622
          ignore-punct FALSE ,
 
1623
          whole-word FALSE ,
 
1624
          not-present FALSE ,
 
1625
          is-all-caps FALSE ,
 
1626
          is-all-lower FALSE ,
 
1627
          is-all-punct FALSE ,
 
1628
          ignore-weasel FALSE } ,
 
1629
        type-constraint any } ,
 
1630
      source {
 
1631
        field1
 
1632
          textqual dbxref ,
 
1633
        constraint {
 
1634
          match-text "taxon:" ,
 
1635
          match-location starts ,
 
1636
          case-sensitive TRUE ,
 
1637
          ignore-space FALSE ,
 
1638
          ignore-punct FALSE ,
 
1639
          whole-word FALSE ,
 
1640
          not-present FALSE ,
 
1641
          is-all-caps FALSE ,
 
1642
          is-all-lower FALSE ,
 
1643
          is-all-punct FALSE ,
 
1644
          ignore-weasel FALSE } ,
 
1645
        type-constraint any } ,
 
1646
      source {
 
1647
        field1
 
1648
          textqual division ,
 
1649
        type-constraint any } ,
 
1650
      source {
 
1651
        field1
 
1652
          textqual lineage ,
 
1653
        type-constraint any } ,
 
1654
      source {
 
1655
        field1
 
1656
          textqual lineage ,
 
1657
        constraint {
 
1658
          match-text "Ciliophora" ,
 
1659
          match-location contains ,
 
1660
          case-sensitive TRUE ,
 
1661
          ignore-space FALSE ,
 
1662
          ignore-punct FALSE ,
 
1663
          whole-word FALSE ,
 
1664
          not-present TRUE ,
 
1665
          is-all-caps FALSE ,
 
1666
          is-all-lower FALSE ,
 
1667
          is-all-punct FALSE ,
 
1668
          ignore-weasel FALSE } ,
 
1669
        type-constraint any } } } ,
 
1670
  aecr {
 
1671
    action
 
1672
      remove {
 
1673
        field
 
1674
          source-qual
 
1675
            textqual orgmod-note } ,
 
1676
    also-change-mrna FALSE ,
 
1677
    constraint {
 
1678
      source {
 
1679
        field1
 
1680
          textqual orgmod-note ,
 
1681
        constraint {
 
1682
          match-text "macronuclear" ,
 
1683
          match-location equals ,
 
1684
          case-sensitive FALSE ,
 
1685
          ignore-space FALSE ,
 
1686
          ignore-punct FALSE ,
 
1687
          whole-word FALSE ,
 
1688
          not-present FALSE ,
 
1689
          is-all-caps FALSE ,
 
1690
          is-all-lower FALSE ,
 
1691
          is-all-punct FALSE ,
 
1692
          ignore-weasel FALSE } ,
 
1693
        type-constraint any } ,
 
1694
      source {
 
1695
        field1
 
1696
          textqual dbxref ,
 
1697
        constraint {
 
1698
          match-text "taxon:" ,
 
1699
          match-location starts ,
 
1700
          case-sensitive TRUE ,
 
1701
          ignore-space FALSE ,
 
1702
          ignore-punct FALSE ,
 
1703
          whole-word FALSE ,
 
1704
          not-present FALSE ,
 
1705
          is-all-caps FALSE ,
 
1706
          is-all-lower FALSE ,
 
1707
          is-all-punct FALSE ,
 
1708
          ignore-weasel FALSE } ,
 
1709
        type-constraint any } ,
 
1710
      source {
 
1711
        field1
 
1712
          textqual division ,
 
1713
        type-constraint any } ,
 
1714
      source {
 
1715
        field1
 
1716
          textqual lineage ,
 
1717
        type-constraint any } ,
 
1718
      source {
 
1719
        field1
 
1720
          textqual lineage ,
 
1721
        constraint {
 
1722
          match-text "Ciliophora" ,
 
1723
          match-location contains ,
 
1724
          case-sensitive TRUE ,
 
1725
          ignore-space FALSE ,
 
1726
          ignore-punct FALSE ,
 
1727
          whole-word FALSE ,
 
1728
          not-present TRUE ,
 
1729
          is-all-caps FALSE ,
 
1730
          is-all-lower FALSE ,
 
1731
          is-all-punct FALSE ,
 
1732
          ignore-weasel FALSE } ,
 
1733
        type-constraint any } } } ,
 
1734
  aecr {
 
1735
    action
 
1736
      remove {
 
1737
        field
 
1738
          source-qual
 
1739
            textqual subsource-note } ,
 
1740
    also-change-mrna FALSE ,
 
1741
    constraint {
 
1742
      source {
 
1743
        field1
 
1744
          textqual subsource-note ,
 
1745
        constraint {
 
1746
          match-text "Organelle: macronuclear" ,
 
1747
          match-location equals ,
 
1748
          case-sensitive FALSE ,
 
1749
          ignore-space FALSE ,
 
1750
          ignore-punct FALSE ,
 
1751
          whole-word FALSE ,
 
1752
          not-present FALSE ,
 
1753
          is-all-caps FALSE ,
 
1754
          is-all-lower FALSE ,
 
1755
          is-all-punct FALSE ,
 
1756
          ignore-weasel FALSE } ,
 
1757
        type-constraint any } ,
 
1758
      source {
 
1759
        field1
 
1760
          textqual dbxref ,
 
1761
        constraint {
 
1762
          match-text "taxon:" ,
 
1763
          match-location starts ,
 
1764
          case-sensitive TRUE ,
 
1765
          ignore-space FALSE ,
 
1766
          ignore-punct FALSE ,
 
1767
          whole-word FALSE ,
 
1768
          not-present FALSE ,
 
1769
          is-all-caps FALSE ,
 
1770
          is-all-lower FALSE ,
 
1771
          is-all-punct FALSE ,
 
1772
          ignore-weasel FALSE } ,
 
1773
        type-constraint any } ,
 
1774
      source {
 
1775
        field1
 
1776
          textqual division ,
 
1777
        type-constraint any } ,
 
1778
      source {
 
1779
        field1
 
1780
          textqual lineage ,
 
1781
        type-constraint any } ,
 
1782
      source {
 
1783
        field1
 
1784
          textqual lineage ,
 
1785
        constraint {
 
1786
          match-text "Ciliophora" ,
 
1787
          match-location contains ,
 
1788
          case-sensitive TRUE ,
 
1789
          ignore-space FALSE ,
 
1790
          ignore-punct FALSE ,
 
1791
          whole-word FALSE ,
 
1792
          not-present TRUE ,
 
1793
          is-all-caps FALSE ,
 
1794
          is-all-lower FALSE ,
 
1795
          is-all-punct FALSE ,
 
1796
          ignore-weasel FALSE } ,
 
1797
        type-constraint any } } } ,
 
1798
  aecr {
 
1799
    action
 
1800
      remove {
 
1801
        field
 
1802
          source-qual
 
1803
            textqual subsource-note } ,
 
1804
    also-change-mrna FALSE ,
 
1805
    constraint {
 
1806
      source {
 
1807
        field1
 
1808
          textqual subsource-note ,
 
1809
        constraint {
 
1810
          match-text "macronuclear" ,
 
1811
          match-location equals ,
 
1812
          case-sensitive FALSE ,
 
1813
          ignore-space FALSE ,
 
1814
          ignore-punct FALSE ,
 
1815
          whole-word FALSE ,
 
1816
          not-present FALSE ,
 
1817
          is-all-caps FALSE ,
 
1818
          is-all-lower FALSE ,
 
1819
          is-all-punct FALSE ,
 
1820
          ignore-weasel FALSE } ,
 
1821
        type-constraint any } ,
 
1822
      source {
 
1823
        field1
 
1824
          textqual dbxref ,
 
1825
        constraint {
 
1826
          match-text "taxon:" ,
 
1827
          match-location starts ,
 
1828
          case-sensitive TRUE ,
 
1829
          ignore-space FALSE ,
 
1830
          ignore-punct FALSE ,
 
1831
          whole-word FALSE ,
 
1832
          not-present FALSE ,
 
1833
          is-all-caps FALSE ,
 
1834
          is-all-lower FALSE ,
 
1835
          is-all-punct FALSE ,
 
1836
          ignore-weasel FALSE } ,
 
1837
        type-constraint any } ,
 
1838
      source {
 
1839
        field1
 
1840
          textqual division ,
 
1841
        type-constraint any } ,
 
1842
      source {
 
1843
        field1
 
1844
          textqual lineage ,
 
1845
        type-constraint any } ,
 
1846
      source {
 
1847
        field1
 
1848
          textqual lineage ,
 
1849
        constraint {
 
1850
          match-text "Ciliophora" ,
 
1851
          match-location contains ,
 
1852
          case-sensitive TRUE ,
 
1853
          ignore-space FALSE ,
 
1854
          ignore-punct FALSE ,
 
1855
          whole-word FALSE ,
 
1856
          not-present TRUE ,
 
1857
          is-all-caps FALSE ,
 
1858
          is-all-lower FALSE ,
 
1859
          is-all-punct FALSE ,
 
1860
          ignore-weasel FALSE } ,
 
1861
        type-constraint any } } } ,
 
1862
  fix-spell NULL ,
 
1863
  fix-format
 
1864
    lat-lon NULL ,
 
1865
  aecr {
 
1866
    action
 
1867
      remove {
 
1868
        field
 
1869
          source-qual
 
1870
            textqual all-quals } ,
 
1871
    also-change-mrna FALSE ,
 
1872
    constraint {
 
1873
      string {
 
1874
        match-location contains ,
 
1875
        case-sensitive TRUE ,
 
1876
        ignore-space FALSE ,
 
1877
        ignore-punct FALSE ,
 
1878
        whole-word FALSE ,
 
1879
        not-present FALSE ,
 
1880
        is-all-caps FALSE ,
 
1881
        is-all-lower FALSE ,
 
1882
        is-all-punct TRUE ,
 
1883
        ignore-weasel FALSE } } } ,
152
1884
  aecr {
153
1885
    action
154
1886
      apply {
158
1890
            field
159
1891
              legal-qual rpt-type } ,
160
1892
        value "tandem" ,
161
 
        existing-text replace-old } ,
 
1893
        existing-text append-semi } ,
162
1894
    also-change-mrna FALSE ,
163
1895
    constraint {
164
1896
      field {
165
1897
        field
166
1898
          feature-field {
167
 
            type misc-feature ,
 
1899
            type repeat-region ,
168
1900
            field
169
1901
              legal-qual satellite-type } ,
170
1902
        string-constraint {
171
1903
          match-text "microsatellite" ,
172
1904
          match-location equals ,
173
1905
          case-sensitive TRUE ,
174
 
          whole-word FALSE ,
175
 
          not-present FALSE } } } } ,
 
1906
          ignore-space FALSE ,
 
1907
          ignore-punct FALSE ,
 
1908
          whole-word FALSE ,
 
1909
          not-present FALSE ,
 
1910
          is-all-caps FALSE ,
 
1911
          is-all-lower FALSE ,
 
1912
          is-all-punct FALSE ,
 
1913
          ignore-weasel FALSE } } ,
 
1914
      field {
 
1915
        field
 
1916
          feature-field {
 
1917
            type repeat-region ,
 
1918
            field
 
1919
              legal-qual rpt-type } ,
 
1920
        string-constraint {
 
1921
          match-text "tandem" ,
 
1922
          match-location contains ,
 
1923
          case-sensitive TRUE ,
 
1924
          ignore-space FALSE ,
 
1925
          ignore-punct FALSE ,
 
1926
          whole-word FALSE ,
 
1927
          not-present TRUE ,
 
1928
          is-all-caps FALSE ,
 
1929
          is-all-lower FALSE ,
 
1930
          is-all-punct FALSE ,
 
1931
          ignore-weasel FALSE } } } } ,
 
1932
  aecr {
 
1933
    action
 
1934
      edit {
 
1935
        edit {
 
1936
          find-txt "[intronless gene]" ,
 
1937
          location anywhere ,
 
1938
          case-insensitive FALSE } ,
 
1939
        field
 
1940
          feature-field {
 
1941
            type cds ,
 
1942
            field
 
1943
              legal-qual note } } ,
 
1944
    also-change-mrna FALSE ,
 
1945
    constraint {
 
1946
      source {
 
1947
        field1
 
1948
          textqual lineage ,
 
1949
        constraint {
 
1950
          match-text "Bacteria" ,
 
1951
          match-location starts ,
 
1952
          case-sensitive TRUE ,
 
1953
          ignore-space FALSE ,
 
1954
          ignore-punct FALSE ,
 
1955
          whole-word FALSE ,
 
1956
          not-present FALSE ,
 
1957
          is-all-caps FALSE ,
 
1958
          is-all-lower FALSE ,
 
1959
          is-all-punct FALSE ,
 
1960
          ignore-weasel FALSE } ,
 
1961
        type-constraint any } } } ,
 
1962
  aecr {
 
1963
    action
 
1964
      edit {
 
1965
        edit {
 
1966
          find-txt "[intronless gene]" ,
 
1967
          location anywhere ,
 
1968
          case-insensitive FALSE } ,
 
1969
        field
 
1970
          feature-field {
 
1971
            type cds ,
 
1972
            field
 
1973
              legal-qual note } } ,
 
1974
    also-change-mrna FALSE ,
 
1975
    constraint {
 
1976
      source {
 
1977
        field1
 
1978
          textqual lineage ,
 
1979
        constraint {
 
1980
          match-text "Viruses" ,
 
1981
          match-location starts ,
 
1982
          case-sensitive TRUE ,
 
1983
          ignore-space FALSE ,
 
1984
          ignore-punct FALSE ,
 
1985
          whole-word FALSE ,
 
1986
          not-present FALSE ,
 
1987
          is-all-caps FALSE ,
 
1988
          is-all-lower FALSE ,
 
1989
          is-all-punct FALSE ,
 
1990
          ignore-weasel FALSE } ,
 
1991
        type-constraint any } } } ,
 
1992
  aecr {
 
1993
    action
 
1994
      edit {
 
1995
        edit {
 
1996
          find-txt "[intronless gene]" ,
 
1997
          location anywhere ,
 
1998
          case-insensitive FALSE } ,
 
1999
        field
 
2000
          feature-field {
 
2001
            type cds ,
 
2002
            field
 
2003
              legal-qual note } } ,
 
2004
    also-change-mrna FALSE ,
 
2005
    constraint {
 
2006
      source {
 
2007
        field1
 
2008
          textqual lineage ,
 
2009
        constraint {
 
2010
          match-text "Archaea" ,
 
2011
          match-location starts ,
 
2012
          case-sensitive TRUE ,
 
2013
          ignore-space FALSE ,
 
2014
          ignore-punct FALSE ,
 
2015
          whole-word FALSE ,
 
2016
          not-present FALSE ,
 
2017
          is-all-caps FALSE ,
 
2018
          is-all-lower FALSE ,
 
2019
          is-all-punct FALSE ,
 
2020
          ignore-weasel FALSE } ,
 
2021
        type-constraint any } } } ,
 
2022
  aecr {
 
2023
    action
 
2024
      edit {
 
2025
        edit {
 
2026
          find-txt "[intronless gene]" ,
 
2027
          location anywhere ,
 
2028
          case-insensitive FALSE } ,
 
2029
        field
 
2030
          feature-field {
 
2031
            type cds ,
 
2032
            field
 
2033
              legal-qual note } } ,
 
2034
    also-change-mrna FALSE ,
 
2035
    constraint {
 
2036
      sequence {
 
2037
        seqtype
 
2038
          rna mRNA ,
 
2039
        feature any ,
 
2040
        strandedness any } } } ,
 
2041
  remove-duplicate-features {
 
2042
    type any ,
 
2043
    ignore-partials FALSE ,
 
2044
    case-sensitive TRUE ,
 
2045
    remove-proteins FALSE } ,
 
2046
  aecr {
 
2047
    action
 
2048
      remove {
 
2049
        field
 
2050
          source-qual
 
2051
            textqual germline } ,
 
2052
    also-change-mrna FALSE ,
 
2053
    constraint {
 
2054
      source {
 
2055
        field1
 
2056
          textqual division ,
 
2057
        type-constraint any } ,
 
2058
      source {
 
2059
        field1
 
2060
          textqual lineage ,
 
2061
        constraint {
 
2062
          match-text "Craniata" ,
 
2063
          match-location contains ,
 
2064
          case-sensitive TRUE ,
 
2065
          ignore-space FALSE ,
 
2066
          ignore-punct FALSE ,
 
2067
          whole-word FALSE ,
 
2068
          not-present TRUE ,
 
2069
          is-all-caps FALSE ,
 
2070
          is-all-lower FALSE ,
 
2071
          is-all-punct FALSE ,
 
2072
          ignore-weasel FALSE } ,
 
2073
        type-constraint any } } } ,
 
2074
  aecr {
 
2075
    action
 
2076
      remove {
 
2077
        field
 
2078
          source-qual
 
2079
            textqual metagenomic } ,
 
2080
    also-change-mrna FALSE } ,
 
2081
  aecr {
 
2082
    action
 
2083
      remove {
 
2084
        field
 
2085
          feature-field {
 
2086
            type n5UTR ,
 
2087
            field
 
2088
              legal-qual note } } ,
 
2089
    also-change-mrna FALSE ,
 
2090
    constraint {
 
2091
      field {
 
2092
        field
 
2093
          feature-field {
 
2094
            type n5UTR ,
 
2095
            field
 
2096
              legal-qual note } ,
 
2097
        string-constraint {
 
2098
          match-text "UTR" ,
 
2099
          match-location equals ,
 
2100
          case-sensitive FALSE ,
 
2101
          ignore-space TRUE ,
 
2102
          ignore-punct FALSE ,
 
2103
          whole-word FALSE ,
 
2104
          not-present FALSE ,
 
2105
          is-all-caps FALSE ,
 
2106
          is-all-lower FALSE ,
 
2107
          is-all-punct FALSE ,
 
2108
          ignore-weasel FALSE } } } } ,
 
2109
  aecr {
 
2110
    action
 
2111
      remove {
 
2112
        field
 
2113
          feature-field {
 
2114
            type n5UTR ,
 
2115
            field
 
2116
              legal-qual note } } ,
 
2117
    also-change-mrna FALSE ,
 
2118
    constraint {
 
2119
      field {
 
2120
        field
 
2121
          feature-field {
 
2122
            type n5UTR ,
 
2123
            field
 
2124
              legal-qual note } ,
 
2125
        string-constraint {
 
2126
          match-text "5' UTR" ,
 
2127
          match-location equals ,
 
2128
          case-sensitive FALSE ,
 
2129
          ignore-space TRUE ,
 
2130
          ignore-punct TRUE ,
 
2131
          whole-word FALSE ,
 
2132
          not-present FALSE ,
 
2133
          is-all-caps FALSE ,
 
2134
          is-all-lower FALSE ,
 
2135
          is-all-punct FALSE ,
 
2136
          ignore-weasel FALSE } } } } ,
 
2137
  aecr {
 
2138
    action
 
2139
      remove {
 
2140
        field
 
2141
          feature-field {
 
2142
            type n3UTR ,
 
2143
            field
 
2144
              legal-qual note } } ,
 
2145
    also-change-mrna FALSE ,
 
2146
    constraint {
 
2147
      field {
 
2148
        field
 
2149
          feature-field {
 
2150
            type n3UTR ,
 
2151
            field
 
2152
              legal-qual note } ,
 
2153
        string-constraint {
 
2154
          match-text "UTR" ,
 
2155
          match-location equals ,
 
2156
          case-sensitive FALSE ,
 
2157
          ignore-space FALSE ,
 
2158
          ignore-punct FALSE ,
 
2159
          whole-word FALSE ,
 
2160
          not-present FALSE ,
 
2161
          is-all-caps FALSE ,
 
2162
          is-all-lower FALSE ,
 
2163
          is-all-punct FALSE ,
 
2164
          ignore-weasel FALSE } } } } ,
 
2165
  aecr {
 
2166
    action
 
2167
      remove {
 
2168
        field
 
2169
          feature-field {
 
2170
            type n3UTR ,
 
2171
            field
 
2172
              legal-qual note } } ,
 
2173
    also-change-mrna FALSE ,
 
2174
    constraint {
 
2175
      field {
 
2176
        field
 
2177
          feature-field {
 
2178
            type n3UTR ,
 
2179
            field
 
2180
              legal-qual note } ,
 
2181
        string-constraint {
 
2182
          match-text "3' UTR" ,
 
2183
          match-location equals ,
 
2184
          case-sensitive FALSE ,
 
2185
          ignore-space TRUE ,
 
2186
          ignore-punct TRUE ,
 
2187
          whole-word FALSE ,
 
2188
          not-present FALSE ,
 
2189
          is-all-caps FALSE ,
 
2190
          is-all-lower FALSE ,
 
2191
          is-all-punct FALSE ,
 
2192
          ignore-weasel FALSE } } } } ,
 
2193
  aecr {
 
2194
    action
 
2195
      parse {
 
2196
        portion {
 
2197
          left-marker
 
2198
            free-text "ATCC" ,
 
2199
          include-left TRUE ,
 
2200
          include-right FALSE ,
 
2201
          inside TRUE ,
 
2202
          case-sensitive TRUE ,
 
2203
          whole-word FALSE } ,
 
2204
        fields
 
2205
          source-qual {
 
2206
            field-from strain ,
 
2207
            field-to culture-collection } ,
 
2208
        remove-from-parsed FALSE ,
 
2209
        remove-left FALSE ,
 
2210
        remove-right FALSE ,
 
2211
        transform {
 
2212
          edit {
 
2213
            find-txt "ATCC" ,
 
2214
            repl-txt "ATCC:" ,
 
2215
            location beginning ,
 
2216
            case-insensitive FALSE } ,
 
2217
          remove {
 
2218
            include-left FALSE ,
 
2219
            right-marker
 
2220
              free-text ";" ,
 
2221
            include-right TRUE ,
 
2222
            inside FALSE ,
 
2223
            case-sensitive TRUE ,
 
2224
            whole-word FALSE } } ,
 
2225
        existing-text append-semi } ,
 
2226
    also-change-mrna FALSE ,
 
2227
    constraint {
 
2228
      source {
 
2229
        field1
 
2230
          textqual culture-collection-INST ,
 
2231
        constraint {
 
2232
          match-text "ATCC" ,
 
2233
          match-location equals ,
 
2234
          case-sensitive TRUE ,
 
2235
          ignore-space FALSE ,
 
2236
          ignore-punct FALSE ,
 
2237
          whole-word FALSE ,
 
2238
          not-present TRUE ,
 
2239
          is-all-caps FALSE ,
 
2240
          is-all-lower FALSE ,
 
2241
          is-all-punct FALSE ,
 
2242
          ignore-weasel FALSE } ,
 
2243
        type-constraint any } ,
 
2244
      source {
 
2245
        field1
 
2246
          textqual strain ,
 
2247
        constraint {
 
2248
          match-text "ATCC" ,
 
2249
          match-location equals ,
 
2250
          case-sensitive TRUE ,
 
2251
          ignore-space FALSE ,
 
2252
          ignore-punct FALSE ,
 
2253
          whole-word FALSE ,
 
2254
          not-present TRUE ,
 
2255
          is-all-caps FALSE ,
 
2256
          is-all-lower FALSE ,
 
2257
          is-all-punct FALSE ,
 
2258
          ignore-weasel FALSE } ,
 
2259
        type-constraint any } } } ,
 
2260
  aecr {
 
2261
    action
 
2262
      parse {
 
2263
        portion {
 
2264
          left-marker
 
2265
            free-text "ATCC" ,
 
2266
          include-left TRUE ,
 
2267
          include-right FALSE ,
 
2268
          inside TRUE ,
 
2269
          case-sensitive TRUE ,
 
2270
          whole-word FALSE } ,
 
2271
        fields
 
2272
          source-qual {
 
2273
            field-from cell-line ,
 
2274
            field-to culture-collection } ,
 
2275
        remove-from-parsed FALSE ,
 
2276
        remove-left FALSE ,
 
2277
        remove-right FALSE ,
 
2278
        transform {
 
2279
          edit {
 
2280
            find-txt "ATCC" ,
 
2281
            repl-txt "ATCC:" ,
 
2282
            location beginning ,
 
2283
            case-insensitive FALSE } ,
 
2284
          remove {
 
2285
            include-left FALSE ,
 
2286
            right-marker
 
2287
              free-text ";" ,
 
2288
            include-right TRUE ,
 
2289
            inside FALSE ,
 
2290
            case-sensitive TRUE ,
 
2291
            whole-word FALSE } } ,
 
2292
        existing-text append-semi } ,
 
2293
    also-change-mrna FALSE ,
 
2294
    constraint {
 
2295
      source {
 
2296
        field1
 
2297
          textqual culture-collection-INST ,
 
2298
        constraint {
 
2299
          match-text "ATCC" ,
 
2300
          match-location equals ,
 
2301
          case-sensitive TRUE ,
 
2302
          ignore-space FALSE ,
 
2303
          ignore-punct FALSE ,
 
2304
          whole-word FALSE ,
 
2305
          not-present TRUE ,
 
2306
          is-all-caps FALSE ,
 
2307
          is-all-lower FALSE ,
 
2308
          is-all-punct FALSE ,
 
2309
          ignore-weasel FALSE } ,
 
2310
        type-constraint any } ,
 
2311
      source {
 
2312
        field1
 
2313
          textqual cell-line ,
 
2314
        constraint {
 
2315
          match-text "ATCC" ,
 
2316
          match-location equals ,
 
2317
          case-sensitive TRUE ,
 
2318
          ignore-space FALSE ,
 
2319
          ignore-punct FALSE ,
 
2320
          whole-word FALSE ,
 
2321
          not-present TRUE ,
 
2322
          is-all-caps FALSE ,
 
2323
          is-all-lower FALSE ,
 
2324
          is-all-punct FALSE ,
 
2325
          ignore-weasel FALSE } ,
 
2326
        type-constraint any } } } ,
 
2327
  aecr {
 
2328
    action
 
2329
      parse {
 
2330
        portion {
 
2331
          left-marker
 
2332
            free-text "ATCC" ,
 
2333
          include-left TRUE ,
 
2334
          include-right FALSE ,
 
2335
          inside TRUE ,
 
2336
          case-sensitive TRUE ,
 
2337
          whole-word FALSE } ,
 
2338
        fields
 
2339
          source-qual {
 
2340
            field-from tissue-type ,
 
2341
            field-to culture-collection } ,
 
2342
        remove-from-parsed FALSE ,
 
2343
        remove-left FALSE ,
 
2344
        remove-right FALSE ,
 
2345
        transform {
 
2346
          edit {
 
2347
            find-txt "ATCC" ,
 
2348
            repl-txt "ATCC:" ,
 
2349
            location beginning ,
 
2350
            case-insensitive FALSE } ,
 
2351
          remove {
 
2352
            include-left FALSE ,
 
2353
            right-marker
 
2354
              free-text ";" ,
 
2355
            include-right TRUE ,
 
2356
            inside FALSE ,
 
2357
            case-sensitive TRUE ,
 
2358
            whole-word FALSE } } ,
 
2359
        existing-text append-semi } ,
 
2360
    also-change-mrna FALSE ,
 
2361
    constraint {
 
2362
      source {
 
2363
        field1
 
2364
          textqual culture-collection-INST ,
 
2365
        constraint {
 
2366
          match-text "ATCC" ,
 
2367
          match-location equals ,
 
2368
          case-sensitive TRUE ,
 
2369
          ignore-space FALSE ,
 
2370
          ignore-punct FALSE ,
 
2371
          whole-word FALSE ,
 
2372
          not-present TRUE ,
 
2373
          is-all-caps FALSE ,
 
2374
          is-all-lower FALSE ,
 
2375
          is-all-punct FALSE ,
 
2376
          ignore-weasel FALSE } ,
 
2377
        type-constraint any } ,
 
2378
      source {
 
2379
        field1
 
2380
          textqual tissue-type ,
 
2381
        constraint {
 
2382
          match-text "ATCC" ,
 
2383
          match-location equals ,
 
2384
          case-sensitive TRUE ,
 
2385
          ignore-space FALSE ,
 
2386
          ignore-punct FALSE ,
 
2387
          whole-word FALSE ,
 
2388
          not-present TRUE ,
 
2389
          is-all-caps FALSE ,
 
2390
          is-all-lower FALSE ,
 
2391
          is-all-punct FALSE ,
 
2392
          ignore-weasel FALSE } ,
 
2393
        type-constraint any } } } ,
 
2394
  aecr {
 
2395
    action
 
2396
      edit {
 
2397
        edit {
 
2398
          find-txt "ATCC:" ,
 
2399
          repl-txt "ATCC " ,
 
2400
          location anywhere ,
 
2401
          case-insensitive FALSE } ,
 
2402
        field
 
2403
          source-qual
 
2404
            textqual strain } ,
 
2405
    also-change-mrna FALSE } ,
 
2406
  aecr {
 
2407
    action
 
2408
      edit {
 
2409
        edit {
 
2410
          find-txt "ATCC" ,
 
2411
          repl-txt "ATCC " ,
 
2412
          location anywhere ,
 
2413
          case-insensitive FALSE } ,
 
2414
        field
 
2415
          source-qual
 
2416
            textqual strain } ,
 
2417
    also-change-mrna FALSE ,
 
2418
    constraint {
 
2419
      source {
 
2420
        field1
 
2421
          textqual strain ,
 
2422
        constraint {
 
2423
          match-text "ATCC " ,
 
2424
          match-location contains ,
 
2425
          case-sensitive TRUE ,
 
2426
          ignore-space FALSE ,
 
2427
          ignore-punct FALSE ,
 
2428
          whole-word FALSE ,
 
2429
          not-present TRUE ,
 
2430
          is-all-caps FALSE ,
 
2431
          is-all-lower FALSE ,
 
2432
          is-all-punct FALSE ,
 
2433
          ignore-weasel FALSE } ,
 
2434
        type-constraint any } } } ,
 
2435
  fix-format
 
2436
    primers NULL ,
 
2437
  fix-usa-and-states NULL ,
 
2438
  remove-lineage-notes NULL ,
176
2439
  aecr {
177
2440
    action
178
2441
      apply {
187
2450
        field1
188
2451
          textqual nat-host ,
189
2452
        constraint {
190
 
          match-text "human" ,
191
 
          match-location equals ,
192
 
          case-sensitive FALSE ,
193
 
          whole-word FALSE ,
194
 
          not-present FALSE } ,
195
 
        type-constraint any } } } ,
196
 
  aecr {
197
 
    action
198
 
      apply {
199
 
        field
200
 
          source-qual
201
 
            location mitochondrion ,
202
 
        value "TRUE" ,
203
 
        existing-text replace-old } ,
204
 
    also-change-mrna FALSE ,
205
 
    constraint {
206
 
      field {
 
2453
          match-text "homo sapiens" ,
 
2454
          match-location equals ,
 
2455
          case-sensitive FALSE ,
 
2456
          ignore-space TRUE ,
 
2457
          ignore-punct FALSE ,
 
2458
          ignore-words {
 
2459
            {
 
2460
              word "homo sapiens" ,
 
2461
              synonyms {
 
2462
                "homo sapien" } ,
 
2463
              case-sensitive FALSE ,
 
2464
              whole-word FALSE } } ,
 
2465
          whole-word FALSE ,
 
2466
          not-present FALSE ,
 
2467
          is-all-caps FALSE ,
 
2468
          is-all-lower FALSE ,
 
2469
          is-all-punct FALSE ,
 
2470
          ignore-weasel FALSE } ,
 
2471
        type-constraint any } ,
 
2472
      string {
 
2473
        match-text "Homo sapiens" ,
 
2474
        match-location equals ,
 
2475
        case-sensitive TRUE ,
 
2476
        ignore-space FALSE ,
 
2477
        ignore-punct FALSE ,
 
2478
        whole-word FALSE ,
 
2479
        not-present TRUE ,
 
2480
        is-all-caps FALSE ,
 
2481
        is-all-lower FALSE ,
 
2482
        is-all-punct FALSE ,
 
2483
        ignore-weasel FALSE } } } ,
 
2484
  aecr {
 
2485
    action
 
2486
      convert {
 
2487
        fields
 
2488
          source-qual {
 
2489
            field-from clone ,
 
2490
            field-to isolate } ,
 
2491
        strip-name TRUE ,
 
2492
        keep-original FALSE ,
 
2493
        capitalization none ,
 
2494
        existing-text leave-old } ,
 
2495
    also-change-mrna FALSE ,
 
2496
    constraint {
 
2497
      string {
 
2498
        match-text "DGGE" ,
 
2499
        match-location starts ,
 
2500
        case-sensitive FALSE ,
 
2501
        ignore-space FALSE ,
 
2502
        ignore-punct FALSE ,
 
2503
        whole-word FALSE ,
 
2504
        not-present FALSE ,
 
2505
        is-all-caps FALSE ,
 
2506
        is-all-lower FALSE ,
 
2507
        is-all-punct FALSE ,
 
2508
        ignore-weasel FALSE } } } ,
 
2509
  aecr {
 
2510
    action
 
2511
      convert {
 
2512
        fields
 
2513
          source-qual {
 
2514
            field-from clone ,
 
2515
            field-to isolate } ,
 
2516
        strip-name FALSE ,
 
2517
        keep-original FALSE ,
 
2518
        capitalization none ,
 
2519
        existing-text leave-old } ,
 
2520
    also-change-mrna FALSE ,
 
2521
    constraint {
 
2522
      string {
 
2523
        match-text "TGGE" ,
 
2524
        match-location starts ,
 
2525
        case-sensitive FALSE ,
 
2526
        ignore-space FALSE ,
 
2527
        ignore-punct FALSE ,
 
2528
        whole-word FALSE ,
 
2529
        not-present FALSE ,
 
2530
        is-all-caps FALSE ,
 
2531
        is-all-lower FALSE ,
 
2532
        is-all-punct FALSE ,
 
2533
        ignore-weasel FALSE } } } ,
 
2534
  aecr {
 
2535
    action
 
2536
      edit {
 
2537
        edit {
 
2538
          find-txt "GGE_gel_band_" ,
 
2539
          repl-txt "GGE gel band " ,
 
2540
          location anywhere ,
 
2541
          case-insensitive FALSE } ,
 
2542
        field
 
2543
          source-qual
 
2544
            textqual isolate } ,
 
2545
    also-change-mrna FALSE } ,
 
2546
  aecr {
 
2547
    action
 
2548
      edit {
 
2549
        edit {
 
2550
          find-txt "GGE_gel_band" ,
 
2551
          repl-txt "GGE gel band" ,
 
2552
          location anywhere ,
 
2553
          case-insensitive FALSE } ,
 
2554
        field
 
2555
          source-qual
 
2556
            textqual isolate } ,
 
2557
    also-change-mrna FALSE } ,
 
2558
  aecr {
 
2559
    action
 
2560
      edit {
 
2561
        edit {
 
2562
          find-txt "GGE_gel_" ,
 
2563
          repl-txt "GGE gel band " ,
 
2564
          location anywhere ,
 
2565
          case-insensitive FALSE } ,
 
2566
        field
 
2567
          source-qual
 
2568
            textqual isolate } ,
 
2569
    also-change-mrna FALSE } ,
 
2570
  aecr {
 
2571
    action
 
2572
      edit {
 
2573
        edit {
 
2574
          find-txt "GGE_gel" ,
 
2575
          repl-txt "GGE gel band" ,
 
2576
          location anywhere ,
 
2577
          case-insensitive FALSE } ,
 
2578
        field
 
2579
          source-qual
 
2580
            textqual isolate } ,
 
2581
    also-change-mrna FALSE } ,
 
2582
  aecr {
 
2583
    action
 
2584
      edit {
 
2585
        edit {
 
2586
          find-txt "GGE_band_" ,
 
2587
          repl-txt "GGE gel band " ,
 
2588
          location anywhere ,
 
2589
          case-insensitive FALSE } ,
 
2590
        field
 
2591
          source-qual
 
2592
            textqual isolate } ,
 
2593
    also-change-mrna FALSE } ,
 
2594
  aecr {
 
2595
    action
 
2596
      edit {
 
2597
        edit {
 
2598
          find-txt "GGE_band" ,
 
2599
          repl-txt "GGE gel band" ,
 
2600
          location anywhere ,
 
2601
          case-insensitive FALSE } ,
 
2602
        field
 
2603
          source-qual
 
2604
            textqual isolate } ,
 
2605
    also-change-mrna FALSE } ,
 
2606
  aecr {
 
2607
    action
 
2608
      edit {
 
2609
        edit {
 
2610
          find-txt "dgge gel band" ,
 
2611
          repl-txt "DGGE gel band" ,
 
2612
          location anywhere ,
 
2613
          case-insensitive TRUE } ,
 
2614
        field
 
2615
          source-qual
 
2616
            textqual isolate } ,
 
2617
    also-change-mrna FALSE ,
 
2618
    constraint {
 
2619
      string {
 
2620
        match-text "DGGE gel band" ,
 
2621
        match-location contains ,
 
2622
        case-sensitive TRUE ,
 
2623
        ignore-space FALSE ,
 
2624
        ignore-punct FALSE ,
 
2625
        whole-word FALSE ,
 
2626
        not-present TRUE ,
 
2627
        is-all-caps FALSE ,
 
2628
        is-all-lower FALSE ,
 
2629
        is-all-punct FALSE ,
 
2630
        ignore-weasel FALSE } } } ,
 
2631
  aecr {
 
2632
    action
 
2633
      edit {
 
2634
        edit {
 
2635
          find-txt "tgge gel band" ,
 
2636
          repl-txt "TGGE gel band" ,
 
2637
          location anywhere ,
 
2638
          case-insensitive TRUE } ,
 
2639
        field
 
2640
          source-qual
 
2641
            textqual isolate } ,
 
2642
    also-change-mrna FALSE ,
 
2643
    constraint {
 
2644
      string {
 
2645
        match-text "TGGE gel band" ,
 
2646
        match-location contains ,
 
2647
        case-sensitive TRUE ,
 
2648
        ignore-space FALSE ,
 
2649
        ignore-punct FALSE ,
 
2650
        whole-word FALSE ,
 
2651
        not-present TRUE ,
 
2652
        is-all-caps FALSE ,
 
2653
        is-all-lower FALSE ,
 
2654
        is-all-punct FALSE ,
 
2655
        ignore-weasel FALSE } } } ,
 
2656
  aecr {
 
2657
    action
 
2658
      edit {
 
2659
        edit {
 
2660
          find-txt "DGGE band" ,
 
2661
          repl-txt "DGGE gel band" ,
 
2662
          location anywhere ,
 
2663
          case-insensitive TRUE } ,
 
2664
        field
 
2665
          source-qual
 
2666
            textqual isolate } ,
 
2667
    also-change-mrna FALSE } ,
 
2668
  aecr {
 
2669
    action
 
2670
      edit {
 
2671
        edit {
 
2672
          find-txt "TGGE band" ,
 
2673
          repl-txt "TGGE gel band" ,
 
2674
          location anywhere ,
 
2675
          case-insensitive TRUE } ,
 
2676
        field
 
2677
          source-qual
 
2678
            textqual isolate } ,
 
2679
    also-change-mrna FALSE } ,
 
2680
  aecr {
 
2681
    action
 
2682
      edit {
 
2683
        edit {
 
2684
          find-txt "DGGE" ,
 
2685
          repl-txt "DGGE gel band" ,
 
2686
          location beginning ,
 
2687
          case-insensitive TRUE } ,
 
2688
        field
 
2689
          source-qual
 
2690
            textqual isolate } ,
 
2691
    also-change-mrna FALSE ,
 
2692
    constraint {
 
2693
      string {
 
2694
        match-text "gel band" ,
 
2695
        match-location contains ,
 
2696
        case-sensitive FALSE ,
 
2697
        ignore-space FALSE ,
 
2698
        ignore-punct FALSE ,
 
2699
        whole-word FALSE ,
 
2700
        not-present TRUE ,
 
2701
        is-all-caps FALSE ,
 
2702
        is-all-lower FALSE ,
 
2703
        is-all-punct FALSE ,
 
2704
        ignore-weasel FALSE } ,
 
2705
      string {
 
2706
        match-text "gel" ,
 
2707
        match-location contains ,
 
2708
        case-sensitive FALSE ,
 
2709
        ignore-space FALSE ,
 
2710
        ignore-punct FALSE ,
 
2711
        whole-word FALSE ,
 
2712
        not-present TRUE ,
 
2713
        is-all-caps FALSE ,
 
2714
        is-all-lower FALSE ,
 
2715
        is-all-punct FALSE ,
 
2716
        ignore-weasel FALSE } ,
 
2717
      string {
 
2718
        match-text "band" ,
 
2719
        match-location contains ,
 
2720
        case-sensitive FALSE ,
 
2721
        ignore-space FALSE ,
 
2722
        ignore-punct FALSE ,
 
2723
        whole-word FALSE ,
 
2724
        not-present TRUE ,
 
2725
        is-all-caps FALSE ,
 
2726
        is-all-lower FALSE ,
 
2727
        is-all-punct FALSE ,
 
2728
        ignore-weasel FALSE } } } ,
 
2729
  aecr {
 
2730
    action
 
2731
      edit {
 
2732
        edit {
 
2733
          find-txt "TGGE" ,
 
2734
          repl-txt "TGGE gel band" ,
 
2735
          location beginning ,
 
2736
          case-insensitive TRUE } ,
 
2737
        field
 
2738
          source-qual
 
2739
            textqual isolate } ,
 
2740
    also-change-mrna FALSE ,
 
2741
    constraint {
 
2742
      string {
 
2743
        match-text "gel band" ,
 
2744
        match-location contains ,
 
2745
        case-sensitive FALSE ,
 
2746
        ignore-space FALSE ,
 
2747
        ignore-punct FALSE ,
 
2748
        whole-word FALSE ,
 
2749
        not-present TRUE ,
 
2750
        is-all-caps FALSE ,
 
2751
        is-all-lower FALSE ,
 
2752
        is-all-punct FALSE ,
 
2753
        ignore-weasel FALSE } ,
 
2754
      string {
 
2755
        match-text "gel" ,
 
2756
        match-location contains ,
 
2757
        case-sensitive TRUE ,
 
2758
        ignore-space FALSE ,
 
2759
        ignore-punct FALSE ,
 
2760
        whole-word FALSE ,
 
2761
        not-present TRUE ,
 
2762
        is-all-caps FALSE ,
 
2763
        is-all-lower FALSE ,
 
2764
        is-all-punct FALSE ,
 
2765
        ignore-weasel FALSE } ,
 
2766
      string {
 
2767
        match-text "band" ,
 
2768
        match-location contains ,
 
2769
        case-sensitive FALSE ,
 
2770
        ignore-space FALSE ,
 
2771
        ignore-punct FALSE ,
 
2772
        whole-word FALSE ,
 
2773
        not-present FALSE ,
 
2774
        is-all-caps FALSE ,
 
2775
        is-all-lower FALSE ,
 
2776
        is-all-punct FALSE ,
 
2777
        ignore-weasel FALSE } } } ,
 
2778
  fix-caps
 
2779
    mouse-strain NULL ,
 
2780
  aecr {
 
2781
    action
 
2782
      edit {
 
2783
        edit {
 
2784
          find-txt "#" ,
 
2785
          location anywhere ,
 
2786
          case-insensitive FALSE } ,
 
2787
        field
 
2788
          pub title } ,
 
2789
    also-change-mrna FALSE } ,
 
2790
  aecr {
 
2791
    action
 
2792
      edit {
 
2793
        edit {
 
2794
          find-txt " sp" ,
 
2795
          repl-txt " sp." ,
 
2796
          location end ,
 
2797
          case-insensitive FALSE } ,
 
2798
        field
 
2799
          source-qual
 
2800
            textqual taxname } ,
 
2801
    also-change-mrna FALSE ,
 
2802
    constraint {
 
2803
      source {
 
2804
        field1
 
2805
          textqual dbxref ,
 
2806
        constraint {
 
2807
          match-text "taxon:" ,
 
2808
          match-location starts ,
 
2809
          case-sensitive FALSE ,
 
2810
          ignore-space FALSE ,
 
2811
          ignore-punct FALSE ,
 
2812
          whole-word FALSE ,
 
2813
          not-present TRUE ,
 
2814
          is-all-caps FALSE ,
 
2815
          is-all-lower FALSE ,
 
2816
          is-all-punct FALSE ,
 
2817
          ignore-weasel FALSE } ,
 
2818
        type-constraint any } } } ,
 
2819
  aecr {
 
2820
    action
 
2821
      edit {
 
2822
        edit {
 
2823
          find-txt " spp" ,
 
2824
          repl-txt " sp." ,
 
2825
          location end ,
 
2826
          case-insensitive FALSE } ,
 
2827
        field
 
2828
          source-qual
 
2829
            textqual taxname } ,
 
2830
    also-change-mrna FALSE ,
 
2831
    constraint {
 
2832
      source {
 
2833
        field1
 
2834
          textqual dbxref ,
 
2835
        constraint {
 
2836
          match-text "taxon:" ,
 
2837
          match-location starts ,
 
2838
          case-sensitive FALSE ,
 
2839
          ignore-space FALSE ,
 
2840
          ignore-punct FALSE ,
 
2841
          whole-word FALSE ,
 
2842
          not-present TRUE ,
 
2843
          is-all-caps FALSE ,
 
2844
          is-all-lower FALSE ,
 
2845
          is-all-punct FALSE ,
 
2846
          ignore-weasel FALSE } ,
 
2847
        type-constraint any } } } ,
 
2848
  aecr {
 
2849
    action
 
2850
      edit {
 
2851
        edit {
 
2852
          find-txt " spp." ,
 
2853
          repl-txt " sp." ,
 
2854
          location end ,
 
2855
          case-insensitive FALSE } ,
 
2856
        field
 
2857
          source-qual
 
2858
            textqual taxname } ,
 
2859
    also-change-mrna FALSE ,
 
2860
    constraint {
 
2861
      source {
 
2862
        field1
 
2863
          textqual dbxref ,
 
2864
        constraint {
 
2865
          match-text "taxon:" ,
 
2866
          match-location starts ,
 
2867
          case-sensitive FALSE ,
 
2868
          ignore-space FALSE ,
 
2869
          ignore-punct FALSE ,
 
2870
          whole-word FALSE ,
 
2871
          not-present TRUE ,
 
2872
          is-all-caps FALSE ,
 
2873
          is-all-lower FALSE ,
 
2874
          is-all-punct FALSE ,
 
2875
          ignore-weasel FALSE } ,
 
2876
        type-constraint any } } } ,
 
2877
  aecr {
 
2878
    action
 
2879
      edit {
 
2880
        edit {
 
2881
          find-txt " sp " ,
 
2882
          repl-txt " sp. " ,
 
2883
          location anywhere ,
 
2884
          case-insensitive FALSE } ,
 
2885
        field
 
2886
          source-qual
 
2887
            textqual taxname } ,
 
2888
    also-change-mrna FALSE ,
 
2889
    constraint {
 
2890
      source {
 
2891
        field1
 
2892
          textqual dbxref ,
 
2893
        constraint {
 
2894
          match-text "taxon:" ,
 
2895
          match-location starts ,
 
2896
          case-sensitive TRUE ,
 
2897
          ignore-space FALSE ,
 
2898
          ignore-punct FALSE ,
 
2899
          whole-word FALSE ,
 
2900
          not-present TRUE ,
 
2901
          is-all-caps FALSE ,
 
2902
          is-all-lower FALSE ,
 
2903
          is-all-punct FALSE ,
 
2904
          ignore-weasel FALSE } ,
 
2905
        type-constraint any } } } ,
 
2906
  aecr {
 
2907
    action
 
2908
      edit {
 
2909
        edit {
 
2910
          find-txt " sp" ,
 
2911
          repl-txt " sp." ,
 
2912
          location end ,
 
2913
          case-insensitive FALSE } ,
 
2914
        field
 
2915
          source-qual
 
2916
            textqual nat-host } ,
 
2917
    also-change-mrna FALSE } ,
 
2918
  aecr {
 
2919
    action
 
2920
      edit {
 
2921
        edit {
 
2922
          find-txt "oxydase" ,
 
2923
          repl-txt "oxidase" ,
 
2924
          location anywhere ,
 
2925
          case-insensitive TRUE } ,
 
2926
        field
 
2927
          cds-gene-prot prot-name } ,
 
2928
    also-change-mrna FALSE } ,
 
2929
  fix-format
 
2930
    protein-name NULL ,
 
2931
  aecr {
 
2932
    action
 
2933
      apply {
 
2934
        field
 
2935
          feature-field {
 
2936
            type cds ,
 
2937
            field
 
2938
              legal-qual product } ,
 
2939
        value "cytochrome b" ,
 
2940
        existing-text replace-old } ,
 
2941
    also-change-mrna FALSE ,
 
2942
    constraint {
 
2943
      field {
 
2944
        field
 
2945
          feature-field {
 
2946
            type cds ,
 
2947
            field
 
2948
              legal-qual product } ,
 
2949
        string-constraint {
 
2950
          match-text "cytochrome b gene" ,
 
2951
          match-location equals ,
 
2952
          case-sensitive FALSE ,
 
2953
          ignore-space TRUE ,
 
2954
          ignore-punct TRUE ,
 
2955
          ignore-words {
 
2956
            {
 
2957
              word "gene" ,
 
2958
              synonyms {
 
2959
                "sequence" ,
 
2960
                "partial" ,
 
2961
                "complete" ,
 
2962
                "region" ,
 
2963
                "cytb" ,
 
2964
                "cyt b" ,
 
2965
                "partial sequence" ,
 
2966
                "complete sequence" } ,
 
2967
              case-sensitive FALSE ,
 
2968
              whole-word FALSE } ,
 
2969
            {
 
2970
              word "gene" ,
 
2971
              case-sensitive FALSE ,
 
2972
              whole-word FALSE } } ,
 
2973
          whole-word FALSE ,
 
2974
          not-present FALSE ,
 
2975
          is-all-caps FALSE ,
 
2976
          is-all-lower FALSE ,
 
2977
          is-all-punct FALSE ,
 
2978
          ignore-weasel FALSE } } } } ,
 
2979
  aecr {
 
2980
    action
 
2981
      apply {
 
2982
        field
 
2983
          feature-field {
 
2984
            type cds ,
 
2985
            field
 
2986
              legal-qual product } ,
 
2987
        value "maturase K" ,
 
2988
        existing-text replace-old } ,
 
2989
    also-change-mrna FALSE ,
 
2990
    constraint {
 
2991
      field {
 
2992
        field
 
2993
          feature-field {
 
2994
            type cds ,
 
2995
            field
 
2996
              legal-qual product } ,
 
2997
        string-constraint {
 
2998
          match-text "maturase K gene" ,
 
2999
          match-location equals ,
 
3000
          case-sensitive FALSE ,
 
3001
          ignore-space TRUE ,
 
3002
          ignore-punct TRUE ,
 
3003
          ignore-words {
 
3004
            {
 
3005
              word "gene" ,
 
3006
              synonyms {
 
3007
                "partial" ,
 
3008
                "complete" ,
 
3009
                "region" ,
 
3010
                "sequence" ,
 
3011
                "matK" ,
 
3012
                "mat k" ,
 
3013
                "partial sequence" ,
 
3014
                "complete sequence" } ,
 
3015
              case-sensitive FALSE ,
 
3016
              whole-word FALSE } ,
 
3017
            {
 
3018
              word "gene" ,
 
3019
              case-sensitive FALSE ,
 
3020
              whole-word FALSE } } ,
 
3021
          whole-word FALSE ,
 
3022
          not-present FALSE ,
 
3023
          is-all-caps FALSE ,
 
3024
          is-all-lower FALSE ,
 
3025
          is-all-punct FALSE ,
 
3026
          ignore-weasel FALSE } } } } ,
 
3027
  aecr {
 
3028
    action
 
3029
      apply {
 
3030
        field
 
3031
          feature-field {
 
3032
            type cds ,
 
3033
            field
 
3034
              legal-qual product } ,
 
3035
        value "cytochrome c oxidase subunit I" ,
 
3036
        existing-text replace-old } ,
 
3037
    also-change-mrna FALSE ,
 
3038
    constraint {
 
3039
      field {
 
3040
        field
 
3041
          feature-field {
 
3042
            type cds ,
 
3043
            field
 
3044
              legal-qual product } ,
 
3045
        string-constraint {
 
3046
          match-text "cytochrome c oxidase subunit I gene" ,
 
3047
          match-location equals ,
 
3048
          case-sensitive FALSE ,
 
3049
          ignore-space TRUE ,
 
3050
          ignore-punct TRUE ,
 
3051
          ignore-words {
 
3052
            {
 
3053
              word "subunit" ,
 
3054
              case-sensitive FALSE ,
 
3055
              whole-word FALSE } ,
 
3056
            {
 
3057
              word "oxidase" ,
 
3058
              synonyms {
 
3059
                "oxydase" } ,
 
3060
              case-sensitive FALSE ,
 
3061
              whole-word FALSE } ,
 
3062
            {
 
3063
              word "gene" ,
 
3064
              synonyms {
 
3065
                "sequence" ,
 
3066
                "partial" ,
 
3067
                "complete" ,
 
3068
                "partial sequence" ,
 
3069
                "complete sequence" ,
 
3070
                "region" } ,
 
3071
              case-sensitive FALSE ,
 
3072
              whole-word FALSE } ,
 
3073
            {
 
3074
              word "gene" ,
 
3075
              case-sensitive FALSE ,
 
3076
              whole-word FALSE } } ,
 
3077
          whole-word FALSE ,
 
3078
          not-present FALSE ,
 
3079
          is-all-caps FALSE ,
 
3080
          is-all-lower FALSE ,
 
3081
          is-all-punct FALSE ,
 
3082
          ignore-weasel FALSE } } } } ,
 
3083
  aecr {
 
3084
    action
 
3085
      apply {
 
3086
        field
 
3087
          feature-field {
 
3088
            type cds ,
 
3089
            field
 
3090
              legal-qual product } ,
 
3091
        value "cytochrome oxidase subunit I" ,
 
3092
        existing-text replace-old } ,
 
3093
    also-change-mrna FALSE ,
 
3094
    constraint {
 
3095
      field {
 
3096
        field
 
3097
          feature-field {
 
3098
            type cds ,
 
3099
            field
 
3100
              legal-qual product } ,
 
3101
        string-constraint {
 
3102
          match-text "cytochrome oxidase subunit I gene" ,
 
3103
          match-location equals ,
 
3104
          case-sensitive FALSE ,
 
3105
          ignore-space TRUE ,
 
3106
          ignore-punct TRUE ,
 
3107
          ignore-words {
 
3108
            {
 
3109
              word "subunit" ,
 
3110
              case-sensitive FALSE ,
 
3111
              whole-word FALSE } ,
 
3112
            {
 
3113
              word "oxidase" ,
 
3114
              synonyms {
 
3115
                "oxydase" } ,
 
3116
              case-sensitive FALSE ,
 
3117
              whole-word FALSE } ,
 
3118
            {
 
3119
              word "gene" ,
 
3120
              synonyms {
 
3121
                "sequence" ,
 
3122
                "partial" ,
 
3123
                "complete" ,
 
3124
                "partial sequence" ,
 
3125
                "complete sequence" ,
 
3126
                "region" } ,
 
3127
              case-sensitive FALSE ,
 
3128
              whole-word FALSE } ,
 
3129
            {
 
3130
              word "gene" ,
 
3131
              case-sensitive FALSE ,
 
3132
              whole-word FALSE } } ,
 
3133
          whole-word FALSE ,
 
3134
          not-present FALSE ,
 
3135
          is-all-caps FALSE ,
 
3136
          is-all-lower FALSE ,
 
3137
          is-all-punct FALSE ,
 
3138
          ignore-weasel FALSE } } } } ,
 
3139
  aecr {
 
3140
    action
 
3141
      apply {
 
3142
        field
 
3143
          feature-field {
 
3144
            type cds ,
 
3145
            field
 
3146
              legal-qual product } ,
 
3147
        value "cytochrome c oxidase subunit 1" ,
 
3148
        existing-text replace-old } ,
 
3149
    also-change-mrna FALSE ,
 
3150
    constraint {
 
3151
      field {
 
3152
        field
 
3153
          feature-field {
 
3154
            type cds ,
 
3155
            field
 
3156
              legal-qual product } ,
 
3157
        string-constraint {
 
3158
          match-text "cytochrome c oxidase subunit 1 gene" ,
 
3159
          match-location equals ,
 
3160
          case-sensitive FALSE ,
 
3161
          ignore-space TRUE ,
 
3162
          ignore-punct TRUE ,
 
3163
          ignore-words {
 
3164
            {
 
3165
              word "subunit" ,
 
3166
              case-sensitive FALSE ,
 
3167
              whole-word FALSE } ,
 
3168
            {
 
3169
              word "oxidase" ,
 
3170
              synonyms {
 
3171
                "oxydase" } ,
 
3172
              case-sensitive FALSE ,
 
3173
              whole-word FALSE } ,
 
3174
            {
 
3175
              word "gene" ,
 
3176
              synonyms {
 
3177
                "sequence" ,
 
3178
                "partial" ,
 
3179
                "complete" ,
 
3180
                "partial sequence" ,
 
3181
                "complete sequence" ,
 
3182
                "region" } ,
 
3183
              case-sensitive FALSE ,
 
3184
              whole-word FALSE } ,
 
3185
            {
 
3186
              word "gene" ,
 
3187
              case-sensitive FALSE ,
 
3188
              whole-word FALSE } } ,
 
3189
          whole-word FALSE ,
 
3190
          not-present FALSE ,
 
3191
          is-all-caps FALSE ,
 
3192
          is-all-lower FALSE ,
 
3193
          is-all-punct FALSE ,
 
3194
          ignore-weasel FALSE } } } } ,
 
3195
  aecr {
 
3196
    action
 
3197
      apply {
 
3198
        field
 
3199
          feature-field {
 
3200
            type cds ,
 
3201
            field
 
3202
              legal-qual product } ,
 
3203
        value "cytochrome oxidase subunit 1" ,
 
3204
        existing-text replace-old } ,
 
3205
    also-change-mrna FALSE ,
 
3206
    constraint {
 
3207
      field {
 
3208
        field
 
3209
          feature-field {
 
3210
            type cds ,
 
3211
            field
 
3212
              legal-qual product } ,
 
3213
        string-constraint {
 
3214
          match-text "cytochrome oxidase subunit 1 gene" ,
 
3215
          match-location equals ,
 
3216
          case-sensitive FALSE ,
 
3217
          ignore-space TRUE ,
 
3218
          ignore-punct TRUE ,
 
3219
          ignore-words {
 
3220
            {
 
3221
              word "subunit" ,
 
3222
              case-sensitive FALSE ,
 
3223
              whole-word FALSE } ,
 
3224
            {
 
3225
              word "oxidase" ,
 
3226
              synonyms {
 
3227
                "oxydase" } ,
 
3228
              case-sensitive FALSE ,
 
3229
              whole-word FALSE } ,
 
3230
            {
 
3231
              word "gene" ,
 
3232
              synonyms {
 
3233
                "sequence" ,
 
3234
                "partial" ,
 
3235
                "complete" ,
 
3236
                "partial sequence" ,
 
3237
                "complete sequence" ,
 
3238
                "region" } ,
 
3239
              case-sensitive FALSE ,
 
3240
              whole-word FALSE } ,
 
3241
            {
 
3242
              word "gene" ,
 
3243
              case-sensitive FALSE ,
 
3244
              whole-word FALSE } } ,
 
3245
          whole-word FALSE ,
 
3246
          not-present FALSE ,
 
3247
          is-all-caps FALSE ,
 
3248
          is-all-lower FALSE ,
 
3249
          is-all-punct FALSE ,
 
3250
          ignore-weasel FALSE } } } } ,
 
3251
  aecr {
 
3252
    action
 
3253
      apply {
 
3254
        field
 
3255
          feature-field {
 
3256
            type cds ,
 
3257
            field
 
3258
              legal-qual product } ,
 
3259
        value "cytochrome c oxidase subunit 2" ,
 
3260
        existing-text replace-old } ,
 
3261
    also-change-mrna FALSE ,
 
3262
    constraint {
 
3263
      field {
 
3264
        field
 
3265
          feature-field {
 
3266
            type cds ,
 
3267
            field
 
3268
              legal-qual product } ,
 
3269
        string-constraint {
 
3270
          match-text "cytochrome c oxidase subunit 2 gene" ,
 
3271
          match-location equals ,
 
3272
          case-sensitive FALSE ,
 
3273
          ignore-space TRUE ,
 
3274
          ignore-punct TRUE ,
 
3275
          ignore-words {
 
3276
            {
 
3277
              word "subunit" ,
 
3278
              case-sensitive FALSE ,
 
3279
              whole-word FALSE } ,
 
3280
            {
 
3281
              word "oxidase" ,
 
3282
              synonyms {
 
3283
                "oxydase" } ,
 
3284
              case-sensitive FALSE ,
 
3285
              whole-word FALSE } ,
 
3286
            {
 
3287
              word "gene" ,
 
3288
              synonyms {
 
3289
                "partial" ,
 
3290
                "complete" ,
 
3291
                "sequence" ,
 
3292
                "region" ,
 
3293
                "partial sequence" ,
 
3294
                "complete sequence" } ,
 
3295
              case-sensitive FALSE ,
 
3296
              whole-word FALSE } ,
 
3297
            {
 
3298
              word "gene" ,
 
3299
              case-sensitive FALSE ,
 
3300
              whole-word FALSE } } ,
 
3301
          whole-word FALSE ,
 
3302
          not-present FALSE ,
 
3303
          is-all-caps FALSE ,
 
3304
          is-all-lower FALSE ,
 
3305
          is-all-punct FALSE ,
 
3306
          ignore-weasel FALSE } } } } ,
 
3307
  aecr {
 
3308
    action
 
3309
      apply {
 
3310
        field
 
3311
          feature-field {
 
3312
            type cds ,
 
3313
            field
 
3314
              legal-qual product } ,
 
3315
        value "cytochrome oxidase subunit 2" ,
 
3316
        existing-text replace-old } ,
 
3317
    also-change-mrna FALSE ,
 
3318
    constraint {
 
3319
      field {
 
3320
        field
 
3321
          feature-field {
 
3322
            type cds ,
 
3323
            field
 
3324
              legal-qual product } ,
 
3325
        string-constraint {
 
3326
          match-text "cytochrome oxidase subunit 2 gene" ,
 
3327
          match-location equals ,
 
3328
          case-sensitive FALSE ,
 
3329
          ignore-space TRUE ,
 
3330
          ignore-punct TRUE ,
 
3331
          ignore-words {
 
3332
            {
 
3333
              word "subunit" ,
 
3334
              case-sensitive FALSE ,
 
3335
              whole-word FALSE } ,
 
3336
            {
 
3337
              word "oxidase" ,
 
3338
              synonyms {
 
3339
                "oxydase" } ,
 
3340
              case-sensitive FALSE ,
 
3341
              whole-word FALSE } ,
 
3342
            {
 
3343
              word "gene" ,
 
3344
              synonyms {
 
3345
                "partial" ,
 
3346
                "complete" ,
 
3347
                "sequence" ,
 
3348
                "region" ,
 
3349
                "partial sequence" ,
 
3350
                "complete sequence" } ,
 
3351
              case-sensitive FALSE ,
 
3352
              whole-word FALSE } ,
 
3353
            {
 
3354
              word "gene" ,
 
3355
              case-sensitive FALSE ,
 
3356
              whole-word FALSE } } ,
 
3357
          whole-word FALSE ,
 
3358
          not-present FALSE ,
 
3359
          is-all-caps FALSE ,
 
3360
          is-all-lower FALSE ,
 
3361
          is-all-punct FALSE ,
 
3362
          ignore-weasel FALSE } } } } ,
 
3363
  aecr {
 
3364
    action
 
3365
      apply {
 
3366
        field
 
3367
          feature-field {
 
3368
            type cds ,
 
3369
            field
 
3370
              legal-qual product } ,
 
3371
        value "ribulose-1,5-bisphosphate carboxylase/oxygenase large subunit" ,
 
3372
        existing-text replace-old } ,
 
3373
    also-change-mrna FALSE ,
 
3374
    constraint {
 
3375
      field {
 
3376
        field
 
3377
          feature-field {
 
3378
            type cds ,
 
3379
            field
 
3380
              legal-qual product } ,
 
3381
        string-constraint {
 
3382
          match-text "ribulose-1,5-bisphosphate carboxylase/oxygenase large
 
3383
 subunit gene" ,
 
3384
          match-location equals ,
 
3385
          case-sensitive FALSE ,
 
3386
          ignore-space TRUE ,
 
3387
          ignore-punct TRUE ,
 
3388
          ignore-words {
 
3389
            {
 
3390
              word "subunit" ,
 
3391
              case-sensitive FALSE ,
 
3392
              whole-word FALSE } ,
 
3393
            {
 
3394
              word "gene" ,
 
3395
              synonyms {
 
3396
                "complete sequence" ,
 
3397
                "region" ,
 
3398
                "complete" ,
 
3399
                "partial" ,
 
3400
                "sequence" ,
 
3401
                "rbcL" ,
 
3402
                "partial sequence" } ,
 
3403
              case-sensitive FALSE ,
 
3404
              whole-word FALSE } ,
 
3405
            {
 
3406
              word "gene" ,
 
3407
              case-sensitive FALSE ,
 
3408
              whole-word FALSE } } ,
 
3409
          whole-word FALSE ,
 
3410
          not-present FALSE ,
 
3411
          is-all-caps FALSE ,
 
3412
          is-all-lower FALSE ,
 
3413
          is-all-punct FALSE ,
 
3414
          ignore-weasel FALSE } } } } ,
 
3415
  aecr {
 
3416
    action
 
3417
      apply {
 
3418
        field
 
3419
          feature-field {
 
3420
            type cds ,
 
3421
            field
 
3422
              legal-qual product } ,
 
3423
        value "ribulose-1,5-bisphosphate carboxylase/oxygenase small subunit" ,
 
3424
        existing-text replace-old } ,
 
3425
    also-change-mrna FALSE ,
 
3426
    constraint {
 
3427
      field {
 
3428
        field
 
3429
          feature-field {
 
3430
            type cds ,
 
3431
            field
 
3432
              legal-qual product } ,
 
3433
        string-constraint {
 
3434
          match-text "ribulose-1,5-bisphosphate carboxylase/oxygenase small
 
3435
 subunit gene" ,
 
3436
          match-location equals ,
 
3437
          case-sensitive FALSE ,
 
3438
          ignore-space TRUE ,
 
3439
          ignore-punct TRUE ,
 
3440
          ignore-words {
 
3441
            {
 
3442
              word "subunit" ,
 
3443
              case-sensitive FALSE ,
 
3444
              whole-word FALSE } ,
 
3445
            {
 
3446
              word "gene" ,
 
3447
              synonyms {
 
3448
                "partial" ,
 
3449
                "complete" ,
 
3450
                "partial sequence" ,
 
3451
                "region" ,
 
3452
                "sequence" ,
 
3453
                "rbcS" ,
 
3454
                "complete sequence" } ,
 
3455
              case-sensitive FALSE ,
 
3456
              whole-word FALSE } ,
 
3457
            {
 
3458
              word "gene" ,
 
3459
              case-sensitive FALSE ,
 
3460
              whole-word FALSE } } ,
 
3461
          whole-word FALSE ,
 
3462
          not-present FALSE ,
 
3463
          is-all-caps FALSE ,
 
3464
          is-all-lower FALSE ,
 
3465
          is-all-punct FALSE ,
 
3466
          ignore-weasel FALSE } } } } ,
 
3467
  convert-feature {
 
3468
    type-from gene ,
 
3469
    type-to rRNA ,
 
3470
    leave-original FALSE ,
 
3471
    src-feat-constraint {
 
3472
      sequence {
 
3473
        seqtype
 
3474
          nucleotide NULL ,
 
3475
        feature gene ,
 
3476
        num-features
 
3477
          equals 1 ,
 
3478
        strandedness any } ,
 
3479
      field {
 
3480
        field
 
3481
          feature-field {
 
3482
            type gene ,
 
3483
            field
 
3484
              legal-qual gene } ,
 
3485
        string-constraint {
 
3486
          match-text "16S ribosomal RNA gene" ,
 
3487
          match-location equals ,
 
3488
          case-sensitive FALSE ,
 
3489
          ignore-space TRUE ,
 
3490
          ignore-punct TRUE ,
 
3491
          ignore-words {
 
3492
            {
 
3493
              synonyms {
 
3494
                "partial sequence" ,
 
3495
                "complete sequence" ,
 
3496
                "complete" ,
 
3497
                "partial" ,
 
3498
                "gene" ,
 
3499
                "sequence" ,
 
3500
                "region" } ,
 
3501
              case-sensitive FALSE ,
 
3502
              whole-word FALSE } ,
 
3503
            {
 
3504
              word "ribosomal RNA" ,
 
3505
              case-sensitive FALSE ,
 
3506
              whole-word FALSE } ,
 
3507
            {
 
3508
              word "gene" ,
 
3509
              case-sensitive FALSE ,
 
3510
              whole-word FALSE } ,
 
3511
            {
 
3512
              word "RNA" ,
 
3513
              synonyms {
 
3514
                "DNA" } ,
 
3515
              case-sensitive FALSE ,
 
3516
              whole-word FALSE } ,
 
3517
            {
 
3518
              word "ribosomal" ,
 
3519
              synonyms {
 
3520
                "r" } ,
 
3521
              case-sensitive FALSE ,
 
3522
              whole-word FALSE } ,
 
3523
            {
 
3524
              word "RNA" ,
 
3525
              case-sensitive FALSE ,
 
3526
              whole-word FALSE } ,
 
3527
            {
 
3528
              word "16" ,
 
3529
              synonyms {
 
3530
                "28" ,
 
3531
                "5.8" ,
 
3532
                "18" ,
 
3533
                "23" ,
 
3534
                "26" ,
 
3535
                "large subunit" ,
 
3536
                "small subunit" } ,
 
3537
              case-sensitive FALSE ,
 
3538
              whole-word FALSE } ,
 
3539
            {
 
3540
              word " ribosomal RNA gene" ,
 
3541
              synonyms {
 
3542
                "rDNA" ,
 
3543
                "rRNA" } ,
 
3544
              case-sensitive FALSE ,
 
3545
              whole-word FALSE } } ,
 
3546
          whole-word FALSE ,
 
3547
          not-present FALSE ,
 
3548
          is-all-caps FALSE ,
 
3549
          is-all-lower FALSE ,
 
3550
          is-all-punct FALSE ,
 
3551
          ignore-weasel FALSE } } } } ,
 
3552
  aecr {
 
3553
    action
 
3554
      apply {
 
3555
        field
 
3556
          rna-field {
 
3557
            type
 
3558
              rRNA NULL ,
 
3559
            field product } ,
 
3560
        value "12S ribosomal RNA" ,
 
3561
        existing-text replace-old } ,
 
3562
    also-change-mrna FALSE ,
 
3563
    constraint {
 
3564
      field {
 
3565
        field
 
3566
          feature-field {
 
3567
            type rRNA ,
 
3568
            field
 
3569
              legal-qual product } ,
 
3570
        string-constraint {
 
3571
          match-text "12S ribosomal RNA gene" ,
 
3572
          match-location equals ,
 
3573
          case-sensitive FALSE ,
 
3574
          ignore-space TRUE ,
 
3575
          ignore-punct TRUE ,
 
3576
          ignore-words {
 
3577
            {
 
3578
              word "ribosomal RNA gene" ,
 
3579
              case-sensitive FALSE ,
 
3580
              whole-word FALSE } ,
 
3581
            {
 
3582
              word "RNA" ,
 
3583
              synonyms {
 
3584
                "DNA" } ,
 
3585
              case-sensitive FALSE ,
 
3586
              whole-word FALSE } ,
 
3587
            {
 
3588
              word "ribosomal RNA gene" ,
 
3589
              synonyms {
 
3590
                "ribosomal DNA" ,
 
3591
                "rDNA" ,
 
3592
                "RDNA" ,
 
3593
                "RDAN" ,
 
3594
                "RNA" ,
 
3595
                "DNA" ,
 
3596
                "ribosomal" } ,
 
3597
              case-sensitive FALSE ,
 
3598
              whole-word FALSE } ,
 
3599
            {
 
3600
              word "gene" ,
 
3601
              synonyms {
 
3602
                "sequence" ,
 
3603
                "region" ,
 
3604
                "gene sequence" ,
 
3605
                "sequence region" ,
 
3606
                "gene sequence region" ,
 
3607
                "partial sequence" ,
 
3608
                "partial gene sequence" ,
 
3609
                "partial" } ,
 
3610
              case-sensitive FALSE ,
 
3611
              whole-word FALSE } ,
 
3612
            {
 
3613
              word "12S ribosomal RNA gene" ,
 
3614
              synonyms {
 
3615
                "12SrDNA" ,
 
3616
                "12SrRNA" ,
 
3617
                "12SrDNA gene" ,
 
3618
                "12SrRNA gene" ,
 
3619
                "12SrDNA gene sequence" ,
 
3620
                "12SrRNA gene sequence" ,
 
3621
                "12SrDNA gene sequence region" ,
 
3622
                "12SrRNA gene sequence region" ,
 
3623
                "12S rDNA gene" ,
 
3624
                "12S rRNA gene" } ,
 
3625
              case-sensitive FALSE ,
 
3626
              whole-word FALSE } } ,
 
3627
          whole-word FALSE ,
 
3628
          not-present FALSE ,
 
3629
          is-all-caps FALSE ,
 
3630
          is-all-lower FALSE ,
 
3631
          is-all-punct FALSE ,
 
3632
          ignore-weasel FALSE } } } } ,
 
3633
  aecr {
 
3634
    action
 
3635
      apply {
 
3636
        field
 
3637
          rna-field {
 
3638
            type
 
3639
              rRNA NULL ,
 
3640
            field product } ,
 
3641
        value "18S ribosomal RNA" ,
 
3642
        existing-text replace-old } ,
 
3643
    also-change-mrna FALSE ,
 
3644
    constraint {
 
3645
      field {
 
3646
        field
 
3647
          feature-field {
 
3648
            type rRNA ,
 
3649
            field
 
3650
              legal-qual product } ,
 
3651
        string-constraint {
 
3652
          match-text "18S ribosomal RNA gene" ,
 
3653
          match-location equals ,
 
3654
          case-sensitive FALSE ,
 
3655
          ignore-space TRUE ,
 
3656
          ignore-punct TRUE ,
 
3657
          ignore-words {
 
3658
            {
 
3659
              word "ribosomal RNA gene" ,
 
3660
              case-sensitive FALSE ,
 
3661
              whole-word FALSE } ,
 
3662
            {
 
3663
              word "RNA" ,
 
3664
              synonyms {
 
3665
                "DNA" } ,
 
3666
              case-sensitive FALSE ,
 
3667
              whole-word FALSE } ,
 
3668
            {
 
3669
              word "ribosomal RNA gene" ,
 
3670
              synonyms {
 
3671
                "ribosomal DNA" ,
 
3672
                "rDNA" ,
 
3673
                "RDNA" ,
 
3674
                "RDAN" ,
 
3675
                "RNA" ,
 
3676
                "DNA" ,
 
3677
                "ribosomal" } ,
 
3678
              case-sensitive FALSE ,
 
3679
              whole-word FALSE } ,
 
3680
            {
 
3681
              word "gene" ,
 
3682
              synonyms {
 
3683
                "sequence" ,
 
3684
                "region" ,
 
3685
                "gene sequence" ,
 
3686
                "sequence region" ,
 
3687
                "gene sequence region" ,
 
3688
                "partial sequence" ,
 
3689
                "partial gene sequence" ,
 
3690
                "partial" } ,
 
3691
              case-sensitive FALSE ,
 
3692
              whole-word FALSE } ,
 
3693
            {
 
3694
              word "18S ribosomal RNA gene" ,
 
3695
              synonyms {
 
3696
                "18SrDNA" ,
 
3697
                "18SrRNA" ,
 
3698
                "18SrDNA gene" ,
 
3699
                "18SrRNA gene" ,
 
3700
                "18SrDNA gene sequence" ,
 
3701
                "18SrRNA gene sequence" ,
 
3702
                "18SrDNA gene sequence region" ,
 
3703
                "18SrRNA gene sequence region" ,
 
3704
                "18S rDNA gene" ,
 
3705
                "18S rRNA gene" } ,
 
3706
              case-sensitive FALSE ,
 
3707
              whole-word FALSE } } ,
 
3708
          whole-word FALSE ,
 
3709
          not-present FALSE ,
 
3710
          is-all-caps FALSE ,
 
3711
          is-all-lower FALSE ,
 
3712
          is-all-punct FALSE ,
 
3713
          ignore-weasel FALSE } } } } ,
 
3714
  aecr {
 
3715
    action
 
3716
      apply {
 
3717
        field
 
3718
          rna-field {
 
3719
            type
 
3720
              rRNA NULL ,
 
3721
            field product } ,
 
3722
        value "5.8S ribosomal RNA" ,
 
3723
        existing-text replace-old } ,
 
3724
    also-change-mrna FALSE ,
 
3725
    constraint {
 
3726
      field {
 
3727
        field
 
3728
          feature-field {
 
3729
            type rRNA ,
 
3730
            field
 
3731
              legal-qual product } ,
 
3732
        string-constraint {
 
3733
          match-text "5.8S ribosomal RNA gene" ,
 
3734
          match-location equals ,
 
3735
          case-sensitive FALSE ,
 
3736
          ignore-space TRUE ,
 
3737
          ignore-punct TRUE ,
 
3738
          ignore-words {
 
3739
            {
 
3740
              word "ribosomal RNA gene" ,
 
3741
              case-sensitive FALSE ,
 
3742
              whole-word FALSE } ,
 
3743
            {
 
3744
              word "RNA" ,
 
3745
              synonyms {
 
3746
                "DNA" } ,
 
3747
              case-sensitive FALSE ,
 
3748
              whole-word FALSE } ,
 
3749
            {
 
3750
              word "ribosomal RNA gene" ,
 
3751
              synonyms {
 
3752
                "ribosomal DNA" ,
 
3753
                "rDNA" ,
 
3754
                "RDNA" ,
 
3755
                "RDAN" ,
 
3756
                "RNA" ,
 
3757
                "DNA" ,
 
3758
                "ribosomal" } ,
 
3759
              case-sensitive FALSE ,
 
3760
              whole-word FALSE } ,
 
3761
            {
 
3762
              word "gene" ,
 
3763
              synonyms {
 
3764
                "sequence" ,
 
3765
                "region" ,
 
3766
                "gene sequence" ,
 
3767
                "sequence region" ,
 
3768
                "gene sequence region" ,
 
3769
                "partial sequence" ,
 
3770
                "partial gene sequence" ,
 
3771
                "partial" } ,
 
3772
              case-sensitive FALSE ,
 
3773
              whole-word FALSE } ,
 
3774
            {
 
3775
              word "5.8S ribosomal RNA gene" ,
 
3776
              synonyms {
 
3777
                "5.8SrDNA" ,
 
3778
                "5.8SrRNA" ,
 
3779
                "5.8SrDNA gene" ,
 
3780
                "5.8SrRNA gene" ,
 
3781
                "5.8SrDNA gene sequence" ,
 
3782
                "5.8SrRNA gene sequence" ,
 
3783
                "5.8SrDNA gene sequence region" ,
 
3784
                "5.8SrRNA gene sequence region" ,
 
3785
                "5.8S rDNA gene" ,
 
3786
                "5.8S rRNA gene" } ,
 
3787
              case-sensitive FALSE ,
 
3788
              whole-word FALSE } } ,
 
3789
          whole-word FALSE ,
 
3790
          not-present FALSE ,
 
3791
          is-all-caps FALSE ,
 
3792
          is-all-lower FALSE ,
 
3793
          is-all-punct FALSE ,
 
3794
          ignore-weasel FALSE } } } } ,
 
3795
  aecr {
 
3796
    action
 
3797
      apply {
 
3798
        field
 
3799
          rna-field {
 
3800
            type
 
3801
              rRNA NULL ,
 
3802
            field product } ,
 
3803
        value "28S ribosomal RNA" ,
 
3804
        existing-text replace-old } ,
 
3805
    also-change-mrna FALSE ,
 
3806
    constraint {
 
3807
      field {
 
3808
        field
 
3809
          feature-field {
 
3810
            type rRNA ,
 
3811
            field
 
3812
              legal-qual product } ,
 
3813
        string-constraint {
 
3814
          match-text "28S ribosomal RNA gene" ,
 
3815
          match-location equals ,
 
3816
          case-sensitive FALSE ,
 
3817
          ignore-space TRUE ,
 
3818
          ignore-punct TRUE ,
 
3819
          ignore-words {
 
3820
            {
 
3821
              word "ribosomal RNA gene" ,
 
3822
              case-sensitive FALSE ,
 
3823
              whole-word FALSE } ,
 
3824
            {
 
3825
              word "RNA" ,
 
3826
              synonyms {
 
3827
                "DNA" } ,
 
3828
              case-sensitive FALSE ,
 
3829
              whole-word FALSE } ,
 
3830
            {
 
3831
              word "ribosomal RNA gene" ,
 
3832
              synonyms {
 
3833
                "ribosomal DNA" ,
 
3834
                "rDNA" ,
 
3835
                "RDNA" ,
 
3836
                "RDAN" ,
 
3837
                "RNA" ,
 
3838
                "DNA" ,
 
3839
                "ribosomal" } ,
 
3840
              case-sensitive FALSE ,
 
3841
              whole-word FALSE } ,
 
3842
            {
 
3843
              word "gene" ,
 
3844
              synonyms {
 
3845
                "sequence" ,
 
3846
                "region" ,
 
3847
                "gene sequence" ,
 
3848
                "sequence region" ,
 
3849
                "gene sequence region" ,
 
3850
                "partial sequence" ,
 
3851
                "partial gene sequence" ,
 
3852
                "partial" } ,
 
3853
              case-sensitive FALSE ,
 
3854
              whole-word FALSE } ,
 
3855
            {
 
3856
              word "28S ribosomal RNA gene" ,
 
3857
              synonyms {
 
3858
                "28SrDNA" ,
 
3859
                "28SrRNA" ,
 
3860
                "28SrDNA gene" ,
 
3861
                "28SrRNA gene" ,
 
3862
                "28SrDNA gene sequence" ,
 
3863
                "28SrRNA gene sequence" ,
 
3864
                "28SrDNA gene sequence region" ,
 
3865
                "28SrRNA gene sequence region" ,
 
3866
                "28S rDNA gene" ,
 
3867
                "28S rRNA gene" } ,
 
3868
              case-sensitive FALSE ,
 
3869
              whole-word FALSE } } ,
 
3870
          whole-word FALSE ,
 
3871
          not-present FALSE ,
 
3872
          is-all-caps FALSE ,
 
3873
          is-all-lower FALSE ,
 
3874
          is-all-punct FALSE ,
 
3875
          ignore-weasel FALSE } } } } ,
 
3876
  aecr {
 
3877
    action
 
3878
      apply {
 
3879
        field
 
3880
          rna-field {
 
3881
            type
 
3882
              rRNA NULL ,
 
3883
            field product } ,
 
3884
        value "26S ribosomal RNA" ,
 
3885
        existing-text replace-old } ,
 
3886
    also-change-mrna FALSE ,
 
3887
    constraint {
 
3888
      field {
 
3889
        field
 
3890
          feature-field {
 
3891
            type rRNA ,
 
3892
            field
 
3893
              legal-qual product } ,
 
3894
        string-constraint {
 
3895
          match-text "26S ribosomal RNA gene" ,
 
3896
          match-location equals ,
 
3897
          case-sensitive FALSE ,
 
3898
          ignore-space TRUE ,
 
3899
          ignore-punct TRUE ,
 
3900
          ignore-words {
 
3901
            {
 
3902
              word "ribosomal RNA gene" ,
 
3903
              case-sensitive FALSE ,
 
3904
              whole-word FALSE } ,
 
3905
            {
 
3906
              word "RNA" ,
 
3907
              synonyms {
 
3908
                "DNA" } ,
 
3909
              case-sensitive FALSE ,
 
3910
              whole-word FALSE } ,
 
3911
            {
 
3912
              word "ribosomal RNA gene" ,
 
3913
              synonyms {
 
3914
                "ribosomal DNA" ,
 
3915
                "rDNA" ,
 
3916
                "RDNA" ,
 
3917
                "RDAN" ,
 
3918
                "RNA" ,
 
3919
                "DNA" ,
 
3920
                "ribosomal" } ,
 
3921
              case-sensitive FALSE ,
 
3922
              whole-word FALSE } ,
 
3923
            {
 
3924
              word "gene" ,
 
3925
              synonyms {
 
3926
                "sequence" ,
 
3927
                "region" ,
 
3928
                "gene sequence" ,
 
3929
                "sequence region" ,
 
3930
                "gene sequence region" ,
 
3931
                "partial sequence" ,
 
3932
                "partial gene sequence" ,
 
3933
                "partial" } ,
 
3934
              case-sensitive FALSE ,
 
3935
              whole-word FALSE } ,
 
3936
            {
 
3937
              word "26S ribosomal RNA gene" ,
 
3938
              synonyms {
 
3939
                "26SrDNA" ,
 
3940
                "26SrRNA" ,
 
3941
                "26SrDNA gene" ,
 
3942
                "26SrRNA gene" ,
 
3943
                "26SrDNA gene sequence" ,
 
3944
                "26SrRNA gene sequence" ,
 
3945
                "26SrDNA gene sequence region" ,
 
3946
                "26SrRNA gene sequence region" ,
 
3947
                "26S rDNA gene" ,
 
3948
                "26S rRNA gene" } ,
 
3949
              case-sensitive FALSE ,
 
3950
              whole-word FALSE } } ,
 
3951
          whole-word FALSE ,
 
3952
          not-present FALSE ,
 
3953
          is-all-caps FALSE ,
 
3954
          is-all-lower FALSE ,
 
3955
          is-all-punct FALSE ,
 
3956
          ignore-weasel FALSE } } } } ,
 
3957
  aecr {
 
3958
    action
 
3959
      apply {
 
3960
        field
 
3961
          rna-field {
 
3962
            type
 
3963
              rRNA NULL ,
 
3964
            field product } ,
 
3965
        value "16S ribosomal RNA" ,
 
3966
        existing-text replace-old } ,
 
3967
    also-change-mrna FALSE ,
 
3968
    constraint {
 
3969
      field {
 
3970
        field
 
3971
          feature-field {
 
3972
            type rRNA ,
 
3973
            field
 
3974
              legal-qual product } ,
 
3975
        string-constraint {
 
3976
          match-text "16S ribosomal RNA gene" ,
 
3977
          match-location equals ,
 
3978
          case-sensitive FALSE ,
 
3979
          ignore-space TRUE ,
 
3980
          ignore-punct TRUE ,
 
3981
          ignore-words {
 
3982
            {
 
3983
              word "ribosomal RNA gene" ,
 
3984
              case-sensitive FALSE ,
 
3985
              whole-word FALSE } ,
 
3986
            {
 
3987
              word "RNA" ,
 
3988
              synonyms {
 
3989
                "DNA" } ,
 
3990
              case-sensitive FALSE ,
 
3991
              whole-word FALSE } ,
 
3992
            {
 
3993
              word "ribosomal RNA gene" ,
 
3994
              synonyms {
 
3995
                "ribosomal DNA" ,
 
3996
                "rDNA" ,
 
3997
                "RDNA" ,
 
3998
                "RDAN" ,
 
3999
                "RNA" ,
 
4000
                "DNA" ,
 
4001
                "ribosomal" } ,
 
4002
              case-sensitive FALSE ,
 
4003
              whole-word FALSE } ,
 
4004
            {
 
4005
              word "gene" ,
 
4006
              synonyms {
 
4007
                "sequence" ,
 
4008
                "region" ,
 
4009
                "gene sequence" ,
 
4010
                "sequence region" ,
 
4011
                "gene sequence region" ,
 
4012
                "partial sequence" ,
 
4013
                "partial gene sequence" ,
 
4014
                "partial" } ,
 
4015
              case-sensitive FALSE ,
 
4016
              whole-word FALSE } ,
 
4017
            {
 
4018
              word "16S ribosomal RNA gene" ,
 
4019
              synonyms {
 
4020
                "16SrDNA" ,
 
4021
                "16SrRNA" ,
 
4022
                "16SrDNA gene" ,
 
4023
                "16SrRNA gene" ,
 
4024
                "16SrDNA gene sequence" ,
 
4025
                "16SrRNA gene sequence" ,
 
4026
                "16SrDNA gene sequence region" ,
 
4027
                "16SrRNA gene sequence region" ,
 
4028
                "16S rDNA gene" ,
 
4029
                "16S rRNA gene" } ,
 
4030
              case-sensitive FALSE ,
 
4031
              whole-word FALSE } } ,
 
4032
          whole-word FALSE ,
 
4033
          not-present FALSE ,
 
4034
          is-all-caps FALSE ,
 
4035
          is-all-lower FALSE ,
 
4036
          is-all-punct FALSE ,
 
4037
          ignore-weasel FALSE } } } } ,
 
4038
  aecr {
 
4039
    action
 
4040
      apply {
 
4041
        field
 
4042
          rna-field {
 
4043
            type
 
4044
              rRNA NULL ,
 
4045
            field product } ,
 
4046
        value "23S ribosomal RNA" ,
 
4047
        existing-text replace-old } ,
 
4048
    also-change-mrna FALSE ,
 
4049
    constraint {
 
4050
      field {
 
4051
        field
 
4052
          feature-field {
 
4053
            type rRNA ,
 
4054
            field
 
4055
              legal-qual product } ,
 
4056
        string-constraint {
 
4057
          match-text "23S ribosomal RNA gene" ,
 
4058
          match-location equals ,
 
4059
          case-sensitive FALSE ,
 
4060
          ignore-space TRUE ,
 
4061
          ignore-punct TRUE ,
 
4062
          ignore-words {
 
4063
            {
 
4064
              word "ribosomal RNA gene" ,
 
4065
              case-sensitive FALSE ,
 
4066
              whole-word FALSE } ,
 
4067
            {
 
4068
              word "RNA" ,
 
4069
              synonyms {
 
4070
                "DNA" } ,
 
4071
              case-sensitive FALSE ,
 
4072
              whole-word FALSE } ,
 
4073
            {
 
4074
              word "ribosomal RNA gene" ,
 
4075
              synonyms {
 
4076
                "ribosomal DNA" ,
 
4077
                "rDNA" ,
 
4078
                "RDNA" ,
 
4079
                "RDAN" ,
 
4080
                "RNA" ,
 
4081
                "DNA" ,
 
4082
                "ribosomal" } ,
 
4083
              case-sensitive FALSE ,
 
4084
              whole-word FALSE } ,
 
4085
            {
 
4086
              word "gene" ,
 
4087
              synonyms {
 
4088
                "sequence" ,
 
4089
                "region" ,
 
4090
                "gene sequence" ,
 
4091
                "sequence region" ,
 
4092
                "gene sequence region" ,
 
4093
                "partial sequence" ,
 
4094
                "partial gene sequence" ,
 
4095
                "partial" } ,
 
4096
              case-sensitive FALSE ,
 
4097
              whole-word FALSE } ,
 
4098
            {
 
4099
              word "23S ribosomal RNA gene" ,
 
4100
              synonyms {
 
4101
                "23SrDNA" ,
 
4102
                "23SrRNA" ,
 
4103
                "23SrDNA gene" ,
 
4104
                "23SrRNA gene" ,
 
4105
                "23SrDNA gene sequence" ,
 
4106
                "23SrRNA gene sequence" ,
 
4107
                "23SrDNA gene sequence region" ,
 
4108
                "23SrRNA gene sequence region" ,
 
4109
                "23S rDNA gene" ,
 
4110
                "23S rRNA gene" } ,
 
4111
              case-sensitive FALSE ,
 
4112
              whole-word FALSE } } ,
 
4113
          whole-word FALSE ,
 
4114
          not-present FALSE ,
 
4115
          is-all-caps FALSE ,
 
4116
          is-all-lower FALSE ,
 
4117
          is-all-punct FALSE ,
 
4118
          ignore-weasel FALSE } } } } ,
 
4119
  aecr {
 
4120
    action
 
4121
      convert {
 
4122
        fields
 
4123
          feature-field {
 
4124
            type otherRNA ,
 
4125
            field-from
 
4126
              legal-qual note ,
 
4127
            field-to
 
4128
              legal-qual product } ,
 
4129
        strip-name FALSE ,
 
4130
        keep-original FALSE ,
 
4131
        capitalization none ,
 
4132
        existing-text append-semi } ,
 
4133
    also-change-mrna FALSE ,
 
4134
    constraint {
 
4135
      field {
 
4136
        field
 
4137
          feature-field {
 
4138
            type otherRNA ,
 
4139
            field
 
4140
              legal-qual note } ,
 
4141
        string-constraint {
 
4142
          match-text "internal transcribed spacer 1, ITS1 sequence" ,
 
4143
          match-location equals ,
 
4144
          case-sensitive FALSE ,
 
4145
          ignore-space TRUE ,
 
4146
          ignore-punct TRUE ,
 
4147
          ignore-words {
 
4148
            {
 
4149
              word "internal transcribed spacer 1," ,
 
4150
              case-sensitive FALSE ,
 
4151
              whole-word FALSE } ,
 
4152
            {
 
4153
              word "internal transcribed spacer 2," ,
 
4154
              case-sensitive FALSE ,
 
4155
              whole-word FALSE } ,
 
4156
            {
 
4157
              word "1" ,
 
4158
              synonyms {
 
4159
                "2" } ,
 
4160
              case-sensitive FALSE ,
 
4161
              whole-word FALSE } ,
 
4162
            {
 
4163
              word "sequence" ,
 
4164
              synonyms {
 
4165
                "region" ,
 
4166
                "gene" ,
 
4167
                "complete" ,
 
4168
                "partial" } ,
 
4169
              case-sensitive FALSE ,
 
4170
              whole-word FALSE } ,
 
4171
            {
 
4172
              word "sequence" ,
 
4173
              case-sensitive FALSE ,
 
4174
              whole-word FALSE } ,
 
4175
            {
 
4176
              word "sequence" ,
 
4177
              synonyms {
 
4178
                "gene sequence" ,
 
4179
                "region" ,
 
4180
                "partial sequence" ,
 
4181
                "complete sequence" ,
 
4182
                "partial gene sequence" ,
 
4183
                "complete gene sequence" } ,
 
4184
              case-sensitive FALSE ,
 
4185
              whole-word FALSE } ,
 
4186
            {
 
4187
              word "ITS1" ,
 
4188
              synonyms {
 
4189
                "ITS" } ,
 
4190
              case-sensitive FALSE ,
 
4191
              whole-word FALSE } } ,
 
4192
          whole-word FALSE ,
 
4193
          not-present FALSE ,
 
4194
          is-all-caps FALSE ,
 
4195
          is-all-lower FALSE ,
 
4196
          is-all-punct FALSE ,
 
4197
          ignore-weasel FALSE } } } } ,
 
4198
  convert-feature {
 
4199
    type-from region ,
 
4200
    type-to otherRNA ,
 
4201
    leave-original FALSE ,
 
4202
    src-feat-constraint {
 
4203
      field {
 
4204
        field
 
4205
          feature-field {
 
4206
            type region ,
 
4207
            field
 
4208
              legal-qual note } ,
 
4209
        string-constraint {
 
4210
          match-text "Region: Internal transcribed spacer 1, ITS1 sequence" ,
 
4211
          match-location equals ,
 
4212
          case-sensitive FALSE ,
 
4213
          ignore-space TRUE ,
 
4214
          ignore-punct TRUE ,
 
4215
          ignore-words {
 
4216
            {
 
4217
              word "internal transcribed spacer 1" ,
 
4218
              case-sensitive FALSE ,
 
4219
              whole-word FALSE } ,
 
4220
            {
 
4221
              word "internal transcribed spacer 2" ,
 
4222
              case-sensitive FALSE ,
 
4223
              whole-word FALSE } ,
 
4224
            {
 
4225
              word "1" ,
 
4226
              synonyms {
 
4227
                "2" } ,
 
4228
              case-sensitive FALSE ,
 
4229
              whole-word FALSE } ,
 
4230
            {
 
4231
              word "ITS1" ,
 
4232
              synonyms {
 
4233
                "ITS" } ,
 
4234
              case-sensitive FALSE ,
 
4235
              whole-word FALSE } ,
 
4236
            {
 
4237
              word "sequence" ,
 
4238
              synonyms {
 
4239
                "region" ,
 
4240
                "gene" ,
 
4241
                "RNA" } ,
 
4242
              case-sensitive FALSE ,
 
4243
              whole-word FALSE } } ,
 
4244
          whole-word FALSE ,
 
4245
          not-present FALSE ,
 
4246
          is-all-caps FALSE ,
 
4247
          is-all-lower FALSE ,
 
4248
          is-all-punct FALSE ,
 
4249
          ignore-weasel FALSE } } } } ,
 
4250
  convert-feature {
 
4251
    type-from region ,
 
4252
    type-to otherRNA ,
 
4253
    leave-original FALSE ,
 
4254
    src-feat-constraint {
 
4255
      field {
 
4256
        field
 
4257
          feature-field {
 
4258
            type region ,
 
4259
            field
 
4260
              legal-qual name } ,
 
4261
        string-constraint {
 
4262
          match-text "Internal transcribed spacer 1, ITS1" ,
 
4263
          match-location equals ,
 
4264
          case-sensitive FALSE ,
 
4265
          ignore-space TRUE ,
 
4266
          ignore-punct TRUE ,
 
4267
          ignore-words {
 
4268
            {
 
4269
              word "Region" ,
 
4270
              case-sensitive FALSE ,
 
4271
              whole-word FALSE } ,
 
4272
            {
 
4273
              word "internal transcribed spacer 1" ,
 
4274
              case-sensitive FALSE ,
 
4275
              whole-word FALSE } ,
 
4276
            {
 
4277
              word "internal transcribed spacer 2" ,
 
4278
              case-sensitive FALSE ,
 
4279
              whole-word FALSE } ,
 
4280
            {
 
4281
              word "1" ,
 
4282
              synonyms {
 
4283
                "2" } ,
 
4284
              case-sensitive FALSE ,
 
4285
              whole-word FALSE } ,
 
4286
            {
 
4287
              word ", ITS1" ,
 
4288
              synonyms {
 
4289
                " (ITS1)" ,
 
4290
                " (ITS)" } ,
 
4291
              case-sensitive FALSE ,
 
4292
              whole-word FALSE } ,
 
4293
            {
 
4294
              word "Internal transcribed spacer 1, ITS1" ,
 
4295
              synonyms {
 
4296
                "Internal transcribed spacer 1" ,
 
4297
                "Internal transcribed spacer 2" } ,
 
4298
              case-sensitive FALSE ,
 
4299
              whole-word FALSE } ,
 
4300
            {
 
4301
              synonyms {
 
4302
                "sequence" ,
 
4303
                "gene" ,
 
4304
                "partial" ,
 
4305
                "complete" } ,
 
4306
              case-sensitive FALSE ,
 
4307
              whole-word FALSE } } ,
 
4308
          whole-word FALSE ,
 
4309
          not-present FALSE ,
 
4310
          is-all-caps FALSE ,
 
4311
          is-all-lower FALSE ,
 
4312
          is-all-punct FALSE ,
 
4313
          ignore-weasel FALSE } } } } ,
 
4314
  convert-feature {
 
4315
    type-from misc-feature ,
 
4316
    type-to otherRNA ,
 
4317
    leave-original FALSE ,
 
4318
    src-feat-constraint {
 
4319
      field {
 
4320
        field
 
4321
          feature-field {
 
4322
            type misc-feature ,
 
4323
            field
 
4324
              legal-qual note } ,
 
4325
        string-constraint {
 
4326
          match-text "Region: Internal transcribed spacer 1, ITS1" ,
 
4327
          match-location equals ,
 
4328
          case-sensitive FALSE ,
 
4329
          ignore-space TRUE ,
 
4330
          ignore-punct TRUE ,
 
4331
          ignore-words {
 
4332
            {
 
4333
              word "Region" ,
 
4334
              case-sensitive FALSE ,
 
4335
              whole-word FALSE } ,
 
4336
            {
 
4337
              word "internal transcribed spacer 1" ,
 
4338
              case-sensitive FALSE ,
 
4339
              whole-word FALSE } ,
 
4340
            {
 
4341
              word "internal transcribed spacer 2" ,
 
4342
              case-sensitive FALSE ,
 
4343
              whole-word FALSE } ,
 
4344
            {
 
4345
              word "1" ,
 
4346
              synonyms {
 
4347
                "2" } ,
 
4348
              case-sensitive FALSE ,
 
4349
              whole-word FALSE } ,
 
4350
            {
 
4351
              word "Region: Internal transcribed spacer 1, ITS1" ,
 
4352
              synonyms {
 
4353
                "Region: Internal transcribed spacer 1" } ,
 
4354
              case-sensitive FALSE ,
 
4355
              whole-word FALSE } ,
 
4356
            {
 
4357
              word ", ITS1" ,
 
4358
              synonyms {
 
4359
                ", (ITS)" ,
 
4360
                ", (ITS1)" ,
 
4361
                " (ITS1)" } ,
 
4362
              case-sensitive FALSE ,
 
4363
              whole-word FALSE } } ,
 
4364
          whole-word FALSE ,
 
4365
          not-present FALSE ,
 
4366
          is-all-caps FALSE ,
 
4367
          is-all-lower FALSE ,
 
4368
          is-all-punct FALSE ,
 
4369
          ignore-weasel FALSE } } } } ,
 
4370
  aecr {
 
4371
    action
 
4372
      apply {
 
4373
        field
 
4374
          rna-field {
 
4375
            type
 
4376
              miscRNA NULL ,
 
4377
            field product } ,
 
4378
        value "internal transcribed spacer 1" ,
 
4379
        existing-text replace-old } ,
 
4380
    also-change-mrna FALSE ,
 
4381
    constraint {
 
4382
      field {
 
4383
        field
 
4384
          rna-field {
 
4385
            type
 
4386
              miscRNA NULL ,
 
4387
            field product } ,
 
4388
        string-constraint {
 
4389
          match-text "internal transcribed spacer 1, ITS1 sequence" ,
 
4390
          match-location equals ,
 
4391
          case-sensitive FALSE ,
 
4392
          ignore-space TRUE ,
 
4393
          ignore-punct TRUE ,
 
4394
          ignore-words {
 
4395
            {
 
4396
              word ", ITS1" ,
 
4397
              case-sensitive FALSE ,
 
4398
              whole-word FALSE } ,
 
4399
            {
 
4400
              word "internal" ,
 
4401
              synonyms {
 
4402
                "interal" } ,
 
4403
              case-sensitive FALSE ,
 
4404
              whole-word FALSE } ,
 
4405
            {
 
4406
              synonyms {
 
4407
                "sequence" ,
 
4408
                "gene" ,
 
4409
                "region" } ,
 
4410
              case-sensitive FALSE ,
 
4411
              whole-word FALSE } ,
 
4412
            {
 
4413
              word ", ITS1" ,
 
4414
              synonyms {
 
4415
                " (ITS)" ,
 
4416
                " (ITS1)" ,
 
4417
                ", (ITS1)" ,
 
4418
                "ITS" } ,
 
4419
              case-sensitive FALSE ,
 
4420
              whole-word FALSE } ,
 
4421
            {
 
4422
              word "internal transcribed spacer 1" ,
 
4423
              case-sensitive FALSE ,
 
4424
              whole-word FALSE } ,
 
4425
            {
 
4426
              word "sequence" ,
 
4427
              synonyms {
 
4428
                "region" ,
 
4429
                "gene" } ,
 
4430
              case-sensitive FALSE ,
 
4431
              whole-word FALSE } ,
 
4432
            {
 
4433
              word "sequence" ,
 
4434
              case-sensitive FALSE ,
 
4435
              whole-word FALSE } } ,
 
4436
          whole-word FALSE ,
 
4437
          not-present FALSE ,
 
4438
          is-all-caps FALSE ,
 
4439
          is-all-lower FALSE ,
 
4440
          is-all-punct FALSE ,
 
4441
          ignore-weasel FALSE } } } } ,
 
4442
  aecr {
 
4443
    action
 
4444
      apply {
 
4445
        field
 
4446
          rna-field {
 
4447
            type
 
4448
              miscRNA NULL ,
 
4449
            field product } ,
 
4450
        value "internal transcribed spacer 2" ,
 
4451
        existing-text replace-old } ,
 
4452
    also-change-mrna FALSE ,
 
4453
    constraint {
 
4454
      field {
 
4455
        field
 
4456
          rna-field {
 
4457
            type
 
4458
              miscRNA NULL ,
 
4459
            field product } ,
 
4460
        string-constraint {
 
4461
          match-text "internal transcribed spacer 2, ITS2 sequence" ,
 
4462
          match-location equals ,
 
4463
          case-sensitive FALSE ,
 
4464
          ignore-space TRUE ,
 
4465
          ignore-punct TRUE ,
 
4466
          ignore-words {
 
4467
            {
 
4468
              word ", ITS2" ,
 
4469
              case-sensitive FALSE ,
 
4470
              whole-word FALSE } ,
 
4471
            {
 
4472
              word "internal" ,
 
4473
              synonyms {
 
4474
                "interal" } ,
 
4475
              case-sensitive FALSE ,
 
4476
              whole-word FALSE } ,
 
4477
            {
 
4478
              synonyms {
 
4479
                "sequence" ,
 
4480
                "gene" ,
 
4481
                "region" } ,
 
4482
              case-sensitive FALSE ,
 
4483
              whole-word FALSE } ,
 
4484
            {
 
4485
              word ", ITS2" ,
 
4486
              synonyms {
 
4487
                " (ITS)" ,
 
4488
                " (ITS2)" ,
 
4489
                ", (ITS2)" ,
 
4490
                "ITS" } ,
 
4491
              case-sensitive FALSE ,
 
4492
              whole-word FALSE } ,
 
4493
            {
 
4494
              word "internal transcribed spacer 2" ,
 
4495
              case-sensitive FALSE ,
 
4496
              whole-word FALSE } ,
 
4497
            {
 
4498
              word "sequence" ,
 
4499
              synonyms {
 
4500
                "region" ,
 
4501
                "gene" } ,
 
4502
              case-sensitive FALSE ,
 
4503
              whole-word FALSE } ,
 
4504
            {
 
4505
              word "sequence" ,
 
4506
              case-sensitive FALSE ,
 
4507
              whole-word FALSE } } ,
 
4508
          whole-word FALSE ,
 
4509
          not-present FALSE ,
 
4510
          is-all-caps FALSE ,
 
4511
          is-all-lower FALSE ,
 
4512
          is-all-punct FALSE ,
 
4513
          ignore-weasel FALSE } } } } ,
 
4514
  aecr {
 
4515
    action
 
4516
      apply {
 
4517
        field
 
4518
          molinfo-field
 
4519
            molecule genomic ,
 
4520
        value "TRUE" ,
 
4521
        existing-text replace-old } ,
 
4522
    also-change-mrna FALSE ,
 
4523
    constraint {
 
4524
      sequence {
 
4525
        seqtype
 
4526
          rna rRNA ,
 
4527
        feature any ,
 
4528
        strandedness any } ,
 
4529
      field {
 
4530
        field
 
4531
          rna-field {
 
4532
            type
 
4533
              rRNA NULL ,
 
4534
            field product } ,
 
4535
        string-constraint {
 
4536
          match-text "5.8S ribosomal RNA" ,
 
4537
          match-location equals ,
 
4538
          case-sensitive TRUE ,
 
4539
          ignore-space FALSE ,
 
4540
          ignore-punct FALSE ,
 
4541
          ignore-words {
 
4542
            {
 
4543
              word "5.8S" ,
 
4544
              synonyms {
 
4545
                "16S" ,
 
4546
                "23S" ,
 
4547
                "28S" ,
 
4548
                "small subunit" ,
 
4549
                "large subunit" } ,
 
4550
              case-sensitive FALSE ,
 
4551
              whole-word FALSE } } ,
 
4552
          whole-word FALSE ,
 
4553
          not-present FALSE ,
 
4554
          is-all-caps FALSE ,
 
4555
          is-all-lower FALSE ,
 
4556
          is-all-punct FALSE ,
 
4557
          ignore-weasel FALSE } } } } ,
 
4558
  aecr {
 
4559
    action
 
4560
      apply {
 
4561
        field
 
4562
          molinfo-field
 
4563
            mol-class dna ,
 
4564
        value "TRUE" ,
 
4565
        existing-text replace-old } ,
 
4566
    also-change-mrna FALSE ,
 
4567
    constraint {
 
4568
      sequence {
 
4569
        seqtype
 
4570
          rna genomic ,
 
4571
        feature any ,
 
4572
        strandedness any } ,
 
4573
      field {
 
4574
        field
 
4575
          rna-field {
 
4576
            type
 
4577
              rRNA NULL ,
 
4578
            field product } ,
 
4579
        string-constraint {
 
4580
          match-text "5.8S ribosomal RNA" ,
 
4581
          match-location equals ,
 
4582
          case-sensitive TRUE ,
 
4583
          ignore-space FALSE ,
 
4584
          ignore-punct FALSE ,
 
4585
          ignore-words {
 
4586
            {
 
4587
              word "5.8S" ,
 
4588
              synonyms {
 
4589
                "16S" ,
 
4590
                "23S" ,
 
4591
                "28S" ,
 
4592
                "small subunit" ,
 
4593
                "large subunit" } ,
 
4594
              case-sensitive FALSE ,
 
4595
              whole-word FALSE } } ,
 
4596
          whole-word FALSE ,
 
4597
          not-present FALSE ,
 
4598
          is-all-caps FALSE ,
 
4599
          is-all-lower FALSE ,
 
4600
          is-all-punct FALSE ,
 
4601
          ignore-weasel FALSE } } } } ,
 
4602
  aecr {
 
4603
    action
 
4604
      apply {
 
4605
        field
 
4606
          molinfo-field
 
4607
            strand unknown ,
 
4608
        value "TRUE" ,
 
4609
        existing-text replace-old } ,
 
4610
    also-change-mrna FALSE ,
 
4611
    constraint {
 
4612
      sequence {
 
4613
        seqtype
 
4614
          dna NULL ,
 
4615
        feature any ,
 
4616
        strandedness any } ,
 
4617
      field {
 
4618
        field
 
4619
          rna-field {
 
4620
            type
 
4621
              rRNA NULL ,
 
4622
            field product } ,
 
4623
        string-constraint {
 
4624
          match-text "5.8S ribosomal RNA" ,
 
4625
          match-location equals ,
 
4626
          case-sensitive TRUE ,
 
4627
          ignore-space FALSE ,
 
4628
          ignore-punct FALSE ,
 
4629
          ignore-words {
 
4630
            {
 
4631
              word "5.8S" ,
 
4632
              synonyms {
 
4633
                "16S" ,
 
4634
                "23S" ,
 
4635
                "28S" ,
 
4636
                "small subunit" ,
 
4637
                "large subunit" } ,
 
4638
              case-sensitive FALSE ,
 
4639
              whole-word FALSE } } ,
 
4640
          whole-word FALSE ,
 
4641
          not-present FALSE ,
 
4642
          is-all-caps FALSE ,
 
4643
          is-all-lower FALSE ,
 
4644
          is-all-punct FALSE ,
 
4645
          ignore-weasel FALSE } } ,
 
4646
      molinfo {
 
4647
        field
 
4648
          strand double ,
 
4649
        is-not TRUE } } } ,
 
4650
  aecr {
 
4651
    action
 
4652
      apply {
 
4653
        field
 
4654
          molinfo-field
 
4655
            molecule genomic ,
 
4656
        value "TRUE" ,
 
4657
        existing-text replace-old } ,
 
4658
    also-change-mrna FALSE ,
 
4659
    constraint {
 
4660
      sequence {
 
4661
        seqtype
 
4662
          rna rRNA ,
 
4663
        feature any ,
 
4664
        strandedness any } ,
 
4665
      field {
 
4666
        field
 
4667
          rna-field {
 
4668
            type
 
4669
              miscRNA NULL ,
 
4670
            field product } ,
 
4671
        string-constraint {
 
4672
          match-text "internal transcribed spacer 1" ,
 
4673
          match-location equals ,
 
4674
          case-sensitive TRUE ,
 
4675
          ignore-space FALSE ,
 
4676
          ignore-punct FALSE ,
 
4677
          ignore-words {
 
4678
            {
 
4679
              word "1" ,
 
4680
              synonyms {
 
4681
                "2" } ,
 
4682
              case-sensitive FALSE ,
 
4683
              whole-word FALSE } } ,
 
4684
          whole-word FALSE ,
 
4685
          not-present FALSE ,
 
4686
          is-all-caps FALSE ,
 
4687
          is-all-lower FALSE ,
 
4688
          is-all-punct FALSE ,
 
4689
          ignore-weasel FALSE } } } } ,
 
4690
  aecr {
 
4691
    action
 
4692
      apply {
 
4693
        field
 
4694
          molinfo-field
 
4695
            mol-class dna ,
 
4696
        value "TRUE" ,
 
4697
        existing-text replace-old } ,
 
4698
    also-change-mrna FALSE ,
 
4699
    constraint {
 
4700
      sequence {
 
4701
        seqtype
 
4702
          rna genomic ,
 
4703
        feature any ,
 
4704
        strandedness any } ,
 
4705
      field {
 
4706
        field
 
4707
          rna-field {
 
4708
            type
 
4709
              miscRNA NULL ,
 
4710
            field product } ,
 
4711
        string-constraint {
 
4712
          match-text "internal transcribed spacer 1" ,
 
4713
          match-location equals ,
 
4714
          case-sensitive TRUE ,
 
4715
          ignore-space FALSE ,
 
4716
          ignore-punct FALSE ,
 
4717
          ignore-words {
 
4718
            {
 
4719
              word "1" ,
 
4720
              synonyms {
 
4721
                "2" } ,
 
4722
              case-sensitive FALSE ,
 
4723
              whole-word FALSE } } ,
 
4724
          whole-word FALSE ,
 
4725
          not-present FALSE ,
 
4726
          is-all-caps FALSE ,
 
4727
          is-all-lower FALSE ,
 
4728
          is-all-punct FALSE ,
 
4729
          ignore-weasel FALSE } } } } ,
 
4730
  aecr {
 
4731
    action
 
4732
      apply {
 
4733
        field
 
4734
          molinfo-field
 
4735
            strand unknown ,
 
4736
        value "TRUE" ,
 
4737
        existing-text replace-old } ,
 
4738
    also-change-mrna FALSE ,
 
4739
    constraint {
 
4740
      sequence {
 
4741
        seqtype
 
4742
          dna NULL ,
 
4743
        feature any ,
 
4744
        strandedness any } ,
 
4745
      field {
 
4746
        field
 
4747
          rna-field {
 
4748
            type
 
4749
              miscRNA NULL ,
 
4750
            field product } ,
 
4751
        string-constraint {
 
4752
          match-text "internal transcribed spacer 1" ,
 
4753
          match-location equals ,
 
4754
          case-sensitive TRUE ,
 
4755
          ignore-space FALSE ,
 
4756
          ignore-punct FALSE ,
 
4757
          ignore-words {
 
4758
            {
 
4759
              word "1" ,
 
4760
              synonyms {
 
4761
                "2" } ,
 
4762
              case-sensitive FALSE ,
 
4763
              whole-word FALSE } } ,
 
4764
          whole-word FALSE ,
 
4765
          not-present FALSE ,
 
4766
          is-all-caps FALSE ,
 
4767
          is-all-lower FALSE ,
 
4768
          is-all-punct FALSE ,
 
4769
          ignore-weasel FALSE } } ,
 
4770
      molinfo {
 
4771
        field
 
4772
          strand double ,
 
4773
        is-not TRUE } } } ,
 
4774
  edit-location {
 
4775
    type rRNA ,
 
4776
    action
 
4777
      set-both-partial {
 
4778
        constraint all ,
 
4779
        extend FALSE } ,
 
4780
    retranslate-cds FALSE ,
 
4781
    constraint {
 
4782
      location {
 
4783
        strand plus ,
 
4784
        seq-type nuc ,
 
4785
        partial5 complete ,
 
4786
        partial3 complete ,
 
4787
        location-type any ,
 
4788
        end5
 
4789
          dist-from-end 0 ,
 
4790
        end3
 
4791
          dist-from-end 0 } ,
 
4792
      string {
 
4793
        match-text "16S ribosomal RNA" ,
 
4794
        match-location equals ,
 
4795
        case-sensitive TRUE ,
 
4796
        ignore-space FALSE ,
 
4797
        ignore-punct FALSE ,
 
4798
        whole-word FALSE ,
 
4799
        not-present FALSE ,
 
4800
        is-all-caps FALSE ,
 
4801
        is-all-lower FALSE ,
 
4802
        is-all-punct FALSE ,
 
4803
        ignore-weasel FALSE } ,
 
4804
      sequence {
 
4805
        seqtype
 
4806
          nucleotide NULL ,
 
4807
        feature rRNA ,
 
4808
        num-features
 
4809
          equals 1 ,
 
4810
        length
 
4811
          less-than 1201 ,
 
4812
        strandedness any } } } ,
 
4813
  aecr {
 
4814
    action
 
4815
      remove {
 
4816
        field
 
4817
          source-qual
 
4818
            location extrachrom } ,
 
4819
    also-change-mrna FALSE ,
 
4820
    constraint {
 
4821
      field {
 
4822
        field
 
4823
          rna-field {
 
4824
            type
 
4825
              rRNA NULL ,
 
4826
            field product } ,
 
4827
        string-constraint {
 
4828
          match-text "16S ribosomal RNA" ,
 
4829
          match-location contains ,
 
4830
          case-sensitive TRUE ,
 
4831
          ignore-space FALSE ,
 
4832
          ignore-punct FALSE ,
 
4833
          ignore-words {
 
4834
            {
 
4835
              word "16S" ,
 
4836
              synonyms {
 
4837
                "5.8S" ,
 
4838
                "12S" ,
 
4839
                "18S" ,
 
4840
                "23S" ,
 
4841
                "26S" ,
 
4842
                "28S" ,
 
4843
                "small subunit" ,
 
4844
                "large subunit" } ,
 
4845
              case-sensitive FALSE ,
 
4846
              whole-word FALSE } } ,
 
4847
          whole-word FALSE ,
 
4848
          not-present FALSE ,
 
4849
          is-all-caps FALSE ,
 
4850
          is-all-lower FALSE ,
 
4851
          is-all-punct FALSE ,
 
4852
          ignore-weasel FALSE } } } } ,
 
4853
  aecr {
 
4854
    action
 
4855
      remove {
 
4856
        field
 
4857
          source-qual
 
4858
            textqual all-notes } ,
 
4859
    also-change-mrna FALSE ,
 
4860
    constraint {
 
4861
      field {
 
4862
        field
 
4863
          rna-field {
 
4864
            type
 
4865
              rRNA NULL ,
 
4866
            field product } ,
 
4867
        string-constraint {
 
4868
          match-text "16S ribosomal RNA" ,
 
4869
          match-location contains ,
 
4870
          case-sensitive TRUE ,
 
4871
          ignore-space FALSE ,
 
4872
          ignore-punct FALSE ,
 
4873
          ignore-words {
 
4874
            {
 
4875
              word "16S" ,
 
4876
              synonyms {
 
4877
                "5.8S" ,
 
4878
                "12S" ,
 
4879
                "18S" ,
 
4880
                "23S" ,
 
4881
                "26S" ,
 
4882
                "28S" ,
 
4883
                "small subunit" ,
 
4884
                "large subunit" } ,
 
4885
              case-sensitive FALSE ,
 
4886
              whole-word FALSE } } ,
 
4887
          whole-word FALSE ,
 
4888
          not-present FALSE ,
 
4889
          is-all-caps FALSE ,
 
4890
          is-all-lower FALSE ,
 
4891
          is-all-punct FALSE ,
 
4892
          ignore-weasel FALSE } } ,
 
4893
      string {
 
4894
        match-text "extrachromosomal" ,
 
4895
        match-location equals ,
 
4896
        case-sensitive TRUE ,
 
4897
        ignore-space FALSE ,
 
4898
        ignore-punct FALSE ,
 
4899
        whole-word FALSE ,
 
4900
        not-present FALSE ,
 
4901
        is-all-caps FALSE ,
 
4902
        is-all-lower FALSE ,
 
4903
        is-all-punct FALSE ,
 
4904
        ignore-weasel FALSE } } } ,
 
4905
  apply-molinfo-block {
 
4906
    to-list {
 
4907
      molecule genomic ,
 
4908
      mol-class dna } ,
 
4909
    from-list {
 
4910
      molecule macro-other } ,
 
4911
    constraint {
 
4912
      field {
 
4913
        field
 
4914
          rna-field {
 
4915
            type
 
4916
              rRNA NULL ,
 
4917
            field product } ,
 
4918
        string-constraint {
 
4919
          match-text "16S ribosomal RNA" ,
 
4920
          match-location equals ,
 
4921
          case-sensitive TRUE ,
 
4922
          ignore-space FALSE ,
 
4923
          ignore-punct FALSE ,
 
4924
          ignore-words {
 
4925
            {
 
4926
              word "16S" ,
 
4927
              synonyms {
 
4928
                "5.8S" ,
 
4929
                "12S" ,
 
4930
                "18S" ,
 
4931
                "23S" ,
 
4932
                "26S" ,
 
4933
                "28S" ,
 
4934
                "small subunit" ,
 
4935
                "large subunit" } ,
 
4936
              case-sensitive FALSE ,
 
4937
              whole-word FALSE } } ,
 
4938
          whole-word FALSE ,
 
4939
          not-present FALSE ,
 
4940
          is-all-caps FALSE ,
 
4941
          is-all-lower FALSE ,
 
4942
          is-all-punct FALSE ,
 
4943
          ignore-weasel FALSE } } } } ,
 
4944
  aecr {
 
4945
    action
 
4946
      edit {
 
4947
        edit {
 
4948
          find-txt "recombination activating gene" ,
 
4949
          repl-txt "recombination activating protein" ,
 
4950
          location anywhere ,
 
4951
          case-insensitive TRUE } ,
 
4952
        field
 
4953
          cds-gene-prot prot-name } ,
 
4954
    also-change-mrna FALSE ,
 
4955
    constraint {
 
4956
      string {
 
4957
        match-text "recombination activating gene" ,
 
4958
        match-location equals ,
 
4959
        case-sensitive FALSE ,
 
4960
        ignore-space TRUE ,
 
4961
        ignore-punct TRUE ,
 
4962
        ignore-words {
 
4963
          {
 
4964
            synonyms {
 
4965
              "1" ,
 
4966
              "2" } ,
 
4967
            case-sensitive FALSE ,
 
4968
            whole-word FALSE } } ,
 
4969
        whole-word FALSE ,
 
4970
        not-present FALSE ,
 
4971
        is-all-caps FALSE ,
 
4972
        is-all-lower FALSE ,
 
4973
        is-all-punct FALSE ,
 
4974
        ignore-weasel FALSE } } } ,
 
4975
  aecr {
 
4976
    action
 
4977
      apply {
 
4978
        field
 
4979
          feature-field {
 
4980
            type cds ,
 
4981
            field
 
4982
              legal-qual product } ,
 
4983
        value "gag protein" ,
 
4984
        existing-text replace-old } ,
 
4985
    also-change-mrna FALSE ,
 
4986
    constraint {
 
4987
      field {
 
4988
        field
 
4989
          feature-field {
 
4990
            type cds ,
 
4991
            field
 
4992
              legal-qual product } ,
 
4993
        string-constraint {
 
4994
          match-text "gag" ,
 
4995
          match-location equals ,
 
4996
          case-sensitive FALSE ,
 
4997
          ignore-space TRUE ,
 
4998
          ignore-punct TRUE ,
 
4999
          ignore-words {
 
5000
            {
 
5001
              synonyms {
 
5002
                "sequence" ,
 
5003
                "gene" } ,
 
5004
              case-sensitive FALSE ,
 
5005
              whole-word FALSE } } ,
 
5006
          whole-word FALSE ,
 
5007
          not-present FALSE ,
 
5008
          is-all-caps FALSE ,
 
5009
          is-all-lower FALSE ,
 
5010
          is-all-punct FALSE ,
 
5011
          ignore-weasel FALSE } } ,
 
5012
      source {
 
5013
        field1
 
5014
          textqual taxname ,
 
5015
        constraint {
 
5016
          match-text "Human immunodeficiency virus-1" ,
 
5017
          match-location equals ,
 
5018
          case-sensitive FALSE ,
 
5019
          ignore-space TRUE ,
 
5020
          ignore-punct TRUE ,
 
5021
          whole-word FALSE ,
 
5022
          not-present FALSE ,
 
5023
          is-all-caps FALSE ,
 
5024
          is-all-lower FALSE ,
 
5025
          is-all-punct FALSE ,
 
5026
          ignore-weasel FALSE } ,
 
5027
        type-constraint any } } } ,
 
5028
  aecr {
 
5029
    action
 
5030
      apply {
 
5031
        field
 
5032
          feature-field {
 
5033
            type cds ,
 
5034
            field
 
5035
              legal-qual product } ,
 
5036
        value "pol protein" ,
 
5037
        existing-text replace-old } ,
 
5038
    also-change-mrna FALSE ,
 
5039
    constraint {
 
5040
      field {
 
5041
        field
 
5042
          feature-field {
 
5043
            type cds ,
 
5044
            field
 
5045
              legal-qual product } ,
 
5046
        string-constraint {
 
5047
          match-text "pol" ,
 
5048
          match-location equals ,
 
5049
          case-sensitive FALSE ,
 
5050
          ignore-space TRUE ,
 
5051
          ignore-punct TRUE ,
 
5052
          ignore-words {
 
5053
            {
 
5054
              synonyms {
 
5055
                "sequence" ,
 
5056
                "gene" } ,
 
5057
              case-sensitive FALSE ,
 
5058
              whole-word FALSE } } ,
 
5059
          whole-word FALSE ,
 
5060
          not-present FALSE ,
 
5061
          is-all-caps FALSE ,
 
5062
          is-all-lower FALSE ,
 
5063
          is-all-punct FALSE ,
 
5064
          ignore-weasel FALSE } } ,
 
5065
      source {
 
5066
        field1
 
5067
          textqual taxname ,
 
5068
        constraint {
 
5069
          match-text "Human immunodeficiency virus-1" ,
 
5070
          match-location equals ,
 
5071
          case-sensitive FALSE ,
 
5072
          ignore-space TRUE ,
 
5073
          ignore-punct TRUE ,
 
5074
          whole-word FALSE ,
 
5075
          not-present FALSE ,
 
5076
          is-all-caps FALSE ,
 
5077
          is-all-lower FALSE ,
 
5078
          is-all-punct FALSE ,
 
5079
          ignore-weasel FALSE } ,
 
5080
        type-constraint any } } } ,
 
5081
  aecr {
 
5082
    action
 
5083
      apply {
 
5084
        field
 
5085
          feature-field {
 
5086
            type cds ,
 
5087
            field
 
5088
              legal-qual product } ,
 
5089
        value "vif protein" ,
 
5090
        existing-text replace-old } ,
 
5091
    also-change-mrna FALSE ,
 
5092
    constraint {
 
5093
      field {
 
5094
        field
 
5095
          feature-field {
 
5096
            type cds ,
 
5097
            field
 
5098
              legal-qual product } ,
 
5099
        string-constraint {
 
5100
          match-text "vif" ,
 
5101
          match-location equals ,
 
5102
          case-sensitive FALSE ,
 
5103
          ignore-space TRUE ,
 
5104
          ignore-punct TRUE ,
 
5105
          ignore-words {
 
5106
            {
 
5107
              synonyms {
 
5108
                "sequence" ,
 
5109
                "gene" } ,
 
5110
              case-sensitive FALSE ,
 
5111
              whole-word FALSE } } ,
 
5112
          whole-word FALSE ,
 
5113
          not-present FALSE ,
 
5114
          is-all-caps FALSE ,
 
5115
          is-all-lower FALSE ,
 
5116
          is-all-punct FALSE ,
 
5117
          ignore-weasel FALSE } } ,
 
5118
      source {
 
5119
        field1
 
5120
          textqual taxname ,
 
5121
        constraint {
 
5122
          match-text "Human immunodeficiency virus-1" ,
 
5123
          match-location equals ,
 
5124
          case-sensitive FALSE ,
 
5125
          ignore-space TRUE ,
 
5126
          ignore-punct TRUE ,
 
5127
          whole-word FALSE ,
 
5128
          not-present FALSE ,
 
5129
          is-all-caps FALSE ,
 
5130
          is-all-lower FALSE ,
 
5131
          is-all-punct FALSE ,
 
5132
          ignore-weasel FALSE } ,
 
5133
        type-constraint any } } } ,
 
5134
  aecr {
 
5135
    action
 
5136
      apply {
 
5137
        field
 
5138
          feature-field {
 
5139
            type cds ,
 
5140
            field
 
5141
              legal-qual product } ,
 
5142
        value "vpr protein" ,
 
5143
        existing-text replace-old } ,
 
5144
    also-change-mrna FALSE ,
 
5145
    constraint {
 
5146
      field {
 
5147
        field
 
5148
          feature-field {
 
5149
            type cds ,
 
5150
            field
 
5151
              legal-qual product } ,
 
5152
        string-constraint {
 
5153
          match-text "vpr" ,
 
5154
          match-location equals ,
 
5155
          case-sensitive FALSE ,
 
5156
          ignore-space TRUE ,
 
5157
          ignore-punct TRUE ,
 
5158
          ignore-words {
 
5159
            {
 
5160
              synonyms {
 
5161
                "sequence" ,
 
5162
                "gene" } ,
 
5163
              case-sensitive FALSE ,
 
5164
              whole-word FALSE } } ,
 
5165
          whole-word FALSE ,
 
5166
          not-present FALSE ,
 
5167
          is-all-caps FALSE ,
 
5168
          is-all-lower FALSE ,
 
5169
          is-all-punct FALSE ,
 
5170
          ignore-weasel FALSE } } ,
 
5171
      source {
 
5172
        field1
 
5173
          textqual taxname ,
 
5174
        constraint {
 
5175
          match-text "Human immunodeficiency virus-1" ,
 
5176
          match-location equals ,
 
5177
          case-sensitive FALSE ,
 
5178
          ignore-space TRUE ,
 
5179
          ignore-punct TRUE ,
 
5180
          whole-word FALSE ,
 
5181
          not-present FALSE ,
 
5182
          is-all-caps FALSE ,
 
5183
          is-all-lower FALSE ,
 
5184
          is-all-punct FALSE ,
 
5185
          ignore-weasel FALSE } ,
 
5186
        type-constraint any } } } ,
 
5187
  aecr {
 
5188
    action
 
5189
      apply {
 
5190
        field
 
5191
          feature-field {
 
5192
            type cds ,
 
5193
            field
 
5194
              legal-qual product } ,
 
5195
        value "tat protein" ,
 
5196
        existing-text replace-old } ,
 
5197
    also-change-mrna FALSE ,
 
5198
    constraint {
 
5199
      field {
 
5200
        field
 
5201
          feature-field {
 
5202
            type cds ,
 
5203
            field
 
5204
              legal-qual product } ,
 
5205
        string-constraint {
 
5206
          match-text "tat" ,
 
5207
          match-location equals ,
 
5208
          case-sensitive FALSE ,
 
5209
          ignore-space TRUE ,
 
5210
          ignore-punct TRUE ,
 
5211
          ignore-words {
 
5212
            {
 
5213
              synonyms {
 
5214
                "sequence" ,
 
5215
                "gene" } ,
 
5216
              case-sensitive FALSE ,
 
5217
              whole-word FALSE } } ,
 
5218
          whole-word FALSE ,
 
5219
          not-present FALSE ,
 
5220
          is-all-caps FALSE ,
 
5221
          is-all-lower FALSE ,
 
5222
          is-all-punct FALSE ,
 
5223
          ignore-weasel FALSE } } ,
 
5224
      source {
 
5225
        field1
 
5226
          textqual taxname ,
 
5227
        constraint {
 
5228
          match-text "Human immunodeficiency virus-1" ,
 
5229
          match-location equals ,
 
5230
          case-sensitive FALSE ,
 
5231
          ignore-space TRUE ,
 
5232
          ignore-punct TRUE ,
 
5233
          whole-word FALSE ,
 
5234
          not-present FALSE ,
 
5235
          is-all-caps FALSE ,
 
5236
          is-all-lower FALSE ,
 
5237
          is-all-punct FALSE ,
 
5238
          ignore-weasel FALSE } ,
 
5239
        type-constraint any } } } ,
 
5240
  aecr {
 
5241
    action
 
5242
      apply {
 
5243
        field
 
5244
          feature-field {
 
5245
            type cds ,
 
5246
            field
 
5247
              legal-qual product } ,
 
5248
        value "rev protein" ,
 
5249
        existing-text replace-old } ,
 
5250
    also-change-mrna FALSE ,
 
5251
    constraint {
 
5252
      field {
 
5253
        field
 
5254
          feature-field {
 
5255
            type cds ,
 
5256
            field
 
5257
              legal-qual product } ,
 
5258
        string-constraint {
 
5259
          match-text "rev" ,
 
5260
          match-location equals ,
 
5261
          case-sensitive FALSE ,
 
5262
          ignore-space TRUE ,
 
5263
          ignore-punct TRUE ,
 
5264
          ignore-words {
 
5265
            {
 
5266
              synonyms {
 
5267
                "sequence" ,
 
5268
                "gene" } ,
 
5269
              case-sensitive FALSE ,
 
5270
              whole-word FALSE } } ,
 
5271
          whole-word FALSE ,
 
5272
          not-present FALSE ,
 
5273
          is-all-caps FALSE ,
 
5274
          is-all-lower FALSE ,
 
5275
          is-all-punct FALSE ,
 
5276
          ignore-weasel FALSE } } ,
 
5277
      source {
 
5278
        field1
 
5279
          textqual taxname ,
 
5280
        constraint {
 
5281
          match-text "Human immunodeficiency virus-1" ,
 
5282
          match-location equals ,
 
5283
          case-sensitive FALSE ,
 
5284
          ignore-space TRUE ,
 
5285
          ignore-punct TRUE ,
 
5286
          whole-word FALSE ,
 
5287
          not-present FALSE ,
 
5288
          is-all-caps FALSE ,
 
5289
          is-all-lower FALSE ,
 
5290
          is-all-punct FALSE ,
 
5291
          ignore-weasel FALSE } ,
 
5292
        type-constraint any } } } ,
 
5293
  aecr {
 
5294
    action
 
5295
      apply {
 
5296
        field
 
5297
          feature-field {
 
5298
            type cds ,
 
5299
            field
 
5300
              legal-qual product } ,
 
5301
        value "vpu protein" ,
 
5302
        existing-text replace-old } ,
 
5303
    also-change-mrna FALSE ,
 
5304
    constraint {
 
5305
      field {
 
5306
        field
 
5307
          feature-field {
 
5308
            type cds ,
 
5309
            field
 
5310
              legal-qual product } ,
 
5311
        string-constraint {
 
5312
          match-text "vpu" ,
 
5313
          match-location equals ,
 
5314
          case-sensitive FALSE ,
 
5315
          ignore-space TRUE ,
 
5316
          ignore-punct TRUE ,
 
5317
          ignore-words {
 
5318
            {
 
5319
              synonyms {
 
5320
                "sequence" ,
 
5321
                "gene" } ,
 
5322
              case-sensitive FALSE ,
 
5323
              whole-word FALSE } } ,
 
5324
          whole-word FALSE ,
 
5325
          not-present FALSE ,
 
5326
          is-all-caps FALSE ,
 
5327
          is-all-lower FALSE ,
 
5328
          is-all-punct FALSE ,
 
5329
          ignore-weasel FALSE } } ,
 
5330
      source {
 
5331
        field1
 
5332
          textqual taxname ,
 
5333
        constraint {
 
5334
          match-text "Human immunodeficiency virus-1" ,
 
5335
          match-location equals ,
 
5336
          case-sensitive FALSE ,
 
5337
          ignore-space TRUE ,
 
5338
          ignore-punct TRUE ,
 
5339
          whole-word FALSE ,
 
5340
          not-present FALSE ,
 
5341
          is-all-caps FALSE ,
 
5342
          is-all-lower FALSE ,
 
5343
          is-all-punct FALSE ,
 
5344
          ignore-weasel FALSE } ,
 
5345
        type-constraint any } } } ,
 
5346
  aecr {
 
5347
    action
 
5348
      apply {
 
5349
        field
 
5350
          feature-field {
 
5351
            type cds ,
 
5352
            field
 
5353
              legal-qual product } ,
 
5354
        value "envelope glycoprotein" ,
 
5355
        existing-text replace-old } ,
 
5356
    also-change-mrna FALSE ,
 
5357
    constraint {
 
5358
      field {
 
5359
        field
 
5360
          feature-field {
 
5361
            type cds ,
 
5362
            field
 
5363
              legal-qual product } ,
 
5364
        string-constraint {
 
5365
          match-text "env" ,
 
5366
          match-location equals ,
 
5367
          case-sensitive FALSE ,
 
5368
          ignore-space TRUE ,
 
5369
          ignore-punct TRUE ,
 
5370
          ignore-words {
 
5371
            {
 
5372
              word "env" ,
 
5373
              synonyms {
 
5374
                "envelope" } ,
 
5375
              case-sensitive FALSE ,
 
5376
              whole-word FALSE } ,
 
5377
            {
 
5378
              synonyms {
 
5379
                "sequence" ,
 
5380
                "gene" } ,
 
5381
              case-sensitive FALSE ,
 
5382
              whole-word FALSE } } ,
 
5383
          whole-word FALSE ,
 
5384
          not-present FALSE ,
 
5385
          is-all-caps FALSE ,
 
5386
          is-all-lower FALSE ,
 
5387
          is-all-punct FALSE ,
 
5388
          ignore-weasel FALSE } } ,
 
5389
      source {
 
5390
        field1
 
5391
          textqual taxname ,
 
5392
        constraint {
 
5393
          match-text "Human immunodeficiency virus-1" ,
 
5394
          match-location equals ,
 
5395
          case-sensitive FALSE ,
 
5396
          ignore-space TRUE ,
 
5397
          ignore-punct TRUE ,
 
5398
          whole-word FALSE ,
 
5399
          not-present FALSE ,
 
5400
          is-all-caps FALSE ,
 
5401
          is-all-lower FALSE ,
 
5402
          is-all-punct FALSE ,
 
5403
          ignore-weasel FALSE } ,
 
5404
        type-constraint any } } } ,
 
5405
  aecr {
 
5406
    action
 
5407
      apply {
 
5408
        field
 
5409
          feature-field {
 
5410
            type cds ,
 
5411
            field
 
5412
              legal-qual product } ,
 
5413
        value "nef protein" ,
 
5414
        existing-text replace-old } ,
 
5415
    also-change-mrna FALSE ,
 
5416
    constraint {
 
5417
      field {
 
5418
        field
 
5419
          feature-field {
 
5420
            type cds ,
 
5421
            field
 
5422
              legal-qual product } ,
 
5423
        string-constraint {
 
5424
          match-text "nef" ,
 
5425
          match-location equals ,
 
5426
          case-sensitive FALSE ,
 
5427
          ignore-space TRUE ,
 
5428
          ignore-punct TRUE ,
 
5429
          ignore-words {
 
5430
            {
 
5431
              synonyms {
 
5432
                "sequence" ,
 
5433
                "gene" } ,
 
5434
              case-sensitive FALSE ,
 
5435
              whole-word FALSE } } ,
 
5436
          whole-word FALSE ,
 
5437
          not-present FALSE ,
 
5438
          is-all-caps FALSE ,
 
5439
          is-all-lower FALSE ,
 
5440
          is-all-punct FALSE ,
 
5441
          ignore-weasel FALSE } } ,
 
5442
      source {
 
5443
        field1
 
5444
          textqual taxname ,
 
5445
        constraint {
 
5446
          match-text "Human immunodeficiency virus-1" ,
 
5447
          match-location equals ,
 
5448
          case-sensitive FALSE ,
 
5449
          ignore-space TRUE ,
 
5450
          ignore-punct TRUE ,
 
5451
          whole-word FALSE ,
 
5452
          not-present FALSE ,
 
5453
          is-all-caps FALSE ,
 
5454
          is-all-lower FALSE ,
 
5455
          is-all-punct FALSE ,
 
5456
          ignore-weasel FALSE } ,
 
5457
        type-constraint any } } } ,
 
5458
  aecr {
 
5459
    action
 
5460
      remove {
 
5461
        field
 
5462
          feature-field {
 
5463
            type cds ,
 
5464
            field
 
5465
              legal-qual codon-start } } ,
 
5466
    also-change-mrna FALSE ,
 
5467
    constraint {
 
5468
      field {
 
5469
        field
 
5470
          feature-field {
 
5471
            type cds ,
 
5472
            field
 
5473
              legal-qual codon-start } ,
 
5474
        string-constraint {
 
5475
          match-text "atg" ,
 
5476
          match-location equals ,
 
5477
          case-sensitive FALSE ,
 
5478
          ignore-space FALSE ,
 
5479
          ignore-punct FALSE ,
 
5480
          whole-word FALSE ,
 
5481
          not-present FALSE ,
 
5482
          is-all-caps FALSE ,
 
5483
          is-all-lower FALSE ,
 
5484
          is-all-punct FALSE ,
 
5485
          ignore-weasel FALSE } } } } ,
 
5486
  aecr {
 
5487
    action
 
5488
      apply {
 
5489
        field
 
5490
          source-qual
 
5491
            textqual nat-host ,
 
5492
        value "Gallus gallus" ,
 
5493
        existing-text replace-old } ,
 
5494
    also-change-mrna FALSE ,
 
5495
    constraint {
 
5496
      source {
 
5497
        field1
 
5498
          textqual nat-host ,
 
5499
        constraint {
 
5500
          match-text "Gallus domesticus (chicken)" ,
 
5501
          match-location equals ,
 
5502
          case-sensitive FALSE ,
 
5503
          ignore-space TRUE ,
 
5504
          ignore-punct TRUE ,
 
5505
          ignore-words {
 
5506
            {
 
5507
              synonyms {
 
5508
                "gallus" } ,
 
5509
              case-sensitive FALSE ,
 
5510
              whole-word FALSE } ,
 
5511
            {
 
5512
              word "(chicken)" ,
 
5513
              case-sensitive FALSE ,
 
5514
              whole-word FALSE } } ,
 
5515
          whole-word FALSE ,
 
5516
          not-present FALSE ,
 
5517
          is-all-caps FALSE ,
 
5518
          is-all-lower FALSE ,
 
5519
          is-all-punct FALSE ,
 
5520
          ignore-weasel FALSE } ,
 
5521
        type-constraint any } } } ,
 
5522
  aecr {
 
5523
    action
 
5524
      remove {
 
5525
        field
 
5526
          source-qual
 
5527
            location plastid } ,
 
5528
    also-change-mrna FALSE ,
 
5529
    constraint {
 
5530
      source {
 
5531
        field1
 
5532
          textqual lineage ,
 
5533
        constraint {
 
5534
          match-text "Bacteria" ,
 
5535
          match-location contains ,
 
5536
          case-sensitive TRUE ,
 
5537
          ignore-space FALSE ,
 
5538
          ignore-punct FALSE ,
 
5539
          whole-word FALSE ,
 
5540
          not-present FALSE ,
 
5541
          is-all-caps FALSE ,
 
5542
          is-all-lower FALSE ,
 
5543
          is-all-punct FALSE ,
 
5544
          ignore-weasel FALSE } ,
 
5545
        type-constraint any } ,
 
5546
      source {
 
5547
        field1
 
5548
          textqual dbxref ,
 
5549
        constraint {
 
5550
          match-text "taxon:" ,
 
5551
          match-location starts ,
 
5552
          case-sensitive TRUE ,
 
5553
          ignore-space FALSE ,
 
5554
          ignore-punct FALSE ,
 
5555
          whole-word FALSE ,
 
5556
          not-present FALSE ,
 
5557
          is-all-caps FALSE ,
 
5558
          is-all-lower FALSE ,
 
5559
          is-all-punct FALSE ,
 
5560
          ignore-weasel FALSE } ,
 
5561
        type-constraint any } } } ,
 
5562
  aecr {
 
5563
    action
 
5564
      remove {
 
5565
        field
 
5566
          source-qual
 
5567
            location mitochondrion } ,
 
5568
    also-change-mrna FALSE ,
 
5569
    constraint {
 
5570
      source {
 
5571
        field1
 
5572
          textqual lineage ,
 
5573
        constraint {
 
5574
          match-text "Bacteria" ,
 
5575
          match-location contains ,
 
5576
          case-sensitive TRUE ,
 
5577
          ignore-space FALSE ,
 
5578
          ignore-punct FALSE ,
 
5579
          whole-word FALSE ,
 
5580
          not-present FALSE ,
 
5581
          is-all-caps FALSE ,
 
5582
          is-all-lower FALSE ,
 
5583
          is-all-punct FALSE ,
 
5584
          ignore-weasel FALSE } ,
 
5585
        type-constraint any } ,
 
5586
      source {
 
5587
        field1
 
5588
          textqual dbxref ,
 
5589
        constraint {
 
5590
          match-text "taxon:" ,
 
5591
          match-location starts ,
 
5592
          case-sensitive TRUE ,
 
5593
          ignore-space FALSE ,
 
5594
          ignore-punct FALSE ,
 
5595
          whole-word FALSE ,
 
5596
          not-present FALSE ,
 
5597
          is-all-caps FALSE ,
 
5598
          is-all-lower FALSE ,
 
5599
          is-all-punct FALSE ,
 
5600
          ignore-weasel FALSE } ,
 
5601
        type-constraint any } } } ,
 
5602
  aecr {
 
5603
    action
 
5604
      edit {
 
5605
        edit {
 
5606
          find-txt ":" ,
 
5607
          repl-txt "," ,
 
5608
          location anywhere ,
 
5609
          case-insensitive FALSE } ,
 
5610
        field
 
5611
          source-qual
 
5612
            textqual collected-by } ,
 
5613
    also-change-mrna FALSE } ,
 
5614
  aecr {
 
5615
    action
 
5616
      edit {
 
5617
        edit {
 
5618
          find-txt ":" ,
 
5619
          repl-txt "," ,
 
5620
          location anywhere ,
 
5621
          case-insensitive FALSE } ,
 
5622
        field
 
5623
          source-qual
 
5624
            textqual identified-by } ,
 
5625
    also-change-mrna FALSE } ,
 
5626
  aecr {
 
5627
    action
 
5628
      edit {
 
5629
        edit {
 
5630
          find-txt "/" ,
 
5631
          repl-txt "," ,
 
5632
          location anywhere ,
 
5633
          case-insensitive FALSE } ,
 
5634
        field
 
5635
          source-qual
 
5636
            textqual collected-by } ,
 
5637
    also-change-mrna FALSE } ,
 
5638
  aecr {
 
5639
    action
 
5640
      edit {
 
5641
        edit {
 
5642
          find-txt "/" ,
 
5643
          repl-txt "," ,
 
5644
          location anywhere ,
 
5645
          case-insensitive FALSE } ,
 
5646
        field
 
5647
          source-qual
 
5648
            textqual identified-by } ,
 
5649
    also-change-mrna FALSE } ,
 
5650
  aecr {
 
5651
    action
 
5652
      edit {
 
5653
        edit {
 
5654
          find-txt ";" ,
 
5655
          repl-txt "," ,
 
5656
          location anywhere ,
 
5657
          case-insensitive FALSE } ,
 
5658
        field
 
5659
          source-qual
 
5660
            textqual collected-by } ,
 
5661
    also-change-mrna FALSE } ,
 
5662
  aecr {
 
5663
    action
 
5664
      edit {
 
5665
        edit {
 
5666
          find-txt ";" ,
 
5667
          repl-txt "," ,
 
5668
          location anywhere ,
 
5669
          case-insensitive FALSE } ,
 
5670
        field
 
5671
          source-qual
 
5672
            textqual identified-by } ,
 
5673
    also-change-mrna FALSE } ,
 
5674
  fix-author {
 
5675
    fix-type move-middle-to-first } ,
 
5676
  aecr {
 
5677
    action
 
5678
      edit {
 
5679
        edit {
 
5680
          find-txt "Polyprotein" ,
 
5681
          repl-txt "polyprotein" ,
 
5682
          location anywhere ,
 
5683
          case-insensitive TRUE } ,
 
5684
        field
 
5685
          cds-gene-prot prot-name } ,
 
5686
    also-change-mrna FALSE ,
 
5687
    constraint {
 
5688
      string {
 
5689
        match-text "Polyprotein" ,
 
5690
        match-location equals ,
 
5691
        case-sensitive FALSE ,
 
5692
        ignore-space FALSE ,
 
5693
        ignore-punct TRUE ,
 
5694
        whole-word FALSE ,
 
5695
        not-present FALSE ,
 
5696
        is-all-caps FALSE ,
 
5697
        is-all-lower FALSE ,
 
5698
        is-all-punct FALSE ,
 
5699
        ignore-weasel FALSE } } } ,
 
5700
  aecr {
 
5701
    action
 
5702
      edit {
 
5703
        edit {
 
5704
          find-txt "Control region" ,
 
5705
          repl-txt "control region" ,
 
5706
          location anywhere ,
 
5707
          case-insensitive TRUE } ,
 
5708
        field
 
5709
          feature-field {
 
5710
            type misc-feature ,
 
5711
            field
 
5712
              legal-qual note } } ,
 
5713
    also-change-mrna FALSE ,
 
5714
    constraint {
 
5715
      string {
 
5716
        match-text "Control region" ,
 
5717
        match-location equals ,
 
5718
        case-sensitive FALSE ,
 
5719
        ignore-space FALSE ,
 
5720
        ignore-punct TRUE ,
 
5721
        whole-word FALSE ,
 
5722
        not-present FALSE ,
 
5723
        is-all-caps FALSE ,
 
5724
        is-all-lower FALSE ,
 
5725
        is-all-punct FALSE ,
 
5726
        ignore-weasel FALSE } } } ,
 
5727
  aecr {
 
5728
    action
 
5729
      convert {
 
5730
        fields
 
5731
          feature-field {
 
5732
            type repeat-region ,
 
5733
            field-from
 
5734
              legal-qual rpt-family ,
 
5735
            field-to
 
5736
              legal-qual satellite } ,
 
5737
        strip-name FALSE ,
 
5738
        keep-original FALSE ,
 
5739
        capitalization none ,
 
5740
        existing-text leave-old } ,
 
5741
    also-change-mrna FALSE ,
 
5742
    constraint {
 
5743
      field {
 
5744
        field
 
5745
          feature-field {
 
5746
            type repeat-region ,
 
5747
            field
 
5748
              legal-qual rpt-family } ,
 
5749
        string-constraint {
 
5750
          match-text "microsatellite" ,
 
5751
          match-location contains ,
 
5752
          case-sensitive FALSE ,
 
5753
          ignore-space FALSE ,
 
5754
          ignore-punct FALSE ,
 
5755
          whole-word FALSE ,
 
5756
          not-present FALSE ,
 
5757
          is-all-caps FALSE ,
 
5758
          is-all-lower FALSE ,
 
5759
          is-all-punct FALSE ,
 
5760
          ignore-weasel FALSE } } } } ,
 
5761
  convert-feature {
 
5762
    type-from gene ,
 
5763
    type-to misc-feature ,
 
5764
    leave-original FALSE ,
 
5765
    src-feat-constraint {
 
5766
      string {
 
5767
        match-text "D-loop" ,
 
5768
        match-location equals ,
 
5769
        case-sensitive FALSE ,
 
5770
        ignore-space TRUE ,
 
5771
        ignore-punct TRUE ,
 
5772
        whole-word FALSE ,
 
5773
        not-present FALSE ,
 
5774
        is-all-caps FALSE ,
 
5775
        is-all-lower FALSE ,
 
5776
        is-all-punct FALSE ,
 
5777
        ignore-weasel FALSE } ,
 
5778
      sequence {
 
5779
        seqtype
 
5780
          nucleotide NULL ,
 
5781
        feature gene ,
 
5782
        num-features
 
5783
          equals 1 ,
 
5784
        strandedness any } } } ,
 
5785
  convert-feature {
 
5786
    type-from misc-feature ,
 
5787
    type-to d-loop ,
 
5788
    leave-original FALSE ,
 
5789
    src-feat-constraint {
 
5790
      string {
 
5791
        match-text "D-loop" ,
 
5792
        match-location equals ,
 
5793
        case-sensitive FALSE ,
 
5794
        ignore-space TRUE ,
 
5795
        ignore-punct TRUE ,
 
5796
        whole-word FALSE ,
 
5797
        not-present FALSE ,
 
5798
        is-all-caps FALSE ,
 
5799
        is-all-lower FALSE ,
 
5800
        is-all-punct FALSE ,
 
5801
        ignore-weasel FALSE } ,
 
5802
      sequence {
 
5803
        seqtype
 
5804
          nucleotide NULL ,
 
5805
        feature misc-feature ,
 
5806
        num-features
 
5807
          equals 1 ,
 
5808
        strandedness any } } } ,
 
5809
  aecr {
 
5810
    action
 
5811
      remove {
207
5812
        field
208
5813
          feature-field {
209
5814
            type d-loop ,
210
5815
            field
211
 
              legal-qual note } ,
212
 
        string-constraint {
213
 
          match-text "control region" ,
214
 
          match-location contains ,
215
 
          case-sensitive TRUE ,
216
 
          whole-word FALSE ,
217
 
          not-present FALSE } } } } ,
218
 
  aecr {
219
 
    action
220
 
      apply {
221
 
        field
222
 
          source-qual
223
 
            location mitochondrion ,
224
 
        value "TRUE" ,
225
 
        existing-text replace-old } ,
 
5816
              legal-qual note } } ,
226
5817
    also-change-mrna FALSE ,
227
5818
    constraint {
228
 
      field {
229
 
        field
230
 
          feature-field {
231
 
            type misc-feature ,
232
 
            field
233
 
              legal-qual note } ,
234
 
        string-constraint {
235
 
          match-text "control region" ,
236
 
          match-location contains ,
237
 
          case-sensitive TRUE ,
238
 
          whole-word FALSE ,
239
 
          not-present FALSE } } } } ,
240
 
  remove-descriptor {
241
 
    type publication ,
242
 
    constraint {
243
 
      pub {
244
 
        type unpublished ,
245
 
        special-field {
246
 
          field title ,
247
 
          constraint
248
 
            is-not-present NULL } } } } }
 
5819
      string {
 
5820
        match-text "D-loop" ,
 
5821
        match-location equals ,
 
5822
        case-sensitive FALSE ,
 
5823
        ignore-space TRUE ,
 
5824
        ignore-punct TRUE ,
 
5825
        whole-word FALSE ,
 
5826
        not-present FALSE ,
 
5827
        is-all-caps FALSE ,
 
5828
        is-all-lower FALSE ,
 
5829
        is-all-punct FALSE ,
 
5830
        ignore-weasel FALSE } } } }