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