Skip to content

Commit 3c0f4cb

Browse files
committed
use master
1 parent 24abc27 commit 3c0f4cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Images/qp-deblur/qp-deblur.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SHELL ["conda", "run", "-p", "/opt/conda/envs/deblur", "/bin/bash", "-c"]
3737
ENV LC_ALL=C.UTF-8
3838
ENV LANG=C.UTF-8
3939

40-
RUN git clone -b uncouplePlugins https://github.com/jlab/qiita_client.git
40+
RUN git clone -b master https://github.com/qiita-spots/qiita_client.git
4141
RUN sed -i "s/f'Entered BaseQiitaPlugin._register_command({command.name})'/'Entered BaseQiitaPlugin._register_command(%s)' % command.name/" qiita_client/qiita_client/plugin.py
4242
RUN cd qiita_client && pip install --no-cache-dir .
4343

Images/qp-target-gene/qp-target-gene.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN python2.7 get-pip2.7.py --force-reinstall
4444

4545
RUN pip install -U pip
4646
#RUN pip install https://github.com/qiita-spots/qiita_client/archive/master.zip
47-
RUN git clone -b uncouplePlugins https://github.com/jlab/qiita_client.git
47+
RUN git clone -b master https://github.com/qiita-spots/qiita_client.git
4848
RUN cd qiita_client && pip install --no-cache-dir .
4949

5050
RUN pip install https://github.com/qiita-spots/qiita-files/archive/master.zip

0 commit comments

Comments
 (0)