source: branches/lib/HELP_SOURCE/source/arb_export.hlp

Last change on this file was 19532, checked in by westram, 4 months ago
  • reintegrates 'help' into 'trunk'
    • tweak arb documentation:
      • automatically link
        • ticket references to arb bug tracker (only affects html version).
        • found URLs.
      • page titles
        • warn about long titles.
        • introduce SUBTITLEs (automatically triggered by multi-line titles in source files).
        • increase allowed length (limited by subwindow width).
      • cleanup header sections in all helpfiles.
      • fix and/or update several help files.
      • document syntax of help sources.
      • build issues:
        • when xml validation fails, next build no longer uses invalid xml ⇒ keeps failing.
        • remove output files on error (including files below ARBHOME/lib).
        • pipe output through logs to ensure proper wrapping in Entering/Leaving lines.
    • moves Tree admin + NDS menu entries to top of menu
  • adds: log:branches/help@18783:19531
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.2 KB
Line 
1#       main topics:
2UP      arb.hlp
3UP      glossary.hlp
4UP      mark.hlp
5UP      nt_align_select.hlp
6
7#       sub topics:
8SUB     arb_import.hlp
9
10# format described in ../help.readme
11
12
13TITLE           Export Selected Species and Sequences
14
15OCCURRENCE      ARB_NT/File/Export/Export to external format
16
17DESCRIPTION
18                Exports the selected 'alignment' of some or all 'species' in
19                various formats.
20
21                Select a format from the format list.
22
23                Select a field transfer set (FTS) if you like to select or modify
24                the data to be exported.
25
26                Choose whether to export all or only marked species.
27
28                Choose a filter to export only selected columns.
29
30                Select a compression method:
31                       - 'none' preserves the alignment information
32                       - 'vertical gaps' removes all columns containing only gaps
33                       - 'all gaps' completely remove the alignment information
34
35                Check 'Cut stop codon' to cut off the sequence at the stop codon.
36
37                Define whether the data should be written to one or to multiple
38                        files by clicking on the checkbox after the 'Should the
39                        data be written to multiple files:' prompt. In the
40                        multiple file mode, each 'species' is written to its own
41                        file.
42
43                Define an output file name by selecting from the 'Directories
44                        and Files' subwindow or by typing it to the 'Output File
45                        Name' subwindow. In the multiple file mode, the
46                        resulting filenames are created by appending the
47                        'species name' to the specified output filename
48                        separated by underscores (filename_species name).
49
50                Press the <GO> button
51
52
53SECTION         Export filters
54
55                Default export filters available for all users are stored in
56                directory $ARBHOME/lib/export/*.eft.
57
58                ARB reads the selected format and replaces all references to
59                species fields by the value of the referred field.
60                See LINK{export_format.hlp} for more information.
61
62                Specifying a FTS will (virtually) modify the contents of fields
63                used in the export filter.
64                Note: this will NOT affect the fields original content, it just
65                is a temporary change, visible only to the export filter.
66
67                    Simple example: if the export filter accesses the field 'author' and
68                    you use some arb database where the author is stored
69                    in the field 'autref', you may create a FTS containing one simple
70                    forwarding rule "autref -> author".
71
72                    The content of field 'autref' will be exported
73                    whenever 'author' is accessed (but your database will
74                    not get modified).
75
76                    This FTS can be used with any export form that uses 'author'.
77
78
79SECTION         Custom export filters
80
81                You may create and store your own private export filters in
82                directory '~/.arb_prop/filter'.
83                See LINK{export_format.hlp} for information
84                about the export filter definition language.
85
86                Press the 'Test' button to modify and test the selected filter
87                (see LINK{export_test.hlp}).
88
89NOTES           None
90
91EXAMPLES        None
92
93BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.