conda install -c bioconda jalview |
Installing with Conda
A Jalview conda package is available (tested on OSX and Linux) thanks to the great folk over at Bioconda.
To install, setup bioconda as described at Bioconda’s Usage instructions.
Then create a separate conda environment for Jalview, with Jalview installed in it:
$
conda create -n jalview jalview
To run Jalview, select the new environment:
$
conda activate jalview
and then launch Jalview from the command line:
$
jalview