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