source: branches/stable/lib/export/genbank.eft

Last change on this file was 5390, checked in by westram, 16 years ago
  • TAB-Ex
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1SUFFIX          gb
2BEGIN
3*(|define(formatMeta, "split(\\\"[\\\",1)|split(\\\"|\\\",0)|crop(\\\" \\\")|dropempty|merge(\\\"\n\\\")|format(firsttab=0;tab=12;width=70;forcenl=\\\"\n\\\")"))\
4LOCUS       *(name|tab(10))*(|export_sequence|len(.-)|pretab(7)) bp ss-*(|sequence_type|upper|tab(5))           *(|sequence_type|upper) *(date:* *=*1)
5*(full_name|   do(formatMeta)|dropempty|srt("*=DEFINITION  *\n"))\
6ACCESSION   *(acc)
7*(source|      do(formatMeta)|dropempty|srt("*=SOURCE      *\n"))\
8*(tax|         do(formatMeta)|dropempty|srt("*=  ORGANISM  *\n"))\
9REFERENCE   1
10*(author|      do(formatMeta)|dropempty|srt("*=  AUTHORS   *\n"))\
11*(title|       do(formatMeta)|dropempty|srt("*=  TITLE     *\n"))\
12*(journal|     do(formatMeta)|dropempty|srt("*=  JOURNAL   *\n"))\
13*(pubmed_id|   do(formatMeta)|dropempty|srt("*=   PUBMED   *\n"))\
14*(medline_id|  do(formatMeta)|dropempty|srt("*=  MEDLINE   *\n"))\
15*(strain|      do(formatMeta)|dropempty|srt("*=COMMENT     *\n"))\
16ORIGIN
17*(|export_sequence|format_sequence(firsttab=12;tab=12;width=60;numleft;gap=10))
18//
Note: See TracBrowser for help on using the repository browser.