From 17aaf80d4e11248d8cb947b310303a898426092e Mon Sep 17 00:00:00 2001
From: Ben Soares
+ See Jalview Command Line Arguments (next generation)
+ for more explanation about using Jalview's command line arguments.
+
+ For a summary of Jalview command line arguments see Summary
+ of Command Line Arguments.
+
From version 2.11.3.0 Jalview processes a new set of command line arguments
which allow more powerful and flexible combinations of arguments, though can
also be used for very simple use cases too.
@@ -73,7 +78,7 @@
in typical use cases you may still want to think of it as doing so.
- To simply open one or more alignment files in different frames just put the filenames as the first arguments:
+ To simply open one or more alignment files in different windows just put the filenames as the first arguments:
Summary of Command Line Arguments (version 2.11.3.0 onwards)
+
+
+
diff --git a/help/help/html/features/clarguments-ng.html b/help/help/html/features/clarguments-ng.html
index 4a173d2..5f2ef5a 100644
--- a/help/help/html/features/clarguments-ng.html
+++ b/help/help/html/features/clarguments-ng.html
@@ -25,6 +25,11 @@
+
+
+ argument
+ action
+ subval modifiers (optional)
+ linked (optional)
+
+
+
+
+ --open filename/URL ...
+ Opens one or more alignment files in new alignment windows.
+ Examples.
+
+
+
+
+ colour=colourscheme,
+ title=title,
+ features=featurefile,
+ annotations=annotationfile,
+ tree=treefile,
+ showannotations,
+ ssannotations,
+ sortbytree,
+ wrap
+
+ ✓
+
+
+
+
+ --append filename/URL ...
Appends one or more alignment files to an open alignment window (or opens a new alignment if none already open).
+
+
+
+ colour=colourscheme,
+ title=title,
+ features=featurefile,
+ annotations=annotationfile,
+ tree=treefile,
+ showannotations,
+ ssannotations,
+ sortbytree,
+ wrap
+
.
+ Examples.
+ ✓
+
+
+
+
+ --title "title"
Specifies the title for the open alignment window.
+
+ ✓
+
+
+
+
+ --colour colourscheme
Applies the given colour scheme to the open alignment window. Valid values 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
.
+ Examples.
+
+ ✓
+
+
+
+
+
+
+ --features filename/URL
Add a feature file to the open alignment.
+
+ ✓
+
+
+
+
+ --tree filename/URL
Add a tree file to the open alignment.
+
+ ✓
+
+
+
+
+
+ --sortbytree / --nosortbytree
Enforces sorting (or not sorting) the alignment in the order of an attached phylogenetic tree.
+
+ ✓
+
+
+
+
+ --annotations filename/URL
Add an annotations file to the open alignment.
+
+ ✓
+
+
+
+
+
+ --showannotations / --noshowannotations
Enforces showing (or not showing) alignment annotations.
+
+ ✓
+
+
+
+
+
+ --structure filename/URL
Load a structure file attached to a sequence in the open alignment.
+
+
+
+ seqid=sequenceid
or sequence index,
+ paefile=paefilename,
+ tempfac=temperature factor type,
+ ssannotations,
+ notempfac,
+ structureviewer=structure viewer
+
✓
+
+
+
+
+
+ --paematrix filename
Add a PAE file to the preceding
+ --structure
+ ✓
+
+
+
+
+
+ --tempfac temperature factor type
Set the type of temperature factor. Possible values are
+
+ default
,
+ plddt
+
+ ✓
+
+
+
+
+
+ --structureviewer structure viewer
Set the structure viewer to use to open the 3d structure file specified in previous
+ --structure
. Possible values 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
+
+ ✓
+
+
+
+
+
+ --notempfac
Do not show the temperature factor annotation for the preceding
+ --structure
+ ✓
+
+
+
+
+
+ --groovy filename
Process a groovy script in the file for the open alignment.
+
+ ✓
+
+
+
+
+ --image new filename
Output an image of the open alignment window. Format is specified by the subval modifier, a following
+ --type
argument or guessed from the file extension. Valid formats/extensions are:
+ svg
,
+ png
,
+ eps
,
+ html
,
+ biojs
+
+
+ type=image format,
+
textrenderer=text format
+
✓
+
+
+
+
+ --type image format
Set the image format for the preceding
+ --image
. Valid values are:
+ svg
,
+ png
,
+ eps
,
+ html
,
+ biojs
+
+ ✓
+
+
+
+
+ --textrenderer text format
Sets whether text in a vector image format (SVG, HTML, EPS) should be rendered as text or vector line-art. Possible values are:
+
+ text
,
+ lineart
+
+ ✓
+
+
+
+
+
+ --output outputfilename
Export the open alignment. Format is specified by the subval modifier, a following
+ --format
argument or guessed from the file extension. Valid formats/extensions are:
+
+ Fasta (fa, fasta
),
+
+
+
+ ✓
+
+
+
+
+
+ --
+
+ ✓
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ --
+
+ ✓
+
+
+
+
+
+
+ --
+
+ ✓
+ Jalview Command Line Arguments (version 2.11.3.0 and later)
For more advanced use please see
- Advanced Command Line Arguments.
+
Opening files (
--open
, --append
, --new
)
jalview filename1 filename2 ...
@@ -104,10 +109,10 @@
after the initial filenames.)
--open
--open
- Use the --open
argument to open alignment files each in their own frame.
+ Use the --open
argument to open alignment files each in their own window.
@@ -130,14 +135,14 @@
---append
--append
To append several alignment files together use:
jalview --open filename1.fa --append filename2.fa filename3.fa- or, if you haven't previously used
--open
then you can use --append to open one new frame and keep appending each set of alignments:
+ or, if you haven't previously used --open
then you can use --append to open one new window and keep appending each set of alignments:
jalview --append these/filename*.fa --append more/filename*.fa @@ -146,13 +151,13 @@- Note that whilst you can include a Jalview Project File (
-.jvp
) as an--append
value, the items in the file will always open in their original frames and not append to another. + Note that whilst you can include a Jalview Project File (.jvp
) as an--append
value, the items in the file will always open in their original windows and not append to another.+
--new
--new
- To append different sets of alignment files in different frames, use
--new
to move on to a new alignment frame: + To append different sets of alignment files in different windows, use--new
to move on to a new alignment window:jalview --append these/filename*.fa --new --append other/filename*.fa@@ -232,7 +237,7 @@
--annotations
- You can specify whether the currently opened alignment frame should show alignment annotations (e.g. Conservation, Quality, Consensus...) or not with either
--annotations
or--noannotations
. If you don't specify then your saved preference will be used. + You can specify whether the currently opened alignment window should show alignment annotations (e.g. Conservation, Quality, Consensus...) or not with either--annotations
or--noannotations
. If you don't specify then your saved preference will be used.jalview --open examples/uniref50.fa --noannotations@@ -241,7 +246,7 @@
--title
- If you would like to give the alignment frame a specific title you can do so with the
--title
option: + If you would like to give the alignment window a specific title you can do so with the--title
option:jalview --open examples/uniref50.fa --title "My example alignment"@@ -250,7 +255,7 @@
--structure
- You can add a 3D structure file to a sequence in the current alignment frame with the
--structure
option: + You can add a 3D structure file to a sequence in the current alignment window with the--structure
option:jalview --open examples/uniref50.fa --structure examples/AlphaFold/AF-P00221-F1-model_v4.pdb-- 1.7.10.2