Skip to content

Commit 8900a3c

Browse files
committed
Fix sidebar, leave changes from 2025
1 parent d048022 commit 8900a3c

2 files changed

Lines changed: 17 additions & 10 deletions

File tree

docs/organisers/_sidebar.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
- [2024 Syllabus](2024/README.md)
77
- [2023 Syllabus](2023/README.md)
88
- [2022 Syllabus](2022/README.md)
9-
- [Resources](2022/resources)
10-
- [Instructors](2022/instructors)
11-
- [Day One](2022/day-1)
12-
- [Day Two](2022/day-2?id=day-two)
13-
- [Day Three](2022/day-3)
14-
- [Day Four](2022/day-4)
15-
- [Day Five](2022/day-5)
169
<!-- - [Resources](resources) -->
1710
- [Organiser Information](organisers/README.md)
1811
- [Milestones and Timeline](organisers/milestones.md)

docs/organisers/denbi-nodesetup.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ Install bioinformatics software
142142
- Download the environment ymls from https://github.com/SPAAM-community/intro-to-ancient-metagenomics-book/tree/main/assets/envs, and create each env
143143

144144
```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,denovo-assembly,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
146146
147147
for i in *.yml; do
148148
printf "\n###### PREPARING $i #######\n"
149-
conda env create -q -f "$i"
149+
conda env create -v -q -f "$i"
150150
done
151151
```
152152

@@ -237,7 +237,8 @@ Install bioinformatics software
237237
echo "export PATH=$PATH:~/bin/metaWRAP/bin" >> ~/.bashrc && source ~/.bashrc
238238
```
239239

240-
- [AUTHENTICATION ONLY] & and only **if old version of metaDMG required** (latest in 2025 - 0.4.1 - now in conda env):
240+
<!--
241+
- [AUTHENTICATION ONLY] & and only **if old version of metaDMG required** (latest in 2025 - 0.4.1 - now in conda env, and apparently works!):
241242

242243
````
243244
### METADMG
@@ -280,6 +281,8 @@ Install bioinformatics software
280281
export PATH="$PATH:/home/ubuntu/bin/metaDMG-cpp"
281282
````
282283
284+
-->
285+
283286
- Set up Volume
284287
285288
NOTE: **this now may happen automatically on instance generation**, however instructions here in case you reboot and have to remount)
@@ -403,3 +406,14 @@ On simpleVM workspace
403406
- Make it once (create file system),
404407
- then each time spinning up node will need to make mount point and mount the node
405408
- Use snapshot to include all the software etc?
409+
410+
<!--
411+
Changes from 2024:
412+
413+
- Remi: wanted polars (added, but won't be taught)
414+
- Clemens: will maybe teach purrr (doesn't require any changes)
415+
- Giulia: wanted latest version on metaDMG which is on bioconda
416+
- Alex:
417+
- optionally try with binnette to replace metawrap (didn't work because gunc has overly strict pinning )
418+
- latest visidata (via pip)
419+
-->

0 commit comments

Comments
 (0)