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