|
Last change
on this file was
1091,
checked in by pharms, 13 years ago
|
- added a sequence merge and split command depending on the events timestamps
|
|
File size:
635 bytes
|
| Line | |
|---|
| 1 | merges all sequences of a collection of sequences into one long sequence depending on the timestamps of the contained events. If one of the events does not have a timestamp, the command quits with an error leaving the collection of sequences untouched. |
|---|
| 2 | |
|---|
| 3 | $USAGE$ |
|---|
| 4 | <sequences> the name of the collection of sequences that shall be merged into one sequence |
|---|
| 5 | <new sequences> optional; the name of the collection of sequences into which the resulting sequence shall be stored; if left out, the result is stored in the collection identified by <sequences> |
|---|
| 6 | |
|---|
| 7 | Example(s): |
|---|
| 8 | mergeSequences someSequences |
|---|
| 9 | mergeSequences someSequences someNewSequences |
|---|
Note: See
TracBrowser
for help on using the repository browser.