Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions terra-jupyter-aou/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ RUN R -e 'BiocManager::install(c("GENESIS"))'

RUN R -e 'BiocManager::install(c("SAIGEgds","SNPRelate"))'

RUN R -e 'BiocManager::install(c("jbisanz/qiime2R"))'

# Install hdf5 library and h5py
RUN apt-get update && \
apt install -yq --no-install-recommends \
Expand All @@ -195,10 +197,10 @@ RUN apt-get update && \
&& rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade pip && pip install --verbose h5py

# QIIME 2 2024.5 Amplicon Distribution
RUN curl -fsSL -o qiime2-2024.5.yml https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.5-py39-linux-conda.yml && \
conda env create -n qiime2-2024.5 --file qiime2-2024.5.yml && \
rm qiime2-2024.5.yml
# QIIME 2 2024.10 Amplicon Distribution
RUN curl -fsSL -o qiime2-2024.10.yml https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml && \
conda env create -n qiime2-2024.10 --file qiime2-2024.10.yml && \
rm qiime2-2024.10.yml

# Install jellyfish
RUN mkdir -p /tmp/jellyfish && \
Expand Down
4 changes: 4 additions & 0 deletions terra-rstudio-aou/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.2 - 2025-03-07
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this changelog and version control be for terra-jupyter-aou instead? I am alsways a bit confused about version control since there is a single image for both jupyter and r.

Would you be able to update the conf.json file accordingly?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yea...updated the wrong file..good catch!

* upgrade qiime
* install qiime2R

## 0.1.1 - 2023-03-16

* Install Wondershaper
Expand Down
2 changes: 1 addition & 1 deletion terra-rstudio-aou/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2