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>Command Line: introduction</title>
25 <h1>Command Line: introduction</h1>
28 <a href="clarguments.html">Command Line: summary</a>
30 Command Line: introduction
32 <a href="clarguments-basic.html">Command Line: basic usage</a>
34 <a href="clarguments-advanced.html">Command Line: advanced usage</a>
36 <a href="clarguments-argfiles.html">Command Line: argument files</a>
42 From version 2.11.3.0 Jalview processes a new set of command line arguments
43 which allow more powerful and flexible combinations of arguments, though can
44 also be used for very simple use cases too.
48 These new arguments are all accessed with a <code>--doubledash</code> form of
49 command line argument (with the one exception where simply opening one or more
50 files can be performed without any arguments other than the filenames).
54 The old command line arguments can still be used (see
55 <a href="clarguments-old.html">the old page on command line arguments</a>) so
56 existing scripts utilising them should not break.
58 <strong>These are now deprecated and will be removed</strong> in a future version of Jalview.
62 However, you cannot mix old and new style arguments, so if you use any
63 <code>-singledash</code> arguments (with the exception of <code>-help</code> or <code>-h</code>), they will all be interpreted as
64 old style arguments with the new <code>--doubledash</code>
65 arguments being ignored. If you have a script
66 that uses the old arguments without any dashes, and uses the bare-word
67 <code>open</code> then these will also be interpreted as old style arguments.
70 <strong>Warning!</strong> If you use command line arguments without any dashes and
71 <em>don't</em> use the bare-word argument <code>open</code> then all
72 your arguments will be interpreted as alignment files to be opened by the
73 new command line argument process!
77 To launch Jalview from the command line, see
78 <a href="commandline.html">running Jalview from the command line</a>.
82 Continue to <a href="clarguments-basic.html">Command Line: basic usage</a>.
84 Return to <a href="clarguments.html">Command Line: summary</a>.