From d2b97f68876ebac8c7a7e39867b93619fb1194bb Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Tue, 9 May 2023 10:31:02 +0100 Subject: [PATCH] JAL-629 update a subval for structureviewer in the docs --- help/help/html/features/clarguments-ng.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/help/help/html/features/clarguments-ng.html b/help/help/html/features/clarguments-ng.html index 5f2ef5a..dbef941 100644 --- a/help/help/html/features/clarguments-ng.html +++ b/help/help/html/features/clarguments-ng.html @@ -283,8 +283,8 @@

- viewer: - You can specify which structure viewer (or not) to use to open the structure using the viewer sub-value. Multiple sub-values can be specified, separated by a comma ','. Possible values for the viewer sub-value are: + structureviewer: + You can specify which structure viewer (or not) to use to open the structure using the structureviewer sub-value. Multiple sub-values can be specified, separated by a comma ','. Possible values for the structureviewer sub-value are:
none,
@@ -299,7 +299,7 @@

none and jmol will always be available, but to use the others you must have the appropriate software already set up on your computer and in Jalview. See the page Discovering and Viewing PDB and 3D-Beacons structures for more details.

-  jalview --open examples/uniref50.fa --structure [seqid=FER1_SPIOL,viewer=none]examples/AlphaFold/AF-P00221-F1-model_v4.pdb
+  jalview --open examples/uniref50.fa --structure [seqid=FER1_SPIOL,structureviewer=none]examples/AlphaFold/AF-P00221-F1-model_v4.pdb
   

-- 1.7.10.2