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