source: trunk/lib/import/fasta_wgap.ift

Last change on this file was 16564, checked in by westram, 7 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 585 bytes
Line 
1AUTODETECT      ">*"
2KEYWIDTH        1
3
4DESCRIPTION     "Imports sequences in FASTA format (does not remove gaps)"
5DESCRIPTION     "Expected header: '>id fullname|...'"
6
7BEGIN           ">??*"
8
9MATCH           ">*"
10                SRT "* *=*1:*\t*=*1"
11                WRITE "name"
12
13MATCH           ">*"
14                SRT "*|*=*1"
15                WRITE "full_name"
16
17SEQUENCEAFTER   "*"
18SEQUENCESRT     ""
19SEQUENCEACI     "remove("123456789 /")"         # added by FOG, 17.05.2009
20SEQUENCECOLUMN  0
21SEQUENCEEND     ">*"
22
23# DONT_GEN_NAMES
24CREATE_ACC_FROM_SEQUENCE
25
26END             "//"
Note: See TracBrowser for help on using the repository browser.