Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszChilinski committed Jul 24, 2024
1 parent bbf9e70 commit 510b990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ RUN pip3 install plumbum

RUN curl -s https://get.nextflow.io | bash && mv nextflow /opt/

RUN wget https://github.com/SFGLab/nf-hichip/archive/refs/tags/1.5.tar.gz && tar -xvzf 1.4.tar.gz && mv nf-hichip-1.5/* . && rm 1.5.tar.gz && rm -r nf-hichip-1.5
RUN wget https://github.com/SFGLab/nf-hichip/archive/refs/tags/1.6.tar.gz && tar -xvzf 1.6.tar.gz && mv nf-hichip-1.6/* . && rm 1.6.tar.gz && rm -r nf-hichip-1.6

RUN /opt/nextflow

0 comments on commit 510b990

Please sign in to comment.