https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: b83a607ce3c2177de47458d3cf176f4708a2c178 authored by nickjcroucher on 06 October 2022, 09:46:06 UTC
Merge pull request #350 from nickjcroucher/time_tree
Tip revision: b83a607
environment.yml
name: gubbins_env
channels:
  - conda-forge
  - bioconda
  - defaults
  - r
dependencies:
# python
  - python>=3.8
# installation
  - autoconf
  - automake
  - autoconf-archive
  - pytest
  - pytest-cov
  - lcov
  - check
  - libtool
  - cppunit
  - pkg-config
  - wheel
  - pillow
# algorithm
  - scipy
  - dendropy
  - biopython
  - multiprocess
  - numpy
  - numba
# phylogenetics
  - raxml=8.2.12
  - iqtree>=2.2
  - rapidnj
  - raxml-ng=1.0.1
  - fasttree=2.1.10
# Scripts
  - ska
back to top