summaryrefslogtreecommitdiff
path: root/biology/emboss/pkg-plist
blob: 426f0514ed51ae838f1a47725bc9f322b1a2ac30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
%%PLIST_EMNU%%bin/emnu
%%PLIST_EMNU%%share/EMBOSS/acd/emnu.acd
%%PLIST_MSE%%bin/mse
%%PLIST_MSE%%lib/libckit.a
%%PLIST_MSE%%lib/libckit.la
%%PLIST_MSE%%lib/libckit.so
%%PLIST_MSE%%lib/libckit.so.1
%%PLIST_MSE%%share/EMBOSS/acd/mse.acd
%%PLIST_PHYLIP%%bin/eclique
%%PLIST_PHYLIP%%bin/econsense
%%PLIST_PHYLIP%%bin/econtml
%%PLIST_PHYLIP%%bin/econtrast
%%PLIST_PHYLIP%%bin/ednacomp
%%PLIST_PHYLIP%%bin/ednadist
%%PLIST_PHYLIP%%bin/ednainvar
%%PLIST_PHYLIP%%bin/ednaml
%%PLIST_PHYLIP%%bin/ednamlk
%%PLIST_PHYLIP%%bin/ednapars
%%PLIST_PHYLIP%%bin/ednapenny
%%PLIST_PHYLIP%%bin/edollop
%%PLIST_PHYLIP%%bin/edolpenny
%%PLIST_PHYLIP%%bin/efactor
%%PLIST_PHYLIP%%bin/efitch
%%PLIST_PHYLIP%%bin/egendist
%%PLIST_PHYLIP%%bin/ekitsch
%%PLIST_PHYLIP%%bin/emix
%%PLIST_PHYLIP%%bin/eneighbor
%%PLIST_PHYLIP%%bin/epenny
%%PLIST_PHYLIP%%bin/eprotdist
%%PLIST_PHYLIP%%bin/eprotpars
%%PLIST_PHYLIP%%bin/erestml
%%PLIST_PHYLIP%%bin/eseqboot
%%PLIST_PHYLIP%%share/EMBOSS/acd/eclique.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/econsense.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/econtml.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/econtrast.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/ednacomp.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/ednadist.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/ednainvar.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/ednaml.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/ednamlk.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/ednapars.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/ednapenny.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/edollop.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/edolpenny.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/efactor.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/efitch.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/egendist.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/ekitsch.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/emix.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/eneighbor.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/epenny.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/eprotdist.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/eprotpars.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/erestml.acd
%%PLIST_PHYLIP%%share/EMBOSS/acd/eseqboot.acd
%%PLIST_TOPO%%bin/topo
%%PLIST_TOPO%%share/EMBOSS/acd/topo.acd
bin/abiview
bin/acdc
bin/antigenic
bin/backtranseq
bin/banana
bin/btwisted
bin/chaos
bin/checktrans
bin/chips
bin/cirdna
bin/codcmp
bin/coderet
bin/complex
bin/compseq
bin/cons
bin/cpgplot
bin/cpgreport
bin/cusp
bin/cutseq
bin/dan
bin/dbiblast
bin/dbifasta
bin/dbiflat
bin/dbigcg
bin/descseq
bin/diffseq
bin/digest
bin/dotmatcher
bin/dotpath
bin/dottup
bin/dreg
bin/einverted
bin/embossdata
bin/emma
bin/emowse
bin/entret
bin/equicktandem
bin/est2genome
bin/etandem
bin/extractseq
bin/findkm
bin/freak
bin/fuzznuc
bin/fuzzpro
bin/fuzztran
bin/garnier
bin/geecee
bin/getorf
bin/helixturnhelix
bin/iep
bin/infoseq
bin/isochore
bin/lindna
bin/maskfeat
bin/maskseq
bin/matcher
bin/megamerger
bin/merger
bin/msbar
bin/needle
bin/newcpgreport
bin/newcpgseek
bin/newseq
bin/noreturn
bin/notseq
bin/nthseq
bin/octanol
bin/oddcomp
bin/palindrome
bin/pasteseq
bin/patmatdb
bin/patmatmotifs
bin/pepcoil
bin/pepinfo
bin/pepnet
bin/pepstats
bin/pepwheel
bin/pepwindow
bin/pepwindowall
bin/plotcon
bin/plotorf
bin/polydot
bin/preg
bin/prettyplot
bin/prettyseq
bin/prima
bin/primersearch
bin/printsextract
bin/profit
bin/prophecy
bin/prophet
bin/prosextract
bin/pscan
bin/rebaseextract
bin/recode
bin/redata
bin/remap
bin/restover
bin/restrict
bin/revseq
bin/seealso
bin/seqmatchall
bin/seqret
bin/seqretall
bin/seqretset
bin/seqretsplit
bin/showdb
bin/showfeat
bin/showorf
bin/showseq
bin/shuffleseq
bin/sigcleave
bin/silent
bin/splitter
bin/stretcher
bin/stssearch
bin/supermatcher
bin/syco
bin/textsearch
bin/tfextract
bin/tfm
bin/tfscan
bin/tmap
bin/transeq
bin/trimseq
bin/vectorstrip
bin/water
bin/wobble
bin/wordcount
bin/wordmatch
bin/wossname
etc/emboss.default.sample
lib/libajax.a
lib/libajax.so
lib/libajax.so.1
lib/libajaxg.a
lib/libajaxg.so
lib/libajaxg.so.1
lib/libnucleus.a
lib/libnucleus.so
lib/libnucleus.so.1
lib/libplplot.a
lib/libplplot.so
lib/libplplot.so.4
share/EMBOSS/acd/abiview.acd
share/EMBOSS/acd/ajbad.acd
share/EMBOSS/acd/ajfeatest.acd
share/EMBOSS/acd/ajtest.acd
share/EMBOSS/acd/ajtest2.acd
share/EMBOSS/acd/antigenic.acd
share/EMBOSS/acd/backtranseq.acd
share/EMBOSS/acd/banana.acd
share/EMBOSS/acd/btwisted.acd
share/EMBOSS/acd/chaos.acd
share/EMBOSS/acd/checktrans.acd
share/EMBOSS/acd/chips.acd
share/EMBOSS/acd/cirdna.acd
share/EMBOSS/acd/cluster.acd
share/EMBOSS/acd/codcmp.acd
share/EMBOSS/acd/coderet.acd
share/EMBOSS/acd/codes.english
share/EMBOSS/acd/complex.acd
share/EMBOSS/acd/compseq.acd
share/EMBOSS/acd/cons.acd
share/EMBOSS/acd/corbatest.acd
share/EMBOSS/acd/cpgplot.acd
share/EMBOSS/acd/cpgreport.acd
share/EMBOSS/acd/cusp.acd
share/EMBOSS/acd/cutseq.acd
share/EMBOSS/acd/dan.acd
share/EMBOSS/acd/dbiblast.acd
share/EMBOSS/acd/dbifasta.acd
share/EMBOSS/acd/dbiflat.acd
share/EMBOSS/acd/dbigcg.acd
share/EMBOSS/acd/demofeatures.acd
share/EMBOSS/acd/demolist.acd
share/EMBOSS/acd/demosequence.acd
share/EMBOSS/acd/demostring.acd
share/EMBOSS/acd/demotable.acd
share/EMBOSS/acd/descseq.acd
share/EMBOSS/acd/diffseq.acd
share/EMBOSS/acd/digest.acd
share/EMBOSS/acd/dotmatcher.acd
share/EMBOSS/acd/dotpath.acd
share/EMBOSS/acd/dottup.acd
share/EMBOSS/acd/dreg.acd
share/EMBOSS/acd/einverted.acd
share/EMBOSS/acd/emboss.default
share/EMBOSS/acd/embossdata.acd
share/EMBOSS/acd/emma.acd
share/EMBOSS/acd/emowse.acd
share/EMBOSS/acd/entrails.acd
share/EMBOSS/acd/entret.acd
share/EMBOSS/acd/equicktandem.acd
share/EMBOSS/acd/est2genome.acd
share/EMBOSS/acd/etandem.acd
share/EMBOSS/acd/extractseq.acd
share/EMBOSS/acd/findkm.acd
share/EMBOSS/acd/freak.acd
share/EMBOSS/acd/fuzznuc.acd
share/EMBOSS/acd/fuzzpro.acd
share/EMBOSS/acd/fuzztran.acd
share/EMBOSS/acd/garnier.acd
share/EMBOSS/acd/geecee.acd
share/EMBOSS/acd/getorf.acd
share/EMBOSS/acd/helixturnhelix.acd
share/EMBOSS/acd/histogramtest.acd
share/EMBOSS/acd/iep.acd
share/EMBOSS/acd/infoseq.acd
share/EMBOSS/acd/isochore.acd
share/EMBOSS/acd/lindna.acd
share/EMBOSS/acd/maskfeat.acd
share/EMBOSS/acd/maskseq.acd
share/EMBOSS/acd/matcher.acd
share/EMBOSS/acd/megamerger.acd
share/EMBOSS/acd/merger.acd
share/EMBOSS/acd/msbar.acd
share/EMBOSS/acd/needle.acd
share/EMBOSS/acd/newcpgreport.acd
share/EMBOSS/acd/newcpgseek.acd
share/EMBOSS/acd/newseq.acd
share/EMBOSS/acd/noreturn.acd
share/EMBOSS/acd/notseq.acd
share/EMBOSS/acd/nthseq.acd
share/EMBOSS/acd/octanol.acd
share/EMBOSS/acd/oddcomp.acd
share/EMBOSS/acd/palindrome.acd
share/EMBOSS/acd/pasteseq.acd
share/EMBOSS/acd/patmatdb.acd
share/EMBOSS/acd/patmatmotifs.acd
share/EMBOSS/acd/patmattest.acd
share/EMBOSS/acd/pepcoil.acd
share/EMBOSS/acd/pepinfo.acd
share/EMBOSS/acd/pepnet.acd
share/EMBOSS/acd/pepstats.acd
share/EMBOSS/acd/pepwheel.acd
share/EMBOSS/acd/pepwindow.acd
share/EMBOSS/acd/pepwindowall.acd
share/EMBOSS/acd/plotcon.acd
share/EMBOSS/acd/plotorf.acd
share/EMBOSS/acd/plplottest.acd
share/EMBOSS/acd/polydot.acd
share/EMBOSS/acd/preg.acd
share/EMBOSS/acd/prettyplot.acd
share/EMBOSS/acd/prettyseq.acd
share/EMBOSS/acd/prima.acd
share/EMBOSS/acd/primersearch.acd
share/EMBOSS/acd/printsextract.acd
share/EMBOSS/acd/profit.acd
share/EMBOSS/acd/prophecy.acd
share/EMBOSS/acd/prophet.acd
share/EMBOSS/acd/prosextract.acd
share/EMBOSS/acd/proteinmotifsearch.acd
share/EMBOSS/acd/pscan.acd
share/EMBOSS/acd/rebaseextract.acd
share/EMBOSS/acd/recode.acd
share/EMBOSS/acd/redata.acd
share/EMBOSS/acd/remap.acd
share/EMBOSS/acd/restover.acd
share/EMBOSS/acd/restrict.acd
share/EMBOSS/acd/revseq.acd
share/EMBOSS/acd/scope.acd
share/EMBOSS/acd/seealso.acd
share/EMBOSS/acd/seqinfo.acd
share/EMBOSS/acd/seqmatchall.acd
share/EMBOSS/acd/seqret.acd
share/EMBOSS/acd/seqretall.acd
share/EMBOSS/acd/seqretallfeat.acd
share/EMBOSS/acd/seqretfeat.acd
share/EMBOSS/acd/seqretset.acd
share/EMBOSS/acd/seqretsplit.acd
share/EMBOSS/acd/seqrettype.acd
share/EMBOSS/acd/seqtofeat.acd
share/EMBOSS/acd/showdb.acd
share/EMBOSS/acd/showfeat.acd
share/EMBOSS/acd/showorf.acd
share/EMBOSS/acd/showseq.acd
share/EMBOSS/acd/shuffleseq.acd
share/EMBOSS/acd/sigcleave.acd
share/EMBOSS/acd/silent.acd
share/EMBOSS/acd/simplesw.acd
share/EMBOSS/acd/splitter.acd
share/EMBOSS/acd/stretcher.acd
share/EMBOSS/acd/stssearch.acd
share/EMBOSS/acd/supermatcher.acd
share/EMBOSS/acd/syco.acd
share/EMBOSS/acd/testplot.acd
share/EMBOSS/acd/textsearch.acd
share/EMBOSS/acd/tfextract.acd
share/EMBOSS/acd/tfm.acd
share/EMBOSS/acd/tfscan.acd
share/EMBOSS/acd/tmap.acd
share/EMBOSS/acd/transeq.acd
share/EMBOSS/acd/treetypedisplay.acd
share/EMBOSS/acd/trimseq.acd
share/EMBOSS/acd/vectorstrip.acd
share/EMBOSS/acd/water.acd
share/EMBOSS/acd/wobble.acd
share/EMBOSS/acd/wordcount.acd
share/EMBOSS/acd/wordmatch.acd
share/EMBOSS/acd/wossname.acd
share/EMBOSS/data/CODONS/Eacc.cut
share/EMBOSS/data/CODONS/Eadenovirus5.cut
share/EMBOSS/data/CODONS/Eadenovirus7.cut
share/EMBOSS/data/CODONS/Eaidlav.cut
share/EMBOSS/data/CODONS/Eanasp.cut
share/EMBOSS/data/CODONS/Eani.cut
share/EMBOSS/data/CODONS/Eani_h.cut
share/EMBOSS/data/CODONS/Eanidmit.cut
share/EMBOSS/data/CODONS/Easn.cut
share/EMBOSS/data/CODONS/Eath.cut
share/EMBOSS/data/CODONS/Eatu.cut
share/EMBOSS/data/CODONS/Eavi.cut
share/EMBOSS/data/CODONS/Ebja.cut
share/EMBOSS/data/CODONS/Ebly.cut
share/EMBOSS/data/CODONS/Ebme.cut
share/EMBOSS/data/CODONS/Ebmo.cut
share/EMBOSS/data/CODONS/Ebna.cut
share/EMBOSS/data/CODONS/Ebov.cut
share/EMBOSS/data/CODONS/Ebovsp.cut
share/EMBOSS/data/CODONS/Ebst.cut
share/EMBOSS/data/CODONS/Ebsu.cut
share/EMBOSS/data/CODONS/Ebsu_h.cut
share/EMBOSS/data/CODONS/Ecac.cut
share/EMBOSS/data/CODONS/Ecal.cut
share/EMBOSS/data/CODONS/Eccr.cut
share/EMBOSS/data/CODONS/Ecel.cut
share/EMBOSS/data/CODONS/Echi.cut
share/EMBOSS/data/CODONS/Echicken.cut
share/EMBOSS/data/CODONS/Echisp.cut
share/EMBOSS/data/CODONS/Echk.cut
share/EMBOSS/data/CODONS/Echmp.cut
share/EMBOSS/data/CODONS/Echnt.cut
share/EMBOSS/data/CODONS/Echos.cut
share/EMBOSS/data/CODONS/Echzm.cut
share/EMBOSS/data/CODONS/Echzmrubp.cut
share/EMBOSS/data/CODONS/Ecpx.cut
share/EMBOSS/data/CODONS/Ecre.cut
share/EMBOSS/data/CODONS/Ecrisp.cut
share/EMBOSS/data/CODONS/Ectr.cut
share/EMBOSS/data/CODONS/Edayhoff.cut
share/EMBOSS/data/CODONS/Eddi.cut
share/EMBOSS/data/CODONS/Eddi_h.cut
share/EMBOSS/data/CODONS/Edog.cut
share/EMBOSS/data/CODONS/Edro.cut
share/EMBOSS/data/CODONS/Edro_h.cut
share/EMBOSS/data/CODONS/Edrosophila.cut
share/EMBOSS/data/CODONS/Eeca.cut
share/EMBOSS/data/CODONS/Eeco.cut
share/EMBOSS/data/CODONS/Eeco_h.cut
share/EMBOSS/data/CODONS/Eecoli.cut
share/EMBOSS/data/CODONS/Ef1.cut
share/EMBOSS/data/CODONS/Efish.cut
share/EMBOSS/data/CODONS/Efmdvpolyp.cut
share/EMBOSS/data/CODONS/Eham.cut
share/EMBOSS/data/CODONS/Ehha.cut
share/EMBOSS/data/CODONS/Ehin.cut
share/EMBOSS/data/CODONS/Ehma.cut
share/EMBOSS/data/CODONS/Ehum.cut
share/EMBOSS/data/CODONS/Ehuman.cut
share/EMBOSS/data/CODONS/Ekla.cut
share/EMBOSS/data/CODONS/Ekpn.cut
share/EMBOSS/data/CODONS/Ella.cut
share/EMBOSS/data/CODONS/Emac.cut
share/EMBOSS/data/CODONS/Emaize.cut
share/EMBOSS/data/CODONS/Emam_h.cut
share/EMBOSS/data/CODONS/Emixlg.cut
share/EMBOSS/data/CODONS/Emouse.cut
share/EMBOSS/data/CODONS/Emsa.cut
share/EMBOSS/data/CODONS/Emse.cut
share/EMBOSS/data/CODONS/Emta.cut
share/EMBOSS/data/CODONS/Emtu.cut
share/EMBOSS/data/CODONS/Emus.cut
share/EMBOSS/data/CODONS/Emussp.cut
share/EMBOSS/data/CODONS/Emva.cut
share/EMBOSS/data/CODONS/Emze.cut
share/EMBOSS/data/CODONS/Emzecp.cut
share/EMBOSS/data/CODONS/Encr.cut
share/EMBOSS/data/CODONS/Eneu.cut
share/EMBOSS/data/CODONS/Engo.cut
share/EMBOSS/data/CODONS/Eoncsp.cut
share/EMBOSS/data/CODONS/Epae.cut
share/EMBOSS/data/CODONS/Epea.cut
share/EMBOSS/data/CODONS/Epet.cut
share/EMBOSS/data/CODONS/Epfa.cut
share/EMBOSS/data/CODONS/Ephix174.cut
share/EMBOSS/data/CODONS/Ephv.cut
share/EMBOSS/data/CODONS/Ephy.cut
share/EMBOSS/data/CODONS/Epig.cut
share/EMBOSS/data/CODONS/Epolyomaa2.cut
share/EMBOSS/data/CODONS/Epombe.cut
share/EMBOSS/data/CODONS/Epombecai.cut
share/EMBOSS/data/CODONS/Epot.cut
share/EMBOSS/data/CODONS/Eppu.cut
share/EMBOSS/data/CODONS/Epse.cut
share/EMBOSS/data/CODONS/Epsy.cut
share/EMBOSS/data/CODONS/Epvu.cut
share/EMBOSS/data/CODONS/Erab.cut
share/EMBOSS/data/CODONS/Erabbit.cut
share/EMBOSS/data/CODONS/Erabsp.cut
share/EMBOSS/data/CODONS/Erat.cut
share/EMBOSS/data/CODONS/Eratsp.cut
share/EMBOSS/data/CODONS/Erca.cut
share/EMBOSS/data/CODONS/Erhm.cut
share/EMBOSS/data/CODONS/Eric.cut
share/EMBOSS/data/CODONS/Erle.cut
share/EMBOSS/data/CODONS/Erme.cut
share/EMBOSS/data/CODONS/Ersp.cut
share/EMBOSS/data/CODONS/Esalsp.cut
share/EMBOSS/data/CODONS/Esau.cut
share/EMBOSS/data/CODONS/Esco.cut
share/EMBOSS/data/CODONS/Esgi.cut
share/EMBOSS/data/CODONS/Eshp.cut
share/EMBOSS/data/CODONS/Eshpsp.cut
share/EMBOSS/data/CODONS/Esli.cut
share/EMBOSS/data/CODONS/Eslm.cut
share/EMBOSS/data/CODONS/Esma.cut
share/EMBOSS/data/CODONS/Esmi.cut
share/EMBOSS/data/CODONS/Esmu.cut
share/EMBOSS/data/CODONS/Esoy.cut
share/EMBOSS/data/CODONS/Espi.cut
share/EMBOSS/data/CODONS/Espn.cut
share/EMBOSS/data/CODONS/Espo.cut
share/EMBOSS/data/CODONS/Espo_h.cut
share/EMBOSS/data/CODONS/Espu.cut
share/EMBOSS/data/CODONS/Esta.cut
share/EMBOSS/data/CODONS/Esty.cut
share/EMBOSS/data/CODONS/Esus.cut
share/EMBOSS/data/CODONS/Esv40.cut
share/EMBOSS/data/CODONS/Esyhsp.cut
share/EMBOSS/data/CODONS/Esynsp.cut
share/EMBOSS/data/CODONS/Etbr.cut
share/EMBOSS/data/CODONS/Etcr.cut
share/EMBOSS/data/CODONS/Eter.cut
share/EMBOSS/data/CODONS/Etetsp.cut
share/EMBOSS/data/CODONS/Etob.cut
share/EMBOSS/data/CODONS/Etobcp.cut
share/EMBOSS/data/CODONS/Etom.cut
share/EMBOSS/data/CODONS/Etrb.cut
share/EMBOSS/data/CODONS/Evco.cut
share/EMBOSS/data/CODONS/Ewht.cut
share/EMBOSS/data/CODONS/Exel.cut
share/EMBOSS/data/CODONS/Exenopus.cut
share/EMBOSS/data/CODONS/Eyeast.cut
share/EMBOSS/data/CODONS/Eyeastcai.cut
share/EMBOSS/data/CODONS/Eyen.cut
share/EMBOSS/data/CODONS/Eysc.cut
share/EMBOSS/data/CODONS/Eysc_h.cut
share/EMBOSS/data/CODONS/Eyscmt.cut
share/EMBOSS/data/CODONS/Eysp.cut
share/EMBOSS/data/CODONS/Ezebrafish.cut
share/EMBOSS/data/CODONS/Ezma.cut
share/EMBOSS/data/EBLOSUM30
share/EMBOSS/data/EBLOSUM35
share/EMBOSS/data/EBLOSUM40
share/EMBOSS/data/EBLOSUM45
share/EMBOSS/data/EBLOSUM50
share/EMBOSS/data/EBLOSUM55
share/EMBOSS/data/EBLOSUM60
share/EMBOSS/data/EBLOSUM62
share/EMBOSS/data/EBLOSUM62-12
share/EMBOSS/data/EBLOSUM65
share/EMBOSS/data/EBLOSUM70
share/EMBOSS/data/EBLOSUM75
share/EMBOSS/data/EBLOSUM80
share/EMBOSS/data/EBLOSUM85
share/EMBOSS/data/EBLOSUM90
share/EMBOSS/data/EBLOSUMN
share/EMBOSS/data/EDNAFULL
share/EMBOSS/data/EDNAMAT
share/EMBOSS/data/EGC.0
share/EMBOSS/data/EGC.1
share/EMBOSS/data/EGC.10
share/EMBOSS/data/EGC.11
share/EMBOSS/data/EGC.12
share/EMBOSS/data/EGC.13
share/EMBOSS/data/EGC.14
share/EMBOSS/data/EGC.15
share/EMBOSS/data/EGC.16
share/EMBOSS/data/EGC.2
share/EMBOSS/data/EGC.21
share/EMBOSS/data/EGC.22
share/EMBOSS/data/EGC.23
share/EMBOSS/data/EGC.3
share/EMBOSS/data/EGC.4
share/EMBOSS/data/EGC.5
share/EMBOSS/data/EGC.6
share/EMBOSS/data/EGC.9
share/EMBOSS/data/ENUC.4.2
share/EMBOSS/data/ENUC.4.4
share/EMBOSS/data/EPAM10
share/EMBOSS/data/EPAM100
share/EMBOSS/data/EPAM110
share/EMBOSS/data/EPAM120
share/EMBOSS/data/EPAM130
share/EMBOSS/data/EPAM140
share/EMBOSS/data/EPAM150
share/EMBOSS/data/EPAM160
share/EMBOSS/data/EPAM170
share/EMBOSS/data/EPAM180
share/EMBOSS/data/EPAM190
share/EMBOSS/data/EPAM20
share/EMBOSS/data/EPAM200
share/EMBOSS/data/EPAM210
share/EMBOSS/data/EPAM220
share/EMBOSS/data/EPAM230
share/EMBOSS/data/EPAM240
share/EMBOSS/data/EPAM250
share/EMBOSS/data/EPAM260
share/EMBOSS/data/EPAM270
share/EMBOSS/data/EPAM280
share/EMBOSS/data/EPAM290
share/EMBOSS/data/EPAM30
share/EMBOSS/data/EPAM300
share/EMBOSS/data/EPAM310
share/EMBOSS/data/EPAM320
share/EMBOSS/data/EPAM330
share/EMBOSS/data/EPAM340
share/EMBOSS/data/EPAM350
share/EMBOSS/data/EPAM360
share/EMBOSS/data/EPAM370
share/EMBOSS/data/EPAM380
share/EMBOSS/data/EPAM390
share/EMBOSS/data/EPAM40
share/EMBOSS/data/EPAM400
share/EMBOSS/data/EPAM410
share/EMBOSS/data/EPAM420
share/EMBOSS/data/EPAM430
share/EMBOSS/data/EPAM440
share/EMBOSS/data/EPAM450
share/EMBOSS/data/EPAM460
share/EMBOSS/data/EPAM470
share/EMBOSS/data/EPAM480
share/EMBOSS/data/EPAM490
share/EMBOSS/data/EPAM50
share/EMBOSS/data/EPAM500
share/EMBOSS/data/EPAM60
share/EMBOSS/data/EPAM70
share/EMBOSS/data/EPAM80
share/EMBOSS/data/EPAM90
share/EMBOSS/data/Eaa_acc_surface.dat
share/EMBOSS/data/Eaa_hydropathy.dat
share/EMBOSS/data/Eaa_properties.dat
share/EMBOSS/data/Eamino.dat
share/EMBOSS/data/Eangles.dat
share/EMBOSS/data/Eangles_tri.dat
share/EMBOSS/data/Eantigenic.dat
share/EMBOSS/data/Ebases.iub
share/EMBOSS/data/Edayhoff.freq
share/EMBOSS/data/Edna.melt
share/EMBOSS/data/Eembl.ior
share/EMBOSS/data/Eenergy.dat
share/EMBOSS/data/Efeatures.embl
share/EMBOSS/data/Efeatures.gff
share/EMBOSS/data/Efreqs.dat
share/EMBOSS/data/Ehth.dat
share/EMBOSS/data/Ehth87.dat
share/EMBOSS/data/Ememe.dat
share/EMBOSS/data/Enakai.dat
share/EMBOSS/data/Epepcoil.dat
share/EMBOSS/data/Epk.dat
share/EMBOSS/data/Epprofile
share/EMBOSS/data/Eprior1.plib
share/EMBOSS/data/Eprior30.plib
share/EMBOSS/data/Erna.melt
share/EMBOSS/data/Esig.euk
share/EMBOSS/data/Esig.pro
share/EMBOSS/data/Etags.embl
share/EMBOSS/data/Etags.gff
share/EMBOSS/data/Ewhite-wimley.dat
share/EMBOSS/data/PRINTS/dummyfile
share/EMBOSS/data/PROSITE/dummyfile
share/EMBOSS/data/REBASE/dummyfile
share/EMBOSS/data/embossre.equ
share/EMBOSS/plstnd5.fnt
share/EMBOSS/plxtnd5.fnt
share/EMBOSS/test/data/dna.acedb
share/EMBOSS/test/data/dna.aln
share/EMBOSS/test/data/dna.asn1
share/EMBOSS/test/data/dna.codata
share/EMBOSS/test/data/dna.embl
share/EMBOSS/test/data/dna.fasta
share/EMBOSS/test/data/dna.fitch
share/EMBOSS/test/data/dna.gcg
share/EMBOSS/test/data/dna.gcg8
share/EMBOSS/test/data/dna.genbank
share/EMBOSS/test/data/dna.ig
share/EMBOSS/test/data/dna.m-acedb
share/EMBOSS/test/data/dna.m-codata
share/EMBOSS/test/data/dna.m-embl
share/EMBOSS/test/data/dna.m-fasta
share/EMBOSS/test/data/dna.m-fasta-long
share/EMBOSS/test/data/dna.m-ncbi
share/EMBOSS/test/data/dna.m-strider
share/EMBOSS/test/data/dna.msf
share/EMBOSS/test/data/dna.msf8
share/EMBOSS/test/data/dna.ncbi
share/EMBOSS/test/data/dna.phylip
share/EMBOSS/test/data/dna.phylip3
share/EMBOSS/test/data/dna.staden
share/EMBOSS/test/data/dna.strider
share/EMBOSS/test/data/dna.text
share/EMBOSS/test/data/prot.acedb
share/EMBOSS/test/data/prot.codata
share/EMBOSS/test/data/prot.fasta
share/EMBOSS/test/data/prot.gcg
share/EMBOSS/test/data/prot.gcg8
share/EMBOSS/test/data/prot.ig
share/EMBOSS/test/data/prot.m-acedb
share/EMBOSS/test/data/prot.m-codata
share/EMBOSS/test/data/prot.m-fasta
share/EMBOSS/test/data/prot.m-nbrf
share/EMBOSS/test/data/prot.m-ncbi
share/EMBOSS/test/data/prot.m-swiss
share/EMBOSS/test/data/prot.nbrf
share/EMBOSS/test/data/prot.ncbi
share/EMBOSS/test/data/prot.swiss
share/EMBOSS/test/data/prot.text
share/EMBOSS/test/embl/acnum.hit
share/EMBOSS/test/embl/acnum.trg
share/EMBOSS/test/embl/division.lkp
share/EMBOSS/test/embl/entrynam.idx
share/EMBOSS/test/embl/est.dat
share/EMBOSS/test/embl/hum1.dat
share/EMBOSS/test/embl/inv.dat
share/EMBOSS/test/embl/pro.dat
share/EMBOSS/test/embl/rod.dat
share/EMBOSS/test/embl/vrl.dat
share/EMBOSS/test/embl/vrt.dat
share/EMBOSS/test/pir/pir1.header
share/EMBOSS/test/pir/pir1.names
share/EMBOSS/test/pir/pir1.numbers
share/EMBOSS/test/pir/pir1.offset
share/EMBOSS/test/pir/pir1.ref
share/EMBOSS/test/pir/pir1.seq
share/EMBOSS/test/pir/pir2.header
share/EMBOSS/test/pir/pir2.names
share/EMBOSS/test/pir/pir2.numbers
share/EMBOSS/test/pir/pir2.offset
share/EMBOSS/test/pir/pir2.ref
share/EMBOSS/test/pir/pir2.seq
share/EMBOSS/test/pir/pir3.header
share/EMBOSS/test/pir/pir3.names
share/EMBOSS/test/pir/pir3.numbers
share/EMBOSS/test/pir/pir3.offset
share/EMBOSS/test/pir/pir3.ref
share/EMBOSS/test/pir/pir3.seq
share/EMBOSS/test/pir/pir4.header
share/EMBOSS/test/pir/pir4.names
share/EMBOSS/test/pir/pir4.numbers
share/EMBOSS/test/pir/pir4.offset
share/EMBOSS/test/pir/pir4.ref
share/EMBOSS/test/pir/pir4.seq
share/EMBOSS/test/swiss/acnum.hit
share/EMBOSS/test/swiss/acnum.trg
share/EMBOSS/test/swiss/division.lkp
share/EMBOSS/test/swiss/entrynam.idx
share/EMBOSS/test/swiss/seq.dat
share/EMBOSS/test/swnew/acnum.hit
share/EMBOSS/test/swnew/acnum.trg
share/EMBOSS/test/swnew/division.lkp
share/EMBOSS/test/swnew/entrynam.idx
share/EMBOSS/test/swnew/new_seq.dat
share/EMBOSS/test/swnew/upd_ann.dat
share/EMBOSS/test/swnew/upd_seq.dat
share/EMBOSS/test/wormpep/acnum.hit
share/EMBOSS/test/wormpep/acnum.trg
share/EMBOSS/test/wormpep/division.lkp
share/EMBOSS/test/wormpep/entrynam.idx
share/EMBOSS/test/wormpep/wormpep
share/doc/EMBOSS/manuals/admin.sty
share/doc/EMBOSS/manuals/admin.tex
share/doc/EMBOSS/manuals/program.ps.gz
share/doc/EMBOSS/programs/html/SITE-DIRECTED.html
share/doc/EMBOSS/programs/html/abi_trace_files_group.html
share/doc/EMBOSS/programs/html/abiview.html
share/doc/EMBOSS/programs/html/abiview0.gif
share/doc/EMBOSS/programs/html/alignment_global_group.html
share/doc/EMBOSS/programs/html/alignment_group.html
share/doc/EMBOSS/programs/html/alignment_local_group.html
share/doc/EMBOSS/programs/html/alignment_multiple_group.html
share/doc/EMBOSS/programs/html/antigenic.html
share/doc/EMBOSS/programs/html/assorted_group.html
share/doc/EMBOSS/programs/html/backtranseq.html
share/doc/EMBOSS/programs/html/banana.html
share/doc/EMBOSS/programs/html/banana0.gif
share/doc/EMBOSS/programs/html/btwisted.html
share/doc/EMBOSS/programs/html/chaos.html
share/doc/EMBOSS/programs/html/chaos0.gif
share/doc/EMBOSS/programs/html/checktrans.html
share/doc/EMBOSS/programs/html/chips.html
share/doc/EMBOSS/programs/html/cirdna.html
share/doc/EMBOSS/programs/html/clique.html
share/doc/EMBOSS/programs/html/codcmp.html
share/doc/EMBOSS/programs/html/coderet.html
share/doc/EMBOSS/programs/html/coding_regions_group.html
share/doc/EMBOSS/programs/html/comparison_group.html
share/doc/EMBOSS/programs/html/complex.html
share/doc/EMBOSS/programs/html/compseq.html
share/doc/EMBOSS/programs/html/cons.html
share/doc/EMBOSS/programs/html/consense.html
share/doc/EMBOSS/programs/html/contml.html
share/doc/EMBOSS/programs/html/contrast.html
share/doc/EMBOSS/programs/html/cpg_islands_group.html
share/doc/EMBOSS/programs/html/cpgplot.html
share/doc/EMBOSS/programs/html/cpgplot0.gif
share/doc/EMBOSS/programs/html/cpgreport.html
share/doc/EMBOSS/programs/html/cusp.html
share/doc/EMBOSS/programs/html/cutseq.html
share/doc/EMBOSS/programs/html/dan.html
share/doc/EMBOSS/programs/html/database_entry_extraction_group.html
share/doc/EMBOSS/programs/html/database_indexing_group.html
share/doc/EMBOSS/programs/html/database_information_group.html
share/doc/EMBOSS/programs/html/dbiblast.html
share/doc/EMBOSS/programs/html/dbifasta.html
share/doc/EMBOSS/programs/html/dbiflat.html
share/doc/EMBOSS/programs/html/dbigcg.html
share/doc/EMBOSS/programs/html/descseq.html
share/doc/EMBOSS/programs/html/diffseq.html
share/doc/EMBOSS/programs/html/digest.html
share/doc/EMBOSS/programs/html/display_alignment_multiple_group.html
share/doc/EMBOSS/programs/html/dna_sequence_composition_group.html
share/doc/EMBOSS/programs/html/dna_sequence_features_group.html
share/doc/EMBOSS/programs/html/dna_sequence_properties_group.html
share/doc/EMBOSS/programs/html/dnacomp.html
share/doc/EMBOSS/programs/html/dnadist.html
share/doc/EMBOSS/programs/html/dnainvar.html
share/doc/EMBOSS/programs/html/dnaml.html
share/doc/EMBOSS/programs/html/dnamlk.html
share/doc/EMBOSS/programs/html/dnapars.html
share/doc/EMBOSS/programs/html/dnapenny.html
share/doc/EMBOSS/programs/html/dollop.html
share/doc/EMBOSS/programs/html/dolpenny.html
share/doc/EMBOSS/programs/html/dotmatcher.html
share/doc/EMBOSS/programs/html/dotmatcher0.gif
share/doc/EMBOSS/programs/html/dotpath.html
share/doc/EMBOSS/programs/html/dottup.html
share/doc/EMBOSS/programs/html/dottup0.gif
share/doc/EMBOSS/programs/html/dreg.html
share/doc/EMBOSS/programs/html/eclique.html
share/doc/EMBOSS/programs/html/econsense.html
share/doc/EMBOSS/programs/html/econtml.html
share/doc/EMBOSS/programs/html/econtrast.html
share/doc/EMBOSS/programs/html/ednacomp.html
share/doc/EMBOSS/programs/html/ednadist.html
share/doc/EMBOSS/programs/html/ednainvar.html
share/doc/EMBOSS/programs/html/ednaml.html
share/doc/EMBOSS/programs/html/ednamlk.html
share/doc/EMBOSS/programs/html/ednapars.html
share/doc/EMBOSS/programs/html/ednapenny.html
share/doc/EMBOSS/programs/html/edollop.html
share/doc/EMBOSS/programs/html/edolpenny.html
share/doc/EMBOSS/programs/html/efactor.html
share/doc/EMBOSS/programs/html/efitch.html
share/doc/EMBOSS/programs/html/egendist.html
share/doc/EMBOSS/programs/html/einverted.html
share/doc/EMBOSS/programs/html/ekitsch.html
share/doc/EMBOSS/programs/html/emboss_icon.gif
share/doc/EMBOSS/programs/html/embossdata.html
share/doc/EMBOSS/programs/html/emix.html
share/doc/EMBOSS/programs/html/emma.html
share/doc/EMBOSS/programs/html/emnu.html
share/doc/EMBOSS/programs/html/emowse.html
share/doc/EMBOSS/programs/html/eneighbor.html
share/doc/EMBOSS/programs/html/entret.html
share/doc/EMBOSS/programs/html/enzyme_kinetics_group.html
share/doc/EMBOSS/programs/html/epenny.html
share/doc/EMBOSS/programs/html/eprotdist.html
share/doc/EMBOSS/programs/html/eprotpars.html
share/doc/EMBOSS/programs/html/equicktandem.html
share/doc/EMBOSS/programs/html/erestml.html
share/doc/EMBOSS/programs/html/eseqboot.html
share/doc/EMBOSS/programs/html/est2genome.html
share/doc/EMBOSS/programs/html/etandem.html
share/doc/EMBOSS/programs/html/extractseq.html
share/doc/EMBOSS/programs/html/factor.html
share/doc/EMBOSS/programs/html/findkm.html
share/doc/EMBOSS/programs/html/findkm0.gif
share/doc/EMBOSS/programs/html/fitch.html
share/doc/EMBOSS/programs/html/freak.html
share/doc/EMBOSS/programs/html/fuzznuc.html
share/doc/EMBOSS/programs/html/fuzzpro.html
share/doc/EMBOSS/programs/html/fuzztran.html
share/doc/EMBOSS/programs/html/garnier.html
share/doc/EMBOSS/programs/html/geecee.html
share/doc/EMBOSS/programs/html/gendist.html
share/doc/EMBOSS/programs/html/gene_finding_group.html
share/doc/EMBOSS/programs/html/getorf.html
share/doc/EMBOSS/programs/html/groups.html
share/doc/EMBOSS/programs/html/helixturnhelix.html
share/doc/EMBOSS/programs/html/hydropathy_group.html
share/doc/EMBOSS/programs/html/iep.html
share/doc/EMBOSS/programs/html/index.html
share/doc/EMBOSS/programs/html/infoseq.html
share/doc/EMBOSS/programs/html/isochore.html
share/doc/EMBOSS/programs/html/isochore0.gif
share/doc/EMBOSS/programs/html/kitsch.html
share/doc/EMBOSS/programs/html/lindna.html
share/doc/EMBOSS/programs/html/maskfeat.html
share/doc/EMBOSS/programs/html/maskseq.html
share/doc/EMBOSS/programs/html/matcher.html
share/doc/EMBOSS/programs/html/megamerger.html
share/doc/EMBOSS/programs/html/menus_group.html
share/doc/EMBOSS/programs/html/merger.html
share/doc/EMBOSS/programs/html/mix.html
share/doc/EMBOSS/programs/html/motifs_group.html
share/doc/EMBOSS/programs/html/msbar.html
share/doc/EMBOSS/programs/html/mse.html
share/doc/EMBOSS/programs/html/mutation_group.html
share/doc/EMBOSS/programs/html/needle.html
share/doc/EMBOSS/programs/html/neighbor.html
share/doc/EMBOSS/programs/html/new_group_group.html
share/doc/EMBOSS/programs/html/newcpgreport.html
share/doc/EMBOSS/programs/html/newcpgseek.html
share/doc/EMBOSS/programs/html/newseq.html
share/doc/EMBOSS/programs/html/noreturn.html
share/doc/EMBOSS/programs/html/notseq.html
share/doc/EMBOSS/programs/html/nthseq.html
share/doc/EMBOSS/programs/html/octanol.html
share/doc/EMBOSS/programs/html/octanol0.gif
share/doc/EMBOSS/programs/html/oddcomp.html
share/doc/EMBOSS/programs/html/palindrome.html
share/doc/EMBOSS/programs/html/pasteseq.html
share/doc/EMBOSS/programs/html/patmatdb.html
share/doc/EMBOSS/programs/html/patmatmotifs.html
share/doc/EMBOSS/programs/html/pattern_matching_group.html
share/doc/EMBOSS/programs/html/penny.html
share/doc/EMBOSS/programs/html/pepcoil.html
share/doc/EMBOSS/programs/html/pepinfo.html
share/doc/EMBOSS/programs/html/pepinfo1.gif
share/doc/EMBOSS/programs/html/pepinfo2.gif
share/doc/EMBOSS/programs/html/pepnet.html
share/doc/EMBOSS/programs/html/pepnet0.gif
share/doc/EMBOSS/programs/html/pepstats.html
share/doc/EMBOSS/programs/html/pepwheel.html
share/doc/EMBOSS/programs/html/pepwheel0.gif
share/doc/EMBOSS/programs/html/pepwindow.html
share/doc/EMBOSS/programs/html/pepwindow0.gif
share/doc/EMBOSS/programs/html/pepwindowall.html
share/doc/EMBOSS/programs/html/pepwindowall0.gif
share/doc/EMBOSS/programs/html/plotcon.html
share/doc/EMBOSS/programs/html/plotorf.html
share/doc/EMBOSS/programs/html/plotorf0.gif
share/doc/EMBOSS/programs/html/polydot.html
share/doc/EMBOSS/programs/html/polydot0.gif
share/doc/EMBOSS/programs/html/preg.html
share/doc/EMBOSS/programs/html/prettyplot.html
share/doc/EMBOSS/programs/html/prettyplot3.gif
share/doc/EMBOSS/programs/html/prettyplot4.gif
share/doc/EMBOSS/programs/html/prettyseq.html
share/doc/EMBOSS/programs/html/prima.html
share/doc/EMBOSS/programs/html/primers_group.html
share/doc/EMBOSS/programs/html/primersearch.html
share/doc/EMBOSS/programs/html/printsextract.html
share/doc/EMBOSS/programs/html/profiles_group.html
share/doc/EMBOSS/programs/html/profit.html
share/doc/EMBOSS/programs/html/prophecy.html
share/doc/EMBOSS/programs/html/prophet.html
share/doc/EMBOSS/programs/html/prosextract.html
share/doc/EMBOSS/programs/html/protdist.html
share/doc/EMBOSS/programs/html/protein_sequence_composition_group.html
share/doc/EMBOSS/programs/html/protein_sequence_features_group.html
share/doc/EMBOSS/programs/html/protein_sequence_properties_group.html
share/doc/EMBOSS/programs/html/pscan.html
share/doc/EMBOSS/programs/html/re_group.html
share/doc/EMBOSS/programs/html/rebaseextract.html
share/doc/EMBOSS/programs/html/recode.html
share/doc/EMBOSS/programs/html/redata.html
share/doc/EMBOSS/programs/html/reformatting_group.html
share/doc/EMBOSS/programs/html/remap.html
share/doc/EMBOSS/programs/html/repeats_group.html
share/doc/EMBOSS/programs/html/restml.html
share/doc/EMBOSS/programs/html/restrict.html
share/doc/EMBOSS/programs/html/revseq.html
share/doc/EMBOSS/programs/html/secondary_structure_group.html
share/doc/EMBOSS/programs/html/seealso.html
share/doc/EMBOSS/programs/html/seqboot.html
share/doc/EMBOSS/programs/html/seqmatchall.html
share/doc/EMBOSS/programs/html/seqret.html
share/doc/EMBOSS/programs/html/seqretall.html
share/doc/EMBOSS/programs/html/seqretset.html
share/doc/EMBOSS/programs/html/seqretsplit.html
share/doc/EMBOSS/programs/html/sequence_comparison_group.html
share/doc/EMBOSS/programs/html/sequence_composition_group.html
share/doc/EMBOSS/programs/html/sequence_display_group.html
share/doc/EMBOSS/programs/html/sequence_editing_group.html
share/doc/EMBOSS/programs/html/sequence_features_group.html
share/doc/EMBOSS/programs/html/sequence_information_group.html
share/doc/EMBOSS/programs/html/showdb.html
share/doc/EMBOSS/programs/html/showfeat.html
share/doc/EMBOSS/programs/html/showorf.html
share/doc/EMBOSS/programs/html/showseq.html
share/doc/EMBOSS/programs/html/shuffleseq.html
share/doc/EMBOSS/programs/html/sigcleave.html
share/doc/EMBOSS/programs/html/silent.html
share/doc/EMBOSS/programs/html/site_directed_mutagenesis_group.html
share/doc/EMBOSS/programs/html/splitter.html
share/doc/EMBOSS/programs/html/stretcher.html
share/doc/EMBOSS/programs/html/stssearch.html
share/doc/EMBOSS/programs/html/supermatcher.html
share/doc/EMBOSS/programs/html/syco.html
share/doc/EMBOSS/programs/html/syco0.gif
share/doc/EMBOSS/programs/html/syco1.gif
share/doc/EMBOSS/programs/html/text_search_group.html
share/doc/EMBOSS/programs/html/textsearch.html
share/doc/EMBOSS/programs/html/tfextract.html
share/doc/EMBOSS/programs/html/tfm.html
share/doc/EMBOSS/programs/html/tfscan.html
share/doc/EMBOSS/programs/html/tmap.html
share/doc/EMBOSS/programs/html/tmap0.gif
share/doc/EMBOSS/programs/html/topo.gif
share/doc/EMBOSS/programs/html/topo.html
share/doc/EMBOSS/programs/html/transcription_group.html
share/doc/EMBOSS/programs/html/transeq.html
share/doc/EMBOSS/programs/html/translation_group.html
share/doc/EMBOSS/programs/html/trimseq.html
share/doc/EMBOSS/programs/html/utilities_group.html
share/doc/EMBOSS/programs/html/utilities_help_group.html
share/doc/EMBOSS/programs/html/utilities_keyword_search_group.html
share/doc/EMBOSS/programs/html/vectorstrip.html
share/doc/EMBOSS/programs/html/water.html
share/doc/EMBOSS/programs/html/wobble.html
share/doc/EMBOSS/programs/html/wobble0.gif
share/doc/EMBOSS/programs/html/wordcount.html
share/doc/EMBOSS/programs/html/wordmatch.html
share/doc/EMBOSS/programs/html/wossname.html
share/doc/EMBOSS/programs/text/SITE-DIRECTED.txt
share/doc/EMBOSS/programs/text/abiview.txt
share/doc/EMBOSS/programs/text/antigenic.txt
share/doc/EMBOSS/programs/text/backtranseq.txt
share/doc/EMBOSS/programs/text/banana.txt
share/doc/EMBOSS/programs/text/btwisted.txt
share/doc/EMBOSS/programs/text/chaos.txt
share/doc/EMBOSS/programs/text/checktrans.txt
share/doc/EMBOSS/programs/text/chips.txt
share/doc/EMBOSS/programs/text/cirdna.txt
share/doc/EMBOSS/programs/text/clique.txt
share/doc/EMBOSS/programs/text/codcmp.txt
share/doc/EMBOSS/programs/text/coderet.txt
share/doc/EMBOSS/programs/text/complex.txt
share/doc/EMBOSS/programs/text/compseq.txt
share/doc/EMBOSS/programs/text/cons.txt
share/doc/EMBOSS/programs/text/consense.txt
share/doc/EMBOSS/programs/text/contml.txt
share/doc/EMBOSS/programs/text/contrast.txt
share/doc/EMBOSS/programs/text/cpgplot.txt
share/doc/EMBOSS/programs/text/cpgreport.txt
share/doc/EMBOSS/programs/text/cusp.txt
share/doc/EMBOSS/programs/text/cutseq.txt
share/doc/EMBOSS/programs/text/dan.txt
share/doc/EMBOSS/programs/text/dbiblast.txt
share/doc/EMBOSS/programs/text/dbifasta.txt
share/doc/EMBOSS/programs/text/dbiflat.txt
share/doc/EMBOSS/programs/text/dbigcg.txt
share/doc/EMBOSS/programs/text/descseq.txt
share/doc/EMBOSS/programs/text/diffseq.txt
share/doc/EMBOSS/programs/text/digest.txt
share/doc/EMBOSS/programs/text/dnacomp.txt
share/doc/EMBOSS/programs/text/dnadist.txt
share/doc/EMBOSS/programs/text/dnainvar.txt
share/doc/EMBOSS/programs/text/dnaml.txt
share/doc/EMBOSS/programs/text/dnamlk.txt
share/doc/EMBOSS/programs/text/dnapars.txt
share/doc/EMBOSS/programs/text/dnapenny.txt
share/doc/EMBOSS/programs/text/dollop.txt
share/doc/EMBOSS/programs/text/dolpenny.txt
share/doc/EMBOSS/programs/text/dotmatcher.txt
share/doc/EMBOSS/programs/text/dotpath.txt
share/doc/EMBOSS/programs/text/dottup.txt
share/doc/EMBOSS/programs/text/dreg.txt
share/doc/EMBOSS/programs/text/eclique.txt
share/doc/EMBOSS/programs/text/econsense.txt
share/doc/EMBOSS/programs/text/econtml.txt
share/doc/EMBOSS/programs/text/econtrast.txt
share/doc/EMBOSS/programs/text/ednacomp.txt
share/doc/EMBOSS/programs/text/ednadist.txt
share/doc/EMBOSS/programs/text/ednainvar.txt
share/doc/EMBOSS/programs/text/ednaml.txt
share/doc/EMBOSS/programs/text/ednamlk.txt
share/doc/EMBOSS/programs/text/ednapars.txt
share/doc/EMBOSS/programs/text/ednapenny.txt
share/doc/EMBOSS/programs/text/edollop.txt
share/doc/EMBOSS/programs/text/edolpenny.txt
share/doc/EMBOSS/programs/text/efactor.txt
share/doc/EMBOSS/programs/text/efitch.txt
share/doc/EMBOSS/programs/text/egendist.txt
share/doc/EMBOSS/programs/text/einverted.txt
share/doc/EMBOSS/programs/text/ekitsch.txt
share/doc/EMBOSS/programs/text/embossdata.txt
share/doc/EMBOSS/programs/text/emix.txt
share/doc/EMBOSS/programs/text/emma.txt
share/doc/EMBOSS/programs/text/emnu.txt
share/doc/EMBOSS/programs/text/emowse.txt
share/doc/EMBOSS/programs/text/eneighbor.txt
share/doc/EMBOSS/programs/text/entret.txt
share/doc/EMBOSS/programs/text/epenny.txt
share/doc/EMBOSS/programs/text/eprotdist.txt
share/doc/EMBOSS/programs/text/eprotpars.txt
share/doc/EMBOSS/programs/text/equicktandem.txt
share/doc/EMBOSS/programs/text/erestml.txt
share/doc/EMBOSS/programs/text/eseqboot.txt
share/doc/EMBOSS/programs/text/est2genome.txt
share/doc/EMBOSS/programs/text/etandem.txt
share/doc/EMBOSS/programs/text/extractseq.txt
share/doc/EMBOSS/programs/text/factor.txt
share/doc/EMBOSS/programs/text/findkm.txt
share/doc/EMBOSS/programs/text/fitch.txt
share/doc/EMBOSS/programs/text/freak.txt
share/doc/EMBOSS/programs/text/fuzznuc.txt
share/doc/EMBOSS/programs/text/fuzzpro.txt
share/doc/EMBOSS/programs/text/fuzztran.txt
share/doc/EMBOSS/programs/text/garnier.txt
share/doc/EMBOSS/programs/text/geecee.txt
share/doc/EMBOSS/programs/text/gendist.txt
share/doc/EMBOSS/programs/text/getorf.txt
share/doc/EMBOSS/programs/text/helixturnhelix.txt
share/doc/EMBOSS/programs/text/iep.txt
share/doc/EMBOSS/programs/text/infoseq.txt
share/doc/EMBOSS/programs/text/isochore.txt
share/doc/EMBOSS/programs/text/kitsch.txt
share/doc/EMBOSS/programs/text/lindna.txt
share/doc/EMBOSS/programs/text/maskfeat.txt
share/doc/EMBOSS/programs/text/maskseq.txt
share/doc/EMBOSS/programs/text/matcher.txt
share/doc/EMBOSS/programs/text/megamerger.txt
share/doc/EMBOSS/programs/text/merger.txt
share/doc/EMBOSS/programs/text/mix.txt
share/doc/EMBOSS/programs/text/msbar.txt
share/doc/EMBOSS/programs/text/mse.txt
share/doc/EMBOSS/programs/text/needle.txt
share/doc/EMBOSS/programs/text/neighbor.txt
share/doc/EMBOSS/programs/text/newcpgreport.txt
share/doc/EMBOSS/programs/text/newcpgseek.txt
share/doc/EMBOSS/programs/text/newseq.txt
share/doc/EMBOSS/programs/text/noreturn.txt
share/doc/EMBOSS/programs/text/notseq.txt
share/doc/EMBOSS/programs/text/nthseq.txt
share/doc/EMBOSS/programs/text/octanol.txt
share/doc/EMBOSS/programs/text/oddcomp.txt
share/doc/EMBOSS/programs/text/palindrome.txt
share/doc/EMBOSS/programs/text/pasteseq.txt
share/doc/EMBOSS/programs/text/patmatdb.txt
share/doc/EMBOSS/programs/text/patmatmotifs.txt
share/doc/EMBOSS/programs/text/penny.txt
share/doc/EMBOSS/programs/text/pepcoil.txt
share/doc/EMBOSS/programs/text/pepinfo.txt
share/doc/EMBOSS/programs/text/pepnet.txt
share/doc/EMBOSS/programs/text/pepstats.txt
share/doc/EMBOSS/programs/text/pepwheel.txt
share/doc/EMBOSS/programs/text/pepwindow.txt
share/doc/EMBOSS/programs/text/pepwindowall.txt
share/doc/EMBOSS/programs/text/plotcon.txt
share/doc/EMBOSS/programs/text/plotorf.txt
share/doc/EMBOSS/programs/text/polydot.txt
share/doc/EMBOSS/programs/text/preg.txt
share/doc/EMBOSS/programs/text/prettyplot.txt
share/doc/EMBOSS/programs/text/prettyseq.txt
share/doc/EMBOSS/programs/text/prima.txt
share/doc/EMBOSS/programs/text/primersearch.txt
share/doc/EMBOSS/programs/text/printsextract.txt
share/doc/EMBOSS/programs/text/profit.txt
share/doc/EMBOSS/programs/text/prophecy.txt
share/doc/EMBOSS/programs/text/prophet.txt
share/doc/EMBOSS/programs/text/prosextract.txt
share/doc/EMBOSS/programs/text/protdist.txt
share/doc/EMBOSS/programs/text/pscan.txt
share/doc/EMBOSS/programs/text/rebaseextract.txt
share/doc/EMBOSS/programs/text/recode.txt
share/doc/EMBOSS/programs/text/redata.txt
share/doc/EMBOSS/programs/text/remap.txt
share/doc/EMBOSS/programs/text/restml.txt
share/doc/EMBOSS/programs/text/restrict.txt
share/doc/EMBOSS/programs/text/revseq.txt
share/doc/EMBOSS/programs/text/seealso.txt
share/doc/EMBOSS/programs/text/seqboot.txt
share/doc/EMBOSS/programs/text/seqmatchall.txt
share/doc/EMBOSS/programs/text/seqret.txt
share/doc/EMBOSS/programs/text/seqretall.txt
share/doc/EMBOSS/programs/text/seqretset.txt
share/doc/EMBOSS/programs/text/seqretsplit.txt
share/doc/EMBOSS/programs/text/showdb.txt
share/doc/EMBOSS/programs/text/showfeat.txt
share/doc/EMBOSS/programs/text/showorf.txt
share/doc/EMBOSS/programs/text/showseq.txt
share/doc/EMBOSS/programs/text/shuffleseq.txt
share/doc/EMBOSS/programs/text/sigcleave.txt
share/doc/EMBOSS/programs/text/silent.txt
share/doc/EMBOSS/programs/text/splitter.txt
share/doc/EMBOSS/programs/text/stretcher.txt
share/doc/EMBOSS/programs/text/stssearch.txt
share/doc/EMBOSS/programs/text/supermatcher.txt
share/doc/EMBOSS/programs/text/syco.txt
share/doc/EMBOSS/programs/text/textsearch.txt
share/doc/EMBOSS/programs/text/tfextract.txt
share/doc/EMBOSS/programs/text/tfm.txt
share/doc/EMBOSS/programs/text/tfscan.txt
share/doc/EMBOSS/programs/text/tmap.txt
share/doc/EMBOSS/programs/text/topo.txt
share/doc/EMBOSS/programs/text/transeq.txt
share/doc/EMBOSS/programs/text/trimseq.txt
share/doc/EMBOSS/programs/text/vectorstrip.txt
share/doc/EMBOSS/programs/text/water.txt
share/doc/EMBOSS/programs/text/wobble.txt
share/doc/EMBOSS/programs/text/wordcount.txt
share/doc/EMBOSS/programs/text/wordmatch.txt
share/doc/EMBOSS/programs/text/wossname.txt
share/doc/EMBOSS/tutorials/biblio.bib
share/doc/EMBOSS/tutorials/dottup.ps.gz
share/doc/EMBOSS/tutorials/emboss_tutorial.tex
share/doc/EMBOSS/tutorials/pepinfo1.ps.gz
share/doc/EMBOSS/tutorials/pepinfo2.ps.gz
share/doc/EMBOSS/tutorials/plotorf.ps.gz
share/doc/EMBOSS/tutorials/tmap.ps.gz
@dirrm share/doc/EMBOSS/tutorials
@dirrm share/doc/EMBOSS/programs/text
@dirrm share/doc/EMBOSS/programs/html
@dirrm share/doc/EMBOSS/programs
@dirrm share/doc/EMBOSS/manuals
@dirrm share/doc/EMBOSS
@dirrm share/EMBOSS/test/wormpep
@dirrm share/EMBOSS/test/swnew
@dirrm share/EMBOSS/test/swiss
@dirrm share/EMBOSS/test/pir
@dirrm share/EMBOSS/test/embl
@dirrm share/EMBOSS/test/data
@dirrm share/EMBOSS/test
@dirrm share/EMBOSS/data/REBASE
@dirrm share/EMBOSS/data/PROSITE
@dirrm share/EMBOSS/data/PRINTS
@dirrm share/EMBOSS/data/CODONS
@dirrm share/EMBOSS/data
@dirrm share/EMBOSS/acd
@dirrm share/EMBOSS