Skip to content

Commit d85a955

Browse files
committed
Add better context for testing tempest
1 parent 196d135 commit d85a955

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/organisers/denbi-nodesetup.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ Install bioinformatics software
208208
tar -xf TempEst_v1.5.3.tgz
209209
rm TempEst_v1.5.3.tgz
210210
echo "alias tempest='bash /home/ubuntu/bin/TempEst_v1.5.3/bin/tempest'" >> ~/.bashrc && source ~/.bashrc
211+
conda activate phylogenomics ## Required to have a working java version
211212
tempest ## test that opens window
212213
```
213214
@@ -380,6 +381,16 @@ Once installation and volume setup is finished we need to prepare the testing no
380381
- Once spun up - send information mails
381382
<!-- TODO: pipelines conda env installation! -->
382383
384+
## Recreating exact environments
385+
386+
For future reference, we can re-create a 'complete' environment file with all specific versions of packages installed in the conda environments, by running the following command in each conda environment:
387+
388+
```bash
389+
for i in 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; do
390+
conda env export -n $i -f "$i"_withversions.yml
391+
done
392+
```
393+
383394
## Spinning up Participant VM
384395
385396
On simpleVM workspace

0 commit comments

Comments
 (0)