Skip to content
Snippets Groups Projects
Verified Commit a9f4a856 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kb: go back to working 0.26.0 version

parent b300770d
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,7 @@ FROM python:3.9-slim
ENV KB_VERSION="0.26.3"
RUN apt update && apt install -y procps make gcc zlib1g-dev libbz2-dev libcurl4 liblzma-dev \
&& pip install --upgrade pip \
&& pip3 install anndata h5py Jinja2 loompy nbconvert nbformat ngs-tools numpy pandas plotly scanpy scikit-learn tqdm \
&& pip3 install pysam anndata h5py Jinja2 loompy nbconvert nbformat ngs-tools numpy pandas plotly scanpy scikit-learn tqdm \
&& pip3 install kb-python==${KB_VERSION} gffutils
COPY t2g.py /usr/bin/
......
version = "0.26.3"
version = "0.26.0"
container_url = "lbmc/kb:${version}"
params.index_fasta = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment