Category: Science

  • Install ppanggolin with conda

    The recommended way to install is the “conda install -c bioconda ppanggolin” command. But if it freezes on the “Solving environment step”, the following recipe worked for me: conda create -y -n env_ppanggolinconda activate env_ppanggolinconda install -c conda-forge mambamamba install -c conda-forge python=3.7mamba install -c bioconda -c conda-forge -c r –no-channel-priority ppanggolin I get the…