<p><strong>Running Jalview from the command line</strong></p>
<p>Jalview is most easily run from the command line if you have built
it from source, or via the 'Jalview' executable created from the
- InstallAnywhere jalview installation. Both of these mechanisms allow
- true command line execution of jalview - allowing you to provide
+ InstallAnywhere Jalview installation. Both of these mechanisms allow
+ true command line execution of Jalview - allowing you to provide
additional options.</p><p>
The Java Webstart version of
- jalview can be executed from the command line using something like
+ Jalview can be executed from the command line using something like
:
<pre>javaws http://www.jalview.org/webstart/jalview.jnlp -open
<em>yourFileName</em></pre>
But, this is not guaranteed to work on all versions of webstart on all
operating systems, and doesn't let you execute Jalview with any
additional parameters.
- <p><strong>Running jalview from the InstallAnywhere
+ <p><strong>Running Jalview from the InstallAnywhere
installation</strong></p>
<p>If you install with InstallAnywhere you can use several more commands.
However, if you call the application with the link provided by InstallAnywhere
any output from the application will be sent to output.txt, not standard
out.<br>
- The jalview application also requires a number of additional
+ The Jalview application also requires a number of additional
libraries on the class path. The command line below adds the Jalview
installation's 'lib' directory to the list of directories that are
searched for jars to be added to the classpath:</p>
hovers over the sequence ID panel, and any embedded links can be
accessed from the popup menu.<br/> <em>Scores</em><br>
Scores can be associated with sequence features, and used to sort
-sequences or shade the alignment (this was added in jalview 2.5).
+sequences or shade the alignment (this was added in Jalview 2.5).
The score field is optional, and malformed scores will be
ignored.</p>
The jars are obtained from the <em>embedded</em> directory within the
<a href="http://dist.codehaus.org/groovy/distributions">groovy
distribution</a>. The easiest way of adding them to the Jalview classpath
- is to download and build jalview from its source distribution, and
+ is to download and build Jalview from its source distribution, and
then add the groovy-all-*.jar to the lib directory whose path is given
in the java.ext.dirs property.
</p>
</p>
<p>
<strong>Executing groovy scripts on Jalview startup</strong><br>
- The -groovy <script> option on the <a href="commandline.html" />
+ The -groovy <script> option on the <a href="commandline.html">
Jalview command line</a> will execute the contents of <script>.
<script> may be a file, a URL, or alternatively if it is
"STDIN" then the standard input will be used.<br>
<em>Note: The groovy script will be executed <strong>after</strong>
any data is loaded, and <strong>before</strong> images or any output
- files are written. This allows you to perform customised jalview
+ files are written. This allows you to perform customised Jalview
analysis workflows with groovy.</em>
</p>
<p>
object defined in the groovy environent which corresponds to the
<pre>jalview.gui.Desktop</pre>
object which manages all the Jalview windows.
- </p>
Here's an example to get you started:
<br>
<ul>
<li>Getting the title, alignment and first sequence from the
current alignFrame<br> <pre>
-def alf = Jalview.getAlignframes();
+def alf = Jalview.getAlignFrames();
print alf[0].getTitle();
def alignment = alf[0].viewport.alignment;
def seq = alignment.getSequenceAt(0);
<li>When running a groovy script from the command line, the alignment that was just loaded can be referred to like so:<br><pre>
print currentAlFrame.getTitle();</pre>
</ul>
- </p>
-
- <p> </p>
+If you have downloaded the InstallAnywhere version of Jalview, you can find additional groovy scripts in the examples/groovy subfolder of the installation directory.
</body>
</html>
<p><strong><em>Hidden Sequence Representatives and
Multiple Views</em></strong><br>
<em>A word of warning: hidden representative sequence groups are
-(still) only partly implemented in the jalview 2.5 release, and we hope
+(still) only partly implemented in the Jalview 2.5 release, and we hope
to deal with the following issues in the future.</em><br>
Currently, represented hidden groups are only made correctly if there is
just one alignment view. When multiple views on an alignment exist, then
controls the behaviour of single and double mouse clicking on the
structure, and the 'Console' option opens the Jmol scripting console.</p>
<p>The state of each Jmol display is stored within <a
- href="jalarchive.html">jalview archives</a> as a Jmol state recovery
+ href="jalarchive.html">Jalview archives</a> as a Jmol state recovery
script file. This means that any Jmol visualization effects that you add
beyond those provided by Jalview will be able to be stored and recovered
along with the displayed alignments in Jalview.</p>
proxy server and do not enter the settings here.</p>
<p><em>Usage statistics, Questionnaire and Version checks</em><br>
Uncheck these options to prevent Jalview from submitting usage
-statistics to google analytics, checking for jalview questionnaires or
+statistics to google analytics, checking for Jalview questionnaires or
retrieving details of the latest release version (at www.jalview.org).
See the <a href="../privacy.html">user privacy statement</a> for more
information.</p>
EPS files will be a mixture of text and lineart. This produces compact
files that can be edited easily in programs like Microsoft Word and
Adobe Illustrator, but can be problematic if the fonts available to
- jalview are not accessible by the program reading the EPS file.
+ Jalview are not accessible by the program reading the EPS file.
</ul>
<p><em>Automatically set ID width</em><br>
When enabled, the column containing sequence and annotation labels at the left hand side of an exported figure will be made large enough to display each sequence ID and annotation label in its own line. Enable this if you have particularly long sequence IDs and need to generate EPS or PNG figures or web pages.</p>
one or more accession ids (as a semi-colon separated list), or press the
"Example" button to paste the example accession for the currently selected database into the retrieval box.
Finally, press "OK" to initiate the retrieval.</p>
- <p>Since Jalview 2.9 if PDB is selected as the sequence database, a specialised interface - <a href="pdbsequencefetcher.html">PDB Sequence Fetcher</a> is used for discovering and retrieving the sequenec data. </p>
+ <p>Since Jalview 2.9 if PDB is selected as the sequence database, a specialised interface - <a href="pdbsequencefetcher.html">PDB Sequence Fetcher</a> is used for discovering and retrieving the sequence data. </p>
<p><strong>Specifying chains for PDB IDs</strong>
If you are retrieving sequences from the PDB, you can retrieve
specific chains by appending a colon and the chain id to the PDB
have an ID like '1gaq'.
<br/><em>Note: This feature was added in Jalview 2.7</em>
</p>
-<p><em>Note for jalview applet users:<br>
+<p><em>Note for Jalview applet users:<br>
Due to the applet security constraints, PDB Files can currently only be
imported by cut and paste of the PDB file text into the text box opened
by the 'From File' entry of the structure menu.</em></p>
</li></ul>
<p><em>Tips for working with EPS Files</em></p>
-<li>The EPS file generated by jalview contains vector graphics which are directly
+<li>The EPS file generated by Jalview contains vector graphics which are directly
editable in graphics applications such as Adobe Illustrator.</li>
<li>EPS files can be produced as "Text" or "Lineart". Use
"Text" if you want the final document to be MUCH smaller in diskspace
<p><strong>Alignment File Formats</strong>
<p>Jalview understands a wide range of sequence alignment formats. In
order to determine which format has been used for an alignment,
-jalview tries to detect some text or formatting unique to one of the formats:
+Jalview tries to detect some text or formatting unique to one of the formats:
</p>
<table width="100%" border="1">
<tr><td width="17%">Format</td>
<td width="23%">.json</td>
</tr>
</table>
-<p>The file extensions are used to associate jalview alignment icons
+<p>The file extensions are used to associate Jalview alignment icons
with alignment files: <img src="file.png" width=12 height=12 >
</p>
</body>
your Java installation's bin directory) with the file location as its
argument. The file's url is something like :<br> <pre>
file://<full path to file>
-</pre> If jalview doesn't start up, see <a href="#memsetting">below</a>.
+</pre> If Jalview doesn't start up, see <a href="#memsetting">below</a>.
You'll have to edit the above settings in the JNLP file using a text
editor, save it, and try starting Jalview with it once more.
</p></li>
selected groups of the alignment will be subdivided according to
the contents of the currently selected region. <br />Use this to
subdivide an alignment based on the different combinations of
- residues observed at specific positions. (new in jalview 2.5)</em>
+ residues observed at specific positions. (new in Jalview 2.5)</em>
</li>
<li><strong>Undefine Groups (Control U)<br> </strong><em>The
alignment will be reset with no defined groups.<br> <strong>WARNING</strong>:
<li><strong>Show Memory Usage<br></strong>
<em>When ticked, the currently available memory will be displayed in the
bottom right of the desktop background area.<br>
- See the <a href="../memory.html">help on jalview memory settings</a> for more information.</em></li>
+ See the <a href="../memory.html">help on Jalview memory settings</a> for more information.</em></li>
<li><strong>Collect Garbage<br></strong>
<em>Selecting this will initiate the Java Virtual Machine garbage collector, which might help free up some memory... perhaps.
</em></li>
properties file.</i></li>
<li><i>The Jalview web services stack is contacted to
retrieve the currently available web services. All interactions with
- the public jalview web services are logged, but we delete all job data
+ the public Jalview web services are logged, but we delete all job data
(input data and results) after about two weeks.</i></li>
</ul><br>
</li>
<li>Hide sequence doesn't hide associated annotation</li>
<li>User defined colours dialog box too big to fit on screen
and buttons not visible</li>
- <li>author list isn't updated if already written to jalview
+ <li>author list isn't updated if already written to Jalview
properties</li>
<li>Popup menu won't open after retrieving sequence from
database</li>
</li>
<li>
<!-- <a href='http://issues.jalview.org/browse/JAL-1539'>JAL-1539</a>] -->
- out of memory errors are not raised when saving jalview project
+ out of memory errors are not raised when saving Jalview project
from alignment window file menu
</li>
<li>
<li>Newly created RNA secondary structure line doesn't have
'display all symbols' flag set</li>
<li>T-COFFEE alignment score shading scheme and other
- annotation shading not saved in jalview project</li>
+ annotation shading not saved in Jalview project</li>
<li>Local file cannot be loaded in freshly downloaded Jalview</li>
<li>Jalview icon not shown on dock in Mountain Lion/Webstart</li>
<li>Load file from desktop file browser fails</li>
</li>
<li>Not all working JABAWS services are shown in Jalview's
menu</li>
- <li>JAVAWS version of jalview fails to launch with 'invalid
+ <li>JAVAWS version of Jalview fails to launch with 'invalid
literal/length code'</li>
<li>Annotation/RNA Helix colourschemes cannot be applied to
alignment with groups (actually fixed in 2.8.0b1)</li>
<li>Allow disorder predictions to be made on the current
selection (or visible selection) in the same way that JPred
works</li>
- <li>Groovy scripting for headless jalview operation</li>
+ <li>Groovy scripting for headless Jalview operation</li>
</ul> <em>Other improvements</em>
<ul>
<li>Upgrade desktop installer to InstallAnywhere 2013</li>