</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>