generated from carpentries/workbench-template-rmd
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
environment.yml
23 lines (23 loc) · 1000 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Conda environment for the HPC Carpentry Workflows lesson
---
name: workflows
channels:
- conda-forge # provides most software
- bioconda # provides Snakemake
dependencies:
- git # version control system
- libxslt # {sandpaper} build dependency
- matplotlib # powerful Python plotting library
- mpi4py # distributed-memory parallel library for Python
- numpy # numerical algorithms for Python
- pandoc # document converter
- perl # pandoc/tinytex dependency
- pip # Python package manager
- python=3 # Snakemake runs Python code natively
- r-base # basic R installation
- r-essentials # essential R packages
- radian # more colorful R REPL
- snakemake # workflow manager
- pip: # list of PyPI packages (not in Conda)
- amdahl # HPC Carpentry gray-box parallel program
- termplotlib # ASCII art plots