source: trunk/GDEHELP/MENUS/import.menu

Last change on this file was 18863, checked in by westram, 3 years ago
  • document 'Import fields from calc-sheet'.
  • link to 'Export fields (to calc-sheet using NDS)'.
  • add another pointer, where to add helpfiles for GDE menus.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1item:Import sequences using Readseq (slow) ...
2itemmeta: R
3itemmethod:arb_readseq $INPUTFILE -a -f2 > TmpOutputFile
4itemhelp:readseq.help
5
6arg:INPUTFILE
7argtype:filename
8arglabel:Name of file to import
9
10out:TmpOutputFile
11outformat:genbank
12
13
14
15item:Import fields from calc-sheet
16itemmeta: c
17itemmethod:( \
18        import_from_table.pl "$FROMFILE" \
19                --match "$MATCHCOL,$MATCHFIELD" \
20                --write "$WRITECOL,$WRITEFIELD" \
21                $SEPARATOR $OVERWRITE $SKIPUNKNOWN $MARKEDONLY $MARK $ASINT \
22        )&
23itemhelp:import_calc.help
24
25arg:FROMFILE
26argtype:filename
27arglabel:Import from CSV
28argtext:csv
29
30arg:WRITECOL
31arglabel:Write content of column
32argtype:slider
33argmin:1
34argmax:9999
35
36arg:WRITEFIELD
37arglabel:to field
38argtype:text
39
40arg:MATCHFIELD
41arglabel:of species for which field
42argtype:text
43
44arg:MATCHCOL
45arglabel:matches content of column
46argtype:slider
47argmin:1
48argmax:9999
49
50arg:SEPARATOR
51argtype:choice_menu
52arglabel:Columns are separated by
53argchoice:tabs:
54argchoice:commas:--csv
55
56arg:OVERWRITE
57argtype:chooser
58arglabel:Overwrite existing fields
59argchoice:no:
60argchoice:yes:--overwrite
61
62arg:SKIPUNKNOWN
63argtype:choice_menu
64arglabel:Unmatched entries will 
65argchoice:abort importing:
66argchoice:be skipped:--skip-unknown
67
68arg:MARKEDONLY
69argtype:choice_menu
70arglabel:Import to
71argchoice:all species:
72argchoice:marked species:--marked-only
73
74arg:MARK
75argtype:choice_menu
76arglabel:Mark
77argchoice:dont change:
78argchoice:species when writing field (unmark rest):--mark
79
80arg:ASINT
81arglabel:Field type
82argtype:choice_menu
83argchoice:Text:
84argchoice:Numeric:--as-integer
85
86
87
Note: See TracBrowser for help on using the repository browser.