We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e3aa3 commit cd7cb61Copy full SHA for cd7cb61
dockers/cite-seq-count/Dockerfile-1.4.2-develop
@@ -13,7 +13,7 @@ RUN cd /tmp \
13
&& wget https://github.com/hisplan/CITE-seq-Count/archive/${CITE_SEQ_COUNT_VERSION}.tar.gz \
14
&& tar xvzf ${CITE_SEQ_COUNT_VERSION}.tar.gz \
15
&& cd CITE-seq-Count-${CITE_SEQ_COUNT_VERSION} \
16
- && pip3 install scikit-build
+ && pip3 install scikit-build \
17
&& pip3 install .
18
19
ENTRYPOINT ["CITE-seq-Count"]
0 commit comments