source: tags/arb_5.5/lib/sellists/mod_fields.sellst

Last change on this file was 5783, checked in by westram, 15 years ago
  • added 2 taxonomy ACIs
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1# -----------------------------------------------------------------------------------------
2# All expressions in mod_fields*.sellst appear in 'MODIFY DATABASE FIELD of listed species'
3# -----------------------------------------------------------------------------------------
4replace all 'u' by 't',                             :u=t
5remove all '"',                                     :"=
6copy (full_name) to this field,                     :*=*(full_name)
7append (full_name) to this field,                   :*=*1 *(full_name)
8calculate sequence checksum,                        seqcheck#|sequence|"ARB_";checksum(exclude=.-n;toupper)
9#count ambigus letters,                             ambig#|sequence|mid(40,-100)|len("-ACGTU")
10count ambiguities (nry. ...) (filter: ECOLI),       ambig#|sequence|filter(SAI=ECOLI,exclude=.-)|mid(10,-10)|len("-ACGTU")
11truncate seq. ranges outside ecoli range,           |filter(SAI=ECOLI,exclude=.)
12increase G+C content in helical regions by 5%,      ali_*/data#|change(SAI=HELIX,exclude=.-,change=5,to=GC)
13store taxonomy,                                     ARB_treetax#|taxonomy(1)
14store full taxonomy,                                ARB_treetax#|taxonomy(999)
15
Note: See TracBrowser for help on using the repository browser.