8346401c05dede7b8b4f230da863ec1ca8a459d6
[jalview.git] / help / help / html / features / clarguments-old.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4  * Copyright (C) $$Year-Rel$$ The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
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.
12  *  
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.
17  * 
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.
21  -->
22 <title>Jalview Command Line Arguments (pre 2.11.3.0) - DEPRECATED</title>
23 <body>
24   <p>
25     <strong>The Jalview Executable's Command Line Arguments (pre 2.11.3.0) - DEPRECATED</strong>
26   </p>
27
28   <table border="1">
29   <tr><td>
30   <em>
31   This page describes the command line arguments used pre 2.11.3.0 (released mid 2023).
32   <br/>
33   Whilst these arguments will be supported for some versions after 2.11.3.0, they are now deprecated
34   and will be removed at some time in the future.
35   </em>
36   </td></tr>
37   </table>
38
39
40   See
41   <a href="commandline.html">running Jalview from the command line</a>
42   for more information.
43   <br />
44   <br />Jalview processes arguments on the command line sequentially. If
45   you would like to pass a <a href="jvlfiles.html">'JVL' file</a> containing
46   <a href="../memory.html">memory settings</a> or any other launch
47   parameters, then include it at the beginning of the command line to
48   ensure they are processed before any remaining arguments.
49   <br>
50   Typical command line execution follows the following pattern:
51   <pre>
52   jalview -open &lt;Alignment File/URL&gt; [additional import arguments] [export arguments]
53   </pre>
54   
55   <table width="100%" border="1" cellspacing="0" cellpadding="0">
56     <tr>
57       <td width="27%"><div align="center">-nodisplay</div></td>
58       <td width="73%"><div align="left">Run Jalview without
59           User Interface. (automatically disables questionnaire, version
60           and usage stats checks)</div></td>
61     </tr>
62     <tr>
63       <td><div align="center">-nowebservicediscovery</div></td>
64       <td><div align="left">Do not query configured servers to
65           discover web services (<em>Since 2.11.2.0</em>)</div></td>
66     </tr>
67     <tr>
68       <td><div align="center">-open FILE/URL</div></td>
69       <td><div align="left">Specify the alignment file to
70           open or process by providing additional arguments.</div></td>
71     </tr>
72     <tr>
73       <td><div align="center">-props FILE/URL</div></td>
74       <td><div align="left">Use the given Jalview properties
75           file instead of users default.</div></td>
76     </tr>
77     <tr>
78       <td><div align="center">-setprop PROPERTY=value</div></td>
79       <td><div align="left">(JalviewJS ONLY) sets the given
80           property to the given value</div></td>
81     </tr>
82     <tr>
83       <td><div align="center">-features FILE/URL</div></td>
84       <td><div align="left">
85           <p>
86             Use the given file to add sequence features to an alignment.
87             See <a href="featuresFormat.html" target="NEW">Features
88               File</a> (Known as Groups file prior to 2.08) description.
89           </p>
90
91         </div></td>
92     </tr>
93     <tr>
94       <td>
95         <div align="center">-colour COLOURSCHEME</div>
96       </td>
97       <td>Set the colourscheme for the alignment. This can be any
98         of the built-in colourschemes, a name of a predefined
99         colourscheme (defined in the Jalview properties file), or an
100         'inline' colourscheme (see the applet's colour parameter for
101         more information).</td>
102     </tr>
103     <tr>
104       <td>
105         <div align="center">-annotations FILE/URL</div>
106       </td>
107       <td>Add precalculated annotations to the alignment. See <a
108         href="annotationsFormat.html" target="NEW">Annotation
109           File</a> description.
110       </td>
111     </tr>
112         <tr>
113       <td>
114         <div align="center">-no-annotation</div>
115       </td>
116       <td>Do not display annotation below the alignment. 
117       </td>
118     </tr>
119     
120     <tr>
121       <td>
122         <div align="center">-tree FILE/URL</div>
123       <td>
124         <div align="left">Load the given newick format tree file
125           onto the alignment</div>
126       </td>
127     </tr>
128     <tr>
129       <td>
130         <div align="center">-questionnaire URL</div>
131       <td>
132         <div align="left">Queries the given URL for information
133           about any Jalview user questionnaires</div>
134       </td>
135     </tr>
136     <tr>
137       <td>
138         <div align="center">-noquestionnaire</div>
139       <td>
140         <div align="left">Turn off questionnaire check</div>
141       </td>
142     </tr>
143     <tr>
144       <td>
145         <div align="center">-nonews</div>
146       <td>
147         <div align="left">
148           Disable check for <a href="../webServices/newsreader.html">Jalview
149             news</a> on startup (not recommended other than for classroom /
150           demo usage)
151         </div>
152       </td>
153     </tr>
154     <tr>
155       <td>
156         <div align="center">-nousagestats</div>
157       <td>
158         <div align="left">Turn off google analytics usage tracking</div>
159       </td>
160     </tr>
161     <tr>
162       <td>
163         <div align="center">-[no]sortbytree</div>
164       <td>
165         <div align="left">Enable or disable automatic sorting of
166           associated view when a new tree is displayed</div>
167       </td>
168     </tr>
169     <tr>
170       <td>
171         <div align="center">-groovy FILE/URL</div>
172       <td>
173         <div align="left">Execute groovy script in FILE (where
174           FILE may be 'STDIN' to read from the standard input) after all
175           other arguments have been processed</div>
176       </td>
177     </tr>
178     <tr>
179       <td>
180         <div align="center">-jabaws URL</div>
181       <td>
182         <div align="left">Specify the URL of the preferred JABAWS
183           server</div>
184       </td>
185     </tr>
186     <tr>
187       <td>
188         <div align="center">-fasta FILE</div>
189       </td>
190
191       <td>
192         <div align="left">Create alignment file FILE in Fasta
193           format.</div>
194       </td>
195     </tr>
196     <tr>
197       <td><div align="center">-clustal FILE</div></td>
198       <td><div align="left">Create alignment file FILE in
199           Clustal format.</div></td>
200     </tr>
201     <tr>
202       <td><div align="center">-msf FILE</div></td>
203
204       <td><div align="left">Create alignment file FILE in MSF
205           format.</div></td>
206     </tr>
207     <tr>
208       <td><div align="center">-pileup FILE</div></td>
209       <td><div align="left">Create alignment file FILE in
210           Pileup format.</div></td>
211     </tr>
212     <tr>
213       <td><div align="center">-pir FILE</div></td>
214
215       <td><div align="left">Create alignment file FILE in PIR
216           format.</div></td>
217     </tr>
218     <tr>
219       <td><div align="center">-pfam FILE</div></td>
220       <td><div align="left">Create alignment file FILE in
221           PFAM format.</div></td>
222     </tr>
223     <tr>
224       <td><div align="center">-blc FILE</div></td>
225       <td><div align="left">Create alignment file FILE in BLC
226           format.</div></td>
227     </tr>
228     <tr>
229       <td><div align="center">-json FILE</div></td>
230       <td><div align="left">Create alignment file FILE in
231           JSON format.</div></td>
232     </tr>
233     <tr>
234       <td><div align="center">-jalview FILE</div></td>
235
236       <td><div align="left">Create alignment file FILE in
237           Jalview format.</div></td>
238     </tr>
239     <tr>
240       <td><div align="center">-png FILE</div></td>
241       <td><div align="left">Create PNG image FILE from
242           alignment.</div></td>
243     </tr>
244     <tr>
245       <td><div align="center">-imgMap FILE</div></td>
246
247       <td><div align="left">Create HTML file FILE with image
248           map of PNG image.</div></td>
249     </tr>
250     <tr>
251       <td><div align="center">-eps FILE</div></td>
252       <td><div align="left">Create EPS file FILE from
253           alignment.</div></td>
254     </tr>
255     <tr>
256       <td><div align="center">-svg FILE</div></td>
257       <td><div align="left">Create Scalable Vector Graphics
258           file FILE from alignment.</div></td>
259     </tr>
260     <tr>
261       <td><div align="center">-biojsMSA FILE</div></td>
262       <td><div align="left">Write an HTML page to display
263           the alignment with the <a href="biojsmsa.html">
264           BioJS MSAviewer MSA</a>
265           </div>
266       </td>
267     </tr>
268     <tr>
269       <td><div align="center">-jvmmempc=PERCENT</div></td>
270       <td><div align="left"><em>Only available with standalone executable jar or jalview.bin.Launcher.</em>
271           Limit maximum heap size (memory) to PERCENT% of total physical memory detected.
272           This defaults to 90 if total physical memory can be detected.
273           See <a href="../memory.html">Memory usage settings for Jalview</a> for more details.
274           </div>
275       </td>
276     </tr>
277     <tr>
278       <td><div align="center">-jvmmemmax=MAXMEMORY</div></td>
279       <td><div align="left"><em>Only available with standalone executable jar or jalview.bin.Launcher.</em>
280           Limit maximum heap size (memory) to MAXMEMORY. MAXMEMORY can be specified in bytes, kilobytes(k), megabytes(m),
281           gigabytes(g) or if you're lucky enough, terabytes(t).
282           This defaults to 32g if total physical memory can be detected, or to 8g if total physical memory cannot be detected.
283           See <a href="../memory.html">Memory usage settings for Jalview</a> for more details.
284           </div>
285       </td>
286     </tr>
287   </table>
288 </body>
289 </html>