<tocitem text="Jalview Documentation" target="home" expand="true" >
<tocitem text="What's new" target="new" expand="true">
<tocitem text="Enhanced Jmol/Jalview interaction" target="pdbjmol"/>
- <tocitem text="Sequence Harmony Multi-Relief Analysis" target="shmrws"/>
+ <tocitem text="Multi-Harmony Alignment Analysis" target="shmrws"/>
<tocitem text="Jalview News Reader" target="newsreader"/>
<tocitem text="Sort alignments associated with tree" target="treeviewer"/>
<tocitem text="Default Annotation preferences" target="colours.annotation"/>
<tocitem text="Multiple Alignment Subjobs" target="msaservice"/>
</tocitem>
<tocitem text="Secondary Structure Prediction" target="jnet"/>
- <tocitem text="Sequence Harmony Multi-Relief Analysis" target="shmrws"/>
+ <tocitem text="Multi-Harmony Alignment Analysis" target="shmrws"/>
<tocitem text="Sequence Retrieval" target="seqfetch"/>
<tocitem text="Database Reference Retrieval" target="dbreffetcher"/>
<tocitem text="DAS Feature Retrieval" target="das.viewing"/>
</ul></li>
<li><strong>Analysis</strong><br />
<ul>
- <li><strong>Sequence Harmony Multi-Relief</strong><br> <em>Performs
+ <li><strong>Multi-Harmony</strong><br> <em>Performs
functional residue analysis on a protein family alignment with
sub-families defined on it. See the <a
- href="../webServices/shmr.html">SHMR client</a> entry for more
+ href="../webServices/shmr.html">Multi-Harmony service</a> entry for more
information.</em>
</li>
</ul></li>
</ul></li>
<li><strong>Analysis</strong><br />
<ul>
- <li><strong>Sequence Harmony Multi-Relief</strong><br> <em>Performs
+ <li><strong>Multi-Harmony</strong><br> <em>Performs
functional residue analysis on a protein family alignment with
sub-families defined on it. See the <a
- href="../webServices/shmr.html">SHMR client</a> entry for more
+ href="../webServices/shmr.html">Multi-Harmony service</a> entry for more
information.</em>
</li>
</ul></li>
<li>Jalview SOAP Web Services for <a href="jnet.html">secondary
structure prediction</a> based at the University of Dundee.</li>
<li>Services for alignment analysis, such as <a
- href="shmr.html">Sequence Harmony Multi Relief</a>.
+ href="shmr.html">Multi-Harmony</a>.
<li>Services for submitting IDs and sequences to external
bioinformatics services such as Envision2 (see <a href="#envision2">below</a>).</li>
</ul>
<strong>Functional residue analysis with Sequence Harmony and
Multi-Relief</strong>
<p>
- The Sequence Harmony and Multi-Relief (SHMR) service (<a
+ The Multi-Harmony (a.k.a. Sequence Harmony and Multi-Relief, or SHMR) service (<a
href="#shmrref">Brandt, Feenstra and Heringa, 2010</a>) available
from the <em>Analysis</em> sub-menu of the alignment window's web
services menu provides a method for the identification of significant
of the alignment. Once submitted, a job progress window will display
status information about your job, including a URL which allows you to
visit the status page on the
- <a href="http://www.ibi.vu.nl/programs/shmrwww/">IBIVU SHMR server</a>.
+ <a href="http://zeus.few.vu.nl/programs/shmrwww/">IBIVU SHMR server</a>.
</p>
<p>When the job is complete, Jalview will automatically open a new
window containing the alignment and groups that were submitted for
href="http://nar.oxfordjournals.org/cgi/content/abstract/gkq415">Nucleic
Acids Res. 38: W35-W40.</a> (<em>* joint first authors</em>)
<p>
- <strong><em>Note:</em></strong> The SHMR service is implemented with Jalview's RESTful
- web service client, first introduced in Jalview 2.7.
+ <strong><em>Note:</em></strong> The Multi-Harmony service is implemented with a prototype of Jalview's RESTful
+ web service client introduced in Jalview 2.7. A few bugs remain in this prototye, which we intend to fixed in version 2.7.1.
</ul>
</p>
</body>
public static RestClient makeShmmrRestClient()
{
- String action = "Analysis", description = "Sequence Harmony and Multi-Relief (UNSTABLE!)", name = "Sequence Harmony";
+ String action = "Analysis", description = "Sequence Harmony and Multi-Relief (Brandt et al. 2010)", name = "Multi-Harmony";
Hashtable<String, InputType> iparams = new Hashtable<String, InputType>();
jalview.ws.rest.params.JobConstant toolp;
//toolp = new jalview.ws.rest.JobConstant("tool","jalview");
action,
description,
name,
- "http://www.ibi.vu.nl/programs/shmrwww/index.php?tool=jalview",// ?tool=jalview&mbjob[method]=shmr&mbjob[description]=step1",
+ "http://zeus.few.vu.nl/programs/shmrwww/index.php?tool=jalview",// ?tool=jalview&mbjob[method]=shmr&mbjob[description]=step1",
"?tool=jalview", iparams, true, false, '-');
// a priori knowledge of the data returned from the service
shmrService.addResultDatatype(JvDataType.ANNOTATION);