source: tags/old_import_filter/GDEHELP/MENUS/import.menu

Last change on this file was 7335, checked in by westram, 13 years ago
  • renamed intf (global typename from /usr/include/zconf.h)
  • fixed several warnings
  • put some #warnings into DEVEL_RALF
  • 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) ...
2seqtype:-
3itemmeta: R
4itemmethod:arb_readseq $INPUTFILE -a -f2 > OUTPUTFILE
5itemhelp:readseq.help
6
7arg:INPUTFILE
8argtype:filename
9arglabel:Name of file to import
10
11out:OUTPUTFILE
12outformat:genbank
13
14
15
16item:Import fields from calc-sheet
17seqtype:-
18itemmeta: c
19itemmethod:( \
20        import_from_table.pl "$FROMFILE" \
21                --match "$MATCHCOL,$MATCHFIELD" \
22                --write "$WRITECOL,$WRITEFIELD" \
23                $SEPARATOR $OVERWRITE $SKIPUNKNOWN $MARKEDONLY $MARK $ASINT \
24        )&
25
26arg:FROMFILE
27argtype:filename
28arglabel:Import from CSV
29argtext:csv
30
31arg:WRITECOL
32arglabel:Write content of column
33argtype:slider
34argmin:1
35argmax:9999
36
37arg:WRITEFIELD
38arglabel:to field
39argtype:text
40
41arg:MATCHFIELD
42arglabel:of species for which field
43argtype:text
44
45arg:MATCHCOL
46arglabel:matches content of column
47argtype:slider
48argmin:1
49argmax:9999
50
51arg:SEPARATOR
52argtype:choice_menu
53arglabel:Columns are separated by
54argchoice:tabs:
55argchoice:commas:--csv
56
57arg:OVERWRITE
58argtype:chooser
59arglabel:Overwrite existing fields
60argchoice:no:
61argchoice:yes:--overwrite
62
63arg:SKIPUNKNOWN
64argtype:choice_menu
65arglabel:Unmatched entries will 
66argchoice:abort importing:
67argchoice:be skipped:--skip-unknown
68
69arg:MARKEDONLY
70argtype:choice_menu
71arglabel:Import to
72argchoice:all species:
73argchoice:marked species:--marked-only
74
75arg:MARK
76argtype:choice_menu
77arglabel:Mark
78argchoice:dont change:
79argchoice:species when writing field (unmark rest):--mark
80
81arg:ASINT
82arglabel:Field type
83argtype:choice_menu
84argchoice:Text:
85argchoice:Numeric:--as-integer
86
87
88
Note: See TracBrowser for help on using the repository browser.