Skip to content

Commit

Permalink
Add missing demes package
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Feb 1, 2024
1 parent e765ea1 commit 571baa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ RUN conda init bash
COPY env.yaml /tmp/env.yaml
RUN conda env update -n base -f /tmp/env.yaml
ENV PATH /miniconda3/envs/base/bin:$PATH
RUN /bin/bash -c "source activate base"
RUN conda init && \
echo "conda activate base" >> ~/.bashrc

RUN python -m ipykernel install --user --display-name "Population Genomics in Practice (Python)"
RUN python -m pip install git+https://github.com/NBISweden/pgip-tools
Expand Down
6 changes: 4 additions & 2 deletions scripts/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ dependencies:
- bwa
- ca-certificates
- csvtk
# - cyvcf2
- demes
- demesdraw
- d4tools
- fastqc
- gatk4
- gawk
# - htslib=1.15.1
- ipykernel
- jupyter
- jupyter-cache
- libarchive
- libmamba
- mamba
- mosdepth # =0.3.3
- msprime>=1.2
- multiqc
Expand Down

0 comments on commit 571baa7

Please sign in to comment.