source: branches/port5/lib/import/.bergey.ift

Last change on this file was 6096, checked in by westram, 16 years ago
  • Again allow display of hidden files in filter list (reverts part of [6082])
  • renamed all rarely-used import filters into .importfilter
    • user has to click on 'Show hidden files' to show these filters or to use them in AUTODETECT
  • moved a few sub-filters to nonformats
  • added .fasta_contextual_data_1_03.ift (thx to Renzo, Joerg and Frank Oliver)
  • added fasta_wacc import/export filters (thx to Harald)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1AUTODETECT      "rdp.id*"
2
3BEGIN           "*"
4MATCH           "*"
5                WRITE "definition"
6MATCH           "*"
7                SRT             "*\t*=*1"
8                TAG             "BGY"
9                APPEND          "id"
10
11MATCH           "*"
12                SRT             "*\t*\t*=*2"
13                WRITE           "acc"
14
15MATCH           "*"
16                SRT             "*\t*\t*\t*=*3"
17                TAG             "BGY"
18                APPEND          "id"
19
20MATCH           "*"
21                SRT             "*\t*\t*\t*\t*=*4"
22                TAG             "BGY"
23                APPEND          "db_name"
24
25MATCH           "*"
26                SRT             "*\t*\t*\t*\t*=*4"
27                WRITE           "full_name"
28
29MATCH           "*"
30                SRT             "*\t*\t*\t*\t*\t*=*5"
31                TAG             "BGY"
32                WRITE           "domain"
33
34MATCH           "*"
35                SRT             "*\t*\t*\t*\t*\t*\t*=*6"
36                TAG             "BGY"
37                WRITE           "phylum"
38
39MATCH           "*"
40                SRT             "*\t*\t*\t*\t*\t*\t*\t*=*7"
41                TAG             "BGY"
42                WRITE           "class"
43
44MATCH           "*"
45                SRT             "*\t*\t*\t*\t*\t*\t*\t*\t*=*8"
46                TAG             "BGY"
47                WRITE           "order"
48
49MATCH           "*"
50                SRT             "*\t*\t*\t*\t*\t*\t*\t*\t*\t*=*9"
51                TAG             "BGY"
52                WRITE           "family"
53
54MATCH           "*"
55                SRT             "*\t*\t*\t*\t*\t*\t*\t*\t*\t*\t*=*10"
56                TAG             "BGY"
57                WRITE           "genus"
58
59MATCH           "*"
60                SRT             "*\t*\t*\t*\t*\t*\t*\t*\t*\t*\t*\t*=*11"
61                TAG             "BGY"
62                WRITE           "genus_seq"
63
64MATCH           "*"
65                SRT             "*\t*\t*\t*\t*\t*\t*\t*\t*\t*\t*\t*\t*=*12"
66                TAG             "BGY"
67                WRITE           "taxon_seq"
68
69MATCH           "*"
70                SRT             "*\t*\t*\t*\t*\t*\t*\t*\t*\t*\t*\t*\t*=*13"
71                TAG             "BGY"
72                WRITE           "status"
73
74SEQUENCESTART   "*"
75SEQUENCEEND     ">*"
76
77END "//"
78
Note: See TracBrowser for help on using the repository browser.