|
Last change
on this file was
7156,
checked in by westram, 15 years ago
|
- added unit tests for mosts tools in TOOLS. Tests do not try to test complete functionality - they only check that one or a few calls to the tools do not fail.
|
|
File size:
1.6 KB
|
| Line | |
|---|
| 1 | /*ARBDB ASCII*/ |
|---|
| 2 | presets %% (% |
|---|
| 3 | alignment %% (% |
|---|
| 4 | alignment_name "ali_genom" |
|---|
| 5 | alignment_len %i 66 |
|---|
| 6 | %) /*alignment*/ |
|---|
| 7 | |
|---|
| 8 | use "ali_genom" |
|---|
| 9 | %) /*presets*/ |
|---|
| 10 | |
|---|
| 11 | species_data %% (% |
|---|
| 12 | species %% (% |
|---|
| 13 | name "genome1" |
|---|
| 14 | ali_genom %% (% |
|---|
| 15 | data "AUUCUGGUUGAUCCUGCCAGAGGUUACUGCUAUCGGUGUUCGCCUAAGCCAUGCGAGUCAUAUGUA" |
|---|
| 16 | %) /*ali_genom*/ |
|---|
| 17 | GONE_data %% (% |
|---|
| 18 | GONE %% (% |
|---|
| 19 | name "GONE1" |
|---|
| 20 | pos_start "3" |
|---|
| 21 | pos_stop "6" |
|---|
| 22 | pos_complement "0" |
|---|
| 23 | %) /*GONE*/ |
|---|
| 24 | GONE %% (% |
|---|
| 25 | name "GONE2" |
|---|
| 26 | pos_start "9" |
|---|
| 27 | pos_stop "17" |
|---|
| 28 | pos_complement "0" |
|---|
| 29 | %) /*GONE*/ |
|---|
| 30 | GONE %% (% |
|---|
| 31 | name "GONE3" |
|---|
| 32 | pos_start "4" |
|---|
| 33 | pos_stop "11" |
|---|
| 34 | pos_complement "1" |
|---|
| 35 | %) /*GONE*/ |
|---|
| 36 | GONE %% (% |
|---|
| 37 | name "joined1" |
|---|
| 38 | pos_joined %i 2 |
|---|
| 39 | pos_start "4,7" |
|---|
| 40 | pos_stop "11,17" |
|---|
| 41 | pos_complement "0,1" |
|---|
| 42 | %) /*GONE*/ |
|---|
| 43 | %) /*GONE_data*/ |
|---|
| 44 | %) /*species*/ |
|---|
| 45 | |
|---|
| 46 | %) /*species_data*/ |
|---|
| 47 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.