source: branches/profile/GDEHELP/MENUS/import.menu

Last change on this file was 11874, checked in by westram, 10 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 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        )&
23
24arg:FROMFILE
25argtype:filename
26arglabel:Import from CSV
27argtext:csv
28
29arg:WRITECOL
30arglabel:Write content of column
31argtype:slider
32argmin:1
33argmax:9999
34
35arg:WRITEFIELD
36arglabel:to field
37argtype:text
38
39arg:MATCHFIELD
40arglabel:of species for which field
41argtype:text
42
43arg:MATCHCOL
44arglabel:matches content of column
45argtype:slider
46argmin:1
47argmax:9999
48
49arg:SEPARATOR
50argtype:choice_menu
51arglabel:Columns are separated by
52argchoice:tabs:
53argchoice:commas:--csv
54
55arg:OVERWRITE
56argtype:chooser
57arglabel:Overwrite existing fields
58argchoice:no:
59argchoice:yes:--overwrite
60
61arg:SKIPUNKNOWN
62argtype:choice_menu
63arglabel:Unmatched entries will 
64argchoice:abort importing:
65argchoice:be skipped:--skip-unknown
66
67arg:MARKEDONLY
68argtype:choice_menu
69arglabel:Import to
70argchoice:all species:
71argchoice:marked species:--marked-only
72
73arg:MARK
74argtype:choice_menu
75arglabel:Mark
76argchoice:dont change:
77argchoice:species when writing field (unmark rest):--mark
78
79arg:ASINT
80arglabel:Field type
81argtype:choice_menu
82argchoice:Text:
83argchoice:Numeric:--as-integer
84
85
86
Note: See TracBrowser for help on using the repository browser.