From f71732ab64b22ee9b973ee4a97235a1f7e129e07 Mon Sep 17 00:00:00 2001
From: Raul Wijfjes <raul.wijfjes@wur.nl>
Date: Mon, 16 Dec 2019 16:25:16 +0100
Subject: [PATCH] Changed hash in Dockerfile

---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 957afb0..64ffea6 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -71,7 +71,7 @@ RUN source activate hecaton_py2 && \
 # RUN git clone https://git.wur.nl/wijfj001/hecaton.git && cd hecaton && \
 #	git checkout e85bba0c && cd .. && \
 RUN git clone https://git.wur.nl/bioinformatics/hecaton.git && \
-	echo "0ba88762" && \
+	echo "2dbd6875" && \
 	chmod +x hecaton/scripts/collapse/* && \
 	chmod +x hecaton/scripts/convert/* && \
 	chmod +x hecaton/scripts/filter/* && \
-- 
GitLab