|
Last change
on this file was
6096,
checked in by westram, 17 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.1 KB
|
| Line | |
|---|
| 1 | #Global settings: |
|---|
| 2 | KEYWIDTH 1 |
|---|
| 3 | |
|---|
| 4 | BEGIN "==== Secondary Structure Definition*" |
|---|
| 5 | |
|---|
| 6 | MATCH "PDB_ID *" |
|---|
| 7 | SRT "* *=*2_seq" |
|---|
| 8 | WRITE "name" |
|---|
| 9 | |
|---|
| 10 | MATCH "PDB_ID *" |
|---|
| 11 | SRT "* *=*2:*_*=*1 Chain *2:*=*1 (Sequence); " |
|---|
| 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 | SEQUENCEAFTER "SEQUENCE" |
|---|
| 43 | SEQUENCESRT "" |
|---|
| 44 | SEQUENCECOLUMN 0 |
|---|
| 45 | SEQUENCEEND "====*" |
|---|
| 46 | |
|---|
| 47 | DONT_GEN_NAMES |
|---|
| 48 | CREATE_ACC_FROM_SEQUENCE |
|---|
| 49 | |
|---|
| 50 | END "//" |
|---|
Note: See
TracBrowser
for help on using the repository browser.