function newWindow(url) { window.open(url, "sideWin", 'toolbar=no,location=no,scrollbars=yes,resizable=yes') } function newWindow2(url) { window.open(url, "sideWin2", 'toolbar=yes,location=yes,scrollbars=yes,statusbar=yes,menubar=yes,resizable=yes,personalbar=yes') } function subgif(form, addEl) { form.elements[form.elements.length-1].name = addEl form.submit() } function printText(str){ var ie4 = (document.all) ? true : false; var nn4 = (document.layers) ? true : false; mydiv = (ie4) ? div1 : eval(document.who); if (ie4){ mydiv.innerHTML = str } else if (nn4) { layer = document.layers['layer1'] doc = layer.document; anchor = document.layerAnchor layer.x = anchor.x layer.y = anchor.y layer.visibility = "show" doc.open('text/html') doc.write(str) doc.close(); } }
       
SRS Users Manual
Introduction to SRS
SRS Sessions
Querying With SRS
Linking
Views
Applications
  6.1  Introducing Applications
  6.2  Using Applications
Command Line SRS
The SRS Query Language 
6.2 Using Applications
  This section contains a tutorial for working with applications in SRS.
 
 
  1. Query EMBL for the entry with the accession number "M18415".
  • If you need help with this go to the "Querying" chapter.
  1. Select the applications drop-down menu from the "Entry List" page.
  • The list of applications for DNA sequences is shown in figure 1.
FIGURE 1. Select an Application to run.
  1. Click an application name.
  • For this example click "BlastN".
  1. Click the "Launch" button.
  • This brings up the "Application Launch" page. See figure 2.
FIGURE 2. Application Launch Page.
  1. Click the "Launch" button.
  • Use the default settings for the application invocation. This will bring up the "Application Invocation" page, shown in figure 3.
FIGURE 3. Application Invocation Page.
  • When the "Application Invocation" page finishes loading the "Entry List" page will be displayed. See figure 4.
FIGURE 4. Application Results.
  • Click the hyperlink for one of the entries to examine the results of the application or apply one of the applications views.
FIGURE 5. Application Results.
Note: If you need help with the options in the "Application Launch" page click the option name hyperlink. You will see a description for the option as well as valid fields hen appropriate.
SRS 6.0.7.3