source: branches/port5/lib/import/.licor_wl.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: 1.1 KB
Line 
1AUTODETECT      "*Model 4000*Sample Notepad*\n..*"
2                #Global settings:
3KEYWIDTH        0
4FILETAG                         "WL"
5
6BEGIN           "*Sample Notepad*"
7
8
9MATCH           "               organism: *"
10                SRT             "organism\: *=*1"
11                WRITE           "full_name"
12
13MATCH           "               strain: *"
14                TAG             "WL"
15                SRT             "strain\: *=*1"
16                WRITE           "strain"
17
18MATCH           "               source: *"
19                TAG             "WL"
20                SRT             "source\: *=*1"
21                WRITE           "lab"
22
23MATCH           "               gene: *"
24                TAG             "WL"
25                SRT             "gene\: *=*1"
26                WRITE           "gene"
27
28MATCH           "               primer: *"
29                TAG             "WL"
30                SRT             "primer\: *=*1"
31                WRITE           "primer"
32
33SEQUENCEAFTER   ".."
34SEQUENCEEND     "//"
35
36END             "//"
37
38CREATE_ACC_FROM_SEQUENCE
Note: See TracBrowser for help on using the repository browser.