Last change
on this file was
11080,
checked in by westram, 11 years ago
|
- merge (10844 10845) from 'aci' into 'trunk':
- adds:
|
-
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 | # ----------------------------------------------------------------------------------------- |
---|
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 ambiguities (nry. ...) (filter: ECOLI), ambig#|sequence|filter(SAI=ECOLI,exclude=.-)|len("-ACGTU") |
---|
10 | truncate seq. ranges outside ecoli range, |filter(SAI=ECOLI,exclude=.) |
---|
11 | increase G+C content in helical regions by 5%, ali_*/data#|change(SAI=HELIX,exclude=.-,change=5,to=GC) |
---|
12 | store taxonomy, ARB_treetax#|taxonomy(1) |
---|
13 | store full taxonomy, ARB_treetax#|taxonomy(999) |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.