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