JAL-629 update a subval for structureviewer in the docs
authorBen Soares <b.soares@dundee.ac.uk>
Tue, 9 May 2023 09:31:02 +0000 (10:31 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Tue, 9 May 2023 09:31:02 +0000 (10:31 +0100)
help/help/html/features/clarguments-ng.html

index 5f2ef5a..dbef941 100644 (file)
   </p>
 
   <p>
-  <code>viewer</code>:
-  You can specify which structure viewer (or not) to use to open the structure using the <code>viewer</code> sub-value.  Multiple sub-values can be specified, separated by a comma ','.  Possible values for the <code>viewer</code> sub-value are:
+  <code>structureviewer</code>:
+  You can specify which structure viewer (or not) to use to open the structure using the <code>structureviewer</code> sub-value.  Multiple sub-values can be specified, separated by a comma ','.  Possible values for the <code>structureviewer</code> sub-value are:
   <br/>
   <code>none</code>,
   <br/>
   <p>
   <code>none</code> and <code>jmol</code> 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 <a href="../features/viewingpdbs.html">Discovering and Viewing PDB and 3D-Beacons structures</a> for more details.
   <pre>
-  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
   </pre>
   </p>