Installation#

All platforms#

  1. Install Miniconda/Conda installation

  2. Create new environment and install MFA: conda create -n anchor -c conda-forge anchor-annotator

    1. You can enable the conda-forge channel by default by running conda config --add channels conda-forge in order to omit the -c conda-forge from these commands

  3. Ensure you’re in the new environment created (conda activate anchor)

  4. Verify Anchor launches via mfa anchor

Warning

See Known issues if you encounter any errors.