| 1 | # main topics: |
|---|
| 2 | UP arb.hlp |
|---|
| 3 | UP glossary.hlp |
|---|
| 4 | UP mark.hlp |
|---|
| 5 | UP nt_align_select.hlp |
|---|
| 6 | |
|---|
| 7 | # sub topics: |
|---|
| 8 | SUB arb_import.hlp |
|---|
| 9 | |
|---|
| 10 | # format described in ../help.readme |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | TITLE Export Selected Species and Sequences |
|---|
| 14 | |
|---|
| 15 | OCCURRENCE ARB_NT/File/Export/Export to external format |
|---|
| 16 | |
|---|
| 17 | DESCRIPTION |
|---|
| 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 | |
|---|
| 53 | SECTION 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 | |
|---|
| 79 | SECTION 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 | |
|---|
| 89 | NOTES None |
|---|
| 90 | |
|---|
| 91 | EXAMPLES None |
|---|
| 92 | |
|---|
| 93 | BUGS No bugs known |
|---|