source: branches/port5/lib/import/.gde.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: 370 bytes
Line 
1AUTODETECT      "{\nname*"
2                #Global settings:
3KEYWIDTH        4
4FILETAG         GDE
5
6BEGIN           "{\n*"
7
8MATCH           "name *"
9                WRITE "name"
10
11MATCH           "sequence-ID *"
12                WRITE "acc"
13
14SEQUENCEAFTER "sequence"
15SEQUENCESRT     "\"="
16SEQUENCEEND     "\""
17CREATE_ACC_FROM_SEQUENCE
18# DONT_GEN_NAMES
19END             "}"
Note: See TracBrowser for help on using the repository browser.