Skip to content

Commit

Permalink
Troubleshooting Docker build for t1dgrs2 pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaddis committed May 15, 2024
1 parent ba3ec58 commit fdb7fe4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions t1dgrs2_pipeline/v1.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ RUN conda install -c bioconda -y t1dgrs2

# Add supporting files for t1dgrs2
RUN mkdir /t1dgrs2
RUN mkdir /temp
RUN cd /temp
RUN git clone https://github.com/t2diabetesgenes/t1dgrs2.git \
&& cp /t1dgrs2/data/input/* /t1dgrs2/
RUN rm -rf /temp
ADD t1dgrs2/data/input/* /t1dgrs2/
ADD pipeline_config/t1dgrs2_settings.yml /t1dgrs2/

Expand Down

0 comments on commit fdb7fe4

Please sign in to comment.