Skip to content

Commit

Permalink
add geopy to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed May 13, 2020
1 parent 1a44666 commit 27a3a6b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 44 deletions.
55 changes: 28 additions & 27 deletions phylo-dev-env.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
name: phylo-dev-env
channels:
- bioconda
- conda-forge
- defaults
- anaconda
dependencies:
- sqlite==3.31.1
- snippy==4.6.0
- blast==2.9.0
- mummer==3.23
- vcftools==0.1.16
- pip==20.0.2
- ncbimeta==0.6.5
- qualimap==2.2.2d
- multiqc==1.8
- nextflow==20.01.0
- iqtree==1.6.12
- sphinx_rtd_theme==0.4.3
- sphinxcontrib-applehelp==1.0.2
- sphinxcontrib-devhelp==1.0.2
- sphinxcontrib-htmlhelp==1.0.3
- sphinxcontrib-jsmath==1.0.1
- sphinxcontrib-qthelp==1.0.3
- sphinxcontrib-serializinghtml==1.1.4
- m2r==0.2.1
- pre_commit==2.3.0
name: phylo-dev-env
channels:
- bioconda
- conda-forge
- defaults
- anaconda
dependencies:
- sqlite==3.31.1
- snippy==4.6.0
- blast==2.9.0
- mummer==3.23
- vcftools==0.1.16
- pip==20.0.2
- ncbimeta==0.6.5
- qualimap==2.2.2d
- multiqc==1.8
- nextflow==20.01.0
- iqtree==1.6.12
- geopy==1.11.0
- sphinx_rtd_theme==0.4.3
- sphinxcontrib-applehelp==1.0.2
- sphinxcontrib-devhelp==1.0.2
- sphinxcontrib-htmlhelp==1.0.3
- sphinxcontrib-jsmath==1.0.1
- sphinxcontrib-qthelp==1.0.3
- sphinxcontrib-serializinghtml==1.1.4
- m2r==0.2.1
- pre_commit==2.3.0
35 changes: 18 additions & 17 deletions phylo-env.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: phylo-env
channels:
- bioconda
- conda-forge
- defaults
dependencies:
- sqlite==3.31.1
- snippy==4.6.0
- blast==2.9.0
- mummer==3.23
- vcftools==0.1.16
- pip==20.0.2
- ncbimeta==0.6.5
- qualimap==2.2.2d
- multiqc==1.8
- nextflow==20.01.0
- iqtree==1.6.12
name: phylo-env
channels:
- bioconda
- conda-forge
- defaults
dependencies:
- sqlite==3.31.1
- snippy==4.6.0
- blast==2.9.0
- mummer==3.23
- vcftools==0.1.16
- pip==20.0.2
- ncbimeta==0.6.5
- qualimap==2.2.2d
- multiqc==1.8
- nextflow==20.01.0
- iqtree==1.6.12
- geopy==1.11.0

0 comments on commit 27a3a6b

Please sign in to comment.