Skip to content

Commit 594f848

Browse files
committed
Update environment
1 parent a1df830 commit 594f848

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM condaforge/miniforge3:latest
22
LABEL io.github.snakemake.containerized="true"
3-
LABEL io.github.snakemake.conda_env_hash="537ab21812cff05914015e48d38a0368b2bc608f2ac2152eaa5fe53f4cffd98b"
3+
LABEL io.github.snakemake.conda_env_hash="bd9b69b913e7b4e17d7d5ca7169a5815c3145ea775af87163f18c0b92abc1bf8"
44

55
# Step 2: Retrieve conda environments
66

77
# Conda environment:
88
# source: workflow/envs/biopython.yaml
9-
# prefix: /conda-envs/a87373c85b4b4d0bc0742b01f5ffadf8
9+
# prefix: /conda-envs/bd81c49fcb540d7706807c1683ba7200
1010
# channels:
1111
# - conda-forge
1212
# - bioconda
@@ -15,10 +15,11 @@ LABEL io.github.snakemake.conda_env_hash="537ab21812cff05914015e48d38a0368b2bc60
1515
# - biopython==1.81
1616
# - pandas==2.0.3
1717
# - pip==23.2.1
18+
# - mafft==7.525
1819
# - pip:
1920
# - gb2seq==0.2.20
20-
RUN mkdir -p /conda-envs/a87373c85b4b4d0bc0742b01f5ffadf8
21-
COPY workflow/envs/biopython.yaml /conda-envs/a87373c85b4b4d0bc0742b01f5ffadf8/environment.yaml
21+
RUN mkdir -p /conda-envs/bd81c49fcb540d7706807c1683ba7200
22+
COPY workflow/envs/biopython.yaml /conda-envs/bd81c49fcb540d7706807c1683ba7200/environment.yaml
2223

2324
# Conda environment:
2425
# source: workflow/envs/fetch.yaml
@@ -157,7 +158,7 @@ COPY workflow/envs/var_calling.yaml /conda-envs/5150d0f0a91d7f7a789a06f453d63479
157158

158159
# Step 3: Generate conda environments
159160

160-
RUN conda env create --prefix /conda-envs/a87373c85b4b4d0bc0742b01f5ffadf8 --file /conda-envs/a87373c85b4b4d0bc0742b01f5ffadf8/environment.yaml && \
161+
RUN conda env create --prefix /conda-envs/bd81c49fcb540d7706807c1683ba7200 --file /conda-envs/bd81c49fcb540d7706807c1683ba7200/environment.yaml && \
161162
conda env create --prefix /conda-envs/9439457f932a4fbca3665c9ea1ac2f0a --file /conda-envs/9439457f932a4fbca3665c9ea1ac2f0a/environment.yaml && \
162163
conda env create --prefix /conda-envs/ee7a2e1b4ec9a7a9999f34dddaea0605 --file /conda-envs/ee7a2e1b4ec9a7a9999f34dddaea0605/environment.yaml && \
163164
conda env create --prefix /conda-envs/3fad3c9cdfa40bee9404f6a2e8fda69f --file /conda-envs/3fad3c9cdfa40bee9404f6a2e8fda69f/environment.yaml && \

workflow/envs/biopython.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ dependencies:
66
- biopython==1.81
77
- pandas==2.0.3
88
- pip==23.2.1
9+
- mafft==7.525
910
- pip:
1011
- gb2seq==0.2.20

0 commit comments

Comments
 (0)