Details
-
Type: Bug
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 2.11.3.0, 2.11.3.1
-
Fix Version/s: 2.11.3.2
-
Component/s: Command Line Interface, Structures
-
Labels:None
Description
When creating a structure image on the command line using the installer provided shell script, e.g.
jalview --open ./examples/uniref50.fa --structure ./examples/AlphaFold/AF-P00221-F1-model_v4.pdb --seqid FER1_SPIOL --colour gecos-ocean --structureimage temp1.png --bgcolour red --overwrite
the image produced only contains the background colour, and no structure.
If you run the very same command that jalview.sh runs straight from the command line then the image is produced correctly. You can obtain the command that jalview.sh runs by adding --debug and looking for
Shell running: "/Applications/..." ... --debug
Note, copy everything from the opening quotation mark to the final --debug (without a quotation mark -- the quotes are closed around the java command and some of the arguments but not all).
Running this command on the command line produces a correct structure image.
jalview.sh does not set any environment variables.
--image correctly produces alignment images.
jalview --open ./examples/uniref50.fa --structure ./examples/AlphaFold/AF-P00221-F1-model_v4.pdb --seqid FER1_SPIOL --colour gecos-ocean --structureimage temp1.png --bgcolour red --overwrite
the image produced only contains the background colour, and no structure.
If you run the very same command that jalview.sh runs straight from the command line then the image is produced correctly. You can obtain the command that jalview.sh runs by adding --debug and looking for
Shell running: "/Applications/..." ... --debug
Note, copy everything from the opening quotation mark to the final --debug (without a quotation mark -- the quotes are closed around the java command and some of the arguments but not all).
Running this command on the command line produces a correct structure image.
jalview.sh does not set any environment variables.
--image correctly produces alignment images.