1 | GDE2.2 rev1 1 |
---|
2 | |
---|
3 | |
---|
4 | Genetic Data Environment |
---|
5 | version 2.2 |
---|
6 | |
---|
7 | Table of Contents |
---|
8 | Introduction 2 |
---|
9 | What's New for this Release 2 |
---|
10 | System Requirements 2 |
---|
11 | Note to Motif users 2 |
---|
12 | Installing the GDE 3 |
---|
13 | Using the GDE 3 |
---|
14 | Data Types 7 |
---|
15 | Menu Functions |
---|
16 | File menu 7 |
---|
17 | Edit menu 9 |
---|
18 | DNA/RNA menu 9 |
---|
19 | External Functions 9 |
---|
20 | Bug reports/extensions 12 |
---|
21 | Acknowledgments 12 |
---|
22 | Appendix A, File Formats 13 |
---|
23 | Appendix B, Adding Functions 16 |
---|
24 | Appendix C, External functions 19 |
---|
25 | |
---|
26 | |
---|
27 | .c.Introduction |
---|
28 | |
---|
29 | The Genetic Data Environment is part of a growing |
---|
30 | set of programs for manipulating and analyzing |
---|
31 | "genetic" data. It differs in design from other |
---|
32 | analysis programs in that it is intended to be an |
---|
33 | expandable and customizable system, while still |
---|
34 | being easy to use. |
---|
35 | |
---|
36 | There are a tremendous number of publicly available |
---|
37 | programs for sequence analysis. Many of these |
---|
38 | programs have found their way into commercial |
---|
39 | packages which incorporate them into integrated, |
---|
40 | easy to use systems. The goal of the GDE is to |
---|
41 | minimize the amount of effort required to integrate |
---|
42 | sequence analysis functions into a common |
---|
43 | environment. The GDE takes care of the user |
---|
44 | interface issues, and allows the programmer to |
---|
45 | concentrate on the analysis itself. Existing programs |
---|
46 | can be tied into the GDE in a matter of hours (or |
---|
47 | minutes) as apposed to days or weeks. Programs |
---|
48 | may be written in any language, and still seamlessly |
---|
49 | be incorporated into the GDE. |
---|
50 | |
---|
51 | These programs are, and will continue to be, |
---|
52 | available at no charge. It is the hope that this |
---|
53 | system will grow in functionality as more and more |
---|
54 | people see the benefits of a modular analysis |
---|
55 | environment. Users are encouraged to make |
---|
56 | modifications to the system, and forward all changes |
---|
57 | and additions to Steven Smith at |
---|
58 | smith@bioimage.millipore.com. |
---|
59 | |
---|
60 | .c.What's New for this Release |
---|
61 | |
---|
62 | GDE 2.2 represents a maintainence release. Several |
---|
63 | small bugs have been fixed, as well as new editing |
---|
64 | features and user interface elements. Also, I have |
---|
65 | tried to update all of the contributed external |
---|
66 | programs to their latest release. Updated programs |
---|
67 | include: |
---|
68 | |
---|
69 | Phylip |
---|
70 | Treetool |
---|
71 | LoopTool |
---|
72 | Readseq |
---|
73 | Blast |
---|
74 | Fasta |
---|
75 | |
---|
76 | Improved versions of printing, and translate are |
---|
77 | included as well. As for new editing features, a |
---|
78 | useful "yanking" feature has been added by Scott |
---|
79 | Ferguson from Exxon Research, and the capability |
---|
80 | to export the colormap for a seqeunce (see |
---|
81 | appendicies A/C). Among the bugs fixed in this |
---|
82 | release are: |
---|
83 | |
---|
84 | Selection mask problems when exporting to |
---|
85 | Genbank (fixed in 2.1) |
---|
86 | Memory leaks (fixed in 2.1) |
---|
87 | Correct handling of circular sequences |
---|
88 | More liberal interpretation of Genbank formatted |
---|
89 | files. (not column dependent) |
---|
90 | |
---|
91 | |
---|
92 | .c.System Requirements |
---|
93 | |
---|
94 | GDE 2.2 currently runs on the Sun family of |
---|
95 | workstations. This includes the Sun3 and Sun4 |
---|
96 | (Sparcstation) systems. It was written in XView, |
---|
97 | and runs on Suns using OpenWindows 3.0 or MIT's |
---|
98 | X Windows. It runs in both monochrome, and color, |
---|
99 | and can be run remotely on any system capable of |
---|
100 | running X Windows Release 4. You should have at |
---|
101 | least 15 meg of free disk space available. The binay |
---|
102 | release for SparcStations was compiled under |
---|
103 | SunOS 4.1.2 and Openwindows 3.0. |
---|
104 | |
---|
105 | We are also supporting a DECStation version of |
---|
106 | GDE. This is running under XView 3.0/X11R5. We |
---|
107 | encourage interested people to port the programs to |
---|
108 | their favorite Unix platform. There are informal |
---|
109 | ports to the SGI line of unix machines. |
---|
110 | |
---|
111 | .c.Note to Motif users |
---|
112 | |
---|
113 | GDE2.2 can be run using different window |
---|
114 | managers. The most common alternative to olwm is |
---|
115 | the Motif window manager (mwm). The only |
---|
116 | problem in using another window manager is that |
---|
117 | the status line is not displayed. We have added a |
---|
118 | "Message panel" as an option under "File- |
---|
119 | >Properties" which displays all of the information |
---|
120 | contained on the status line. |
---|
121 | |
---|
122 | People using other window managers may also |
---|
123 | prefer using xterm, and xedit as default terminals and |
---|
124 | file editors. This can be accomplished by replacing |
---|
125 | all occurrences of 'shelltool' and 'textedit' with |
---|
126 | 'xterm -e' and 'xedit' in the |
---|
127 | $GDE_HELP_DIR/.GDEmenus file. |
---|
128 | |
---|
129 | |
---|
130 | .c.Installing the GDE |
---|
131 | |
---|
132 | Instructions for the source code release are included |
---|
133 | in the README.install file. |
---|
134 | |
---|
135 | The binary installations consist of creating a GDE |
---|
136 | directory, such as /usr/local/GDE, and un-taring the |
---|
137 | installation tarfile into the directory. If you are |
---|
138 | installing the GDE for your own use, then you can |
---|
139 | simply make a GDE subdirectory. There is no need |
---|
140 | to be superuser (root) to do the installation in your |
---|
141 | own directory. For example: |
---|
142 | |
---|
143 | demo% mkdir /usr/local/GDE |
---|
144 | demo% cp GDE2.2.tar /usr/local/GDE |
---|
145 | demo% cd /usr/local/GDE |
---|
146 | demo% tar -xf GDE2.2.tar |
---|
147 | |
---|
148 | After this, each new user will need to add two lines |
---|
149 | to their .cshrc file so that they can find the gde |
---|
150 | programs and files. |
---|
151 | |
---|
152 | demo% cat >> ~/.cshrc |
---|
153 | set path = ($path /usr/local/GDE/bin) |
---|
154 | setenv GDE_HELP_DIR /usr/local/GDE/help/ |
---|
155 | ^D |
---|
156 | |
---|
157 | You may wish to make a copy of the .GDEmenus |
---|
158 | file from the help directory into your home directory. |
---|
159 | This is only necessary if you wish to modify your |
---|
160 | menus. Copy the demo files from |
---|
161 | /usr/local/GDE/demo into your local directory, and |
---|
162 | you are now ready to use the GDE. |
---|
163 | |
---|
164 | FastA and Blast need to have the properly formatted |
---|
165 | databases installed in the $GDE_HELP_DIR under |
---|
166 | the directories FASTA/PIR, FASTA/GENBANK, |
---|
167 | BLAST/pir BLAST/genbank. For FASTA, simply |
---|
168 | copy a version of PIR and Genbank into the proper |
---|
169 | directory. Alternately, the PIR and GENBANK |
---|
170 | files can be symbolic links to copies of Genbank |
---|
171 | held elsewhere on your system. You may need to |
---|
172 | look at the .GDEmenus file in $GDE_HELP_DIR to |
---|
173 | verify that you are using the same divisions for |
---|
174 | these databases. |
---|
175 | |
---|
176 | Blast installation involves converting PIR and |
---|
177 | GENBANK to a temporary FASTA format (using |
---|
178 | pir2fasta and gb2fasta) and then using pressdb for |
---|
179 | nucleic acid, and setdb for amino acid to reformat the |
---|
180 | databases again into blast format. The .GDEmenus |
---|
181 | file is currently set up to search with blast using the |
---|
182 | following databases: pir, genpept, genupdate, and |
---|
183 | genbank. If you wish to divide these into |
---|
184 | subdivisions, then the .GDEmenus file will have to |
---|
185 | be edited. |
---|
186 | |
---|
187 | The most up to date release of blast can be obtained |
---|
188 | via anonymous ftp to ncbi.nlm.nih.gov. The most |
---|
189 | recent release of FASTA can be obtained via |
---|
190 | anonymous ftp to uvaarpa.virginia.edu. It is |
---|
191 | strongly recommended that you retrieve these copies, |
---|
192 | and become familiar with their setup. |
---|
193 | |
---|
194 | .c.Using the GDE |
---|
195 | |
---|
196 | It is assumed that the user is familiar with the Unix, |
---|
197 | and OpenWindows/Xwindows environments. It is |
---|
198 | also assumed that people running standard MIT X- |
---|
199 | Windows will be using the OpenLook window |
---|
200 | manager (olwm). Other window managers work |
---|
201 | with varied success. If you are not certain as to how |
---|
202 | your system is set up, please contact your systems |
---|
203 | administrator. |
---|
204 | |
---|
205 | Once the window system has started, and a terminal |
---|
206 | window (xterm, shelltool etc.) you can start up the |
---|
207 | GDE by typing: |
---|
208 | |
---|
209 | demo% gde tRNAs |
---|
210 | |
---|
211 | This should load the sample data set tRNAs into |
---|
212 | GDE, and the following window should appear: |
---|
213 | |
---|
214 | |
---|
215 | |
---|
216 | This is the sequence alignment editor. It consists of |
---|
217 | a color alignment display, a set of command menus, |
---|
218 | horizontal and vertical scroll bars to navigate the |
---|
219 | alignment, a list of short sequence names (usually |
---|
220 | the LOCUS of a Genbank entry), and a status line. |
---|
221 | The cursor is located in the upper left corner. |
---|
222 | |
---|
223 | |
---|
224 | Using the Mouse |
---|
225 | |
---|
226 | The mouse follow OpenLook standards for |
---|
227 | operation. The functions for each button are: |
---|
228 | |
---|
229 | |
---|
230 | |
---|
231 | |
---|
232 | The left mouse button is used for placing the cursor, |
---|
233 | selecting sequences by their short names, |
---|
234 | scrolling/paging, performing split screens, and |
---|
235 | resizing. The right button is used for pop up menus, |
---|
236 | and scrollbar menus. The middle button is used for |
---|
237 | extending a text selection. |
---|
238 | |
---|
239 | Cursor Movement |
---|
240 | |
---|
241 | The cursor can be moved using the arrow keys, or by |
---|
242 | clicking the mouse within a sequence. The cursors |
---|
243 | position is displayed on the status line in both |
---|
244 | sequence position and alignment column number. |
---|
245 | The right hand side of the status line shows the left |
---|
246 | and right column positions of the currently active |
---|
247 | display. |
---|
248 | |
---|
249 | Scrolling is controlled by the scrollbar elevator. By |
---|
250 | clicking (left mouse button) on one of the elevator |
---|
251 | arrows, the screen will scroll one character in that |
---|
252 | direction. By dragging the elevator center, the |
---|
253 | screen can be moved directly to any location. By |
---|
254 | clicking directly to one side of the elevator, the |
---|
255 | screen will scroll one full screen in that direction. |
---|
256 | And by clicking on the scrollbar anchor, the elevator |
---|
257 | will move to that anchor. Scrollbars also have |
---|
258 | menus associated with them giving other scroll |
---|
259 | options. Use the right mouse button to activate the |
---|
260 | menu. |
---|
261 | |
---|
262 | |
---|
263 | Selecting Sequences |
---|
264 | |
---|
265 | Sequence selection is necessary before most |
---|
266 | functions can be performed. Selecting sequences is |
---|
267 | accomplished by clicking or dragging (left button) |
---|
268 | over the short name associated with the sequence(s). |
---|
269 | The name of the sequence should become |
---|
270 | highlighted on the release of the mouse button. By |
---|
271 | holding down the shift key, you can toggle the |
---|
272 | selection on or off for any set of sequences. By |
---|
273 | clicking just to the right of any sequence short |
---|
274 | name, you will deselect all of them. |
---|
275 | |
---|
276 | Selecting Text |
---|
277 | |
---|
278 | Selecting text is accomplished in much the same |
---|
279 | way as selecting entire sequences. In the editing |
---|
280 | window, you can drag the mouse pointer over a |
---|
281 | rectangular region the select a block of text. By |
---|
282 | using the shift key (or the middle mouse button) |
---|
283 | you can adjust the selection to include other |
---|
284 | sequences, or other columns of text. If groups are |
---|
285 | enabled, GDE will automatically select all sequences |
---|
286 | in a group if any one sequence in a group is selected |
---|
287 | (See Sequence Editing). |
---|
288 | |
---|
289 | Sequence Protection |
---|
290 | |
---|
291 | All sequences can be individually protected against |
---|
292 | accidental modification. This is accomplished by |
---|
293 | selecting the set of sequences that you are interested |
---|
294 | in editing, and choosing the "Set protections" menu |
---|
295 | item under the File menu. Your choices are: |
---|
296 | |
---|
297 | Unambiguous modification |
---|
298 | Changing/adding/deleting regular characters |
---|
299 | Ambiguous changes |
---|
300 | Changing ambiguous codes ('N', 'X'...) |
---|
301 | Alignment modifications |
---|
302 | Changing alignment gaps ('-', '~') |
---|
303 | |
---|
304 | Sequence Editing |
---|
305 | |
---|
306 | Sequences can be edited by simply typing to insert, |
---|
307 | and using the delete or backspace key to delete |
---|
308 | characters. Sequences must have the proper |
---|
309 | protections set to allow the type of modifications |
---|
310 | that you are attempting. The default protection level |
---|
311 | only allows modification to the alignment, but not |
---|
312 | to the sequences themselves. The Sun function |
---|
313 | keys, cut, copy and paste are used to edit selected |
---|
314 | text. Text selections work in rectangular (possibly |
---|
315 | disjointed) regions. You can cut or copy a block of |
---|
316 | sequence text, and paste it to a new cursor location |
---|
317 | using these three keys. |
---|
318 | |
---|
319 | |
---|
320 | Sequence Yanking: |
---|
321 | |
---|
322 | Yanking referes to the "pulling" of a base to fill a |
---|
323 | gapped position like beads on an abacus. Place the |
---|
324 | cursor over a gap character, and type <crtl> k to yank |
---|
325 | the character from the left into the current position. |
---|
326 | Type <ctrl>l to pull the character from the right. |
---|
327 | Repeat counts are honored ("20 <ctrl> l" will yank |
---|
328 | 20 characters from the right). |
---|
329 | |
---|
330 | |
---|
331 | Repeat Counts |
---|
332 | |
---|
333 | By typing a numeric value before an editing |
---|
334 | function you can insert, delete or move a number of |
---|
335 | characters at a time. The current repeat count is |
---|
336 | displayed on the status line, and can be cleared by |
---|
337 | clicking the left mouse button in the alignment |
---|
338 | window. In order to insert twenty gaps into a |
---|
339 | sequence, one would type "20-". In order to move |
---|
340 | down five sequences, one would type "5¯". This |
---|
341 | works with all sequence types, however the meta |
---|
342 | (diamond) key must be held down when the cursor |
---|
343 | is in a text or mask sequence. This is because |
---|
344 | numbers are valid characters in these sequences, and |
---|
345 | would otherwise be confused with repeat counts. |
---|
346 | |
---|
347 | Split Screen |
---|
348 | |
---|
349 | Split screen editing allows the viewing one region |
---|
350 | while editing another. This is very useful for |
---|
351 | aligning "downstream" regions by editing |
---|
352 | "upstream". |
---|
353 | |
---|
354 | The alignment window can be split horizontally into |
---|
355 | two or more windows into the alignment. These |
---|
356 | windows scroll independently of each other both |
---|
357 | horizontally and vertically. The short names |
---|
358 | displayed to the left of the alignment correspond to |
---|
359 | the window that was last scrolled or edited. Care |
---|
360 | should be taken in any modifications done in this |
---|
361 | mode so that edits are performed on the correct |
---|
362 | sequence. To avoid confusion during split screen |
---|
363 | operations, the vertical scroll bars may be locked so |
---|
364 | that all windows scroll together. |
---|
365 | |
---|
366 | |
---|
367 | |
---|
368 | |
---|
369 | |
---|
370 | In order to split a window into two views, grab (left |
---|
371 | button) the left or right anchor (small rectangle) at |
---|
372 | either end of the horizontal scrollbar and drag to the |
---|
373 | middle of the window. This should split the |
---|
374 | window into two views. To join two views, place |
---|
375 | the mouse pointer on the horizontal scroll bar use |
---|
376 | the menu (right button) . |
---|
377 | |
---|
378 | The views are NOT two copies of the alignment. |
---|
379 | Changes in one window are reflected in the other. |
---|
380 | Users should not be confused by this fact. |
---|
381 | |
---|
382 | Sequence Grouping |
---|
383 | |
---|
384 | Sequences can be grouped for editing functions. |
---|
385 | This is very helpful when trying to adjust several |
---|
386 | sub alignments. When grouped, all sequences |
---|
387 | within a group will be affected by editing in any |
---|
388 | member of the group. All sequences within a group |
---|
389 | must have protections set to allow modification |
---|
390 | before any one will be modified. |
---|
391 | |
---|
392 | In order to group sequences, select the names of the |
---|
393 | sequences that should fall within a group, and select |
---|
394 | Group under the Edit menu. A number will be |
---|
395 | placed at the left of the sequence representing its |
---|
396 | assigned group number. To any sequence or |
---|
397 | sequences, the user selects those sequences and uses |
---|
398 | the Ungroup command under the Edit menu. |
---|
399 | |
---|
400 | Special keys |
---|
401 | |
---|
402 | There are also a few special function keys used in |
---|
403 | the GDE. Some functions have meta key |
---|
404 | equivalences so that they can be called from the |
---|
405 | keyboard, instead of by the menu system. The |
---|
406 | "meta" key is a standard property of X windows, and |
---|
407 | may be remapped to a different key symbol for |
---|
408 | different keyboards. For example, meta on Sun |
---|
409 | workstations is represented with a à, where on a |
---|
410 | Macintosh running MacX it might be the "apple" |
---|
411 | key. The operation of the key is the same as the |
---|
412 | control or shift key, it is held down while pressing |
---|
413 | the second key in the sequence. |
---|
414 | |
---|
415 | Cut text, copy text and paste text are mapped to the |
---|
416 | Openlook equivalent keys (L10, L6, and L8 on Sun |
---|
417 | keyboards). Other meta keys are defined in the |
---|
418 | .GDEmenus file, and may be changed to suit your |
---|
419 | preferences. |
---|
420 | |
---|
421 | .c.Data Types |
---|
422 | |
---|
423 | The GDE supports several data types. The data |
---|
424 | types supported in 2.2 are DNA, RNA, protein |
---|
425 | (single letter codes), mask sequence, and text. |
---|
426 | |
---|
427 | DNA and RNA |
---|
428 | |
---|
429 | Nucleic acid sequences are tightly type cast, and can |
---|
430 | contain any IUPAC code (ACGTUM |
---|
431 | RSVWYHKDBN) as well as two alignment gap |
---|
432 | characters ('~' and '-'). Some keys are remapped to |
---|
433 | fit IUPAC codes. For example, 'X' is mapped to |
---|
434 | 'N'. All nonstandard characters get mapped to the |
---|
435 | alignment gap '-'. Upper and lower case are both |
---|
436 | supported, and the T/U characters are mapped based |
---|
437 | on whether you are working with DNA or RNA. |
---|
438 | The color coding for DNA and RNA is identical. |
---|
439 | The color for ambiguous characters, and for |
---|
440 | alignment gaps is grey. |
---|
441 | |
---|
442 | Amino Acid Sequence |
---|
443 | |
---|
444 | Amino acid sequences are loosely type cast, and can |
---|
445 | contain any valid ASCII character. The results of |
---|
446 | analysis on nonstandard characters is not guaranteed. |
---|
447 | The color for nonstandard amino acid characters, and |
---|
448 | for alignment gaps is grey. |
---|
449 | |
---|
450 | Text Sequence |
---|
451 | |
---|
452 | Any valid ASCII printable character can be entered |
---|
453 | into a text sequence. Care should be taken with |
---|
454 | using space characters, as these will only be saved |
---|
455 | properly in Genbank format, and not in flat file |
---|
456 | format. The characters @#% and " should be |
---|
457 | avoided as well, as these can confuse the reading of |
---|
458 | flat files if saved in that format. |
---|
459 | |
---|
460 | Mask Sequence |
---|
461 | |
---|
462 | Mask sequence is identical to text sequence with the |
---|
463 | following exceptions. Mask sequence can have the |
---|
464 | ability (function dependent) of masking out |
---|
465 | positions in an alignment for analysis. If a mask |
---|
466 | sequence is selected along with some other |
---|
467 | sequence(s) for an analysis function that permits |
---|
468 | masking, then all columns that contain a '0' in the |
---|
469 | mask sequence will be ignored by the function. The |
---|
470 | mask itself would not be passed to the analysis |
---|
471 | function either. Some functions allow masking, |
---|
472 | some do not. Refer to the instruction page for each |
---|
473 | function to see whether or not it supports sequence |
---|
474 | masking. |
---|
475 | |
---|
476 | Color Masks |
---|
477 | |
---|
478 | Color masks give color to a sequence on a position |
---|
479 | by position basis. Individual sequences can have |
---|
480 | color masks attached to them, or one color mask can |
---|
481 | be used for an entire alignment. Color masks are |
---|
482 | generated externally by some analysis functions, and |
---|
483 | are then passed back to the GDE. The file format for |
---|
484 | a colormask is described in Appendix A. |
---|
485 | |
---|
486 | |
---|
487 | .c.Menu Functions: File menu |
---|
488 | |
---|
489 | The GDE has several built-in menu functions under |
---|
490 | the File and Edit menus. These functions are unique |
---|
491 | in that they are part of the primary display editor, |
---|
492 | and are not described in the .GDEmenus file. |
---|
493 | |
---|
494 | Open... |
---|
495 | Selecting this will bring up the open file dialog |
---|
496 | box. Users can scroll through a list of files in the |
---|
497 | current directory, move up and down the directory |
---|
498 | tree, and open any individual data file. The |
---|
499 | sequence data in that file is loaded into the current |
---|
500 | editing window below any existing sequences. The |
---|
501 | open command will open any Genbank formatted |
---|
502 | file, or a GDE flat file. |
---|
503 | |
---|
504 | Save as... |
---|
505 | This function will save the entire alignment to a |
---|
506 | specified file in either Genbank or flat file format. |
---|
507 | The file will be saved in the local directory unless a |
---|
508 | relative or absolute path is specified. |
---|
509 | |
---|
510 | Properties... |
---|
511 | Properties controls the display settings. Those |
---|
512 | settings include character size, color type, and insert |
---|
513 | direction. The screen can also be inverted, vertical |
---|
514 | scroll lock and keyboard clicks (tactile feedback) |
---|
515 | can be turned on or off. Vertical scrollbar lock will |
---|
516 | cause all split views to scroll together in the vertical |
---|
517 | direction. |
---|
518 | |
---|
519 | |
---|
520 | |
---|
521 | |
---|
522 | |
---|
523 | Protections... |
---|
524 | This will display, and then set the default |
---|
525 | protections for all selected sequences. If two or |
---|
526 | more of the sequences differ in their current |
---|
527 | protection settings, a warning message will appear in |
---|
528 | the protection dialog box. The protections currently |
---|
529 | available are alignment gap protection, ambiguous |
---|
530 | character protection, unambiguous character |
---|
531 | protection, and translation protection. |
---|
532 | |
---|
533 | |
---|
534 | |
---|
535 | Get info... |
---|
536 | This option allows the viewing and setting of |
---|
537 | attributes associated with each individual sequence. |
---|
538 | These attributes include short name, full name, |
---|
539 | description, author, comments, and the sequence |
---|
540 | type. The attributes loosely correspond to fields in a |
---|
541 | Genbank entry. Comments can be included for each |
---|
542 | sequence in the comments field. |
---|
543 | |
---|
544 | |
---|
545 | |
---|
546 | |
---|
547 | |
---|
548 | |
---|
549 | |
---|
550 | .c2. Edit menu |
---|
551 | |
---|
552 | Select All |
---|
553 | Selects all sequences. This is helpful when you |
---|
554 | have several dozen sequences. |
---|
555 | |
---|
556 | Select by name... |
---|
557 | Select all sequences containing a given string in |
---|
558 | their short names field. No wild cards are allowed, |
---|
559 | and only selecting is allowed, not de-selecting. The |
---|
560 | search is started when the Return key is pressed, and |
---|
561 | multiple searches can be accumulated. Press Done |
---|
562 | when finished. |
---|
563 | |
---|
564 | Cut/Copy/Paste sequences |
---|
565 | Cut copy and paste are primarily useful for |
---|
566 | reordering sequences, and for making duplicate |
---|
567 | copies of a given sequence. They do not pass |
---|
568 | information to other programs. This capability will |
---|
569 | be implemented in a later release. Cut and copy will |
---|
570 | place the selected sequences on an internal clipboard. |
---|
571 | They can then be pasted back into the top of editing |
---|
572 | window (default) or under the last selected |
---|
573 | sequence. |
---|
574 | |
---|
575 | Group/Ungroup |
---|
576 | Assign a group number to the selected sequences. |
---|
577 | Edit operations in any one sequence within the |
---|
578 | group will be propagated to all within the group. |
---|
579 | Sequence protections from one group are also |
---|
580 | imposed upon all other sequence in the given group. |
---|
581 | If a given operation is illegal in one sequence in a |
---|
582 | group (i.e. alignment modification) then it will not |
---|
583 | work in any of the sequences in that group. |
---|
584 | Ungroup will remove the selected sequences from a |
---|
585 | given group. |
---|
586 | |
---|
587 | Compress |
---|
588 | Compress will remove gap characters from the |
---|
589 | selected sequences. The user has the option of |
---|
590 | removing all gaps, or simply all columns containing |
---|
591 | nothing but gaps. This is useful for minimizing the |
---|
592 | length of a subalignment. |
---|
593 | |
---|
594 | Reverse Sequence |
---|
595 | Reverses the selected sequences. Alignment gaps are |
---|
596 | reversed as well. The selected sequences will remain |
---|
597 | aligned after reversal. |
---|
598 | |
---|
599 | .c2. DNA/RNA menu |
---|
600 | |
---|
601 | Complement Sequence |
---|
602 | Converts DNA/RNA into its complement strand |
---|
603 | (keeping full IUPAC ambiguity). This function has |
---|
604 | no effect on text, protein, or mask sequence. Note |
---|
605 | that this function does not produce the reverse |
---|
606 | strand of DNA but merely converts A<->T and G<- |
---|
607 | >C. If the reverse strand is needed, remember to |
---|
608 | Complement and Reverse the sequence (Edit menu). |
---|
609 | |
---|
610 | |
---|
611 | .c.External Functions |
---|
612 | |
---|
613 | See appendix C for a full description of functions |
---|
614 | supported in GDE 2.2 All external functions are |
---|
615 | described in the configuration file .GDEmenus. Here |
---|
616 | is a brief description of some of the basic functions |
---|
617 | included. |
---|
618 | |
---|
619 | File menu |
---|
620 | |
---|
621 | New Sequence <meta n> Create a new sequence. |
---|
622 | Prompts for sequence type, and short name. |
---|
623 | |
---|
624 | Import foreign format |
---|
625 | Export foreign format Load and save sequences |
---|
626 | using Readseq by Don Gilbert (see Appendix C). |
---|
627 | |
---|
628 | Save Selection Save the currently |
---|
629 | selected sequences in a specified file. |
---|
630 | |
---|
631 | Pretty print Print using the sequence |
---|
632 | formatter supplied by Readseq. |
---|
633 | |
---|
634 | Print Selection Print the selected |
---|
635 | sequences to the chosen printer. This function |
---|
636 | supports |
---|
637 | the Unix command |
---|
638 | enscript as well as lpr. The .GDEmenus file may |
---|
639 | need to |
---|
640 | be modified to add the |
---|
641 | names of local printers to the printer list. |
---|
642 | |
---|
643 | Edit menu |
---|
644 | |
---|
645 | sort... Sort the selected |
---|
646 | sequences by a primary and secondary key. Pass the |
---|
647 | new order |
---|
648 | to a new GDE window. |
---|
649 | |
---|
650 | Extract Extract the selected |
---|
651 | sequences into a new window. |
---|
652 | |
---|
653 | DNA/RNA Menu |
---|
654 | Translate Translate the selected |
---|
655 | sequences from DNA/RNA to Amino acid. The user |
---|
656 | can |
---|
657 | specify the desired |
---|
658 | reading frame, and the minimum open reading frame |
---|
659 | (stop |
---|
660 | codon to stop codon) to |
---|
661 | translate. The user can also choose between single |
---|
662 | letter code and triple |
---|
663 | letter codes. There is also an option to allow each |
---|
664 | ORF to |
---|
665 | to be entered as a seperate |
---|
666 | sequence. |
---|
667 | |
---|
668 | Dot plot Display a dotplot |
---|
669 | identity matrix for the selected sequence(s). If only |
---|
670 | one |
---|
671 | sequence is selected, then |
---|
672 | the dotplot is a self comparison. If two or more |
---|
673 | sequences are selected, |
---|
674 | then the first two sequences are compared. |
---|
675 | |
---|
676 | Clustal Align Align the selected |
---|
677 | sequences using the clustalv algorithm by Des |
---|
678 | Higgins. |
---|
679 | (See Appendix C) |
---|
680 | |
---|
681 | Find All <meta f> Search and highlight the |
---|
682 | selected sequences for a given substring. A |
---|
683 | specified |
---|
684 | percent of mismatching |
---|
685 | can also be allowed. |
---|
686 | |
---|
687 | Variable Positions The selected sequences |
---|
688 | are scored column by column for conservation. The |
---|
689 | result is returned as a |
---|
690 | grey scale alignment color mask. This can be useful |
---|
691 | in selecting PCR primers. |
---|
692 | |
---|
693 | Sequence Consensus Return the consensus for |
---|
694 | the selected sequences. This can either be a majority |
---|
695 | consensus, or an |
---|
696 | ambiguity consensus using IUPAC coding. |
---|
697 | |
---|
698 | Distance Matrix Calculate a distance |
---|
699 | matrix for the selected sequences. (See Appendix C) |
---|
700 | |
---|
701 | MFOLD Fold the selected |
---|
702 | sequences using MFOLD by Michael Zuker. The |
---|
703 | resulting |
---|
704 | structure is returned as a |
---|
705 | nested bracket ('[]') representation of the secondary |
---|
706 | structure.(See appendix |
---|
707 | C.) |
---|
708 | |
---|
709 | Draw Secondary Struct Draw the selected |
---|
710 | sequence using the proposed secondary structure. |
---|
711 | Both the |
---|
712 | secondary structure |
---|
713 | prediction, and the RNA sequence should be |
---|
714 | selected before |
---|
715 | calling this function. |
---|
716 | The drawing program is LoopTool. (See Appendix |
---|
717 | C) |
---|
718 | |
---|
719 | Highlight Helix Show all violations to a |
---|
720 | proposed RNA secondary structure. The secondary |
---|
721 | structure represented must |
---|
722 | be selected, as well as the aligned sequences to be |
---|
723 | tested. The selected |
---|
724 | sequences will then be colored according to whether |
---|
725 | or not |
---|
726 | they support the |
---|
727 | proposed 2¡ structure. Standard Watson/Crick |
---|
728 | paring will be |
---|
729 | colored dark blue, G-U |
---|
730 | paring will be colored light blue, mismatches will be |
---|
731 | colored gold, and pairng |
---|
732 | to gaps will be red. |
---|
733 | |
---|
734 | Blastn/BlastX Search the selected |
---|
735 | sequence (select only one) against a given database |
---|
736 | with the |
---|
737 | BLAST searching tool |
---|
738 | written by Altschul, Gish, Miller, Myers, and |
---|
739 | Lipman. |
---|
740 | Blastn searches DNA |
---|
741 | against DNA databases, blastx searches DNA against |
---|
742 | AA |
---|
743 | databases by translating |
---|
744 | the sequence in all six reading frames. (See |
---|
745 | Appendix C) |
---|
746 | |
---|
747 | FastA Search the selected |
---|
748 | sequence (select only one) against a given database |
---|
749 | using the |
---|
750 | FASTA similarity search |
---|
751 | program written by Pearson and Lipman. (See |
---|
752 | Appendix C) |
---|
753 | |
---|
754 | Protein Menu |
---|
755 | |
---|
756 | |
---|
757 | Clustal Align Align the selected amino |
---|
758 | acid sequences using the clustal algorithm. (See |
---|
759 | Appendix C) |
---|
760 | |
---|
761 | Blastp, Tblastn, Blast3 Search the selected |
---|
762 | sequence (select only one) against a given database |
---|
763 | with the |
---|
764 | BLAST searching tool |
---|
765 | written by Altschul, Gish, Miller, Myers, and |
---|
766 | Lipman. |
---|
767 | Blastp searches AA |
---|
768 | against AA databases, tblastn searches AA against |
---|
769 | DNA |
---|
770 | databases by translating |
---|
771 | the database in all six reading frames. Blast3 finds |
---|
772 | three way alignments that |
---|
773 | are could not be found with only pairwise |
---|
774 | comparisons. |
---|
775 | (See Appendix C) |
---|
776 | |
---|
777 | Sequence Management Menu |
---|
778 | |
---|
779 | Assemble contigs Assemble the selected |
---|
780 | sequences into contigs using the program CAP |
---|
781 | (Contig |
---|
782 | Assemble Program) |
---|
783 | written by Xiaoqiu Huang. The resulting sequences |
---|
784 | are |
---|
785 | returned to the current |
---|
786 | GDE window, and they are grouped into contigs. |
---|
787 | The |
---|
788 | user can then sort the |
---|
789 | sequences by group, and offset to produce an ordered |
---|
790 | list of |
---|
791 | the contigs. (See |
---|
792 | Appendix C) |
---|
793 | |
---|
794 | Strategy view Pass out the selected |
---|
795 | sequences to StratView. This program will display |
---|
796 | contigs |
---|
797 | in a greatly reduced line |
---|
798 | drawing. This is very useful for large contigs. |
---|
799 | |
---|
800 | Restriction sites Search the selected |
---|
801 | sequences for the restriction enzymes specified in the |
---|
802 | given |
---|
803 | enzyme file. The |
---|
804 | restriction sites are then colored by enzyme. |
---|
805 | |
---|
806 | Phylogeny menu |
---|
807 | |
---|
808 | DeSoete Tree fit Calculate a phylogenetic |
---|
809 | tree using a least squares fitting algorithm on a |
---|
810 | distance |
---|
811 | matrix calculated from the |
---|
812 | selected sequences. The results can then be passed |
---|
813 | on |
---|
814 | to treetool for display |
---|
815 | and manipulation. (See Appendix C) |
---|
816 | |
---|
817 | Phylip 3.5 Pass the selected data to |
---|
818 | on of the treeing programs in Phylip, written by |
---|
819 | Joe Felsenstein. The |
---|
820 | chosen phylip program is started in it's own |
---|
821 | window, |
---|
822 | with the selected |
---|
823 | sequences already loaded. (See Appendix C) |
---|
824 | |
---|
825 | |
---|
826 | |
---|
827 | |
---|
828 | Citation of work |
---|
829 | |
---|
830 | We ask that any published work using any of the |
---|
831 | external functions in GDE cite the appropriate |
---|
832 | authors. Please see Appendix C for references. |
---|
833 | |
---|
834 | |
---|
835 | |
---|
836 | .c.Bug reports/extensions |
---|
837 | |
---|
838 | Any bug reports, request for enhancement, and useful |
---|
839 | extensions to the GDE should be forwarded by |
---|
840 | electronic mail to: |
---|
841 | |
---|
842 | smith@bioimage.millipore.com |
---|
843 | |
---|
844 | Please include as much detail as possible in bug |
---|
845 | reports so that the bug can be reproduced. |
---|
846 | Correspondence should be addressed to: |
---|
847 | |
---|
848 | Steven Smith |
---|
849 | Millipore Imaging Systems |
---|
850 | 777 E. Eisenhower Pkwy |
---|
851 | Ann Arbor, MI 48108 |
---|
852 | |
---|
853 | |
---|
854 | |
---|
855 | |
---|
856 | |
---|
857 | |
---|
858 | |
---|
859 | |
---|
860 | .c.Acknowledgments |
---|
861 | |
---|
862 | I would like to thank the following people for their |
---|
863 | input and assistance and code used in the |
---|
864 | development of the GDE: |
---|
865 | |
---|
866 | Carl Woese, Gary Olsen and Mike Maciukenas at |
---|
867 | University of Illinois Dept of Microbiology, Ross |
---|
868 | Overbeek at Argonne National Laboratories,Walter |
---|
869 | Gilbert, Patrick Gillevet, Chunwei Wang, Susan |
---|
870 | Russo and Erik Bunce at the Harvard Genome |
---|
871 | Laboratory. I would also like to personally thank |
---|
872 | the following people for their permission to include |
---|
873 | their software with this release of GDE. |
---|
874 | |
---|
875 | Tim Littlejohn |
---|
876 | Scott Ferguson |
---|
877 | Brian Fristensky |
---|
878 | Des Higgins |
---|
879 | David Lipman and the group at NCBI |
---|
880 | William Pearson |
---|
881 | Don Gilbert |
---|
882 | Xiaoqui Huang |
---|
883 | Joe Felsenstein |
---|
884 | Michael Zuker |
---|
885 | Geert DeSoete |
---|
886 | |
---|
887 | |
---|
888 | Many thanks to all the people who have directly and |
---|
889 | indirectly helped with the ongoing support of GDE. |
---|
890 | It is only by the generosity of these people that |
---|
891 | GDE has been successful. |
---|
892 | |
---|
893 | |
---|
894 | |
---|
895 | .c.Appendix A, File Formats |
---|
896 | |
---|
897 | The currently supported file formats include GDE |
---|
898 | data files, Genbank formatted files (with type |
---|
899 | extensions), a generic flat file format, and a color |
---|
900 | mask file. |
---|
901 | |
---|
902 | GDE format |
---|
903 | GDE format is a tagged field format used for storing |
---|
904 | all available information about a sequence. The |
---|
905 | format matches very closely the GDE internal |
---|
906 | structures for sequence data. The format consists of |
---|
907 | text records starting and ending with braces ('{}'). |
---|
908 | Between the open and close braces are several tagged |
---|
909 | field lines specifying different pieces of information |
---|
910 | about a given sequence. The tag values can be |
---|
911 | wrapped with double quote characters ('""') as |
---|
912 | needed. If quotes are not used, the first whitespace |
---|
913 | delimited string is taken as the value. The allowable |
---|
914 | fields are: |
---|
915 | |
---|
916 | { |
---|
917 | name "Short name for sequence" |
---|
918 | longname "Long (more descriptive) name for |
---|
919 | sequence" |
---|
920 | sequence-ID "Unique ID number" |
---|
921 | creation-date "mm/dd/yy hh:mm:ss" |
---|
922 | direction [-1|1] |
---|
923 | strandedness [1|2] |
---|
924 | type |
---|
925 | [DNA|RNA||PROTEIN|TEXT|MASK] |
---|
926 | offset (-999999,999999) |
---|
927 | group-ID (0,999) |
---|
928 | creator "Author's name" |
---|
929 | descrip "Verbose description" |
---|
930 | comments "Lines of comments that can be |
---|
931 | fairly arbitrary |
---|
932 | text about a sequence. Return characters are allowed, |
---|
933 | but no internal |
---|
934 | double quotes or brace characters. Remember to |
---|
935 | close with a double |
---|
936 | quote" |
---|
937 | sequence |
---|
938 | "gctagctagctagctagctcttagctgtagtcgtagctgatgc |
---|
939 | tagct |
---|
940 | gatgctagctagctagctagctgatcgatgctagctgatcgtagctgacg |
---|
941 | gactgatgctagctagctagctagctgtctagtgtcgtagtgcttattgc" |
---|
942 | } |
---|
943 | |
---|
944 | Any fields that are not specified are assumed to be |
---|
945 | the default values. Offsets can be negative as well |
---|
946 | as positive. Genbank entries written out in this |
---|
947 | format will have all (") converted to ('), and all ({}) |
---|
948 | converted to ([]) to avoid confusion in the parser. |
---|
949 | Leading and trailing gaps are removed prior to |
---|
950 | writing each sequence. This format is deliberately |
---|
951 | verbose in order to be simple to duplicate. |
---|
952 | |
---|
953 | |
---|
954 | Genbank format: |
---|
955 | GDE can read a concatenated list of Genbank entries, |
---|
956 | and extract certain fields from such files. The |
---|
957 | default method for storing nucleic acid, amino acid, |
---|
958 | masking sequences or text is in Genbank format. |
---|
959 | The following fields are recognized: |
---|
960 | |
---|
961 | LOCUS: Short name for this sequence |
---|
962 | (Maximum of 32 characters) |
---|
963 | DEFINITION: Definition of sequence (Maximum |
---|
964 | of 80 characters) |
---|
965 | ORGANISM: Full name of organism |
---|
966 | (Maximum of 80 characters) |
---|
967 | AUTHORS: Authors of this sequence |
---|
968 | (Maximum of 80 characters) |
---|
969 | ACCESSION: ID Number for this sequence |
---|
970 | (Maximum of 80 characters) |
---|
971 | ORIGIN: Beginning of sequence data |
---|
972 | // End of sequence data |
---|
973 | |
---|
974 | All other lines are retained as comments. The |
---|
975 | LOCUS line also specifies what type of sequence |
---|
976 | follows. The form of this line is: |
---|
977 | |
---|
978 | LOCUS name size bp type date |
---|
979 | |
---|
980 | |
---|
981 | where name is the Genbank Locus name, size is total |
---|
982 | base count, type is one of DNA, RNA, PROTEIN, |
---|
983 | MASK, or TEXT and date is of the form dd-MON- |
---|
984 | yyyy. In this way, the standard Genbank format is |
---|
985 | extended to store all text, mask and protein data. |
---|
986 | The Genbank character set has also been extended in |
---|
987 | order to support these other data types. Valid |
---|
988 | characters are: |
---|
989 | |
---|
990 | DNA/RNA: Full IUPAC coding as |
---|
991 | well as '-' and '~' characters for alignment |
---|
992 | gaps |
---|
993 | Protein: All valid single letter |
---|
994 | codes plus '-' and '~'. Other ASCII characters |
---|
995 | may be inserted, however |
---|
996 | external functions may be confused by |
---|
997 | such characters. |
---|
998 | Mask: All legal printable ASCII |
---|
999 | characters. If used as a selection mask, all |
---|
1000 | columns containing a '0' |
---|
1001 | will be removed from any analysis. |
---|
1002 | Text: All valid ASCII |
---|
1003 | characters. |
---|
1004 | |
---|
1005 | Here is a valid Genbank entry for two E.coli |
---|
1006 | tRNA's: |
---|
1007 | |
---|
1008 | LOCUS ECOTRNT4 76 bp RNA |
---|
1009 | 28-JAN-1991 |
---|
1010 | DEFINITION E. coli (T4 infected) vulnerable tRNA |
---|
1011 | (A). |
---|
1012 | ORGANISM Escherichia coli |
---|
1013 | AUTHORS Amitsur,M., Levitz,R. and Kaufmann,G. |
---|
1014 | FEATURES From To/Span Description |
---|
1015 | tRNA 1 76 vulnerable tRNA(A) |
---|
1016 | BASE COUNT ? |
---|
1017 | ORIGIN |
---|
1018 | 1 GGGUCGUUAG CUCAGUUGGU AGAGCAGUUG |
---|
1019 | ACUUUUAAUC AAUUGGNCGC AGGUUCGAAU |
---|
1020 | 61 CCUGCACGAC CCACCA |
---|
1021 | // |
---|
1022 | LOCUS ECOTRQ1 75 bp RNA |
---|
1023 | 28-JAN-1991 |
---|
1024 | DEFINITION E.coli Gln-tRNA-1. |
---|
1025 | ORGANISM Escherichia coli |
---|
1026 | AUTHORS Yaniv,M. and Folk,W.R. |
---|
1027 | SOURCE -REFERENCE [1] JOURNAL J. Biol. |
---|
1028 | Chem. 250, 3243-3253 (1975) |
---|
1029 | FEATURES From To/Span Description |
---|
1030 | tRNA 1 75 Gln-tRNA-1 (NAR: |
---|
1031 | 0510) |
---|
1032 | refnumbr 1 1 sequence not |
---|
1033 | numbered in [1] |
---|
1034 | BASE COUNT ? |
---|
1035 | ORIGIN |
---|
1036 | 1 UGGGGUAUCG CCAAGCGGUA AGGCACCGGU |
---|
1037 | UUUUGAUACC GGCAUUCCCU GGUUCGAAUC |
---|
1038 | 61 CAGGUACCCC AGCCA |
---|
1039 | // |
---|
1040 | |
---|
1041 | |
---|
1042 | Flat file format: |
---|
1043 | This is a simplified format for importing sequence |
---|
1044 | data, and passing it out to analysis functions. Very |
---|
1045 | little information is actually retained in this format, |
---|
1046 | and should be used carefully so as not to lose |
---|
1047 | attribute information. It is defined as follow: |
---|
1048 | |
---|
1049 | type_character short_name |
---|
1050 | sequence_data |
---|
1051 | sequence_data |
---|
1052 | sequence_data |
---|
1053 | ... |
---|
1054 | |
---|
1055 | The type character is # for DNA/RNA, % for protein |
---|
1056 | sequence, @ for mask sequence, and " for text. The |
---|
1057 | short name is the same as the LOCUS line in |
---|
1058 | Genbank. This is followed by lines of sequence, |
---|
1059 | each ending with a return character.These lines are |
---|
1060 | read until the next type character is encountered, or |
---|
1061 | until the end of the file is reached. Care should be |
---|
1062 | taken in using this format with text as space |
---|
1063 | characters are stripped automatically. As of release |
---|
1064 | 2.0, flat file format allows for an optional offset to |
---|
1065 | be specified in parentheses after the sequence name. |
---|
1066 | An offset represents how many leading gap |
---|
1067 | characters should be placed before the start of a |
---|
1068 | sequence. If this offset does not exist, then it is |
---|
1069 | defined to be 0. |
---|
1070 | |
---|
1071 | Here is a sample flat file for two Ecoli tRNA's: |
---|
1072 | |
---|
1073 | #ECOTRNT4 |
---|
1074 | GGGUCGUUAGCUCAGUUGGUAGAGCAGUUGACUUUUAAUCAAUUGGNCGCAG |
---|
1075 | GUUCGAAU |
---|
1076 | CCUGCACGACCCACCA |
---|
1077 | #ECOTRQ1 |
---|
1078 | UGGGGUAUCGCCAAGCGGUAAGGCACCGGUUUUUGAUACCGGCAUUCCCUGG |
---|
1079 | UUCGAAUC |
---|
1080 | CAGGUACCCCAGCCA |
---|
1081 | |
---|
1082 | |
---|
1083 | Color mask: |
---|
1084 | The format for a color mask has been kept simple to |
---|
1085 | make implementation of color functions easy. The |
---|
1086 | format optionally defines which sequence to color, |
---|
1087 | whether or not to color alignment gaps in the |
---|
1088 | existing sequence, and how long the following mask |
---|
1089 | will be. It is then followed by a list of decimal |
---|
1090 | color codes (range 0 to 15) for each position in the |
---|
1091 | sequence. There are four keywords used in the color |
---|
1092 | mask file. Those keywords are: |
---|
1093 | |
---|
1094 | name:short name If short name |
---|
1095 | matches a currently loaded sequence, |
---|
1096 | then impose this |
---|
1097 | color mask on that sequence. If this |
---|
1098 | line is omitted, |
---|
1099 | then color all sequences this color, and the color |
---|
1100 | mask is expected |
---|
1101 | to start at the leftmost column on the screen. |
---|
1102 | |
---|
1103 | length:length The following |
---|
1104 | list in length long |
---|
1105 | |
---|
1106 | nodash: Skip over dash |
---|
1107 | characters when imposing this color mask |
---|
1108 | on the named |
---|
1109 | sequence. This allows an unaligned color |
---|
1110 | mask to be |
---|
1111 | placed over aligned sequence. |
---|
1112 | |
---|
1113 | start: Begin reading |
---|
1114 | the color mask on the next line. |
---|
1115 | |
---|
1116 | Here is a sample color mask file: |
---|
1117 | |
---|
1118 | name:test_sequence |
---|
1119 | length:10 |
---|
1120 | nodash: |
---|
1121 | start: |
---|
1122 | 3 |
---|
1123 | 3 |
---|
1124 | 3 |
---|
1125 | 6 |
---|
1126 | 5 |
---|
1127 | 3 |
---|
1128 | 3 |
---|
1129 | 3 |
---|
1130 | 2 |
---|
1131 | 7 |
---|
1132 | |
---|
1133 | The colors in the default color lookup table are: |
---|
1134 | 0 White 8 |
---|
1135 | Black |
---|
1136 | 1 Yellow 9 |
---|
1137 | Grey 1 |
---|
1138 | 2 Violet 10 |
---|
1139 | Grey 2 |
---|
1140 | 3 Red 11 |
---|
1141 | Grey 3 |
---|
1142 | 4 Aqua 12 |
---|
1143 | Grey 4 |
---|
1144 | 5 Lime Green 13 |
---|
1145 | Grey 5 |
---|
1146 | 6 Blue 14 |
---|
1147 | Grey 6 |
---|
1148 | 7 Purple 15 |
---|
1149 | White |
---|
1150 | |
---|
1151 | |
---|
1152 | |
---|
1153 | .c.Appendix B, Adding Functions |
---|
1154 | |
---|
1155 | The GDE uses a menu description language to |
---|
1156 | define what external programs it can call, and what |
---|
1157 | parameters and data to pass to each function. This |
---|
1158 | language allows users to customize their own |
---|
1159 | environment to suite individual needs. |
---|
1160 | |
---|
1161 | The following is how the GDE handles external |
---|
1162 | programs when selected from a menu: |
---|
1163 | |
---|
1164 | |
---|
1165 | |
---|
1166 | |
---|
1167 | |
---|
1168 | Each step in this process is described in a file |
---|
1169 | .GDEmenus in the user's current or home directory. |
---|
1170 | |
---|
1171 | The language used in this file describes three phases |
---|
1172 | to an external function call. The first phase |
---|
1173 | describes the menu item as it will appear, and the |
---|
1174 | Unix command line that is actually run when it is |
---|
1175 | selected. The second phase describes how to prompt |
---|
1176 | for the parameters needed by the function. The third |
---|
1177 | phase describes what data needs to be passed as |
---|
1178 | input to the external function, and what data (if any) |
---|
1179 | needs to be read back from its output. |
---|
1180 | |
---|
1181 | The form of the language is a simple keyword/value |
---|
1182 | list delimited by the colon (:) character. The |
---|
1183 | language retains old values until new ones are set. |
---|
1184 | For example, setting the menu name is done once for |
---|
1185 | all items in that menu, and is only reset when the |
---|
1186 | next menu is reached. |
---|
1187 | |
---|
1188 | The keywords for phase one are: |
---|
1189 | |
---|
1190 | menu:menu name |
---|
1191 | Name of current menu |
---|
1192 | item:item name |
---|
1193 | Name of current menu item |
---|
1194 | itemmeta:meta_key |
---|
1195 | Meta key equivalence (quick keys) |
---|
1196 | itemhelp:help_file |
---|
1197 | Help file (either full path, or in |
---|
1198 | |
---|
1199 | GDE_HELP_DIR) |
---|
1200 | itemmethod:Unix command |
---|
1201 | |
---|
1202 | The item method command is a bit more involved, it |
---|
1203 | is the Unix command that will actually run the |
---|
1204 | external program intended. It is one line long, and |
---|
1205 | can be up to 256 characters in length. It can have |
---|
1206 | embedded variable names (starting with a '$') that |
---|
1207 | will be replaced with appropriate values later on. It |
---|
1208 | can consist of multiple Unix commands separated by |
---|
1209 | semi-colons (;), and may contain shell scripts and |
---|
1210 | background processes as well as simple command |
---|
1211 | names. Examples will be given later. |
---|
1212 | |
---|
1213 | The keywords for phase two are: |
---|
1214 | |
---|
1215 | arg:argument_variable_name |
---|
1216 | Name of this variable. It will |
---|
1217 | appear |
---|
1218 | |
---|
1219 | in the itemmethod: line with a |
---|
1220 | dollar |
---|
1221 | |
---|
1222 | sign ($) in front of it. |
---|
1223 | argtype:slider,chooser,choice_menu or text |
---|
1224 | The type of graphic object |
---|
1225 | |
---|
1226 | representing this argument. |
---|
1227 | |
---|
1228 | arglabel:descriptive label |
---|
1229 | A short description of what this |
---|
1230 | |
---|
1231 | argument represents |
---|
1232 | |
---|
1233 | argmin:minimum_value (integer) |
---|
1234 | Used for sliders. |
---|
1235 | |
---|
1236 | argmax:maximum_value (integer) |
---|
1237 | Used for sliders. |
---|
1238 | |
---|
1239 | argvalue:default_value (integer) |
---|
1240 | It is the numeric value associated |
---|
1241 | with |
---|
1242 | |
---|
1243 | sliders or the default choice in |
---|
1244 | |
---|
1245 | choosers, choice_menus, and |
---|
1246 | choice_lists |
---|
1247 | |
---|
1248 | (the first choice is 0, the second is |
---|
1249 | 1 etc.) |
---|
1250 | |
---|
1251 | argtext:default value |
---|
1252 | Used for text fields. |
---|
1253 | |
---|
1254 | argchoice:displayed value:passed value |
---|
1255 | Used for choosers and |
---|
1256 | |
---|
1257 | choice_menus. The first value is |
---|
1258 | |
---|
1259 | displayed on screen, and the |
---|
1260 | second |
---|
1261 | |
---|
1262 | value is passed to the itemmethod |
---|
1263 | |
---|
1264 | line. |
---|
1265 | |
---|
1266 | The keywords for phase three are as follows: |
---|
1267 | |
---|
1268 | in:input_file |
---|
1269 | GDE will replace this name with a |
---|
1270 | |
---|
1271 | randomly generated temporary file |
---|
1272 | |
---|
1273 | name. It will then write the |
---|
1274 | selected |
---|
1275 | |
---|
1276 | data out to this file. |
---|
1277 | |
---|
1278 | informat:file_format |
---|
1279 | Write data to this file for input to |
---|
1280 | |
---|
1281 | this function. Currently support |
---|
1282 | |
---|
1283 | values are Genbank, and flat. |
---|
1284 | inmask: |
---|
1285 | This data can be controlled by a |
---|
1286 | |
---|
1287 | selection mask. |
---|
1288 | |
---|
1289 | insave: |
---|
1290 | Do not remove this file after |
---|
1291 | running |
---|
1292 | |
---|
1293 | the external function. This is |
---|
1294 | useful |
---|
1295 | |
---|
1296 | for functions put in the |
---|
1297 | background. |
---|
1298 | |
---|
1299 | out:output_file |
---|
1300 | GDE will replace this name with a |
---|
1301 | |
---|
1302 | randomly generated temporary file |
---|
1303 | |
---|
1304 | name. It is up to the external |
---|
1305 | function |
---|
1306 | |
---|
1307 | to fill this file with any results |
---|
1308 | that |
---|
1309 | |
---|
1310 | might be read back into the GDE. |
---|
1311 | |
---|
1312 | outformat:file_format |
---|
1313 | The data in the output file will be |
---|
1314 | in |
---|
1315 | |
---|
1316 | this format. Currently support |
---|
1317 | |
---|
1318 | values are colormask, Genbank, |
---|
1319 | and |
---|
1320 | |
---|
1321 | flat. |
---|
1322 | |
---|
1323 | outsave: |
---|
1324 | Do not remove this file after |
---|
1325 | reading. |
---|
1326 | |
---|
1327 | This is useful for background |
---|
1328 | tasks. |
---|
1329 | |
---|
1330 | outoverwrite: |
---|
1331 | Overwrite existing sequences in |
---|
1332 | the current |
---|
1333 | |
---|
1334 | GDE window. Currently |
---|
1335 | supported with |
---|
1336 | |
---|
1337 | "gde" format only. |
---|
1338 | |
---|
1339 | |
---|
1340 | |
---|
1341 | Here is a sample dialog box, and it's entry in the |
---|
1342 | .GDEmenus file: |
---|
1343 | |
---|
1344 | |
---|
1345 | |
---|
1346 | |
---|
1347 | Using the default parameters given in the dialog |
---|
1348 | box, the executed Unix command line would be: |
---|
1349 | |
---|
1350 | (tr '[a-z]' '[A-Z]' < .gde_001 >.gde_001.tmp ; mv |
---|
1351 | .gde_001.tmp CAPS ; gde CAPS -Wx medium ; rm |
---|
1352 | .gde_001 ) & |
---|
1353 | |
---|
1354 | where .gde_001 is the name of the temporary file |
---|
1355 | generated by the GDE which contains the selected |
---|
1356 | sequences in flat file format. Since the GDE runs |
---|
1357 | this command in the background ('&' at the end) it |
---|
1358 | is necessary to specify the insave: line, and to |
---|
1359 | remove all temporary files manually. There is no |
---|
1360 | output file specific because the data is not loaded |
---|
1361 | back into the current GDE window, but rather a new |
---|
1362 | GDE window is opened on the file. A simpler |
---|
1363 | command that reloads the data after conversion |
---|
1364 | might be: |
---|
1365 | |
---|
1366 | item:All caps |
---|
1367 | itemmethod:tr '[a-z]' '[A-Z]' <INPUT > OUTPUT |
---|
1368 | |
---|
1369 | in:INPUT |
---|
1370 | informat:flat |
---|
1371 | |
---|
1372 | out:OUTPUT |
---|
1373 | outformat:flat |
---|
1374 | |
---|
1375 | In this example, no arguments are specified, and so |
---|
1376 | no dialog box will appear. The command is not run |
---|
1377 | in the background, so the GDE can clean up after |
---|
1378 | itself automatically. The converted sequence is |
---|
1379 | automatically loaded back into the current GDE |
---|
1380 | window. |
---|
1381 | |
---|
1382 | In general, the easiest type of program to integrate |
---|
1383 | into the GDE is a program completely driven from a |
---|
1384 | Unix command line. Interactive programs can be |
---|
1385 | tied in (MFOLD for example), however shell scripts |
---|
1386 | must be used to drive the parameter entry for these |
---|
1387 | programs. Programs of the form: |
---|
1388 | |
---|
1389 | program_name -a1 argument1 -a2 arguement2 -f |
---|
1390 | inputfile -er errorfile > outputfile |
---|
1391 | |
---|
1392 | can be specified in the .GDEmenus file directly. As |
---|
1393 | this is the general form of most one Unix commands, |
---|
1394 | these tend to be simpler to implement under the |
---|
1395 | GDE. |
---|
1396 | |
---|
1397 | As functions grow in complexity, they may begin to |
---|
1398 | need a user interface of their own. In these cases, the |
---|
1399 | command line calling arguments are still necessary |
---|
1400 | in order to allow the GDE to hand them the |
---|
1401 | appropriate data, and possible retrieve results after |
---|
1402 | some external manipulation. |
---|
1403 | |
---|
1404 | |
---|
1405 | .c.Appendix C, External functions |
---|
1406 | |
---|
1407 | ClustalV - Cluster multiple sequence alignment |
---|
1408 | |
---|
1409 | Author: Des Higgins. |
---|
1410 | |
---|
1411 | Reference: Higgins,D.G. Bleasby,A.J. and |
---|
1412 | Fuchs,R. (1991) CLUSTAL V: improved software |
---|
1413 | for multiple sequence alignment. |
---|
1414 | ms. submitted to CABIOS |
---|
1415 | |
---|
1416 | Parameters: |
---|
1417 | k-tuple pairwise search Word |
---|
1418 | size for pairwise comparisons |
---|
1419 | Window size Smaller |
---|
1420 | values give faster alignments, |
---|
1421 | larger |
---|
1422 | values are more sensitive. |
---|
1423 | Transitions weighted Can |
---|
1424 | weight transitions twice as high as |
---|
1425 | |
---|
1426 | transversions (DNA only). |
---|
1427 | Fixed gap penalty Gap |
---|
1428 | insertion penalty, lower value, more gaps |
---|
1429 | Floating gap penalty Gap |
---|
1430 | extension penalty, lower value, longer gaps |
---|
1431 | |
---|
1432 | |
---|
1433 | |
---|
1434 | Comments: |
---|
1435 | ClustalV is a directed multiple |
---|
1436 | sequence alignment algorithm that |
---|
1437 | aligns a set of sequences based on |
---|
1438 | their level of similarity. It first |
---|
1439 | uses a Lipman Peasron pairwise |
---|
1440 | similarity scoring to find "clusters" |
---|
1441 | of similar sequences, and pre- |
---|
1442 | aligns those sequences. It then adds |
---|
1443 | other sequences to the alignment |
---|
1444 | in the order of their similarity so as |
---|
1445 | to produce the cleanest alignment. |
---|
1446 | |
---|
1447 | Warning: ClustalV only uses |
---|
1448 | unambiguous character codes. It will also |
---|
1449 | convert all sequences to upper case |
---|
1450 | in the process of aligning. Clustal |
---|
1451 | does not pass back comments, |
---|
1452 | author etc. Be sure to keep copies of your |
---|
1453 | sequences if you do not wish to |
---|
1454 | lose this information. |
---|
1455 | |
---|
1456 | |
---|
1457 | MFOLD - RNA secondary prediction |
---|
1458 | |
---|
1459 | Author: Michael Zuker |
---|
1460 | |
---|
1461 | Reference: M. Zuker |
---|
1462 | On Finding All Suboptimal |
---|
1463 | Foldings of an RNA Molecule. |
---|
1464 | Science, 244, 48-52, (1989) |
---|
1465 | |
---|
1466 | J. A. Jaeger, D. H. Turner and M. |
---|
1467 | Zuker |
---|
1468 | Improved Predictions of |
---|
1469 | Secondary Structures for RNA. |
---|
1470 | Proc. Natl. Acad. Sci. USA, |
---|
1471 | BIOCHEMISTRY, 86, 7706-7710, (1989) |
---|
1472 | |
---|
1473 | J. A. Jaeger, D. H. Turner and M. |
---|
1474 | Zuker |
---|
1475 | Predicting Optimal and |
---|
1476 | Suboptimal Secondary Structure for RNA. |
---|
1477 | in "Molecular Evolution: |
---|
1478 | Computer Analysis of Protein and |
---|
1479 | Nucleic Acid Sequences", R. F. |
---|
1480 | Doolittle ed. |
---|
1481 | Methods in Enzymology, 183, |
---|
1482 | 281-306 (1989) |
---|
1483 | |
---|
1484 | Parameters: |
---|
1485 | Linear/circular RNA fold |
---|
1486 | ct File to save results |
---|
1487 | |
---|
1488 | Comments: |
---|
1489 | MFOLD passes it's output to a |
---|
1490 | program Zuk_to_gen that translates the secondary |
---|
1491 | structure prediction to a nested |
---|
1492 | bracket ([]) notation. This notation can then be |
---|
1493 | used |
---|
1494 | in the Highlight Helix, and Draw |
---|
1495 | Secondary structure (LoopTool) functions. |
---|
1496 | |
---|
1497 | MFOLD currently does not |
---|
1498 | support much in the way of additional parameters. |
---|
1499 | We hope to have all additional |
---|
1500 | parameters available soon. |
---|
1501 | |
---|
1502 | |
---|
1503 | Blast - Basic Local Alignment Search Tool |
---|
1504 | |
---|
1505 | Reference: |
---|
1506 | Karlin, Samuel and Stephen F. |
---|
1507 | Altschul (1990). Methods for |
---|
1508 | assessing the statistical |
---|
1509 | significance of molecular sequence |
---|
1510 | features by using general scoring |
---|
1511 | schemes, Proc. Natl. Acad. |
---|
1512 | Sci. USA 87:2264-2268. |
---|
1513 | |
---|
1514 | Altschul, Stephen F., Warren Gish, |
---|
1515 | Webb Miller, Eugene W. |
---|
1516 | Myers, and David J. Lipman |
---|
1517 | (1990). Basic local alignment |
---|
1518 | search tool, J. Mol. Biol. |
---|
1519 | 215:403-410. |
---|
1520 | |
---|
1521 | Altschul, Stephen F. (1991). |
---|
1522 | Amino acid substitution |
---|
1523 | matrices from an information |
---|
1524 | theoretic perspective. J. Mol. |
---|
1525 | Biol. 219:555-565. |
---|
1526 | |
---|
1527 | |
---|
1528 | |
---|
1529 | Parameters: |
---|
1530 | Which Database Which |
---|
1531 | nucleic or amino acid database |
---|
1532 | to |
---|
1533 | search. |
---|
1534 | |
---|
1535 | Word Size Length |
---|
1536 | of initial hit. after locating a match of |
---|
1537 | this |
---|
1538 | length, alignment extension is attempted. |
---|
1539 | Blastn |
---|
1540 | Match score Score |
---|
1541 | for matches in secondary alignment extension |
---|
1542 | Mismatch score Score |
---|
1543 | for mismatches in secondary alignment extension |
---|
1544 | |
---|
1545 | Blastx, tblastn, blastp, blast3 |
---|
1546 | Substitution Matrix |
---|
1547 | PAM120 or PAM250 |
---|
1548 | |
---|
1549 | |
---|
1550 | Comments: The report is loaded into |
---|
1551 | a text editor. This should be saved as a new file |
---|
1552 | as the default file is |
---|
1553 | removed after execution. The latest version of blast |
---|
1554 | can |
---|
1555 | be obtained via |
---|
1556 | anonymous ftp to ncbi.nlm.nih.gov. |
---|
1557 | |
---|
1558 | |
---|
1559 | |
---|
1560 | |
---|
1561 | FastA - Similarity search |
---|
1562 | |
---|
1563 | Reference: |
---|
1564 | W. R. Pearson and D. J. Lipman |
---|
1565 | (1988), |
---|
1566 | "Improved Tools for Biological |
---|
1567 | Sequence Analysis", PNAS 85:2444-2448 |
---|
1568 | |
---|
1569 | W. R. Pearson (1990) "Rapid |
---|
1570 | and Sensitive Sequence |
---|
1571 | Comparison with FASTP and |
---|
1572 | FASTA" Methods in Enzymology 183:63-98 |
---|
1573 | |
---|
1574 | Parameters: |
---|
1575 | Database |
---|
1576 | Which database to search |
---|
1577 | Number of alignments to report |
---|
1578 | SMATRIX |
---|
1579 | Which similarity matrix to use |
---|
1580 | |
---|
1581 | |
---|
1582 | Comments: |
---|
1583 | The FastA package includes |
---|
1584 | several additional programs for pairwise alignment. |
---|
1585 | We have only included a bare |
---|
1586 | bones link to FastA. We hope to include a more |
---|
1587 | complete setup for the actual 2.2 |
---|
1588 | release. |
---|
1589 | |
---|
1590 | |
---|
1591 | |
---|
1592 | |
---|
1593 | Assemble Contigs - CAP Contig Assembly Program |
---|
1594 | |
---|
1595 | Author - Xiaoqiu Huang |
---|
1596 | Department of Computer Science |
---|
1597 | Michigan Technological |
---|
1598 | University |
---|
1599 | Houghton, MI 49931 |
---|
1600 | E-mail: huang@cs.mtu.edu |
---|
1601 | |
---|
1602 | Minor modifications for I/O by S. |
---|
1603 | Smith |
---|
1604 | |
---|
1605 | Reference - |
---|
1606 | "A Contig Assembly Program |
---|
1607 | Based on Sensitive Detection of |
---|
1608 | Fragment Overlaps" (submitted to |
---|
1609 | Genomics, 1991) |
---|
1610 | |
---|
1611 | Parameters: |
---|
1612 | Minimum overlap |
---|
1613 | Number of bases required for overlap |
---|
1614 | Percent match within overlap |
---|
1615 | Percentage match required in the overlap |
---|
1616 | |
---|
1617 | region before merge is alowwed. |
---|
1618 | |
---|
1619 | Comments: |
---|
1620 | |
---|
1621 | CAP returns the aligned sequences |
---|
1622 | to the current editor window. The sequences are |
---|
1623 | placed into contigs by setting the |
---|
1624 | groupid. Cap does not change the order of the |
---|
1625 | sequences, and so the results |
---|
1626 | should be sorted by group and offset (see sort under |
---|
1627 | the |
---|
1628 | Edit menu). |
---|
1629 | |
---|
1630 | |
---|
1631 | Lsadt - Least squares additive tree analysis |
---|
1632 | |
---|
1633 | Author: Geert De Soete, 'C' implementation by Mike |
---|
1634 | Maciukenas University of Illinois |
---|
1635 | |
---|
1636 | Reference:LSADT, 1983 Psychometrika, 1984 |
---|
1637 | Quality and Quantity |
---|
1638 | |
---|
1639 | Parameters: |
---|
1640 | Distance correction to use in |
---|
1641 | distance matrix calculations (see count below). |
---|
1642 | What should be used for initial |
---|
1643 | parameters estimates |
---|
1644 | Random number seed |
---|
1645 | Display method (See TreeTool |
---|
1646 | below) |
---|
1647 | |
---|
1648 | Comments: |
---|
1649 | The program has been rewritten in |
---|
1650 | 'C' and will be included with the rRNA Database |
---|
1651 | phylogenetic package being |
---|
1652 | written at the University of Illinois Department of |
---|
1653 | Microbiology. |
---|
1654 | |
---|
1655 | Count is a short program to |
---|
1656 | calculate a distance matrix from a sequence |
---|
1657 | alignment (see below). |
---|
1658 | |
---|
1659 | |
---|
1660 | |
---|
1661 | Count - Distance matrix calculator |
---|
1662 | |
---|
1663 | Author: Steven Smith |
---|
1664 | |
---|
1665 | Parameters: |
---|
1666 | Correction method |
---|
1667 | Currently Jukes-Cantor or none |
---|
1668 | Include dashed columns |
---|
1669 | Match upper case to lower |
---|
1670 | |
---|
1671 | |
---|
1672 | Comments: |
---|
1673 | Passes back a distance matrix in a |
---|
1674 | format readable by LSADT. |
---|
1675 | |
---|
1676 | |
---|
1677 | |
---|
1678 | |
---|
1679 | Treetool - Tree drawing/manipulation |
---|
1680 | |
---|
1681 | Author: Michael Maciukenas, University of Illinois |
---|
1682 | |
---|
1683 | Comments: |
---|
1684 | See included documentation for |
---|
1685 | TreeTool usage. |
---|
1686 | |
---|
1687 | |
---|
1688 | |
---|
1689 | Readseq - format conversion program |
---|
1690 | |
---|
1691 | Author: Don Gilbert |
---|
1692 | |
---|
1693 | Parameters: Many, but can easily be run in |
---|
1694 | interactive mdoe. |
---|
1695 | |
---|
1696 | Comments: |
---|
1697 | Readseq is a very useful program |
---|
1698 | for format conversion. The latest versionsupports |
---|
1699 | over a |
---|
1700 | dozen different file formats, as |
---|
1701 | well as formating capabilities for publication. GDE |
---|
1702 | makes |
---|
1703 | of Readseq for importing and |
---|
1704 | exporting seqeuences as well as a filtering tool to |
---|
1705 | some |
---|
1706 | external functions. |
---|
1707 | |
---|
1708 | |
---|
1709 | |
---|
1710 | |
---|
1711 | Lsadt - Least squares additive tree analysis |
---|
1712 | |
---|
1713 | Author: Geert De Soete, 'C' implementation by Mike |
---|
1714 | Maciukenas University of Illinois |
---|
1715 | |
---|
1716 | Reference:LSADT, 1983 Psychometrika, 1984 |
---|
1717 | Quality and Quantity |
---|
1718 | |
---|
1719 | Parameters: |
---|
1720 | Distance correction to use in |
---|
1721 | distance matrix calculations (see count below). |
---|
1722 | What should be used for initial |
---|
1723 | parameters estimates |
---|
1724 | Random number seed |
---|
1725 | Display method (See TreeTool |
---|
1726 | below) |
---|
1727 | |
---|
1728 | Comments: |
---|
1729 | The program has been rewritten in |
---|
1730 | 'C' and will be included with the rRNA Database |
---|
1731 | phylogenetic package being |
---|
1732 | written at the University of Illinois Department of |
---|
1733 | Microbiology. |
---|
1734 | |
---|
1735 | Count is a short program to |
---|
1736 | calculate a distance matrix from a sequence |
---|
1737 | alignment (see below). |
---|
1738 | |
---|
1739 | |
---|
1740 | |
---|
1741 | Count - Distance matrix calculator |
---|
1742 | |
---|
1743 | Author: Steven Smith |
---|
1744 | |
---|
1745 | Parameters: |
---|
1746 | Correction method |
---|
1747 | Currently Jukes-Cantor or none |
---|
1748 | Include dashed columns |
---|
1749 | Match upper case to lower |
---|
1750 | |
---|
1751 | |
---|
1752 | Comments: |
---|
1753 | Passes back a distance matrix in a |
---|
1754 | format readable by LSADT. |
---|
1755 | |
---|
1756 | |
---|
1757 | |
---|
1758 | Copyright Notice |
---|
1759 | |
---|
1760 | The Genetic Data Environment (GDE) software and |
---|
1761 | documentation are not in the public domain. |
---|
1762 | Portions of this code are owned and copyrighted by |
---|
1763 | the The Board of Trustees of the University of |
---|
1764 | Illinois and by Steven Smith. External functions |
---|
1765 | used by GDE are the proporty of, their respective |
---|
1766 | authors. This release of the GDE program and |
---|
1767 | documentation may not be sold, or incorporated into |
---|
1768 | a commercial product, in whole or in part without |
---|
1769 | the expressed written consent of the University of |
---|
1770 | Illinois and of its author, Steven Smith. |
---|
1771 | |
---|
1772 | All interested parties may redistribute the GDE as |
---|
1773 | long as all copies are accompanied by this |
---|
1774 | documentation, and all copyright notices remain |
---|
1775 | intact. Parties interested in redistribution must do |
---|
1776 | so on a non-profit basis, charging only for cost of |
---|
1777 | media. Modifications to the GDE core editor should |
---|
1778 | be forwarded to the author Steven Smith. External |
---|
1779 | programs used by the GDE are copyright by, and are |
---|
1780 | the property of their respective authors unless |
---|
1781 | otherwise stated. |
---|
1782 | |
---|
1783 | |
---|
1784 | While all attempts have been made to insure the |
---|
1785 | integrity of these programs: |
---|
1786 | |
---|
1787 | Disclaimer |
---|
1788 | |
---|
1789 | THE UNIVERSITY OF ILLINOIS, HARVARD |
---|
1790 | UNIVERSITY AND THE AUTHOR, STEVEN |
---|
1791 | SMITH GIVE NO WARRANTIES, EXPRESSED |
---|
1792 | OR IMPLIED FOR THE SOFTWARE AND |
---|
1793 | DOCUMENTATION PROVIDED, INCLUDING, |
---|
1794 | BUT NOT LIMITED TO WARRANTY OF |
---|
1795 | MERCHANTABILITY AND WARRANTY OF |
---|
1796 | FITNESS FOR A PARTICULAR PURPOSE. |
---|
1797 | User understands the software is a research tool for |
---|
1798 | which no warranties as to capabilities or accuracy are |
---|
1799 | made, and user accepts the software "as is." User |
---|
1800 | assumes the entire risk as to the results and |
---|
1801 | performance of the software and documentation. The |
---|
1802 | above parties cannot be held liable for any direct, |
---|
1803 | indirect, consequential or incidental damages with |
---|
1804 | respect to any claim by user or any third party on |
---|
1805 | account of, or arising from the use of software and |
---|
1806 | associated materials. This disclaimer covers both the |
---|
1807 | GDE core editor and all external programs used by |
---|
1808 | the GDE. |
---|
1809 | |
---|
1810 | Required field |
---|
1811 | |
---|
1812 | |
---|
1813 | |
---|