Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Add packages for tools chapter #7

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Use PyVCF3 insttead of PyVCF
PyVCF is no longer maintained and incompatible with setuptools 58 and newer
le-ander authored Apr 26, 2022
commit d769fda186cfa4f82d540a1f397717adb143b2d3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ RUN apt-get install -y --no-install-recommends r-bioc-edger

# Fabi's section
RUN apt-get install -y --no-install-recommends freebayes parallel libhts-dev
RUN pip install --no-cache-dir -U pegasuspy vireoSNP PyVCF scSplit
RUN pip install --no-cache-dir -U pegasuspy vireoSNP PyVCF3 scSplit
RUN apt-get install -y --no-install-recommends r-cran-seurat
## cellsnp-lite (requires htslib)
WORKDIR /opt/cellsnp