Skip to content

Commit

Permalink
Merge pull request #14 from openproblems-bio/scenicplus-fix
Browse files Browse the repository at this point in the history
New scenicplus Docker image
  • Loading branch information
janursa authored Sep 30, 2024
2 parents 8258d0a + 141edd3 commit 24aab52
Show file tree
Hide file tree
Showing 5 changed files with 646 additions and 1,005 deletions.
14 changes: 5 additions & 9 deletions dockerfiles/scenicplus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@ RUN git checkout fa55dae55203951c0c42e359b65a28010cd544f6
RUN pip install .
WORKDIR ..

# Install HTSlib and tabix
RUN git clone https://github.com/samtools/htslib.git
WORKDIR htslib/
RUN autoreconf -i
RUN git submodule update --init --recursive
RUN ./configure
RUN make
RUN make install
WORKDIR ..
# Install missing Python dependencies
RUN pip install flatbuffers

# Install Tabix (from htslib)
RUN apt update && apt install -y tabix bedtools

# Install Java
RUN apt update
Expand Down
7 changes: 2 additions & 5 deletions src/methods/multi_omics/scenicplus/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,9 @@ functionality:

platforms:
- type: docker
# image: apassemi/scenicplus:1.0.1
image: apassemi/scenicplus:1.0.4
# image: vanallenlab/scenicplus_x86_64:initial
image: aertslab/pyscenic:0.12.1
# setup:
# - type: python
# packages: [ flatbuffers ]
#image: aertslab/pyscenic:0.12.1
- type: native
- type: nextflow
directives:
Expand Down
Loading

0 comments on commit 24aab52

Please sign in to comment.