Code Search for Developers
 
 
  

config_help.html from Re-searcher at Krugle


Show config_help.html syntax highlighted

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="content-type">
  <title>Re-Searcher Configuration Help</title>
  <link rel="stylesheet" type="text/css" href="/Researcher/css/researcher.css"/>
  <style type="text/css">
    .help_title {
      display: block;
    	font: 16px Arial, Helvetica, sans-serif;
    	color: #99CC66;
    	line-height:normal;
    	letter-spacing:0.21em;
    	padding-bottom: 0px;
      margin-bottom: 5px;
      margin-top: 10px;
      margin-left: 5px;
    }

  .help_file{
    text-align: justify;
  }

  a {
  	color: #993300;
  	}
  	
  a:hover {
  	color: #5C743D;
  	}

  .navText{
  	font: 11px Arial, Helvetica, sans-serif;
  	color: #003366;
  	line-height:16px;
  	letter-spacing:.1em;
  	text-decoration: none;
  }

.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:normal;
	letter-spacing:0.21em;
	padding-bottom: 0px;
	}
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
  margin-left: 5px;
	}
  </style>
</head>

<body bgcolor="#F4FFE4">

<p class="navText"><strong>Contents</strong></p>

<ol>
<li class="navText"><a href="#psiblastOptsHelp">Psiblast Server Options</a></li>
<li class="navText"><a href="#emailOptsHelp">Email Notification Options</a></li>
<li class="navText"><a href="#otherOptsHelp">Other Options</a></li>
<li class="navText"><a href="#AddNewDatabaseHelp">Add new database</a></li>
</ol>


<div class="help_file">
<a class="help_title" name="psiblastOptsHelp">1. Psiblast Server Options</a>

     <div class="bodyText">
          <p align="justify">You acquire the ability to perform periodical searches on your own server if you configure local psiblast server. If you do not need this ability just leave all the form fields blank. </p>
          <p align="justify">For the system to execute psiblast searches on your server, ssh server software must be installed there. Also the following options must be configured on Re-searcher:</p>
          <div align="justify">
            <ul>
              <li> Blast Server Hostname or IP address: Your server's address.</li>
              <li> Blast Server SSH Username: Username that will be used to connect to the server and perform psiblast searches.</li>
              <li> Blast Server SSH Password: You need to specify password that will be used to connect to the blast server. IMPORTANT NOTE: sometimes password authentication is disabled on ssh servers for security reasons. In that case, leave this field empty and use public key authentication. </li>
              <li> Path to the Private Key File on the Web Server: Fill this field and leave  'Blast Server SSH Password' field empty if you use public key authentication. This field must contain the path to the private key, for instance, 'c:\documents\private.ppk' </li>

              <li> Passphrase for the Private Key: if there is no passphrase or you do not use public key authentication leave this field blank.</li>
              <li> Command Used to Invoke Psiblast: path to the psiblast executable, for instance '/usr/local/blast/bin/blastpgp'</li>
              <li> Command Used to Invoke Fastacmd: path to the fastacmd executable, for instance  '/usr/local/blast/bin/blastpgp'</li>
              <li> Path for Temporary File Storage: folder for temporary files on blast server, for instance: /tmp/ </li>
              <li> Number of Processors to Use for Blast: enter the number of processors you have or want to use on blast server. </li>
            </ul>
     </div>
</span>

<a class="help_title" name="emailOptsHelp">2. Email Notification Options</a>

<div class="bodyText">
		  <p align="justify"> Email notification options must be configured in order to allow email notifications on new hits.</p>
          <div align="justify">
            <ul>
              <li> SMTP Hostname: this address is used to send emails after new hits were found. </li>
              <li> Email From: When user gets notification he sees this email as a sender of the message.</li>
              <li> Application Link (Needed to Generate a Link to a Hit List): If you fill this field, users will get the link to the hits list on their emails. It is a very convenient, because user can view new hits at once, without logging in. Usually what you fill will be 'http://localhost:8080/Researcher/app'. You can also leave this field blank, then emails will not contain the link to the hits list.</li>
            </ul>
          </div>
</div>

<a class="help_title" name="otherOptsHelp">3. Other Options</a>

<div class="bodyText">
	Allow User Registration: if this field is set on, 'Create new user' link appears on the login page so users can register themselves.
</div>

<a class="help_title" name="AddNewDatabaseHelp">4. Add new database</a>

<div class="bodyText">
	<p align="justify">To allow searches on a local server psiblast databases have to be entered here. To add a new database enter the name of the database and a path to the fields at the bottom of the configuration page and press add. For instance name can be: 'NR', path: '/usr/local/blast/data/nr'. It is possible to see all the databases in the table on the bottom right.</p>
</div>

</div>

</body>
</html>





See more files for this project here

Re-searcher

Re-searcher is the system for recurrent psiblast searches. It enables timely detection of new proteins on the protein sequence databases. Searches can be done on a local server or at NCBI. It has a user-friendly web interface.

Project homepage: http://sourceforge.net/projects/researcher
Programming language(s): Java,XML
License: other

  config_help.html
  help.html