source: tags/arb_5.3/lib/import/.genprot.ift

Last change on this file was 6096, checked in by westram, 15 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: 543 bytes
Line 
1AUTODETECT      ">gi|*"
2        #Global settings:
3KEYWIDTH        0       
4FILETAG         GP
5
6
7
8MATCH   ">*"
9        SRT "*&*=*2"
10        WRITE "full_name"
11MATCH   "<*"
12        SRT "*&*=*2"
13        APPEND "full_name"
14MATCH   ">gi|*"
15        SRT "????*|*=*1"
16        WRITE "acc"
17MATCH   ">gi|*"
18        SRT ">gi|="
19        WRITE "def"
20MATCH   "<*"
21        SRT ">="
22        APPEND "def"
23
24BEGIN   ">*"
25SEQUENCEAFTER   "*"
26SEQUENCESRT     ">*&* *=*3:<*&* *=*3: aa="
27SEQUENCEACI     "remove("0123456789 ")"
28SEQUENCEEND     ">gi*"
29
30END     "/END/"
Note: See TracBrowser for help on using the repository browser.