source: tags/ms_r16q2/lib/sellists/mod_fields.sellst

Last change on this file was 11080, checked in by westram, 10 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 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)
9count ambiguities (nry. ...) (filter: ECOLI),       ambig#|sequence|filter(SAI=ECOLI,exclude=.-)|len("-ACGTU")
10truncate seq. ranges outside ecoli range,           |filter(SAI=ECOLI,exclude=.)
11increase G+C content in helical regions by 5%,      ali_*/data#|change(SAI=HELIX,exclude=.-,change=5,to=GC)
12store taxonomy,                                     ARB_treetax#|taxonomy(1)
13store full taxonomy,                                ARB_treetax#|taxonomy(999)
14
Note: See TracBrowser for help on using the repository browser.