20c86197446fd1facc2f5f76e916a03e7c4c1f31
[jalview.git] / help / help / html / features / clarguments.html
1 <html>
2 <!--
3  * Jalview is distributed in the hope that it will be useful, but 
4  * WITHOUT ANY WARRANTY; without even the implied warranty 
5  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
6  * PURPOSE.  See the GNU General Public License for more details.
7  * 
8  * You should have received a copy of the GNU General Public License
9  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
10  * The Jalview Authors are detailed in the 'AUTHORS' file.
11  -->
12 <title>Jalview Command Line Arguments: summary</title>
13 <body>
14
15   <h1>Jalview Command Line Arguments: summary</h1>
16
17   <p>
18   Jalview Command Line Arguments: summary
19   <br/>
20   <a href="clarguments-intro.html">Jalview Command Line Arguments: introduction</a>
21   <br/>
22   <a href="clarguments-basic.html">Jalview Command Line Arguments: basic usage</a>
23   <br/>
24   <a href="clarguments-advanced.html">Jalview Command Line Arguments: advanced usage</a>
25   <br/>
26   <a href="clarguments-argfiles.html">Jalview Command Line Arguments: argfiles</a>
27   </p>
28
29   <hr/>
30
31
32   <h2>Initialising arguments</h2>
33
34   <table border="1" cellpadding="3">
35     <tr valign="top">
36     <td><strong>argument</strong></td>
37     <td><strong>action</strong></td>
38     </tr>
39
40     <tr valign="top">
41     <td><code>&#8209;&#8209;help / -h</code></td>
42     <td>Display a help statement</td>
43     </tr>
44
45     <tr valign="top">
46     <td><code>&#8209;&#8209;headless</code></td>
47     <td>Run Jalview in headless mode.  No GUI interface will be created and Jalview will quit after all arguments have been processed.</td>
48     </tr>
49
50     <tr valign="top">
51     <td><code>&#8209;&#8209;jabaws&nbsp;<em>URL</em></code></td>
52     <td>Set a different URL to connect to a JABAWS server.</td>
53     </tr>
54
55     <tr valign="top">
56     <td><code>&#8209;&#8209;news / &#8209;&#8209;nonews</code></td>
57     <td>Show (or don't show) the news feed.</td>
58     </tr>
59
60     <tr valign="top">
61     <td><code>&#8209;&#8209;splash / &#8209;&#8209;nosplash</code></td>
62     <td>Show (or don't show) the About Jalview splash screen.</td>
63     </tr>
64
65     <tr valign="top">
66     <td><code>&#8209;&#8209;questionnaire / &#8209;&#8209;noquestionnaire</code></td>
67     <td>Show (or don't show) the questionnaire if one is available.</td>
68     </tr>
69
70     <tr valign="top">
71     <td><code>&#8209;&#8209;usagestats / &#8209;&#8209;nousagestats</code></td>
72     <td>Send (or don't send) initial launch usage stats. <em>Note: usage stats are useful for future funding for Jalview!</em></td>
73     </tr>
74
75     <tr valign="top">
76     <td><code>&#8209;&#8209;webservicediscovery / &#8209;&#8209;nowebservicediscovery</code></td>
77     <td>Attempt (or don't attempt) to connect to JABAWS web services.</td>
78     </tr>
79
80     <tr valign="top">
81     <td><code>&#8209;&#8209;props&nbsp;<em>filename</em></code></td>
82     <td>Use file <em>filename</em> as the preferences file <em>instead</em> of the usual <code>~/.jalview_properties</code> file.</td>
83     </tr>
84
85     <tr valign="top">
86     <td><code>&#8209;&#8209;debug</code></td>
87     <td>Start Jalview in debug log level.</td>
88     </tr>
89
90     <tr valign="top">
91     <td><code>&#8209;&#8209;quiet</code></td>
92     <td>Stop all output to STDOUT (after the Java Virtual Machine has started).  Use <code>&#8209;&#8209;quiet</code> a second time to stop all output to STDERR.</td>
93     </tr>
94
95     <tr valign="top">
96     <td><code>&#8209;&#8209;initsubstitutions / &#8209;&#8209;noinitsubstitutions</code></td>
97     <td>Set <code>&#8209;&#8209;substitutions</code> to be initially enabled (or initially disabled).</td>
98     </tr>
99
100 <!--
101     <tr valign="top">
102     <td><code>&#8209;&#8209;threads <em>NUMBER</em></code></td>
103     <td>When opening multiple alignment windows, set a limit of <em>NUMBER</em> alignments being processed at one time.  The default is 3.</td>
104 -->
105
106     </tr>
107
108     <tr valign="top">
109     <td><code>&#8209;&#8209;jvmmempc=<em>PERCENT</em></code></td>
110     <td>
111       Limit maximum heap size (memory) to <em>PERCENT</em>% of total physical memory detected.
112       This defaults to 90 if total physical memory can be detected.
113       <br/>
114       The equals sign ("=") separator must be used with no spaces.
115       <br/>
116       See <a href="../memory.html">Memory usage settings for Jalview</a> for more details.
117     </td>
118     </tr>
119
120     <tr valign="top">
121     <td><code>&#8209;&#8209;jvmmemmax=<em>MAXMEMORY</em></code></td>
122     <td>
123       Limit maximum heap size (memory) to <em>MAXMEMORY</em>. <em>MAXMEMORY</em> can be specified in bytes, kilobytes(k), megabytes(m),
124       gigabytes(g) or if you're lucky enough, terabytes(t).
125       This defaults to 32g if total physical memory can be detected, or to 8g if total physical memory cannot be detected.
126       <br/>
127       The equals sign ("=") separator must be used with no spaces.
128       <br/>
129       See <a href="../memory.html">Memory usage settings for Jalview</a> for more details.
130     </td>
131     </tr>
132
133   </table>
134
135
136   <h2>Opening an alignment</h2>
137
138   <table border="1" cellpadding="3">
139     <tr valign="top">
140     <td><strong>argument</strong></td>
141     <td><strong>action</strong></td>
142     <td><strong>sub-value modifiers</strong> (optional)</td>
143     <td><strong>linked</strong> (optional)</td>
144     </tr>
145
146     <tr valign="top">
147     <td><code>&#8209;&#8209;open&nbsp;<em>filename/URL ...</em></code></td>
148     <td>
149     Opens one or more alignment files <em>filename</em> or URLs <em>URL</em> in new alignment windows.
150     </td>
151     <td>
152       <code>
153         colour=<em>name</em>,
154         <br/>
155         title=<em>string</em>,
156         <br/>
157         features=<em>filename</em>,
158         <br/>
159         annotations=<em>filename</em>,
160         <br/>
161         tree=<em>filename</em>,
162         <br/>
163         showannotations,
164         <br/>
165         showssannotations,
166         <br/>
167         sortbytree,
168         <br/>
169         wrap
170       </code>
171     </td>
172     <td align="center">&#x2713;</td>
173     </tr>
174
175     <tr valign="top">
176     <td><code>&#8209;&#8209;append&nbsp;<em>filename/URL ...</em></code></td>
177     <td>Appends one or more alignment files <em>filename</em> or URLs <em>URL</em> to the open alignment window (or opens a new alignment if none already open).</td>
178     <td>
179     <code>
180         colour=<em>name</em>,
181         <br/>
182         title=<em>string</em>,
183         <br/>
184         features=<em>filename</em>,
185         <br/>
186         annotations=<em>filename</em>,
187         <br/>
188         tree=<em>filename</em>,
189         <br/>
190         showannotations,
191         <br/>
192         showssannotations,
193         <br/>
194         sortbytree,
195         <br/>
196         wrap
197       </code>
198     </td>
199     <td align="center">&#x2713;</td>
200     </tr>
201
202     <tr valign="top">
203     <td><code>&#8209;&#8209;title&nbsp;<em>"string""</em></code></td>
204     <td>Specifies the title for the open alignment window as <em>string</em>.</td>
205     <td></td>
206     <td align="center">&#x2713;</td>
207     </tr>
208
209     <tr valign="top">
210     <td><code>&#8209;&#8209;colour&nbsp;<em>name</em></code></td>
211     <td>Applies the colour scheme <em>name</em> to the open alignment window.  Valid values for <em>name</em> are:
212     <br/>
213     <code>clustal</code>,
214     <br/>
215     <code>blosum62</code>,
216     <br/>
217     <code>pc-identity</code>,
218     <br/>
219     <code>zappo</code>,
220     <br/>
221     <code>taylor</code>,
222     <br/>
223     <code>gecos-flower</code>,
224     <br/>
225     <code>gecos-blossom</code>,
226     <br/>
227     <code>gecos-sunset</code>,
228     <br/>
229     <code>gecos-ocean</code>,
230     <br/>
231     <code>hydrophobic</code>,
232     <br/>
233     <code>helix-propensity</code>,
234     <br/>
235     <code>strand-propensity</code>,
236     <br/>
237     <code>turn-propensity</code>,
238     <br/>
239     <code>buried-index</code>,
240     <br/>
241     <code>nucleotide</code>,
242     <br/>
243     <code>nucleotide-ambiguity</code>,
244     <br/>
245     <code>purine-pyrimidine</code>,
246     <br/>
247     <code>rna-helices</code>,
248     <br/>
249     <code>t-coffee-scores</code>,
250     <br/>
251     <code>sequence-id</code>.
252     <td></td>
253     <td align="center">&#x2713;</td>
254     </tr>
255
256     <tr valign="top">
257     <td><code>&#8209;&#8209;features&nbsp;<em>filename/URL</em></code></td>
258     <td>Add a feature file <em>filename</em> or URL <em>URL</em> to the open alignment.</td>
259     <td></td>
260     <td align="center">&#x2713;</td>
261     </tr>
262
263
264
265     <tr valign="top">
266     <td><code>&#8209;&#8209;tree&nbsp;<em>filename/URL</em></code></td>
267     <td>Add a tree file <em>filename</em> or URL <em>URL</em> to the open alignment.</td>
268     <td></td>
269     <td align="center">&#x2713;</td>
270     </tr>
271
272     <tr valign="top">
273     <td><code>&#8209;&#8209;sortbytree / &#8209;&#8209;nosortbytree</code></td>
274     <td>Enforces sorting (or not sorting) the alignment in the order of an attached phylogenetic tree.</td>
275     <td></td>
276     <td align="center">&#x2713;</td>
277     </tr>
278
279
280     <tr valign="top">
281     <td><code>&#8209;&#8209;annotations&nbsp;<em>filename/URL</em></code></td>
282     <td>Add an annotations file <em>filename</em> or URL <em>URL</em> to the open alignment.</td>
283     <td></td>
284     <td align="center">&#x2713;</td>
285     </tr>
286
287     <tr valign="top">
288     <td><code>&#8209;&#8209;showannotations / &#8209;&#8209;noshowannotations</code></td>
289     <td>Enforces showing (or not showing) alignment annotations.</td>
290     <td></td>
291     <td align="center">&#x2713;</td>
292     </tr>
293
294     <tr valign="top">
295     <td><code>&#8209;&#8209;wrap / &#8209;&#8209;nowrap</code></td>
296     <td>Enforces wrapped (or not wrapped) alignment formatting.</td>
297     <td></td>
298     <td align="center">&#x2713;</td>
299     </tr>
300
301     <tr valign="top">
302     <td><code>&#8209;&#8209;nostructure</code></td>
303     <td>Do not open or process any 3D structure in the <code>&#8209;&#8209;open</code> or <code>&#8209;&#8209;append</code> files.</td>
304     <td></td>
305     <td align="center">&#x2713;</td>
306     </tr>
307
308   </table>
309
310
311   <h2>Adding a 3D structure</h2>
312
313   <table border="1" cellpadding="3">
314     <tr valign="top">
315     <td><strong>argument</strong></td>
316     <td><strong>action</strong></td>
317     <td><strong>sub-value modifiers</strong> (optional)</td>
318     <td><strong>linked</strong> (optional)</td>
319     </tr>
320
321     <tr valign="top">
322     <td><code>&#8209;&#8209;structure&nbsp;<em>filename/URL</em></code></td>
323     <td>Load a structure file <em>filename</em> or URL <em>URL</em> associated with a sequence in the open alignment.  The sequence to be associated with can be specified with a following <code>&#8209;&#8209;seqid</code> argument, or the sub-value modifier <code>seqid=<em>ID</em></code> can be used.  A sub-value <em>INDEX</em> can also be used to specify the <em>INDEX-th</em> sequence in the open alignment.</td>
324     <td>
325       <code>
326         seqid=<em>id</em></code> or <code><em>INDEX</em>,
327         <br/>
328         paefile=<em>filename</em>,
329         <br/>
330         tempfac=<em>name</em>,
331         <br/>
332         showssannotations,
333         <!--
334         <br/>
335         notempfac,
336         -->
337         <br/>
338         structureviewer=<em>name</em>
339       </code></td>
340     <td align="center">&#x2713;</td>
341     </tr>
342
343
344     <tr valign="top">
345     <td><code>&#8209;&#8209;seqid&nbsp;<em>ID</em></code></td>
346     <td>Specify the sequence name for the preceding <code>&#8209;&#8209;structure</code> to be associated with.</td>
347     <td></td>
348     <td align="center">&#x2713;</td>
349     </tr>
350
351
352     <tr valign="top">
353     <td><code>&#8209;&#8209;paematrix&nbsp;<em>filename</em></code></td>
354     <td>Add a PAE json matrix file <em>filename</em> to the preceding <code>&#8209;&#8209;structure</code>.</td>
355     <td></td>
356     <td align="center">&#x2713;</td>
357     </tr>
358
359
360     <tr valign="top">
361     <td><code>&#8209;&#8209;tempfac&nbsp;<em>name</em></code></td>
362     <td>Set the type of temperature factor.  Valid values for <em>name</em> are:
363       <br/>
364       <code>default</code>,
365       <br/>
366       <code>plddt</code>
367     </td>
368     <td></td>
369     <td align="center">&#x2713;</td>
370     </tr>
371
372
373     <tr valign="top">
374     <td><code>&#8209;&#8209;structureviewer&nbsp;<em>name</em></code></td>
375     <td>Set the structure viewer to use to open the 3d structure file specified in previous <code>&#8209;&#8209;structure</code> to <em>name</em>.  Valid values of <em>name</em> are:
376     <br/>
377     <code>none</code>,
378     <br/>
379     <code>jmol</code>,
380     <br/>
381     <code>chimera</code> <em>- requires installation, might need configuring in Preferences</em>,
382     <br/>
383     <code>chimerax</code> <em>- requires installation, might need configuring in Preferences</em>,
384     <br/>
385     <code>pymol</code> <em>- requires installation, might need configuring in Preferences</em>
386     </td>
387     <td></td>
388     <td align="center">&#x2713;</td>
389     </tr>
390
391
392     <!--
393     <tr valign="top">
394     <td><code>&#8209;&#8209;notempfac</code></td>
395     <td>Do not show the temperature factor annotation for the preceding <code>&#8209;&#8209;structure</code></td>
396     <td></td>
397     <td align="center">&#x2713;</td>
398     </tr>
399     -->
400
401
402     <tr valign="top">
403     <td><code>&#8209;&#8209;showssannotations / &#8209;&#8209;noshowssannotations</code></td>
404     <td>Do not show secondary structure annotations for the preceding <code>&#8209;&#8209;structure</code></td>
405     <td></td>
406     <td align="center">&#x2713;</td>
407     </tr>
408
409   </table>
410
411
412   <h2>Outputting files</h2>
413
414   <table border="1" cellpadding="3">
415     <tr valign="top">
416     <td><strong>argument</strong></td>
417     <td><strong>action</strong></td>
418     <td><strong>sub-value modifiers</strong> (optional)</td>
419     <td><strong>linked</strong> (optional)</td>
420     </tr>
421
422     <tr valign="top">
423     <td><code>&#8209;&#8209;output&nbsp;<em>filename</em></code></td>
424     <td>Export the open alignment to file <em>filename</em>.  The format <em>name</em> is specified by the sub-value modifier <code>format=<em>name</em></code>, a following <code>&#8209;&#8209;format <em>name</em></code> argument or guessed from the file extension.  Valid format names (and file extensions) are:
425     <br/>
426     <code>fasta</code> (<code>fa, fasta, mfa, fastq</code>),
427     <br/>
428     <code>pfam</code> (<code>pfam</code>),
429     <br/>
430     <code>stockholm</code> (<code>sto, stk</code>),
431     <br/>
432     <code>pir</code> (<code>pir</code>),
433     <br/>
434     <code>blc</code> (<code>blc</code>),
435     <br/>
436     <code>amsa</code> (<code>amsa</code>),
437     <br/>
438     <code>json</code> (<code>json</code>),
439     <br/>
440     <code>pileup</code> (<code>pileup</code>),
441     <br/>
442     <code>msf</code> (<code>msf</code>),
443     <br/>
444     <code>clustal</code> (<code>aln</code>),
445     <br/>
446     <code>phylip</code> (<code>phy</code>),
447     <br/>
448     <code>jalview</code> (<code>jvp, jar</code>).
449     </td>
450     <td><code>format=<em>name</em></code></td>
451     <td align="center">&#x2713;</td>
452     </tr>
453
454     <tr valign="top">
455     <td><code>&#8209;&#8209;format&nbsp;<em>name</em></code></td>
456     <td>Sets the format for the preceding <code>&#8209;&#8209;output</code> file.  Valid formats are:
457     <br/>
458     <code>fasta</code>,
459     <br/>
460     <code>pfam</code>,
461     <br/>
462     <code>stockholm</code>,
463     <br/>
464     <code>pir</code>,
465     <br/>
466     <code>blc</code>,
467     <br/>
468     <code>amsa</code>,
469     <br/>
470     <code>json</code>,
471     <br/>
472     <code>pileup</code>,
473     <br/>
474     <code>msf</code>,
475     <br/>
476     <code>clustal</code>,
477     <br/>
478     <code>phylip</code>,
479     <br/>
480     <code>jalview</code>.
481     </td>
482     <td></td>
483     <td align="center">&#x2713;</td>
484     </tr>
485
486     <tr valign="top">
487     <td><code>&#8209;&#8209;image&nbsp;<em>filename</em></code></td>
488     <td>Output an image of the open alignment window.  Format is specified by the sub-value modifier, a following <code>&#8209;&#8209;type</code> argument or guessed from the file extension.  Valid formats/extensions are:
489     <br/>
490     <code>svg</code>,
491     <br/>
492     <code>png</code>,
493     <br/>
494     <code>eps</code>,
495     <br/>
496     <code>html</code>,
497     <br/>
498     <code>biojs</code>.
499     </td>
500     <td>
501       <code>type=<em>name</em>,
502       <code>textrenderer=<em>name</em>,
503       <code>scale=<em>number</em>,
504       <code>width=<em>number</em>,
505       <code>height=<em>number</em>
506     </td>
507     <td align="center">&#x2713;</td>
508     </tr>
509
510     <tr valign="top">
511     <td><code>&#8209;&#8209;type&nbsp;<em>name</em></code></td>
512     <td>Set the image format for the preceding <code>&#8209;&#8209;image</code> to <em>name</em>.  Valid values for <em>name</em> are:
513     <br/>
514     <code>svg</code>,
515     <br/>
516     <code>png</code>,
517     <br/>
518     <code>eps</code>,
519     <br/>
520     <code>html</code>,
521     <br/>
522     <code>biojs</code>.
523     </td>
524     <td></td>
525     <td align="center">&#x2713;</td>
526     </tr>
527
528     <tr valign="top">
529     <td><code>&#8209;&#8209;textrenderer&nbsp;<em>name</em></code></td>
530     <td>Sets whether text in a vector image format (SVG, HTML, EPS) should be rendered as text or vector line-art.  Valid values for <em>name</em> are:
531     <br/>
532     <code>text</code>,
533     <br/>
534     <code>lineart</code>.
535     </td>
536     <td></td>
537     <td align="center">&#x2713;</td>
538     </tr>
539
540     <tr valign="top">
541     <td><code>&#8209;&#8209;scale&nbsp;<em>number</em></code></td>
542     <td>Sets a scaling for bitmap image format (PNG).  Should be given as a floating point number.  This can also be set as a sub-value modifier to the <code>--image</code> value.  If used in conjunction with <code>--width</code> and <code>--height</code> then the smallest scaling will be used (<code>scale</code>, <code>width</code> and <code>height</code> provide bounds for the image).</td>
543     <td></td>
544     <td align="center">&#x2713;</td>
545     </tr>
546
547     <tr valign="top">
548     <td><code>&#8209;&#8209;width&nbsp;<em>number</em></code></td>
549     <td>Sets a width for bitmap image format (PNG) with the height maintaining the aspect ratio.  Should be given as a positive integer.  This can also be set as a sub-value modifier to the <code>--image</code> value.  If used in conjunction with <code>--scale</code> and <code>--height</code> then the smallest scaling will be used (<code>scale</code>, <code>width</code> and <code>height</code> provide bounds for the image).</td>
550     <td></td>
551     <td align="center">&#x2713;</td>
552     </tr>
553
554     <tr valign="top">
555     <td><code>&#8209;&#8209;height&nbsp;<em>number</em></code></td>
556     <td>Sets a height for bitmap image format (PNG) with the width maintaining the aspect ratio.  Should be given as a positive integer.  This can also be set as a sub-value modifier to the <code>--image</code> value.  If used in conjunction with <code>--scale</code> and <code>--width</code> then the smallest scaling will be used (<code>scale</code>, <code>width</code> and <code>height</code> provide bounds for the image).</td>
557     <td></td>
558     <td align="center">&#x2713;</td>
559     </tr>
560
561     <tr valign="top">
562     <td><code>&#8209;&#8209;groovy&nbsp;<em>filename</em></code></td>
563     <td>Process a groovy script in the file for the open alignment.</td>
564     <td></td>
565     <td align="center">&#x2713;</td>
566     </tr>
567
568     <tr valign="top">
569     <td><code>&#8209;&#8209;backups / &#8209;&#8209;nobackups</code></td>
570     <td>Enable (or disable) writing backup files when saving an <code>&#8209;&#8209;output</code> file.  This applies to the current open alignment -- to apply to all <code>&#8209;&#8209;output</code> and <code>&#8209;&#8209;image</code> files, use after <code>&#8209;&#8209;all</code>.</td>
571     <td></td>
572     <td align="center">&#x2713;</td>
573     </tr>
574
575     <tr valign="top">
576     <td><code>&#8209;&#8209;overwrite / &#8209;&#8209;nooverwrite</code></td>
577     <td>Enable (or disable) overwriting of output files without backups enabled.  This applies to the current open alignment -- to apply to all <code>&#8209;&#8209;output</code> and <code>&#8209;&#8209;image</code> files, use after <code>&#8209;&#8209;all</code>.</td>
578     <td></td>
579     <td align="center">&#x2713;</td>
580     </tr>
581
582     <tr valign="top">
583     <td><code>&#8209;&#8209;close</code></td>
584     <td>Close the current open alignment window.  This occurs after other output arguments.  This applies to the current open alignment -- to apply to all <code>&#8209;&#8209;output</code> and <code>&#8209;&#8209;image</code> files, use after <code>&#8209;&#8209;all</code>.</td>
585     <td></td>
586     <td align="center">&#x2713;</td>
587     </tr>
588
589   </table>
590
591
592   <h2>Controlling flow of arguments</h2>
593
594   <table border="1" cellpadding="3">
595     <tr valign="top">
596     <td><strong>argument</strong></td>
597     <td><strong>action</strong></td>
598     </tr>
599
600     <tr valign="top">
601     <td><code>&#8209;&#8209;new</code></td>
602     <td>
603     Move on to a new alignment window.  This will ensure <code>&#8209;&#8209;append</code> will start a new alignment window and other linked arguments will apply to the new alignment window.
604     <br/>
605     <em>Note</em> that <code>--open</code> already starts a new alignment window for each file it opens.
606     </td>
607     </tr>
608
609     <tr valign="top">
610     <td><code>&#8209;&#8209;substitutions / &#8209;&#8209;nosubstitutions</code></td>
611     <td>The following argument values allow (or don't allow) subsituting filename parts.  This is initially true.  Valid substitutions are
612     <code>{basename}</code> - the filename-without-extension of the currently <code>&#8209;&#8209;open</code>ed file (or first <code>&#8209;&#8209;append</code>ed file),
613     <br/>
614     <code>{dirname}</code>, - the directory (folder) name of the currently <code>&#8209;&#8209;open</code>ed file (or first <code>&#8209;&#8209;append</code>ed file),
615     <br/>
616     <code>{argfilebasename}</code> - the filename-without-extension of the current <code>&#8209;&#8209;argfile</code>,
617     <br/>
618     <code>{argfiledirname}</code> - the directory (folder) name of the current <code>&#8209;&#8209;argfile</code>,
619     <br/>
620     <code>{n}</code> - the value of the index counter (starting at 0).
621     <br/>
622     <code>{++n}</code> - increase and substitute the value of the index counter,
623     <br/>
624     <code>{}</code> - the value of the current alignment window <em>default</em> index.
625     </td>
626     </tr>
627
628     <tr valign="top">
629     <td><code>&#8209;&#8209;argfile&nbsp;<em>filename</em></code></td>
630     <td>
631     Open one or more files <em>filename</em> and read, line-by-line, as arguments to Jalview.
632     <br/>
633     Values in an argfile should be given with an equals sign ("=") separator with no spaces.
634     <br/>
635     <strong>Note</strong> that if you use one or more <code>&#8209;&#8209;argfile</code> arguments then all other non-initialising arguments will be ignored.
636     </td>
637     </tr>
638
639     <tr valign="top">
640     <td><code>&#8209;&#8209;npp</code></td>
641     <td>Increase the index counter used in argument value substitutions.</td>
642     </tr>
643
644     <tr valign="top">
645     <td><code>&#8209;&#8209;all / &#8209;&#8209;noall</code></td>
646     <td>Apply (or stop applying) the following output arguments to <em>all</em> sets of linked arguments.</td>
647     </tr>
648
649     <tr valign="top">
650     <td><code>&#8209;&#8209;quit</code></td>
651     <td>After all files have been opened, appended and output, quit Jalview.  In <code>&#8209;&#8209;headless</code> mode this already happens.</td>
652     </tr>
653
654   </table>
655
656 </body>
657 </html>