source:
trunk/lib/sellists/mod_sequence.sellst
Last change on this file was 8696, checked in by westram, 13 years ago | |
---|---|
File size: 537 bytes |
Line | |
---|---|
1 | # predefined scripts to modify sequence data |
2 | |
3 | fill region with dots, :?=. |
4 | fill region with gaps, :?=- |
5 | fill region with 0, :?=0 |
6 | fill region with 1, :?=1 |
7 | fill region with x, :?=x |
8 | |
9 | replace dots by gaps, :.=- |
10 | replace gaps by dots, :-=. |
11 | replace T by U, :T=U:t=u |
12 | replace U by T, :U=T:u=t |
13 | |
14 | posvar -> x-region (<=5), |translate(".-012345","xxxxxxxx","-") |
15 | consolidate x-regions, :x-x=xxx:xx--xx=xxxxxx:-x-=---:--xx--=------ |
16 |
Note: See TracBrowser
for help on using the repository browser.