Skip to content

Commit 793df83

Browse files
committed
Update join_paired_ends.py to most recent version
1 parent 969c0dc commit 793df83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN pip install -r /tmp/requirements.txt && rm /tmp/requirements.txt
1717
ADD bin/fastq-dump /usr/local/bin/fastq-dump
1818

1919
# Add join_paired_docs scripts
20-
ADD https://gist.githubusercontent.com/boydgreenfield/805ac27e0a6b9a5adea7/raw/30e4a7c4510115ea198b10aacdac232c1296fe3b/join_paired_ends.py /scripts/
20+
ADD https://gist.githubusercontent.com/boydgreenfield/805ac27e0a6b9a5adea7/raw/eae0640ea0b6b02dbe6bf22b18af605d04ce91f6/join_paired_ends.py /scripts/
2121

2222
# Integration tests
2323
ADD test /tmp/test

0 commit comments

Comments
 (0)