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