Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN wget --quiet "https://github.com/BenLangmead/bowtie2/releases/download/v2.3.

RUN git clone https://github.com/rrwick/Unicycler.git \
&& cd /home/unicycler/Unicycler \
&& git checkout v0.4.7 \
&& git checkout ea9f1dc \
&& python3 setup.py install \
&& cd .. \
&& rm -rf /home/unicycler/Unicycler
Expand Down
2 changes: 1 addition & 1 deletion IMAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
quay.io/refgenomics/docker-unicycler:v0.4.7-2
quay.io/refgenomics/docker-unicycler:v0.4.8-beta
Empty file modified build.sh
100644 → 100755
Empty file.