Last change
on this file was
5390,
checked in by westram, 17 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.4 KB
|
Line | |
---|
1 | /* |
---|
2 | dgg addition for new arb_readseq, 24 dec 92 |
---|
3 | */ |
---|
4 | |
---|
5 | item:Pretty print sequences (slow) ... |
---|
6 | itemmeta: P |
---|
7 | itemmethod: arb_readseq in1 -p -a -f=pretty $NAMELEFT $NAMERIGHT $NUMTOP $NUMBOT $NUMLEFT $NUMRIGHT -col=$COLS -width=$WIDTH $MATCH $GAPC > in1.pretty;\ |
---|
8 | (arb_textprint in1.pretty;\ |
---|
9 | /bin/rm -f in1 in1.pretty )& |
---|
10 | itemhelp:readseq.help |
---|
11 | in:in1 |
---|
12 | informat:genbank |
---|
13 | |
---|
14 | arg:NAMETOP |
---|
15 | argtype:choice_menu |
---|
16 | arglabel:Names at top ? |
---|
17 | argchoice:No: |
---|
18 | argchoice:Yes:-nametop |
---|
19 | |
---|
20 | arg:NAMELEFT |
---|
21 | argtype:choice_menu |
---|
22 | arglabel:Names at left ? |
---|
23 | argchoice:No: |
---|
24 | argchoice:Yes:-nameleft |
---|
25 | |
---|
26 | arg:NAMERIGHT |
---|
27 | argtype:choice_menu |
---|
28 | arglabel:Names at right? |
---|
29 | argchoice:Yes:-nameright |
---|
30 | argchoice:No: |
---|
31 | |
---|
32 | arg:NUMTOP |
---|
33 | argtype:choice_menu |
---|
34 | arglabel:Numbers at top ? |
---|
35 | argchoice:Yes:-numtop |
---|
36 | argchoice:No: |
---|
37 | |
---|
38 | arg:NUMBOT |
---|
39 | argtype:choice_menu |
---|
40 | arglabel:Numbers at tail ? |
---|
41 | argchoice:No: |
---|
42 | argchoice:Yes:-numbot |
---|
43 | |
---|
44 | arg:NUMLEFT |
---|
45 | argtype:choice_menu |
---|
46 | arglabel:Numbers at left ? |
---|
47 | argchoice:Yes:-numleft |
---|
48 | argchoice:No: |
---|
49 | |
---|
50 | arg:NUMRIGHT |
---|
51 | argtype:choice_menu |
---|
52 | arglabel:Numbers at right? |
---|
53 | argchoice:Yes:-numright |
---|
54 | argchoice:No: |
---|
55 | |
---|
56 | arg:MATCH |
---|
57 | argtype:choice_menu |
---|
58 | arglabel:Show difference to current species? |
---|
59 | argchoice:No: |
---|
60 | argchoice:Yes:-match |
---|
61 | |
---|
62 | arg:GAPC |
---|
63 | argtype:choice_menu |
---|
64 | arglabel:Count gap symbols? |
---|
65 | argchoice:No: |
---|
66 | argchoice:Yes:-gap |
---|
67 | |
---|
68 | arg:WIDTH |
---|
69 | argtype:slider |
---|
70 | arglabel:Sequence width? |
---|
71 | argmin:10 |
---|
72 | argmax:200 |
---|
73 | argvalue:100 |
---|
74 | |
---|
75 | arg:COLS |
---|
76 | argtype:slider |
---|
77 | arglabel:Column spacers? |
---|
78 | argmin:0 |
---|
79 | argmax:50 |
---|
80 | argvalue:10 |
---|
81 | |
---|
Note: See
TracBrowser
for help on using the repository browser.