Skip to content

Commit

Permalink
upgrade nodejs and add nbconvert
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Nov 7, 2020
1 parent 1d39c72 commit 4f9b22c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion workflow/envs/main/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ dependencies:
- numpy=1.19.1
- plotly=4.12.0
- ipywidgets=7.5.1
- nodejs=12.19.0
- nodejs=13.13.0
- conda-forge::nbconvert=5.6.0
# Filtering
- biopython=1.76
- mummer=3.23
Expand Down
3 changes: 2 additions & 1 deletion workflow/envs/merge/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies:
- conda-forge::biopython=1.76
- conda-forge::libiconv=1.15
- conda-forge::markdown=3.2.2
- conda-forge::nbconvert=5.6.0
- conda-forge::openjdk=8.0.144
- conda-forge::pandas=1.0.4
- conda-forge::pigz=2.3.4
Expand All @@ -59,7 +60,7 @@ dependencies:
- mummer=3.23
- nextflow=20.04.1
- ncbimeta=0.7.0
- nodejs=12.19.0
- conda-forge::nodejs=13.13.0
- numpy=1.19.1
- pandas=1.0.4
- pip=20.2.3
Expand Down

0 comments on commit 4f9b22c

Please sign in to comment.