source: tags/ms_r16q2/lib/import/nonformats/nexus.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: 289 bytes
Line 
1AUTODETECT      "#NEXUS*Matrix*"
2        #Global settings:
3KEYWIDTH        1
4
5BEGIN   ">*"
6
7MATCH   ">*"
8        SRT "* *=*1"
9        WRITE "name"
10
11SEQUENCEAFTER   "SQ*"
12SEQUENCESRT     " =:?=."
13SEQUENCECOLUMN  0
14SEQUENCEEND     ">*"
15
16DONT_GEN_NAMES
17CREATE_ACC_FROM_SEQUENCE
18
19END     ">;"
Note: See TracBrowser for help on using the repository browser.