Skip to content

Commit

Permalink
repo address fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemaree committed Jan 27, 2021
1 parent 2cd8d03 commit d6502b3
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 @@ -107,7 +107,7 @@ RUN chmod -R 777 /input

# get pipeline files from dab-seq repo
WORKDIR /dabseq/pipeline
RUN git clone git@github.com:AbateLab/DAb-seq
RUN git clone https://github.com/AbateLab/DAb-seq.git
ENTRYPOINT ["python3", "/dabseq/pipeline/DAb-seq/dabseq_pipeline.py"]

FROM base-build AS human-build
Expand Down

0 comments on commit d6502b3

Please sign in to comment.