https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: a051f2e0da5bf8d2fa417b57fdc1a131714eb304 authored by nickjcroucher on 12 October 2021, 06:19:10 UTC
Merge pull request #310 from sanger-pathogens/raxmlng_fix
Tip revision: a051f2e
environment.yml
name: gubbins_env
channels:
  - conda-forge
  - bioconda
  - defaults
  - r
dependencies:
# python
  - python>=3.8
# installation
  - autoconf
  - automake
  - pytest
  - check
  - libtool
  - cppunit
  - pkg-config
  - wheel
  - nose
  - pillow
# algorithm
  - scipy
  - dendropy
  - biopython
  - multiprocess
  - numpy
# phylogenetics
  - raxml=8.2.12
  - iqtree=2.0.3
  - rapidnj
  - raxml-ng=1.0.1
  - fasttree=2.1.10
back to top