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
- 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.2 KB
|
Line | |
---|
1 | #Global settings: |
---|
2 | KEYWIDTH 1 |
---|
3 | |
---|
4 | BEGIN "==== Secondary Structure Definition*" |
---|
5 | |
---|
6 | MATCH "PDB_ID *" |
---|
7 | SRT "* *=*2" |
---|
8 | WRITE "name" |
---|
9 | |
---|
10 | MATCH "PDB_ID *" |
---|
11 | SRT "* *=*2:*_*=*1 Chain *2:*=*1; " |
---|
12 | WRITE "full_name" |
---|
13 | |
---|
14 | MATCH "HEADER *" |
---|
15 | SRT "* *=*2; " |
---|
16 | APPEND "full_name" |
---|
17 | |
---|
18 | MATCH "COMPND *" |
---|
19 | SRT "* *=*2" |
---|
20 | APPEND "full_name" |
---|
21 | |
---|
22 | MATCH "SOURCE *" |
---|
23 | SRT "* *=*2" |
---|
24 | WRITE "tax" |
---|
25 | |
---|
26 | MATCH "==== Secondary Structure Definition *" |
---|
27 | SRT "" |
---|
28 | WRITE "remark" |
---|
29 | |
---|
30 | MATCH "REFERENCE *" |
---|
31 | SRT "* *=\nDSSP program by\: *2" |
---|
32 | APPEND "remark" |
---|
33 | |
---|
34 | MATCH "DATE *" |
---|
35 | SRT "* *=*2" |
---|
36 | WRITE "date" |
---|
37 | |
---|
38 | MATCH "AUTHOR *" |
---|
39 | SRT "* *=*2" |
---|
40 | WRITE "author" |
---|
41 | |
---|
42 | MATCH "SECSTRUCT *" |
---|
43 | SRT "* *=*2" |
---|
44 | WRITE "sec_struct" |
---|
45 | |
---|
46 | SEQUENCEAFTER "SEQUENCE" |
---|
47 | SEQUENCESRT "" |
---|
48 | SEQUENCECOLUMN 0 |
---|
49 | SEQUENCEEND "====*" |
---|
50 | |
---|
51 | DONT_GEN_NAMES |
---|
52 | CREATE_ACC_FROM_SEQUENCE |
---|
53 | |
---|
54 | END "//" |
---|
Note: See
TracBrowser
for help on using the repository browser.