source: tags/ms_r16q4/HELP_SOURCE/oldhelp/arb_import.hlp

Last change on this file was 15354, checked in by westram, 8 years ago
  • fix import/export filter documentation
    • link import ↔ export
    • user filter location
      • mention in export
      • typo in import
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4UP      save.hlp
5UP      arb_intro.hlp
6
7#Please insert subtopic references  (line starts with keyword SUB)
8
9SUB     importift.hlp
10
11SUB     universal_ift.hlp
12SUB     rdp_ift.hlp
13SUB     ebi_ift.hlp
14
15SUB     fasta_ift.hlp
16SUB     dssp_ift.hlp
17SUB     gde_flat_ift.hlp
18SUB     arb_export.hlp
19
20# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
21
22#************* Title of helpfile !! and start of real helpfile ********
23TITLE           Import Foreign Data(bases)
24
25OCCURRENCE      ARB_INTRO <Create and Import>,
26                ARB_NT/File/Import/Import from external format
27
28DESCRIPTION     Reads foreign data(base) formats, creates a new ARB database,
29                and imports the foreign data. A selection of commonly used
30                foreign formats can be automatically identified. Data can be
31                imported from single or multiple files.
32
33                Type a source file name to the 'Enter file name of foreign
34                database' subwindow. Use '*' and '?' as multiple and single
35                character wildcards to load a set of files, respectively.
36                Alternatively you may select a file from the directories and
37                files subwindow.
38
39                Make a selection whether you want to import
40
41                     - a full genome flatfile (in GENBANK or EMBL format) or
42                     - normal sequence files.
43
44                In the second case select the file format from the
45                'Select foreign database format' subwindow
46                or press the 'AUTO DETECT' button.
47
48                If your file type is not in the list and you are only
49                interested in the sequence, try 'universal'.
50
51                Enter an 'alignment' name. This allows you to distinguish between
52                different alignments in the same datebase later.
53
54                Press the 'GO' button.
55
56SECTION         Custom import filters
57
58                You may create and store your own private import filters in
59                directory '~/.arb_prop/filter'. See LINK{importift.hlp} for information
60                about the import filter definition language.           
61
62NOTES           Following file formats currently can be detected and loaded:
63                GENBANK, RDP: GENBANK, EBI and FastA
64
65                Several uncommon file formats (including AE2, GCG and DSSP)
66                are kept in directory '$ARBHOME/lib/import/older'. To
67                make them available, copy or symlink them into ''$ARBHOME/lib/import' or into
68                your local filter directory '~/.arb_prop/filter/'.
69
70                To import big new databases into an existing ARB database, convert it
71                to the ARB format first, save and merge it with the
72                ARB_MERGE tool.
73
74                For importing other formats such as PHYLIP or PAUP into an
75                existing ARB database use the 'Import sequences using Readseq'
76                function accessible via the 'File' menu of the 'ARB_NT' main menu.
77                See LINK{agde_readseq.hlp}.
78
79                If 'AUTO DETECT' does not find any format, selecting a format
80                by hand most likely wont help you (exception: universal format).
81
82WARNINGS        When using 'AUTO DETECT', check if the correct format is detected.
83                RDP files may for instance be identified as GenBank. In such case
84                choose 'rdp.ift' manually.
85
86BUGS            'AUTO DETECT' looks for certain key-words in the files. If it can't
87                find these words, it does not accept the file, even if the file has
88                the correct format. This is especially true for the gcg format.
89
Note: See TracBrowser for help on using the repository browser.