<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="jalview"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_TARGETS" value="buildindices,"/>
+<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${build_project}/build.xml"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/>
</projects>
<buildSpec>
<buildCommand>
- <name>org.eclipse.wst.common.project.facet.core.builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
+ <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+ <triggers>full,incremental,</triggers>
<arguments>
+ <dictionary>
+ <key>LaunchConfigHandle</key>
+ <value><project>/.externalToolBuilders/Jalview build.xml [Builder] (1).launch</value>
+ </dictionary>
</arguments>
</buildCommand>
<buildCommand>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
- <value><project>/.externalToolBuilders/Jalview Release indices [Builder].launch</value>
+ <value><project>/.externalToolBuilders/Jalview build.xml [Builder] (1).launch</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
+ <name>org.eclipse.wst.common.project.facet.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
- <value><project>/.externalToolBuilders/Jalview build.xml [Builder] (1).launch</value>
+ <value><project>/.externalToolBuilders/Jalview Release indices [Builder].launch</value>
</dictionary>
</arguments>
</buildCommand>
<br> <a href="html/calculations/redundancy.html" target=bodyframe>Remove Redundancy</a>
<br> <a href="html/features/annotation.html" target=bodyframe>Alignment Annotations</a>
<br> <a href="html/calculations/conservation.html" target=bodyframe>Conservation</a>
+<br> <a href="html/calculations/structureconservation.html" target=bodyframe>RNA Structure Conservation</a>
<br> <a href="html/calculations/quality.html" target=bodyframe>Quality</a>
<br> <a href="html/calculations/consensus.html" target=bodyframe>Consensus</a>
<br> <a href="html/features/annotationsFormat.html" target=bodyframe>Annotations File Format</a>
</tocitem>
<tocitem text="Alignment Annotations" target ="alannotation" expand="false">
<tocitem text="Conservation" target="calcs.alconserv"/>
+ <tocitem text="RNA Structure Conservation" target="calcs.alstrconserv"/>
<tocitem text="Quality" target="calcs.alquality"/>
<tocitem text="Consensus" target="calcs.consensus"/>
<tocitem text="Annotations File Format" target="annotations.fileformat"/>
--- /dev/null
+<html>
+<!--
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6.1)
+ * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ *
+ * This file is part of Jalview.
+ *
+ * Jalview is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * Jalview is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty
+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along with Jalview. If not, see <http://www.gnu.org/licenses/>.
+-->
+<head><title>Alignment RNA Structure Conservation Annotation</title></head>
+<body><p><strong>Alignment RNA Structure Conservation Annotation</strong></p>
+<p>This is an automatically calculated quantitative alignment
+annotation which measures the number of conserved base pairs in
+relation to a secondary structure. The canonical Watson-Crick base
+pairings (A-T/U, G-C) and the wobble base pair (G-T/U) are regarded as
+valid pairings.<br>
+The amount of valid base pairs is indicated by the profile in the Alignment Annotation row.
+</body>
+</html>