Installation#
All platforms#
Install Miniconda/Conda installation
Create new environment and install MFA:
conda create -n anchor -c conda-forge anchor-annotatorYou can enable the
conda-forgechannel by default by runningconda config --add channels conda-forgein order to omit the-c conda-forgefrom these commands
Ensure you’re in the new environment created (
conda activate anchor)Verify Anchor launches via
mfa anchor
Warning
See Known issues if you encounter any errors.