Fishgrs Install May 2026
If you do not have Conda, install Miniconda first:
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
# Follow the prompts, and allow Conda to init
source ~/.bashrc
choco install fish
Bioinformatics tools are often in the bioconda channel. Configure Conda properly: fishgrs install
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge