Skip to content

Commit 1121059

Browse files
committed
Fix more commands
1 parent fa78b41 commit 1121059

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

docs/organisers/denbi-nodesetup.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,17 @@ 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,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
146146
147147
for i in *.yml; do
148148
printf "\n###### PREPARING $i #######\n"
149149
conda env create -q -f "$i"
150150
done
151151
```
152152

153-
> ⚠️ monitor to look for failures in log!
153+
> ⚠️ monitor to look for failures in log! (2025: denovo-assembly.yml -> TO FIX)
154154

155+
<!-- IN 2025 - Docker was already installed on the VM by default!
155156
- Install [docker](https://docs.docker.com/engine/install/ubuntu/)
156157

157158
```bash
@@ -183,6 +184,7 @@ Install bioinformatics software
183184
## Retest
184185
docker run hello-world
185186
```
187+
-->
186188

187189
- Install rename
188190

@@ -193,23 +195,30 @@ Install bioinformatics software
193195
> ⚠️ you may get weird kernal/reboot quesitons, went with default... it didn't cause any problems for me...
194196
195197
- Download and install (move to bin, remove any additional)
198+
196199
- [PHYLOGENOMICS ONLY] Tempest:
200+
197201
- Manually download using the Guacamole firefox instance from
202+
198203
```bash
199204
wget https://github.com/beast-dev/Tempest/releases/download/v1.5.3/TempEst_v1.5.3.tgz
200205
tar -xf TempEst_v1.5.3.tgz
201206
rm TempEst_v1.5.3.tgz
202207
echo "alias tempest='bash /home/ubuntu/bin/TempEst_v1.5.3/bin/tempest'" >> ~/.bashrc && source ~/.bashrc
203208
tempest ## test that opens window
204209
```
210+
205211
- [PHYLOGENOMICS ONLY] MEGAX
212+
206213
```bash
207214
wget https://www.megasoftware.net/releases/mega_11.0.13-1_amd64.deb
208215
sudo dpkg -i mega_11.0.13-1_amd64.deb
209216
rm mega_11.0.13-1_amd64.deb
210217
which mega ## test that opens window
211218
```
219+
212220
> ⚠️ you may get weird kernal/reboot quesitons, went with default... it didn't cause any problems for me...
221+
213222
- [FUNCTIONAL PROFILING ONLY] Install humann3 database to volume (note need to have mounted VM before!)
214223
```
215224
humann3_databases --download uniref uniref90_ec_filtered_diamond /vol/volume/5c-functional-genomics/humann3_db

0 commit comments

Comments
 (0)