From 872774ae37ebe75dc6d6f73c6aa08869dd2334e4 Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Fri, 18 Aug 2023 10:40:32 +0200 Subject: [PATCH] update gfaffix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c194f24..34c29af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,7 +86,7 @@ RUN cargo --help RUN git clone https://github.com/marschall-lab/GFAffix.git \ && cd GFAffix \ && git pull \ - && git checkout 3784c7ee03ee82df576474d2e119fdd88616914b \ + && git checkout ead179cfe1fb9ac4c50367ac07ae3b703caf10ef \ && cargo install --force --path . \ && mv /root/.cargo/bin/gfaffix /usr/local/bin/gfaffix \ && cd ../ \