Last change
on this file was
5783,
checked in by westram, 16 years ago
|
|
-
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 | # ----------------------------------------------------------------------------------------- |
---|
4 | replace all 'u' by 't', :u=t |
---|
5 | remove all '"', :"= |
---|
6 | copy (full_name) to this field, :*=*(full_name) |
---|
7 | append (full_name) to this field, :*=*1 *(full_name) |
---|
8 | calculate sequence checksum, seqcheck#|sequence|"ARB_";checksum(exclude=.-n;toupper) |
---|
9 | #count ambigus letters, ambig#|sequence|mid(40,-100)|len("-ACGTU") |
---|
10 | count ambiguities (nry. ...) (filter: ECOLI), ambig#|sequence|filter(SAI=ECOLI,exclude=.-)|mid(10,-10)|len("-ACGTU") |
---|
11 | truncate seq. ranges outside ecoli range, |filter(SAI=ECOLI,exclude=.) |
---|
12 | increase G+C content in helical regions by 5%, ali_*/data#|change(SAI=HELIX,exclude=.-,change=5,to=GC) |
---|
13 | store taxonomy, ARB_treetax#|taxonomy(1) |
---|
14 | store full taxonomy, ARB_treetax#|taxonomy(999) |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.