You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/gatkcondaenv.yml.template
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ channels:
17
17
# if channels other than conda-forge are added and the channel order is changed (note that conda channel_priority is currently set to flexible),
18
18
# verify that key dependencies are installed from the correct channel
19
19
- conda-forge
20
+
- bioconda
20
21
21
22
dependencies:
22
23
@@ -26,6 +27,7 @@ dependencies:
26
27
- conda-forge:blas=1.0=mkl # our official environment uses MKL versions of various packages; if other versions are desired, users should edit this YML accordingly
0 commit comments