-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow installations with customisable env names (#371)
* add extra deps and customisable conda env name * bugfix CONDA_INSTALL_ENV * bugfix CONDA_INSTALL_ENV * bugfix CONDA_INSTALL_ENV
- Loading branch information
1 parent
122866d
commit fdb8321
Showing
2 changed files
with
56 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
# This environment will include other dependencies to assist with the development and running of pipelines | ||
|
||
name: cgat-p | ||
|
||
channels: | ||
- bioconda | ||
- conda-forge | ||
- defaults | ||
|
||
dependencies: | ||
- sphinx_bootstrap_theme | ||
- rstudio | ||
- spyder | ||
- multiqc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters