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
- Download the environment ymls from https://github.com/SPAAM-community/intro-to-ancient-metagenomics-book/tree/main/assets/envs, and create each env
143
143
144
144
```bash
145
-
wget https://github.com/SPAAM-community/intro-to-ancient-metagenomics-book/raw/main/assets/envs/{accessing-ancient-metagenomic-data,ancient-metagenomic-pipelines,authentication,bare-bones-bash,contamination,genome-mapping,git-github,phylogenomics,python-pandas,r-tidyverse,taxonomic-profiling}.yml ## denovo-assembly, coming later! removed from list - 2024-05-29
145
+
wget https://github.com/SPAAM-community/intro-to-ancient-metagenomics-book/raw/main/assets/envs/{accessing-ancient-metagenomic-data,ancient-metagenomic-pipelines,authentication,bare-bones-bash,contamination,denovo-assembly,genome-mapping,git-github,phylogenomics,python-pandas,r-tidyverse,taxonomic-profiling}.yml ## denovo-assembly, coming later! removed from list - 2024-05-29
146
146
147
147
for i in *.yml; do
148
148
printf "\n###### PREPARING $i #######\n"
149
149
conda env create -q -f "$i"
150
150
done
151
151
```
152
152
153
-
> ⚠️ monitor to look forfailuresin log!
153
+
> ⚠️ monitor to look forfailuresin log! (2025: denovo-assembly.yml -> TO FIX)
154
154
155
+
<!-- IN 2025 - Docker was already installed on the VM by default!
0 commit comments