X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhelp%2Fhtml%2Ffeatures%2Fclarguments.html;h=6df40b525556a8817b8c3acd7ab712114003f481;hb=893f21fe8df6a9d47ced8140e3ba75f03407be00;hp=78fb006d290260a311593392255d55ac74d50ad8;hpb=d6407f1e65a837c48830193dbb8117fcdcd6765d;p=jalview.git diff --git a/help/help/html/features/clarguments.html b/help/help/html/features/clarguments.html index 78fb006..6df40b5 100644 --- a/help/help/html/features/clarguments.html +++ b/help/help/html/features/clarguments.html @@ -9,641 +9,171 @@ * along with Jalview. If not, see . * The Jalview Authors are detailed in the 'AUTHORS' file. --> -Jalview Command Line Arguments: summary +Command Line: introduction and reference -

Jalview Command Line Arguments: summary

+

Command Line: introduction and reference

- Jalview Command Line Arguments: summary + Command Line: introduction
- Jalview Command Line Arguments: introduction + Command Line: basic usage
- Jalview Command Line Arguments: basic usage + Command Line: advanced usage
- Jalview Command Line Arguments: advanced usage + Command Line: argument files
- Jalview Command Line Arguments: argfiles + Command Line: reference

-
- - -

Initialising arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
argumentaction
‑‑help / -hDisplay a help statement
‑‑headlessRun Jalview in headless mode. No GUI interface will be created and Jalview will quit after all arguments have been processed.
‑‑jabaws URLSet a different URL to connect to a JABAWS server.
‑‑news / ‑‑nonewsShow (or don't show) the news feed.
‑‑splash / ‑‑nosplashShow (or don't show) the About Jalview splash screen.
‑‑questionnaire / ‑‑noquestionnaireShow (or don't show) the questionnaire if one is available.
‑‑usagestats / ‑‑nousagestatsSend (or don't send) initial launch usage stats. Note: usage stats are useful for future funding for Jalview!
‑‑webservicediscovery / ‑‑nowebservicediscoveryAttempt (or don't attempt) to connect to JABAWS web services.
‑‑props filenameUse file filename as the preferences file instead of the usual ~/.jalview_properties file.
‑‑debugStart Jalview in debug log level.
‑‑quietStop all output to STDOUT (after the Java Virtual Machine has started). Use ‑‑quiet a second time to stop all output to STDERR.
‑‑initsubstitutions / ‑‑noinitsubstitutionsSet ‑‑substitutions to be initially enabled (or initially disabled).
‑‑jvmmempc=PERCENT - Limit maximum heap size (memory) to PERCENT% of total physical memory detected. - This defaults to 90 if total physical memory can be detected. -
- The equals sign ("=") separator must be used with no spaces. -
- See Memory usage settings for Jalview for more details. -
‑‑jvmmemmax=MAXMEMORY - Limit maximum heap size (memory) to MAXMEMORY. MAXMEMORY can be specified in bytes, kilobytes(k), megabytes(m), - gigabytes(g) or if you're lucky enough, terabytes(t). - This defaults to 32g if total physical memory can be detected, or to 8g if total physical memory cannot be detected. -
- The equals sign ("=") separator must be used with no spaces. -
- See Memory usage settings for Jalview for more details. -
- - -

Opening an alignment

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
argumentactionsub-value modifiers (optional)linked (optional)
‑‑open filename/URL ... - Opens one or more alignment files filename or URLs URL in new alignment windows. - - - colour=name, -
- title=string, -
- features=filename, -
- annotations=filename, -
- tree=filename, -
- showannotations, -
- showssannotations, -
- sortbytree, -
- wrap -
-
‑‑append filename/URL ...Appends one or more alignment files filename or URLs URL to the open alignment window (or opens a new alignment if none already open). - - colour=name, -
- title=string, -
- features=filename, -
- annotations=filename, -
- tree=filename, -
- showannotations, -
- showssannotations, -
- sortbytree, -
- wrap -
-
‑‑title "string""Specifies the title for the open alignment window as string.
‑‑colour nameApplies the colour scheme name to the open alignment window. Valid values for name are: -
- clustal, -
- blosum62, -
- pc-identity, -
- zappo, -
- taylor, -
- gecos-flower, -
- gecos-blossom, -
- gecos-sunset, -
- gecos-ocean, -
- hydrophobic, -
- helix-propensity, -
- strand-propensity, -
- turn-propensity, -
- buried-index, -
- nucleotide, -
- nucleotide-ambiguity, -
- purine-pyrimidine, -
- rna-helices, -
- t-coffee-scores, -
- sequence-id. -
‑‑features filename/URLAdd a feature file filename or URL URL to the open alignment.
‑‑tree filename/URLAdd a tree file filename or URL URL to the open alignment.
‑‑sortbytree / ‑‑nosortbytreeEnforces sorting (or not sorting) the alignment in the order of an attached phylogenetic tree.
‑‑annotations filename/URLAdd an annotations file filename or URL URL to the open alignment.
‑‑showannotations / ‑‑noshowannotationsEnforces showing (or not showing) alignment annotations.
‑‑wrap / ‑‑nowrapEnforces wrapped (or not wrapped) alignment formatting.
‑‑nostructureDo not open or process any 3D structure in the ‑‑open or ‑‑append files.
- - -

Adding a 3D structure

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
argumentactionsub-value modifiers (optional)linked (optional)
‑‑structure filename/URLLoad a structure file filename or URL URL associated with a sequence in the open alignment. The sequence to be associated with can be specified with a following ‑‑seqid argument, or the sub-value modifier seqid=ID can be used. A sub-value INDEX can also be used to specify the INDEX-th sequence in the open alignment. - - seqid=id or INDEX, -
- paefile=filename, -
- tempfac=name, -
- showssannotations, - -
- structureviewer=name -
‑‑seqid IDSpecify the sequence name for the preceding ‑‑structure to be associated with.
‑‑paematrix filenameAdd a PAE json matrix file filename to the preceding ‑‑structure.
‑‑tempfac nameSet the type of temperature factor. Valid values for name are: -
- default, -
- plddt -
‑‑structureviewer nameSet the structure viewer to use to open the 3d structure file specified in previous ‑‑structure to name. Valid values of name are: -
- none, -
- jmol, -
- chimera - requires installation, might need configuring in Preferences, -
- chimerax - requires installation, might need configuring in Preferences, -
- pymol - requires installation, might need configuring in Preferences -
‑‑showssannotations / ‑‑noshowssannotationsDo not show secondary structure annotations for the preceding ‑‑structure
- - -

Outputting files

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
- - - - - - + - - - - - - +

Introduction

- - - - - - +

+ From version 2.11.3.0 Jalview has a new set of command line arguments + which allow more powerful and flexible combinations of arguments, though can + also be used for simple use cases too. +

- - - - - - +

+ These new arguments are all accessed with a ‑‑doubledash form of + command line argument (with the one exception where simply opening one or more + files can be performed without any arguments other than the filenames). +

- - - - - - +

+ The old command line arguments can still be used (see + the old page on command line arguments) so + existing scripts utilising them should not break. +
+ These are now deprecated and will be removed in a future version of Jalview. +

- - - - - - +

+ However, you cannot mix old and new style arguments, so if you use any + -singledash arguments (with the exception of -help or -h), they will all be interpreted as + old style arguments with the new ‑‑doubledash + arguments being ignored. If you have a script + that uses the old arguments without any dashes, and uses the bare-word + open then these will also be interpreted as old style arguments. +

- - - - - - +

+ Warning! If you use command line arguments without any dashes and + don't use the bare-word argument open then all + your arguments will be interpreted as alignment files to be opened by the + new command line argument process! +

- - - - - - +

+ To launch Jalview from the command line, see + running Jalview from the command line. +

- - - - - - -
argumentactionsub-value modifiers (optional)linked (optional)
‑‑output filenameExport the open alignment to file filename. The format name is specified by the sub-value modifier format=name, a following ‑‑format name argument or guessed from the file extension. Valid format names (and file extensions) are: -
- fasta (fa, fasta, mfa, fastq), -
- pfam (pfam), -
- stockholm (sto, stk), -
- pir (pir), -
- blc (blc), -
- amsa (amsa), -
- json (json), -
- pileup (pileup), -
- msf (msf), -
- clustal (aln), -
- phylip (phy), -
- jalview (jvp, jar). -
format=name
‑‑format nameSets the format for the preceding ‑‑output file. Valid formats are: -
- fasta, -
- pfam, -
- stockholm, -
- pir, -
- blc, -
- amsa, -
- json, -
- pileup, -
- msf, -
- clustal, -
- phylip, -
- jalview. -
‑‑image filenameOutput an image of the open alignment window. Format is specified by the sub-value modifier, a following ‑‑type argument or guessed from the file extension. Valid formats/extensions are: -
- svg, -
- png, -
- eps, -
- html, -
- biojs. -
- type=name, - textrenderer=name, - scale=number, - width=number, - height=number -
‑‑type nameSet the image format for the preceding ‑‑image to name. Valid values for name are: -
- svg, -
- png, -
- eps, -
- html, -
- biojs. -
‑‑textrenderer nameSets whether text in a vector image format (SVG, HTML, EPS) should be rendered as text or vector line-art. Valid values for name are: -
- text, -
- lineart. -
‑‑scale numberSets 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 --image value. If used in conjunction with --width and --height then the smallest scaling will be used (scale, width and height provide bounds for the image).
‑‑width numberSets 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 --image value. If used in conjunction with --scale and --height then the smallest scaling will be used (scale, width and height provide bounds for the image).
‑‑height numberSets 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 --image value. If used in conjunction with --scale and --width then the smallest scaling will be used (scale, width and height provide bounds for the image).
‑‑groovy filenameProcess a groovy script in the file for the open alignment.
‑‑backups / ‑‑nobackupsEnable (or disable) writing backup files when saving an ‑‑output file. This applies to the current open alignment -- to apply to all ‑‑output and ‑‑image files, use after ‑‑all.
‑‑overwrite / ‑‑nooverwriteEnable (or disable) overwriting of output files without backups enabled. This applies to the current open alignment -- to apply to all ‑‑output and ‑‑image files, use after ‑‑all.
‑‑closeClose the current open alignment window. This occurs after other output arguments. This applies to the current open alignment -- to apply to all ‑‑output and ‑‑image files, use after ‑‑all.
+

Syntax

+

+ The new command line argument parser can group certain labelled arguments together, or give them a default label based on their position in the list of arguments (in which case you won't ever need to know what the label is). All arguments are read before any alignment actions are performed. For basic usage without additional syntax, please see the Command Line: basic usage explanatory page. +

-

Controlling flow of arguments

+

+ Parts of Jalview's command line arguments +

+
jalview --argname[linkedId]=[subvalues]value --switch --noswitch --argname[linkedId] [subvalues]filename1 filename2 ...
- - - - - +

+ Different arguments can take one or more values, others take no value and act like a switch (some can be set on and off and others are only on, depending on the use). +
+

+

- - - - +

+ This may sound complicated, but nearly everything can be done just with plain command line arguments (see Command Line: basic usage), though in this case the ordering of the arguments is more important. +

- - - - - - - - +

Headless mode

- - - - +

+ Jalview can be run in headless mode, i.e. without the usual graphical user interface (GUI), by specifying the ‑‑headless argument. With command line arguments you can specify operations for Jalview to perform on one or more files and then stop running. Most likely you will want to output another file, either an alignment for image file. +

+

+ If you specify an argument for an output file (one or more of ‑‑output, ‑‑image or ‑‑structureimage) then it will be assumed that you wish to run in headless mode. +

+

+ You can force Jalview to run in graphical mode using the ‑‑gui argument. +

- - - - +

+

- - - - -
argumentaction
‑‑new - Move on to a new alignment window. This will ensure ‑‑append will start a new alignment window and other linked arguments will apply to the new alignment window. -
- Note that --open already starts a new alignment window for each file it opens. -
‑‑substitutions / ‑‑nosubstitutionsThe following argument values allow (or don't allow) subsituting filename parts. This is initially true. Valid substitutions are - {basename} - the filename-without-extension of the currently ‑‑opened file (or first ‑‑appended file), -
- {dirname}, - the directory (folder) name of the currently ‑‑opened file (or first ‑‑appended file), -
- {argfilebasename} - the filename-without-extension of the current ‑‑argfile, -
- {argfiledirname} - the directory (folder) name of the current ‑‑argfile, -
- {n} - the value of the index counter (starting at 0). -
- {++n} - increase and substitute the value of the index counter, -
- {} - the value of the current alignment window default index. -
‑‑argfile filename - Open one or more files filename and read, line-by-line, as arguments to Jalview. -
- Values in an argfile should be given with an equals sign ("=") separator with no spaces. -
- Note that if you use one or more ‑‑argfile arguments then all other non-initialising arguments will be ignored. -
‑‑nppIncrease the index counter used in argument value substitutions.
‑‑all / ‑‑noallApply (or stop applying) the following output arguments to all sets of linked arguments.
‑‑quitAfter all files have been opened, appended and output, quit Jalview. In ‑‑headless mode this already happens.
+
+ Continue to Command Line: basic usage. +
+ Command Line: reference