tag) function generic() { translate(); }; //setup onload function if(typeof window.addEventListener != 'undefined') { //.. gecko, safari, konqueror and standard window.addEventListener('load', generic, false); } else if(typeof document.addEventListener != 'undefined') { //.. opera 7 document.addEventListener('load', generic, false); } else if(typeof window.attachEvent != 'undefined') { //.. win/ie window.attachEvent('onload', generic); } //** remove this condition to degrade older browsers else { //.. mac/ie5 and anything else that gets this far //if there's an existing onload function if(typeof window.onload == 'function') { //store it var existing = onload; //add new onload handler window.onload = function() { //call existing onload function existing(); //call generic onload function generic(); }; } else { //setup onload function window.onload = generic; } } Bioinformatics arena: Visualization software: Discovery Studio Visualizer

Saturday, July 29, 2006

Visualization software: Discovery Studio Visualizer

With DS Visualizer, you can visualize and share molecular information in a clear and consistent way, and in a wide variety of industry-standard formats. You can also create high quality graphics. DS Visualizer runs on both Windows 2000 and XP and the Red Hat Enterprise Linux operating system, versions 3.0 and 4.0.

http://www.accelrys.com/products/downloads/ds_visualizer/index.html

[+/-] show/hide this post  

0 Comments:

Post a Comment

<< Home