An open API service indexing awesome lists of open source software.

https://github.com/dessimozlab/sibbiodiversitysummerschool2026topic4

Materials for the 2026 summer school
https://github.com/dessimozlab/sibbiodiversitysummerschool2026topic4

Last synced: 27 days ago
JSON representation

Materials for the 2026 summer school

Awesome Lists containing this project

README

          

# SIBBiodiversitySummerSchool2026Topic4
Materials for the 2026 summer school

# Environment Setup Instructions

This course uses a Conda environment to install the required software.

## 1. Create the virtual environment

From the root directory of the repository, run:
```bash
conda install -n base -c conda-forge mamba
mamba env create -f Module1_AnnotationQuality/environmentT4.yml
```

alternatively...
```bash
python3 -m venv module1env

source module1env/bin/activate

pip install --upgrade pip

pip install -r requirements.txt
```