https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: 1a005061ad465f19ccb4fdcbc3dfe797a2bc892f authored by Nick Croucher on 21 December 2021, 12:00:03 UTC
Improve dependency testing
Tip revision: 1a00506
environment.yml
name: gubbins_env
channels:
  - conda-forge
  - bioconda
  - defaults
  - r
dependencies:
# python
  - python>=3.8
# installation
  - autoconf
  - automake
  - autoconf-archive
  - pytest
  - check
  - libtool
  - cppunit
  - pkg-config
  - wheel
  - nose
  - pillow
# algorithm
  - scipy
  - dendropy
  - biopython
  - multiprocess
  - numpy
  - numba
# phylogenetics
  - raxml=8.2.12
  - iqtree=2.0.3
  - rapidnj
  - raxml-ng=1.0.1
  - fasttree=2.1.10
back to top