89cb6fd2fe568ee011d5dcf27fd1afc440e16e52
[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">-features FILE/URL</div></td>
66       <td><div align="left">
67           <p>
68             Use the given file to add sequence features to an alignment.
69             See <a href="featuresFormat.html" target="NEW">Features
70               File</a> (Known as Groups file prior to 2.08) description.
71           </p>
72
73         </div></td>
74     </tr>
75     <tr>
76       <td>
77         <div align="center">-colour COLOURSCHEME</div>
78       </td>
79       <td>Set the colourscheme for the alignment. This can be any
80         of the built-in colourschemes, a name of a predefined
81         colourscheme (defined in the Jalview properties file), or an
82         'inline' colourscheme (see the applet's colour parameter for
83         more information).</td>
84     </tr>
85     <tr>
86       <td>
87         <div align="center">-annotations FILE/URL</div>
88       </td>
89       <td>Add precalculated annotations to the alignment. See <a
90         href="annotationsFormat.html" target="NEW">Annotation
91           File</a> description.
92       </td>
93     </tr>
94         <tr>
95       <td>
96         <div align="center">-no-annotation</div>
97       </td>
98       <td>Do not display annotation below the alignment. 
99       </td>
100     </tr>
101     
102     <tr>
103       <td>
104         <div align="center">-tree FILE/URL</div>
105       <td>
106         <div align="left">Load the given newick format tree file
107           onto the alignment</div>
108       </td>
109     </tr>
110     <tr>
111       <td>
112         <div align="center">-questionnaire URL</div>
113       <td>
114         <div align="left">Queries the given URL for information
115           about any Jalview user questionnaires</div>
116       </td>
117     </tr>
118     <tr>
119       <td>
120         <div align="center">-noquestionnaire</div>
121       <td>
122         <div align="left">Turn off questionnaire check</div>
123       </td>
124     </tr>
125     <tr>
126       <td>
127         <div align="center">-nonews</div>
128       <td>
129         <div align="left">
130           Disable check for <a href="../webServices/newsreader.html">Jalview
131             news</a> on startup (not recommended other than for classroom /
132           demo usage)
133         </div>
134       </td>
135     </tr>
136     <tr>
137       <td>
138         <div align="center">-nousagestats</div>
139       <td>
140         <div align="left">Turn off google analytics usage tracking</div>
141       </td>
142     </tr>
143     <tr>
144       <td>
145         <div align="center">-[no]sortbytree</div>
146       <td>
147         <div align="left">Enable or disable automatic sorting of
148           associated view when a new tree is displayed</div>
149       </td>
150     </tr>
151     <tr>
152       <td>
153         <div align="center">-groovy FILE/URL</div>
154       <td>
155         <div align="left">Execute groovy script in FILE (where
156           FILE may be 'STDIN' to read from the standard input) after all
157           other arguments have been processed</div>
158       </td>
159     </tr>
160     <tr>
161       <td>
162         <div align="center">-jabaws URL</div>
163       <td>
164         <div align="left">Specify the URL of the preferred JABAWS
165           server</div>
166       </td>
167     </tr>
168     <tr>
169       <td>
170         <div align="center">-fasta FILE</div>
171       </td>
172
173       <td>
174         <div align="left">Create alignment file FILE in Fasta
175           format.</div>
176       </td>
177     </tr>
178     <tr>
179       <td><div align="center">-clustal FILE</div></td>
180       <td><div align="left">Create alignment file FILE in
181           Clustal format.</div></td>
182     </tr>
183     <tr>
184       <td><div align="center">-msf FILE</div></td>
185
186       <td><div align="left">Create alignment file FILE in MSF
187           format.</div></td>
188     </tr>
189     <tr>
190       <td><div align="center">-pileup FILE</div></td>
191       <td><div align="left">Create alignment file FILE in
192           Pileup format.</div></td>
193     </tr>
194     <tr>
195       <td><div align="center">-pir FILE</div></td>
196
197       <td><div align="left">Create alignment file FILE in PIR
198           format.</div></td>
199     </tr>
200     <tr>
201       <td><div align="center">-pfam FILE</div></td>
202       <td><div align="left">Create alignment file FILE in
203           PFAM format.</div></td>
204     </tr>
205     <tr>
206       <td><div align="center">-blc FILE</div></td>
207       <td><div align="left">Create alignment file FILE in BLC
208           format.</div></td>
209     </tr>
210     <tr>
211       <td><div align="center">-json FILE</div></td>
212       <td><div align="left">Create alignment file FILE in
213           JSON format.</div></td>
214     </tr>
215     <tr>
216       <td><div align="center">-jalview FILE</div></td>
217
218       <td><div align="left">Create alignment file FILE in
219           Jalview format.</div></td>
220     </tr>
221     <tr>
222       <td><div align="center">-png FILE</div></td>
223       <td><div align="left">Create PNG image FILE from
224           alignment.</div></td>
225     </tr>
226     <tr>
227       <td><div align="center">-imgMap FILE</div></td>
228
229       <td><div align="left">Create HTML file FILE with image
230           map of PNG image.</div></td>
231     </tr>
232     <tr>
233       <td><div align="center">-eps FILE</div></td>
234       <td><div align="left">Create EPS file FILE from
235           alignment.</div></td>
236     </tr>
237     <tr>
238       <td><div align="center">-svg FILE</div></td>
239       <td><div align="left">Create Scalable Vector Graphics
240           file FILE from alignment.</div></td>
241     </tr>
242     <tr>
243       <td><div align="center">-biojsMSA FILE</div></td>
244       <td><div align="left">Write an HTML page to display
245           the alignment with the <a href="biojsmsa.html">
246           BioJS MSAviewer MSA</a>
247           </div>
248       </td>
249     </tr>
250     <tr>
251       <td><div align="center">-jvmmempc=PERCENT</div></td>
252       <td><div align="left"><em>Only available with standalone executable jar or jalview.bin.Launcher.</em>
253           Limit maximum heap size (memory) to PERCENT% of total physical memory detected.
254           This defaults to 90 if total physical memory can be detected.
255           See <a href="../memory.html">Memory usage settings for Jalview</a> for more details.
256           </div>
257       </td>
258     </tr>
259     <tr>
260       <td><div align="center">-jvmmemmax=MAXMEMORY</div></td>
261       <td><div align="left"><em>Only available with standalone executable jar or jalview.bin.Launcher.</em>
262           Limit maximum heap size (memory) to MAXMEMORY. MAXMEMORY can be specified in bytes, kilobytes(k), megabytes(m),
263           gigabytes(g) or if you're lucky enough, terabytes(t).
264           This defaults to 32g if total physical memory can be detected, or to 8g if total physical memory cannot be detected.
265           See <a href="../memory.html">Memory usage settings for Jalview</a> for more details.
266           </div>
267       </td>
268     </tr>
269   </table>
270 </body>
271 </html>