source: tags/initial/GDEHELP/GDEmenus

Last change on this file was 2, checked in by oldcode, 25 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 27.8 KB
Line 
1menu:File
2
3item:New sequence   <meta N>
4itemmethod:echo "$Type$Name" > out1
5itemmeta:n
6itemhelp:new_sequence.help
7 
8arg:Name
9argtype:text
10arglabel:New Sequence name?
11argtext:New
12 
13arg:Type
14argtype:choice_menu
15arglabel:Type?
16argchoice:DNA/RNA:#
17argchoice:Amino Acid:%
18argchoice:Text:\"
19argchoice:Mask:@
20
21out:out1
22outformat:flat
23
24item:Import Foreign Format
25itemmethod:cp $INPUTFILE OUTFILE.tmp;readseq OUTFILE.tmp -a -f2 > OUTPUTFILE;/bin/rm -f OUTFILE.tmp
26itemhelp:readseq.help
27
28arg:INPUTFILE
29argtype:text
30arglabel:Name of foreign file?
31
32out:OUTPUTFILE
33outformat:genbank
34
35item:Export Foreign Format
36itemmethod:readseq in1 -pipe -all -form=$FORMAT > $OUTPUTFILE
37itemhelp:readseq.help
38
39arg:FORMAT
40argtype:choice_menu
41argchoice:GenBank:genbank
42argchoice:IG/Stanford:ig
43argchoice:NBRF:nbrf
44argchoice:EMBL:embl
45argchoice:GCG:gcg
46argchoice:DNA Strider:strider
47argchoice:Fitch:fitch
48argchoice:Pearson/Fasta:pearson
49argchoice:Zuker:zuker
50argchoice:Olsen:olsen
51argchoice:Phylip:phylip
52argchoice:Plain text:raw
53argchoice:ASN.1:asn
54argchoice:PIR:pir
55argchoice:MSF:msf
56argchoice:PAUP:paup
57argchoice:Pretty:pretty -nametop -nameleft=3 -numright -nameright -numtop
58
59arg:OUTPUTFILE
60argtype:text
61arglabel:Save as?
62
63in:in1
64informat:genbank
65 
66
67item:Save Selection
68itemmethod: cat $SAVE_FUNC > $Name
69itemhelp:save_selection.help
70
71arg:SAVE_FUNC
72argtype:chooser
73arglabel:File format
74argchoice:Flat:in1
75argchoice:Genbank:in2
76argchoice:GDE/HGL:in3
77
78arg:Name
79argtype:text
80arglabel:File name?
81
82in:in1
83informat:flat
84
85in:in2
86informat:genbank
87
88in:in3
89informat:gde
90
91#
92#dgg addition for new readseq, 24 dec 92
93#
94 
95item:Pretty Print
96itemmethod:readseq in1 -p -a -f=pretty $NAMELEFT $NAMERIGHT $NUMTOP $NUMBOT $NUMLEFT $NUMRIGHT -col=$COLS -width=$WIDTH $MATCH $GAPC > in1.pretty; (${ARB_TEXTEDIT:-textedit} in1.pretty; /bin/rm -f in1 in1.pretty)&
97itemhelp:readseq.help
98in:in1
99informat:genbank
100 
101arg:NAMETOP
102argtype:chooser
103arglabel:Names at top  ?
104argchoice:No:
105argchoice:Yes:-nametop
106 
107arg:NAMELEFT
108argtype:chooser
109arglabel:Names at left ?
110argchoice:No:
111argchoice:Yes:-nameleft
112 
113arg:NAMERIGHT
114argtype:chooser
115arglabel:Names at right?
116argchoice:Yes:-nameright
117argchoice:No:
118 
119arg:NUMTOP
120argtype:chooser
121arglabel:Numbers at top  ?
122argchoice:Yes:-numtop
123argchoice:No:
124 
125arg:NUMBOT
126argtype:chooser
127arglabel:Numbers at tail ?
128argchoice:No:
129argchoice:Yes:-numbot
130 
131arg:NUMLEFT
132argtype:chooser
133arglabel:Numbers at left ?
134argchoice:Yes:-numleft
135argchoice:No:
136 
137arg:NUMRIGHT
138argtype:chooser
139arglabel:Numbers at right?
140argchoice:Yes:-numright
141argchoice:No:
142
143arg:MATCH
144argtype:chooser
145arglabel:Show difference to current species?
146argchoice:No:
147argchoice:Yes:-match
148 
149arg:GAPC
150argtype:chooser
151arglabel:Count gap symbols?
152argchoice:No:
153argchoice:Yes:-gap
154 
155arg:WIDTH
156argtype:slider
157arglabel:Sequence width?
158argmin:10
159argmax:200
160argvalue:50
161 
162arg:COLS
163argtype:slider
164arglabel:Column spacers?
165argmin:0
166argmax:50
167argvalue:10
168 
169item:Print Selection
170itemmethod:(PrintStrat -in in1 -width $WIDTH -scale $SCALE -style $STYLE > in1.tmp; $CMD in1.tmp; /bin/rm -f in1 in1.tmp)&
171itemhelp:PrintStrat.help
172 
173arg:STYLE
174arglabel:Printing Style
175argtype:chooser
176argchoice:Poster:poster
177argchoice:Compressed:comp
178
179arg:WIDTH
180argtype:slider
181arglabel:Number of Bases Per Line?
182argmin:10
183argmax:150
184argvalue:50
185
186arg:SCALE
187argtype:slider
188arglabel:Reduce printout by?
189argmin:1
190argmax:20
191argvalue:1
192
193arg:CMD
194argtype:chooser
195argchoice:Lpr:lpr
196argchoice:Enscript Gaudy:enscript -G$LAND $FONT -P$PNTER
197argchoice:Enscript Two column:enscript -2rG -P$PNTER
198argchoice:View in a Texteditor:${ARB_TEXTEDIT:-textedit}
199 
200arg:LAND
201arglabel:Landscape for Enscript Gaudy?
202argtype:chooser
203argchoice:No:
204argchoice:Yes:r
205
206arg:FONT
207arglabel:Font for Enscript Gaudy?
208argtype:chooser
209argchoice:Medium:-fCourier10
210argchoice:Small:-fCourier7
211argchoice:Large:-fCourier-Bold13
212
213arg:PNTER
214argtype:text
215arglabel:Which printer?
216argtext:pt
217 
218in:in1
219informat:gde
220insave:
221
222
223menu:Edit
224
225item:Sort
226itemmethod:(heapsortHGL in1 $PRIM_KEY $SEC_KEY > in1.tmp ; gde in1.tmp;/bin/rm -f in1*)&
227itemhelp:heapsortHGL.help
228
229arg:PRIM_KEY
230argtype:choice_menu
231argchoice:Group:group-ID
232argchoice:type:type
233argchoice:name:name
234argchoice:Sequence ID:sequence-ID
235argchoice:creator:creator
236argchoice:offset:offset
237arglabel:Primary sort field?
238
239arg:SEC_KEY
240argtype:choice_menu
241argchoice:None:
242argchoice:Group:group-ID
243argchoice:type:type
244argchoice:name:name
245argchoice:Sequence ID:sequence-ID
246argchoice:creator:creator
247argchoice:offset:offset
248arglabel:Secondary sort field?
249
250in:in1
251informat:gde
252insave:
253
254item:extract
255itemmethod:(gde in1;/bin/rm -f in1)&
256
257in:in1
258informat:gde
259insave:
260
261menu:DNA/RNA
262
263item:Translate...
264itemmethod:Translate -tbl $TBL -frame $FRAME -min_frame $MNFRM $LTRCODE $NOSEP in1 > out1
265
266arg:FRAME
267argtype:chooser
268arglabel:Which reading frame?
269argchoice:First:1
270argchoice:Second:2
271argchoice:Third:3
272argchoice:All six:6
273
274arg:MNFRM
275arglabel:Minimum length of NT sequence to translate?
276argtype:slider
277argmin:0
278argmax:500
279argvalue:20
280 
281arg:LTRCODE
282argtype:chooser
283arglabel:Translate to:
284argchoice:Single letter codes:
285argchoice:Triple letter codes:-3
286
287arg:NOSEP
288argtype:chooser
289arglabel: Seperate?
290argchoice:No:
291argchoice:Yes:-sep
292 
293arg:TBL
294arglabel:Codon table?
295argtype:chooser
296argchoice:mycoplasma:2
297argchoice:universal:1
298argchoice:yeast:3
299argchoice:Vert. mito.:4
300
301in:in1
302informat:gde
303 
304out:out1
305outformat:gde
306 
307item:Dot plot
308itemmethod:(DotPlotTool in1 ; /bin/rm -f in1)&
309itemhelp:DotPlotTool.help
310
311in:in1
312informat:gde
313insave:
314
315item:Clustal alignment
316itemmethod:(tr '"%#' '>'<in1>clus_in;clustalv /output=PIR /infile=clus_in /align /ktup=$KTUP /window=$WIN $Trans /fixedgap=$FIXED /floatgap=$FLOAT > in1.rpt;sed "s/>DL;/#/g" < clus_in.pir> in1;$REPORT gde in1; /bin/rm -f clus_in* in1* )&
317
318itemhelp:clustal_help
319
320arg:KTUP
321argtype:slider
322arglabel:K-tuple size for pairwise search
323argmin:1
324argmax:10
325argvalue:2
326
327arg:WIN
328argtype:slider
329arglabel:Window size
330argmin:1
331argmax:10
332argvalue:4
333
334arg:Trans
335argtype:chooser
336arglabel:Transitions weighted?
337argchoice:Yes:/TRANSIT
338argchoice:No:
339
340arg:FIXED
341argtype:slider
342arglabel:Fixed gap penalty
343argmin:1
344argmax:100
345argvalue:10
346
347arg:FLOAT
348arglabel:Floating gap penalty
349argtype:slider
350argmin:1
351argmax:100
352argvalue:10
353
354arg:REPORT
355argtype:chooser
356arglabel:View assembly report?
357argchoice:No:
358argchoice:Yes:${ARB_TEXTEDIT:-textedit} in1.rpt&
359
360 
361in:in1
362informat:flat
363insave:
364
365item:Variable Positions
366itemmethod:varpos $REV < in1 > out1
367
368arg:REV
369argtype:chooser
370arglabel:Highlight (darken)
371argchoice:Conserved positions:
372argchoice:variable positions:-rev
373
374in:in1
375informat:flat
376
377out:out1
378outformat:colormask
379
380
381item:Find all <meta-f>
382itemmethod:findall $SEARCH $PRCNT $CASE $UT -match $MAT -mismatch $MIS < in1 > out1;
383itemhelp:findall.help
384itemmeta:f
385 
386arg:SEARCH
387argtype:text
388arglabel:Search String
389 
390arg:PRCNT
391argtype:slider
392arglabel:Percent mismatch
393argmin:0
394argmax:75
395argvalue:10
396 
397arg:CASE
398argtype:chooser
399arglabel:Case
400argchoice:Upper equals lower:
401argchoice:Upper not equal lower:-case
402 
403arg:UT
404argtype:chooser
405arglabel:U equal T?
406argchoice:Yes:-u=t
407argchoice:No:
408argvalue:0
409 
410arg:MAT
411arglabel:Match color
412argtype:choice_menu
413argchoice:yellow:1
414argchoice:violet:2
415argchoice:red:3
416argchoice:aqua:4
417argchoice:green:5
418argchoice:blue:6
419argchoice:grey:11
420argchoice:black:8
421argvalue:2
422 
423arg:MIS
424argtype:choice_menu
425arglabel:Mismatch color
426argchoice:yellow:1
427argchoice:violet:2
428argchoice:red:3
429argchoice:aqua:4
430argchoice:green:5
431argchoice:blue:6
432argchoice:grey:11
433argchoice:black:8
434argvalue:7
435
436in:in1
437informat:flat
438 
439out:out1
440outformat:colormask
441
442item:Sequence Consensus
443itemmethod:(MakeCons in1 $METHOD $MASK > out1)
444itemhelp:MakeCons.help
445
446arg:METHOD
447arglabel:Method
448argtype:chooser
449argchoice:IUPAC:-iupac
450argchoice:Majority:-majority $PERCENT
451
452arg:MASK
453argtype:chooser
454arglabel:Create a new:
455argchoice:Sequence:
456argchoice:Selection Mask: | Consto01mask
457
458arg:PERCENT
459arglabel:Minimum Percentage for Majority
460argtype:slider
461argmin:50
462argmax:100
463argvalue:75
464
465in:in1
466informat:gde
467
468out:out1
469outformat:gde
470
471
472item:MFOLD
473itemmethod:(tr 'a-z' 'A-Z' < seqGB > .GDE.tmp.caps; ZUKERGDE.sh .GDE.tmp.caps $CT $GDE_HELP_DIR/ZUKER/ > out1 && $METHOD < out1; Zuk_to_gen < $CT >file.gen; gde file.gen& ${ARB_TEXTEDIT:-textedit} RegionTable; /bin/rm -f RegionTable out1 seqGB* .GDE.tmp.caps)&
474itemhelp:MFOLD.help
475
476in:seqGB
477informat:genbank
478insave:
479
480arg:METHOD
481argtype:chooser
482arglabel:RNA type
483argchoice:Fold Linear RNA:lrna
484argchoice:Fold Circular RNA:crna
485
486arg:CT
487argtype:text
488arglabel:Pairing(ct)  File Name
489argtext:mfold_out
490
491
492item:Draw Secondary structure
493itemmethod:(LoopTool $TEMPLATE in1 ; /bin/rm -f in1) &
494itemhelp:LoopTool.help
495
496arg:TEMPLATE
497argtype:chooser
498arglabel:Use template file ./loop.temp?
499argchoice:No:
500argchoice:Yes:-t loop.temp
501
502in:in1
503informat:genbank
504insave:
505
506item:Highlight helix
507itemmethod:readseq -a -f8 in1 | sed "s/>HELIX/\"HELIX/" > in1.flat; sho_helix < in1.flat > out1;rm in1.flat
508itemhelp:sho_helix.help
509
510in:in1
511informat:genbank
512
513out:out1
514outformat:colormask
515
516
517#Menu for DNA/RNA
518
519item:blastn
520itemmethod:(sed "s/[#%]/>/" <in1 > in1.f; blastn $BLASTDB in1.f W=$WORDLEN M=$MATCH N=$MMSCORE > in1.tmp; ${ARB_TEXTEDIT:-textedit} in1.tmp; rm in1*)&
521itemhelp:blast.help
522
523in:in1
524informat:flat
525insave:
526
527arg:BLASTDB
528argtype:choice_menu
529arglabel:Which Database
530argchoice:genbank:$GDE_HELP_DIR/BLAST/genbank
531argchoice:genbank update:$GDE_HELP_DIR/BLAST/genupdate
532
533arg:WORDLEN
534argtype:slider
535arglabel:Word Size
536argmin:4
537argmax:18
538argvalue:12
539
540arg:MATCH
541argtype:slider
542arglabel:Match Score
543argmin:1
544argmax:10
545argvalue:5
546
547arg:MMSCORE
548argtype:slider
549arglabel:Mismatch Score
550argmin:-10
551argmax:-1
552argvalue:-5
553
554item:blastx
555itemmethod:(sed "s/[#%]/>/" <in1 > in1.f; cp $GDE_HELP_DIR/BLAST/PAM??? .; blastx $BLASTDB in1.f W=$WORDLEN M=$Matrix C=$CODE> in1.tmp; ${ARB_TEXTEDIT:-textedit} in1.tmp; rm in1* PAM???)&
556itemhelp:blast.help
557
558in:in1
559informat:flat
560insave:
561
562arg:BLASTDB
563argtype:choice_menu
564arglabel:Which Database
565argchoice:pir1:$GDE_HELP_DIR/BLAST/pir
566argchoice:genpept:$GDE_HELP_DIR/BLAST/genpept
567
568arg:WORDLEN
569argtype:slider
570arglabel:Word Size
571argmin:1
572argmax:5
573argvalue:3
574
575arg:Matrix
576arglabel:Substitution Matrix:
577argtype:choice_menu
578argchoice:PAM120:PAM120
579argchoice:PAM250:PAM250
580
581arg:CODE
582argtype:choice_menu
583arglabel:Genetic Code
584argchoice:Standard or Universal:0
585argchoice:Vertebrate Mitochondrial:1
586argchoice:Yeast Mitochondrial:2
587argchoice:Mold Mitochondrial and Mycoplasma:3
588argchoice:Invertebrate Mitochondrial:4
589argchoice:Ciliate Macronuclear:5
590argchoice:Protozoan Mitochondrial:6
591argchoice:Plant Mitochondrial:7
592argchoice:Echinodermate Mitochondrial:8
593
594
595item:FASTA (DNA/RNA)
596itemmethod:(sed "s/[#%]/>/"<in1 >in1.fasta;fasta -Q -d $NUMOFALN $MATRIX in1.fasta $DBASE > in1.out; ${ARB_TEXTEDIT:-textedit} in1.out;\rm in1*) &
597itemhelp:FASTA.help
598
599in:in1
600informat:flat
601
602arg:DBASE
603argtype:choice_menu
604arglabel:Database
605argchoice:GenBank Primate:$GDE_HELP_DIR/FASTA/GENBANK/gbpri.seq\ 1
606argchoice:GenBank Rodent:$GDE_HELP_DIR/FASTA/GENBANK/gbrod.seq\ 1
607argchoice:GenBank all Mammal:$GDE_HELP_DIR/FASTA/GENBANK/gbmam.seq\ 1
608argchoice:GenBank verteBrates:$GDE_HELP_DIR/FASTA/GENBANK/gbvrt.seq\ 1
609argchoice:GenBank Inverts:$GDE_HELP_DIR/FASTA/GENBANK/gbinv.seq\ 1
610argchoice:GenBank pLants:$GDE_HELP_DIR/FASTA/GENBANK/gbpln.seq\ 1
611argchoice:GenBank Struct RNA:$GDE_HELP_DIR/FASTA/GENBANK/gbrna.seq\ 1
612argchoice:GenBank euk. Organelles:$GDE_HELP_DIR/FASTA/GENBANK/gborg.seq\ 1
613argchoice:GenBank phaGe:$GDE_HELP_DIR/FASTA/GENBANK/gbphg.seq\ 1
614argchoice:GenBank bacTeria:$GDE_HELP_DIR/FASTA/GENBANK/gbbct.seq\ 1
615argchoice:GenBank sYnthetic:$GDE_HELP_DIR/FASTA/GENBANK/gbsyn.seq\ 1
616argchoice:GenBank Viral:$GDE_HELP_DIR/FASTA/GENBANK/gbvrl.seq\ 1
617argchoice:GenBank Unannotated:$GDE_HELP_DIR/FASTA/GENBANK/gbuna.seq\ 1
618
619arg:NUMOFALN
620argtype:slider
621arglabel:Number of Alignment to Report
622argmin:1
623argmax:100
624argvalue:20
625
626arg:MATRIX
627arglabel:Which SMATRIX
628argtype:choice_menu
629argchoice:Default:
630argchoice:altdiag.mat:-s $GDE_HELP_DIR/FASTA/MATRIX/altdiag.mat
631argchoice:altprot.mat:-s $GDE_HELP_DIR/FASTA/MATRIX/altprot.mat
632argchoice:dna.mat:-s $GDE_HELP_DIR/FASTA/MATRIX/dna.mat
633argchoice:prot.mat:-s $GDE_HELP_DIR/FASTA/MATRIX/prot.mat
634
635menu:Protein
636
637item:Clustal Protein Alignment
638itemmethod:(tr '%#"' '>' <in1>clus_in;clustalv /output=PIR /infile=clus_in /align /ktup=$KTUP /window=$WIN $Matrx  /fixedgap=$FIXED /floatgap=$FLOAT > in1.rpt;sed "s/>P1;/%/g" < clus_in.pir > in1;$REPORT gde in1;/bin/rm -f in1* clus_in* )&
639itemhelp:clustal_help
640
641arg:KTUP
642argtype:slider
643arglabel:K-tuple size for pairwise search
644argmin:1
645argmax:10
646argvalue:2
647
648arg:WIN
649argtype:slider
650arglabel:Window size
651argmin:1
652argmax:10
653argvalue:4
654
655arg:Matrx
656argtype:chooser
657arglabel:Weighting matrix
658argchoice:PAM 250:PAM250
659argchoice:PAM 100:PAM100
660argchoice:Identity:ID
661
662arg:FIXED
663argtype:slider
664arglabel:Fixed gap penalty
665argmin:1
666argmax:100
667argvalue:10
668 
669arg:FLOAT
670arglabel:Floating gap penalty
671argtype:slider
672argmin:1
673argmax:100
674argvalue:10
675
676arg:REPORT
677argtype:chooser
678arglabel:View assembly report?
679argchoice:No:
680argchoice:Yes:${ARB_TEXTEDIT:-textedit} in1.rpt&
681 
682in:in1
683informat:flat
684insave:
685
686#Menu for Protein
687
688item:blastp
689itemmethod:(sed "s/[#%]/>/" <in1 > in1.f; cp $GDE_HELP_DIR/BLAST/PAM??? .; blastp $BLASTDB in1.f W=$WORDLEN M=$Matrix > in1.tmp;${ARB_TEXTEDIT:-textedit} in1.tmp; rm in1* PAM???)&
690itemhelp:blast.help
691
692in:in1
693informat:flat
694insave:
695
696arg:BLASTDB
697argtype:choice_menu
698arglabel:Which Database
699argchoice:pir:$GDE_HELP_DIR/BLAST/pir
700argchoice:genpept:$GDE_HELP_DIR/BLAST/genpept
701argchoice:local:$GDE_HELP_DIR/BLAST/local_db
702
703arg:Matrix
704arglabel:Substitution Matrix:
705argtype:choice_menu
706argchoice:PAM120:PAM120
707argchoice:PAM250:PAM250
708
709arg:WORDLEN
710argtype:slider
711arglabel:Word Size
712argmin:1
713argmax:5
714argvalue:3
715
716item:tblastn
717itemmethod:(sed "s/[#%]/>/" <in1 > in1.f; cp $GDE_HELP_DIR/BLAST/PAM??? .; tblastn $BLASTDB in1.f W=$WORDLEN M=$Matrix C=$CODE > in1.tmp; ${ARB_TEXTEDIT:-textedit} in1.tmp; rm in1* PAM???)&
718itemhelp:blast.help
719
720in:in1
721informat:flat
722insave:
723
724arg:BLASTDB
725argtype:choice_menu
726arglabel:Which Database
727argchoice:genbank:$GDE_HELP_DIR/BLAST/genbank
728argchoice:genbank update:$GDE_HELP_DIR/BLAST/genupdate
729
730arg:Matrix
731arglabel:Substitution Matrix:
732argtype:choice_menu
733argchoice:PAM120:PAM120
734argchoice:PAM250:PAM250
735
736arg:WORDLEN
737argtype:slider
738arglabel:Word Size
739argmin:4
740argmax:18
741argvalue:12
742
743arg:CODE
744argtype:choice_menu
745arglabel:Genetic Code
746argchoice:Standard or Universal:0
747argchoice:Vertebrate Mitochondrial:1
748argchoice:Yeast Mitochondrial:2
749argchoice:Mold Mitochondrial and Mycoplasma:3
750argchoice:Invertebrate Mitochondrial:4
751argchoice:Ciliate Macronuclear:5
752argchoice:Protozoan Mitochondrial:6
753argchoice:Plant Mitochondrial:7
754argchoice:Echinodermate Mitochondrial:8
755
756item:blast3
757itemmethod:(sed "s/[#%]/>/" <in1 > in1.f; cp $GDE_HELP_DIR/BLAST/PAM??? .; blast3 $BLASTDB in1.f W=$WORDLEN M=$Matrix > in1.tmp;${ARB_TEXTEDIT:-textedit} in1.tmp; rm in1* PAM???)&
758itemhelp:blast3.help
759
760in:in1
761informat:flat
762insave:
763
764arg:BLASTDB
765argtype:choice_menu
766arglabel:Which Database
767argchoice:pir1:$GDE_HELP_DIR/BLAST/pir
768argchoice:genpept:$GDE_HELP_DIR/BLAST/genpept
769
770arg:Matrix
771arglabel:Substitution Matrix:
772argtype:choice_menu
773argchoice:PAM120:PAM120
774argchoice:PAM250:PAM250
775
776arg:WORDLEN
777argtype:slider
778arglabel:Word Size
779argmin:1
780argmax:5
781argvalue:3
782
783item:FASTA (Protein)
784itemmethod:(sed "s/[#%]/>/"<in1 >in1.fasta;fasta -Q -d $NUMOFALN $MATRIX in1.fasta $DBASE > in1.out; ${ARB_TEXTEDIT:-textedit} in1.out;\rm in1*) &
785itemhelp:FASTA.help
786
787in:in1
788informat:flat
789
790arg:DBASE
791argtype:choice_menu
792arglabel:Database
793argchoice:NBRF PIR1:$GDE_HELP_DIR/FASTA/PIR/pir1.dat\ 2
794argchoice:NBRF PIR2:$GDE_HELP_DIR/FASTA/PIR/pir2.dat\ 2
795argchoice:NBRF PIR3:$GDE_HELP_DIR/FASTA/PIR/pir3.dat\ 2
796
797
798arg:NUMOFALN
799argtype:slider
800arglabel:Number of Alignment to Report
801argmin:1
802argmax:100
803argvalue:20
804
805arg:MATRIX
806arglabel:Which SMATRIX
807argtype:choice_menu
808argchoice:Default:
809argchoice:Minimum mutation matrix:-s $GDE_HELP_DIR/FASTA/MATRIX/codaa.mat
810argchoice:Identity matrix:-s $GDE_HELP_DIR/FASTA/MATRIX/idnaa.mat
811argchoice:Identity matrix for mismatches:-s $GDE_HELP_DIR/FASTA/MATRIX/idpaa.mat
812argchoice:PAM250:-s $GDE_HELP_DIR/FASTA/MATRIX/pam250.mat
813argchoice:PAM120:-s $GDE_HELP_DIR/FASTA/MATRIX/pam120.mat
814
815menu:Seq management
816
817item:Assemble Contigs
818itemmethod:(sed "s/#/>/"<in1 >in1.tmp; CAP2 in1.tmp $OVERLAP $PMATCH > out1;/bin/rm -f in1.tmp)
819itemhelp:CAP2.help
820
821arg:OVERLAP
822argtype:slider
823arglabel:Minimum overlap?
824argmin:5
825argmax:100
826argvalue:20
827
828arg:PMATCH
829argtype:slider
830arglabel:Percent match required within overlap
831argmin:25
832argmax:100
833argvalue:90
834
835in:in1
836informat:flat
837
838out:out1
839outformat:gde
840outoverwrite:
841
842item:Map View
843itemmethod:(mapview in1 -pbl $PBL -npp $NPP; /bin/rm -f in1)&
844itemhelp:mapview.help
845
846in:in1
847informat:gde
848insave:
849
850arg:PBL
851arglabel:Pixel Between Lines
852argtype:slider
853argvalue:10
854argmin:1
855argmax:15
856
857arg:NPP
858arglabel:Nucleotides Per Pixel
859argtype:slider
860argvalue:1
861argmin:1
862argmax:20
863
864arg:LWIDTH
865arglabel:Line Thickness
866argtype:slider
867argvalue:2
868argmin:1
869argmax:5
870
871
872item:Restriction sites
873itemmethod:(cp $ENZ in1.tmp ; $PRE_EDIT Restriction in1.tmp in1 > out1 ; rm in1.tmp);
874itemhelp:Restriction.help
875
876arg:ENZ
877argtype:text
878arglabel:Enzyme file
879argtext:$GDE_HELP_DIR/DATA_FILES/enzymes
880
881arg:PRE_EDIT
882argtype:chooser
883arglabel:Edit enzyme file first?
884argchoice:Yes:${ARB_TEXTEDIT:-textedit} in1.tmp;
885argchoice:No:
886
887in:in1
888informat:flat
889
890out:out1
891outformat:colormask
892
893menu:Phylogeny
894
895item:DeSoete Tree fit
896itemmethod: (readseq -a -f8 in1>in1.flat;count -t $CORR in1.flat> in1.tmp ; lsadt<in1.tmp -seed $SEED -init $INIT -empty -99.9 > in1.out ; $DISPLAY_FUNC in1.out;/bin/rm -f in1* )&
897itemhelp:lsadt.help
898
899in:in1
900informat:genbank
901insave:
902inmask:
903
904arg:CORR
905arglabel:Distance correction?
906argtype:chooser
907argchoice:Olsen:-c=olsen
908argchoice:Jukes/Cantor:-c=jukes
909argchoice:None:-c=none
910
911arg:INIT
912arglabel:Initial parameter estimate
913argtype:choice_menu
914argchoice:uniformly distributed random numbers:1
915argchoice:error-perturbed data:2
916argchoice:original distance data from input matrix:3
917
918arg:SEED
919argtype:slider
920arglabel:Random number seed
921argmin:0
922argmax:65535
923argvalue:12345
924 
925arg:DISPLAY_FUNC
926argtype:chooser
927arglabel:View tree using
928argchoice:TextEdit:${ARB_TEXTEDIT:-textedit}
929argchoice:Treetool:treetool
930
931item:Phylip help
932itemmethod:(${ARB_TEXTEDIT:-textedit} $GDE_HELP_DIR/PHYLIP/$FILE)&
933
934arg:FILE
935argtype:choice_menu
936arglabel:Which program?
937argchoice:clique:clique.doc
938argchoice:coallike:coallike.doc
939argchoice:consense:consense.doc
940argchoice:contchar:contchar.doc
941argchoice:contml:contml.doc
942argchoice:contrast:contrast.doc
943argchoice:discrete:discrete.doc
944argchoice:distance:distance.doc
945argchoice:dnacomp:dnacomp.doc
946argchoice:dnadist:dnadist.doc
947argchoice:dnainvar:dnainvar.doc
948argchoice:dnaml:dnaml.doc
949argchoice:dnamlk:dnamlk.doc
950argchoice:dnamove:dnamove.doc
951argchoice:dnapars:dnapars.doc
952argchoice:dnapenny:dnapenny.doc
953argchoice:dollop:dollop.doc
954argchoice:dolmove:dolmove.doc
955argchoice:dolpenny:dolpenny.doc
956argchoice:draw:draw.doc
957argchoice:drawgram:drawgram.doc
958argchoice:drawtree:drawtree.doc
959argchoice:factor:factor.doc
960argchoice:fitch:fitch.doc
961argchoice:gendist:gendist.doc
962argchoice:kitsch:kitsch.doc
963argchoice:main:main.doc
964argchoice:makeinf:makeinf.doc
965argchoice:mix:mix.doc
966argchoice:move:move.doc
967argchoice:neighbor:neighbor.doc
968argchoice:penny:penny.doc
969argchoice:protdist:protdist.doc
970argchoice:protml:protml.doc
971argchoice:protpars:protpars.doc
972argchoice:restml:restml.doc
973argchoice:retree:retree.doc
974argchoice:seqboot:seqboot.doc
975argchoice:sequence:sequence.doc
976 
977
978
979item:Phylip 3.5
980 
981itemmethod:(/bin/rm -f outfile infile treefile ; readseq -a -f12 in1 > infile;$PREEDIT $BOOTSTRP ${ARB_XCMD:-cmdtool} $PROGRAM; $CONS ${ARB_TEXTEDIT:-textedit} outfile $DISPLAY_FUNC; rm in1 )&
982
983arg:PROGRAM
984argtype:choice_menu
985arglabel:Which program to run?
986argchoice:DNAPARS:dnapars
987argchoice:DNAML:dnaml
988argchoice:DNAMLK:dnamlk
989argchoice:DNACOMP:dnacomp
990argchoice:DNAMOVE:dnamove
991argchoice:DNAINVAR:dnainvar
992argchoice:PROTPARS:protpars
993#argchoice:PROTML:protml
994
995arg:BOOTSTRP
996arglabel:Bootstrap data?
997argtype:chooser
998argchoice:No:
999argchoice:Yes: ${ARB_XCMD:-cmdtool} seqboot ; /bin/mv -f outfile infile;
1000 
1001arg:CONS
1002arglabel:Consensus tree?
1003argtype:chooser
1004argchoice:No:
1005argchoice:Yes: /bin/mv -f treefile infile; ${ARB_XCMD:-cmdtool} consense ;
1006 
1007arg:DISPLAY_FUNC
1008argtype:chooser
1009arglabel:View tree using treetool?
1010argchoice:Yes:& treetool treefile
1011argchoice:No:
1012
1013
1014arg:PREEDIT
1015argtype:chooser
1016arglabel:Edit input before running?
1017argchoice:No:
1018argchoice:Yes:${ARB_TEXTEDIT:-textedit} infile;
1019 
1020
1021 
1022in:in1
1023informat:genbank
1024inmask:
1025insave:
1026 
1027item:Phylip Distance methods
1028itemmethod:(/bin/rm -f treefile infile outfile; readseq -a -f12 in1 > infile ; $PREEDIT ${ARB_XCMD:-cmdtool} $DPGM;mv -f outfile infile;$PROGRAM ${ARB_TEXTEDIT:-textedit} outfile & treetool treefile;/bin/rm -f in1 infile outfile)&
1029 
1030arg:PROGRAM
1031arglabel:Which method?
1032argtype:chooser
1033argchoice:DNADIST:mv -f infile outfile;
1034argchoice:Fitch:${ARB_XCMD:-cmdtool} fitch;
1035argchoice:Kitsch:${ARB_XCMD:-cmdtool} kitsch;
1036argchoice:Neighbor:${ARB_XCMD:-cmdtool} neighbor;
1037
1038arg:DPGM
1039arglabel:Treat data as..
1040argtype:chooser
1041argchoice:DNA:dnadist
1042argchoice:RNA:dnadist
1043argchoice:AA:protdist
1044
1045arg:PREEDIT
1046argtype:chooser
1047arglabel:Edit input before running?
1048argchoice:No:
1049argchoice:Yes:${ARB_TEXTEDIT:-textedit} infile;
1050 
1051in:in1
1052informat:genbank
1053inmask:
1054insave:
1055
1056menu:Email
1057
1058item:Blastn (Nucleic Acid)
1059itemmethod:(echo PROGRAM blastn > in1.tmp; echo DATALIB $DBASE >> in1.tmp; echo HISTOGRAM $PLOT >> in1.tmp; echo ALIGNMENTS $SCORE >> in1.tmp; echo SPLIT 100000 >> in1.tmp; echo BEGIN >> in1.tmp; readseq -i1 -p -f8 in1 >> in1.tmp; cat in1.tmp | /bin/mail blast@ncbi.nlm.nih.gov; rm in1 in1.tmp) &
1060
1061arg:DBASE
1062argtype:choice_menu
1063arglabel:Which Database?
1064argchoice:Non-redundant database:nr
1065argchoice:GenBank DNA sequence database:genbank
1066argchoice:GenBank update (cumulative daily updates):gbupdate
1067argchoice:EMBL DNA sequence database:embl
1068argchoice:EMBL update (cumulative weekly updates):emblu
1069argchoice:Vector subset of GenBank:vector
1070argchoice:Database of Expressed Sequence Tags (ESTs):dbest
1071argchoice:Eukaryotic promoterdatabase:epd
1072argchoice:Kabat's database of immunological interest:kabatnuc
1073
1074arg:PLOT
1075argtype:chooser
1076arglabel:Display Histogram?
1077argvalue:1
1078argchoice:Yes:yes
1079argchoice:No:no
1080
1081arg:SCORE
1082argtype:slider
1083arglabel:Number of High Scoring Pairs Displayed?
1084argmin:1
1085argmax:250
1086argvalue:5
1087
1088in:in1
1089informat:genbank
1090insave:
1091
1092item:Blastp (Protein)
1093itemmethod:(echo PROGRAM blastp >in1.tmp; echo DATALIB $DBASE >> in1.tmp; echo HISTOGRAM $PLOT >> in1.tmp; echo ALIGNMENTS $SCORE >> in1.tmp; echo MATRIX $MATRX >> in1.tmp; echo SPLIT 100000 >> in1.tmp; echo BEGIN >> in1.tmp; readseq -i1 -p -f8 in1 >> in1.tmp; cat in1.tmp | /bin/mail blast@ncbi.nlm.nih.gov; rm in1 in1.tmp) &
1094
1095arg:DBASE
1096argtype:choice_menu
1097arglabel:Which Database?
1098argchoice:Non-redundant protein database:nr
1099argchoice:Swiss-Prot protein database:swissprot
1100argchoice:PIR protein database:pir
1101argchoice:Cumulative update to Swiss-Prot major release:spupdate
1102argchoice:GenPept (translated GenBank):genpept
1103argchoice:GenPept update (cumulative daily updates):gpupdate
1104argchoice:Brookhaven PDB:pdb
1105argchoice:Kabat's database of immunological interest:kabatnuc
1106argchoice:Transcription Factors Database:tfd
1107argchoice:6-frame translations of human Alu repeats:palu
1108
1109arg:PLOT
1110argtype:chooser
1111arglabel:Display Histogram?
1112argvalue:1
1113argchoice:Yes:yes
1114argchoice:No:no
1115
1116arg:SCORE
1117argtype:slider
1118arglabel:Number of High Scoring Pairs Displayed
1119argmin:1
1120argmax:250
1121argvalue:5
1122
1123arg:Matrx
1124argtype:chooser
1125arglabel:Weighting matrix
1126argchoice:PAM 250:PAM250
1127argchoice:PAM 120:PAM10
1128argchoice:PAM 40:PAM40
1129argchoice:BLOSUM62:BLOSUM62
1130
1131
1132in:in1
1133informat:genbank
1134insave:
1135
1136item:Fasta (Nucleic Acid)
1137itemmethod:(echo LIB $DBASE > in1.tmp; echo WORD $KPL >> in1.tmp; echo LIST $TOP >> in1.tmp; echo ALIGN $ALNG >> in1.tmp; echo ONE >> in1.tmp; echo SEQ >> in1.tmp; sed "s/-//g" < in1 | tr '@%#' '>' >> in1.tmp;Mail FASTA@EMBL-Heidelberg.de < in1.tmp; rm in1 in1.tmp) &
1138
1139arg:DBASE
1140argtype:choice_menu
1141arglabel:Which Database?
1142argchoice:GenBank Qrtly & Updates:GBALL
1143argchoice:GenBank Updates:GBNEW
1144argchoice:Entries only in GenBank, not in EMBL:GBONLY
1145argchoice:GenBank and EMBL entries (latest releases):GENEMBL
1146argchoice:New EMBL entries (Since latest release):EMNEW
1147argchoice:All EMBL entries (latest release + new ones):EMALL
1148argchoice:EMBL fungi division only:EFUN
1149argchoice:EMBL invertebrates division only:EINV
1150argchoice:EMBL mammals division only:EMAM
1151argchoice:EMBL organelles division only:EORG
1152argchoice:EMBL phages division only:EPHG
1153argchoice:EMBL plants division only:EPLN
1154argchoice:EMBL primates division only:EPRI
1155argchoice:EMBL prokaryotes division only:EPRO
1156argchoice:EMBL rodents division only:EROD
1157argchoice:EMBL synthetic sequences division only:ESYN
1158argchoice:EMBL unannotated division only:EUNA
1159argchoice:EMBL viruses division only:EVRL
1160argchoice:EMBL vertebrates division only:EVRT
1161
1162
1163
1164arg:KPL
1165argtype:slider
1166arglabel:K-tuple window
1167argmin:3
1168argmax:6
1169argvalue:4
1170
1171arg:TOP
1172argtype:slider
1173arglabel:Scores Displayed?
1174argmin:1
1175argmax:200
1176argvalue:100
1177
1178arg:ALNG
1179argtype:slider
1180arglabel:# Alignments Displayed?
1181argmin:1
1182argmax:200
1183argvalue:20
1184
1185in:in1
1186informat:flat
1187insave:
1188
1189item:Fasta (Protein)
1190itemmethod:(echo LIB $DBASE > in1.tmp; echo WORD $TPL >> in1.tmp; echo LIST $SCRS >> in1.tmp; echo ALIGN $ALNMNTS >> in1.tmp; echo PROT >> in1.tmp; echo SEQ >> in1.tmp; sed "s/-//g" < in1 | tr '@%#$' '>' >> in1.tmp; Mail FASTA@EMBL-Heidelberg.de < in1.tmp; rm in1 in1.tmp) &
1191
1192arg:DBASE
1193argtype:choice_menu
1194arglabel:Which Protein Database?
1195argchoice:Swiss-Protein (latest release + new ones):SWALL
1196argchoice:Swiss-Protein (since latest release):SWNEW
1197argchoice:Swiss-Protein (latest release):SW
1198argchoice:NBRF/PIR (latest release):NBRF
1199argchoice:NBRF/PIR (not Swiss-Prot):PIRONLY
1200argchoice:All Swiss-Prot and NBRF/PIR entries:SWISSPIRALL
1201argchoice:PDB structure entries:BROOKHAVEN
1202argchoice:PDB structure entries (NBRF version):NRL
1203
1204arg:TPL
1205argtype:slider
1206arglabel:K-TUP window
1207argmin:1
1208argmax:2
1209argvalue:1
1210
1211arg:SCRS
1212argtype:slider
1213arglabel:# Scores Displayed?
1214argmin:1
1215argmax:200
1216argvalue:100
1217
1218arg:ALNMNTS
1219argtype:slider
1220arglabel:# Alignments Displayed?
1221argmin:1
1222argmax:200
1223argvalue:20
1224
1225in:in1
1226informat:flat
1227insave:
1228
1229item:GeneID
1230itemmethod:($REPRINT > in1.tmp; echo Genomic Sequence >> in1.tmp; sed "s/-//g" < in1 | tr '@%#' '>' >> in1.tmp; Mail geneid@darwin.bu.edu < in1.tmp; rm in1 in1.tmp) &
1231
1232arg:REPRINT
1233argtype:chooser
1234arglabel:Do you want a GENEID reprint?
1235argchoice:YES:echo "Preprint Request" >> in1.tmp
1236argchoice:NO
1237
1238in:in1
1239informat:flat
1240insave:
1241
1242
1243
1244
1245
1246item:Sequence Retrieval
1247itemmethod:(echo DATALIB $DBASE>> in1.tmp; echo MAXDOCS $NDOC >> in1.tmp;echo MAXLINES 100000 >> in1.tmp; echo BEGIN >> in1.tmp; echo $REGEXP >> in1.tmp; Mail retrieve@ncbi.nlm.nih.gov < in1.tmp; rm in1.tmp) &
1248
1249arg:DBASE
1250argtype:choice_menu
1251arglabel:Which Database?
1252argchoice:GenBank DNA sequence database:genbank
1253argchoice:GenBank update (cumulative daily updates):gbupdate
1254argchoice:EMBL DNA sequence database:embl
1255argchoice:EMBL update (cumulative weekly updates):emblu
1256argchoice:Vector subset of GenBank:vector
1257argchoice:Database of Expressed Sequence Tags (ESTs):dbest
1258argchoice:Swiss-Prot protein database:swissprot
1259argchoice:PIR protein database:pir
1260argchoice:GenPept (translated GenBank):genpept
1261argchoice:GenPept update (cumulative daily updates):gpupdate
1262argchoice:Transcription Factors Database:tfd
1263
1264arg:NDOC
1265argtype:slider
1266arglabel:Number of Sequences Retrieved?
1267argmin:1
1268argmax:100
1269argvalue:20
1270
1271
1272arg:REGEXP
1273argtype:text
1274arglabel:key words, sequence IDs, boolean connectors
1275
1276item:Grail
1277itemmethod:(echo Sequences $TOTALSEQS $ID > in1.tmp; sed "s/-//g" < in1 | tr '@%#' '>' >> in1.tmp; Mail grail@ornl.gov <in1.tmp; rm in1 in1.tmp) &
1278
1279arg:REGISTER
1280argtype:chooser
1281arglabel:Have you previously registered for Grail services?
1282argchoice:YES
1283argchoice:NO:echo "YOU MUST REGISTER"
1284
1285arg:TOTALSEQS
1286argtype:text
1287arglabel:Number of Sequences Being Sent to Grail?
1288
1289arg:ID
1290argtype:text
1291arglabel:User ID (MUST HAVE PREVIOUSLY REGISTERED)
1292
1293in:in1
1294informat:flat
1295insave:
1296
1297item:Grail Registration
1298itemmethod:(echo Register > in1.tmp; echo $NAME >> in1.tmp; echo $ADDRESS >> in1.tmp; echo $PHONE >> in1.tmp; echo $EMAIL >> in1.tmp; Mail grail@ornl.gov < in1.tmp; rm in1.tmp)
1299
1300arg:NAME
1301argtype:text
1302arglabel:Your Name
1303
1304arg:ADDRESS
1305argtype:text
1306arglabel:Your Address
1307
1308arg:PHONE
1309argtype:text
1310arglabel:Your Phone Number
1311
1312arg:EMAIL
1313argtype:text
1314arglabel:Your E-Mail Address
1315
1316
Note: See TracBrowser for help on using the repository browser.