Author: buildbot
Date: Thu Jul 14 19:43:22 2016
New Revision: 992837

Log:
Staging update by buildbot for taverna

Modified:
    websites/staging/taverna/trunk/cgi-bin/   (props changed)
    websites/staging/taverna/trunk/content/   (props changed)
    
websites/staging/taverna/trunk/content/introduction/chemistry-web-services.html

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 14 19:43:22 2016
@@ -1 +1 @@
-1752733
+1752734

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 14 19:43:22 2016
@@ -1 +1 @@
-1752733
+1752734

Modified: 
websites/staging/taverna/trunk/content/introduction/chemistry-web-services.html
==============================================================================
--- 
websites/staging/taverna/trunk/content/introduction/chemistry-web-services.html 
(original)
+++ 
websites/staging/taverna/trunk/content/introduction/chemistry-web-services.html 
Thu Jul 14 19:43:22 2016
@@ -235,83 +235,83 @@ A security token can be obtained by comp
 <p>The following operations are contained within the InChI Web service:</p>
 <ul>
 <li>
-<p>CSIDToMol <br />
+<p><strong>CSIDToMol</strong> <br />
    Converts a ChemSpider identifier to a MOL file. A security token is 
required to get access to this
    service. <br />
 <a href="http://www.myexperiment.org/workflows/1418";>Example workflow</a></p>
 </li>
 <li>
-<p>GenerateInChI <br />
+<p><strong>GenerateInChI</strong> <br />
    Generates an InChI string for a given chemical represented by its SMILES  
string, SDF  or MOL file. <br />
 <a href="http://www.myexperiment.org/workflows/1387";>Example workflow</a></p>
 </li>
 <li>
-<p>GenerateInChIInfo <br />
+<p><strong>GenerateInChIInfo</strong> <br />
    Returns information relating to the InChI string for a given chemical 
compound. <br />
 <a href="http://www.myexperiment.org/workflows/1388";>Example workflow</a></p>
 </li>
 <li>
-<p>GenerateInChIKey <br />
+<p><strong>GenerateInChIKey</strong> <br />
    Returns a hashed InChI key which is a fixed length (25 character) condensed 
digital representation of
       the input InChI string that is not  human-understandable. <br />
 <a href="http://www.myexperiment.org/workflows/1389";>Example workflow</a></p>
 </li>
 <li>
-<p>InChIKeyToCSID <br />
+<p><strong>InChIKeyToCSID</strong> <br />
    Converts an InChI key to a ChemSpider identifier. <br />
 <a href="http://www.myexperiment.org/workflows/1390";>Example workflow</a></p>
 </li>
 <li>
-<p>InChIKeyToInChI <br />
+<p><strong>InChIKeyToInChI</strong> <br />
    Converts an InChI key to an InChI string. <br />
 <a href="http://www.myexperiment.org/workflows/1391";>Example workflow</a></p>
 </li>
 <li>
-<p>InChIKeyToMol <br />
+<p><strong>InChIKeyToMol</strong> <br />
    Converts an InChI key to a MOL file. <br />
 <a href="http://www.myexperiment.org/workflows/1392";>Example workflow</a></p>
 </li>
 <li>
-<p>InChIToCSID <br />
+<p><strong>InChIToCSID</strong> <br />
    Convets an InChI string to a ChemSpider identifier. <br />
 <a href="http://www.myexperiment.org/workflows/1393";>Example workflow</a></p>
 </li>
 <li>
-<p>InChIToInChIKey <br />
+<p><strong>InChIToInChIKey</strong> <br />
    Converts an InChI string to an InChI key. This only works for 1.02b InChI 
strings. <br />
 <a href="http://www.myexperiment.org/workflows/1394";>Example workflow</a></p>
 </li>
 <li>
-<p>InChIToMol <br />
+<p><strong>InChIToMol</strong> <br />
    Converts an InChI string to a MOL file. Uses <a 
href="http://openbabel.org/wiki/Main_Page";>OpenBabel</a> internally to perform 
this operation. <br />
 <a href="http://www.myexperiment.org/workflows/1395";>Example workflow</a></p>
 </li>
 <li>
-<p>InChIToSMILES <br />
+<p><strong>InChIToSMILES</strong> <br />
    Converts an InChI string to a SMILES string. Uses <a 
href="http://openbabel.org/wiki/Main_Page";>OpenBabel</a></a> internally to 
perform this operation. <br />
 <a href="http://www.myexperiment.org/workflows/1396";>Example workflow</a></p>
 </li>
 <li>
-<p>IsValidInChIKey <br />
+<p><strong>IsValidInChIKey</strong> <br />
    Checks that an InChI key is valid. Works only for v1.02b  InChI keys. <br />
 <a href="http://www.myexperiment.org/workflows/1397";>Example workflow</a></p>
 </li>
 <li>
-<p>MolToInChI <br />
+<p><strong>MolToInChI</strong> <br />
    Converts a MOL file into an InChI string (v1.02s). <br />
 <a href="http://www.myexperiment.org/workflows/1398";>Example workflow</a></p>
 </li>
 <li>
-<p>MolToInChIKey <br />
+<p><strong>MolToInChIKey</strong> <br />
    Converts a MOL file into an v1.02s InChI key. <br />
 <a href="http://www.myexperiment.org/workflows/1399";>Example workflow</a></p>
 </li>
 <li>
-<p>ResolveInChIKey <br />
+<p><strong>ResolveInChIKey</strong> <br />
    This operation does not work at the moment. ChemSpider have been notified 
of the problem.</p>
 </li>
 <li>
-<p>SMILESToInChI <br />
+<p><strong>SMILESToInChI</strong> <br />
    Converts a SMILES string to an InChI string. The result is returned as a  
v1.02s InChI string. <br />
 <a href="http://www.myexperiment.org/workflows/1400";>Example workflow</a></p>
 </li>


Reply via email to