source: trunk/HELP_SOURCE/source/split.hlp

Last change on this file was 19222, checked in by westram, 2 years ago
File size: 2.9 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6#SUB    subtopic.hlp
7
8# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
9
10#************* Title of helpfile !! and start of real helpfile ********
11TITLE           Split sequences
12
13OCCURRENCE      ARB_NT/Sequence/Split sequences
14
15DESCRIPTION     Allows to split an alignment into multiple alignments.
16
17                One usecase of this function is to
18                 1. split an alignment into multiple partial alignments (parts)
19                 2. operate on single parts only (e.g. using an aligner)
20                 3. join the (modified) parts into the original alignment
21                    using LINK{concatenate.hlp}.
22
23                Insert the "Target alignment prefix".
24                This string will be appended by digits and
25                then gets used as names of the generated partial alignments.
26
27                Insert a list of positions (comma-separated).
28                The source alignment will be split before each of the
29                given positions and the splitted sequence parts will
30                be written into separate target alignments.
31
32                    The easiest way to select positions to split is to
33                    * highlight a block in the arb sequence editor and
34                    * then click "Use editor range".
35
36                Choose whether all or only marked sequences should get splitted.
37
38                You may choose to overwrite existing alignments.
39                This will completely delete these alignments and the stored data
40                for any species or SAI w/o further confirmation.
41
42NOTES           When reducing the number of split positions while using
43                the option to overwrite existing alignments,
44                unused/unwanted alignments may remain.
45                Consider using DELETE from LINK{ad_align.hlp} manually in that case.
46
47                The comment attached to each alignment does contain information about
48                source, time and parts of each performed split, i.e. you may use the comment
49                to decide whether alignments were generated in one split or are relicts
50                from earlier splits.
51
52SECTION         SAI handling
53
54                SAI data is handled more diversely:
55                - when data is considered to be alignment relative, arb splits its contents
56                  into single partial alignments.
57                - otherwise the content gets prefixed by the tag '[splitted]'.
58                - some entries like 'FREQUENCIES' are not transferred. A placeholding comment
59                  is inserted into the target alignment instead.
60
61                SAIs like 'HELIX' are most likely functionally broken after splitting the alignment.
62
63EXAMPLES        None
64
65WARNINGS        None
66
67BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.