3 * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4 * Copyright (C) $$Year-Rel$$ The Jalview Authors
6 * This file is part of Jalview.
8 * Jalview is free software: you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation, either version 3
11 * of the License, or (at your option) any later version.
13 * Jalview is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty
15 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR
16 * PURPOSE. See the GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with Jalview. If not, see <http://www.gnu.org/licenses/>.
20 * The Jalview Authors are detailed in the 'AUTHORS' file.
22 <title>JVL - Jalview Launch Files</title>
25 <strong>Jalview Launch Files - JVL</strong>
27 <p>Files with a '.jvl' (or .JVL) extension can be opened by the
28 Jalview desktop application, and allow you to:</p>
30 <li><strong>Switch between different Jalview Versions</strong></li>
31 <li><strong>Configure the <a href="../memory.html">proportion
32 of memory</a> allocated to Jalview
34 <li><strong>Import data and pass <a
35 href="clarguments.html">command line arguments</a></strong></li>
38 Some example JVL files are given below - copy and paste them into a
39 text editor and save them as a file with the extension '.jvl'. To
40 test, open your saved .jvl file via the OSX File Chooser or Windows
41 file explorer, or pass it to Jalview via the <a
42 href="./commandline.html">command line</a>
45 <strong>Passing command line arguments</strong>
48 # Please install the Jalview Desktop from
49 # https://www.jalview.org/getdown/release
50 # and then try to open this file again
52 jalview.apparg=https://www.jalview.org/examples/jpred_msa.fasta
53 jalview.apparg=-annotations
54 jalview.apparg=https://www.jalview.org/examples/jpred_msa.seq.concise
55 jalview.apparg=-colour
56 jalview.apparg=Clustal
59 <strong>Launching a different version of Jalview</strong>
62 # Please install the Jalview Desktop from
63 # http://www.jalview.org/getdown/release
64 # and then try to open this file again
65 appbase=https://www.jalview.org/getdown/archive/2_10_5/
67 For security, the Jalview application will only allow
68 <em>appbase</em> URLs from www.jalview.org.