https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: 1b689a73c1fb94da5b08166f2aca2566b45964d9 authored by Nick Croucher on 11 September 2023, 05:42:05 UTC
Fix broken link
Tip revision: 1b689a7
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
  - llvm
# algorithm
  - scipy
  - dendropy
  - biopython
  - multiprocess
  - numpy<=1.23.0
  - numba
# phylogenetics
  - raxml=8.2.12
  - iqtree>=2.2
  - rapidnj
  - raxml-ng=1.0.1
  - fasttree=2.1.10
# Scripts
  - ska2>=0.3.0
# R
  - r-argparser
  - r-magrittr
  - r-tidyverse
  - bioconductor-treeio
  - bioconductor-ggtree
  - r-aplot
  - r-patchwork
  - r-cowplot
  - r-rcolorbrewer
back to top