Skip to content

Commit

Permalink
Merge pull request #338 from pangenome/update-stuff
Browse files Browse the repository at this point in the history
update gffafix
  • Loading branch information
AndreaGuarracino authored Oct 18, 2023
2 parents 736c50d + 509f069 commit 81efdfe
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 @@ -86,7 +86,7 @@ RUN cargo --help
RUN git clone https://github.com/marschall-lab/GFAffix.git \
&& cd GFAffix \
&& git pull \
&& git checkout ead179cfe1fb9ac4c50367ac07ae3b703caf10ef \
&& git checkout d630eb7d9827340f5f292e57cb3cb5e31e6f86f0 \
&& cargo install --force --path . \
&& mv /root/.cargo/bin/gfaffix /usr/local/bin/gfaffix \
&& cd ../ \
Expand Down

0 comments on commit 81efdfe

Please sign in to comment.