https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: ed3601f554faca5f3cb3401667b20f97023c4fad authored by nickjcroucher on 28 January 2021, 19:51:34 UTC
Further edit to RAxML selection function
Tip revision: ed3601f
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